 body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/library/templates/default/resources/OpenSans-Regular-webfont.eot');
    src: url('/library/templates/default/resources/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/library/templates/default/resources/OpenSans-Regular-webfont.woff') format('woff'),
         url('/library/templates/default/resources/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/library/templates/default/resources/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/library/templates/default/resources/OpenSans-Semibold-webfont.eot');
    src: url('/library/templates/default/resources/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/library/templates/default/resources/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/library/templates/default/resources/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/library/templates/default/resources/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Tex';
    src: url('/library/templates/default/resources/texgyrebonum-regular-webfont.woff') format('woff'),
         url('/library/templates/default/resources/texgyrebonum-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tex';
    src: url('/library/templates/default/resources/texgyrebonum-bold-webfont.woff') format('woff'),
         url('/library/templates/default/resources/texgyrebonum-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.main_container {
  max-width: 1400px;
  margin: 0 auto;
  width: 98%;
  box-sizing: border-box;
}
.main_container:first-child p:first-child {
  margin-top: 0;
  padding-top: 0;
}

#body_container {
  position: relative;
}

#main_bg_pic {
  background: #fff;
  width: 100%;
  height: auto;
  max-height: 840px;
  position: fixed;
  z-index: 0;
}
#main_bg_pic.small {
  height: auto;
  max-height: 370px;
  overflow: hidden;
}

#topnav_container {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-out; 
  background: #fff; /* url(/library/templates/default/resources/topbg.png) repeat-x 0 0;*/
}
#topnav_container * {
  transition: all 0.5s ease-out;   
}
#topnav_container.fixed {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#topnav {
  overflow: hidden;
  height: 170px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1180px){ 
  #topnav {
    height: 130px;
  }
}
@media screen and (max-width: 950px){ 
  #topnav_container {
    position: fixed;
  }
  #topnav {
    height: 13vw;
  }
}
#top_logo {
  width: 325px;
  height: auto;
  display: block;
  margin: 15px auto 0 auto;
}

@media screen and (max-width: 1180px){
  #top_logo {
    width: 250px;
  }
}

@media screen and (max-width: 950px){
  #top_logo {
    position: absolute;
    width: 28vw;
    height: auto;
    top: 1vw;
    left: 20px;
    margin-top: 0 !important;
    z-index: 20;
  }
}
#topright_container {
  float: right;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 300px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1180px){
  #topright_container {
    width: 250px;
    font-size: 80%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 950px){
  #topright_container {
    top: -100px;
  }
}
#topright_container span  {
  display: block;
  font-size: 120%;
  padding: 5px 0;
  color: #323232;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.08);
}
#topright_container span i {
  display: inline-block;
  margin-right: 15px;
  color: #12499C;
  position: relative;
  top: -2px;
}
#topright_container a {
  color: #323232 !important;
  text-decoration: none !important;
}
#topright_container a:hover {
  color: #12499C !important;
  text-decoration: none !important;
}
#top_basket_link {
  display: inline-block;
  border: 1px solid #1E6CA6;
  box-sizing: border-box;
  padding: 10px 20px;
  float: right;
  border-radius: 20px;
  color: #1E6CA6 !important;
  text-decoration: none !important;
  font-size: 100%;
  margin-bottom: 20px;
  background-color: transparent;
}
#top_basket_link:hover {
  background-color: #1E6CA6;
  color: #fff !important;
}

#top_menu {
  background: #1F4D92;
  padding: 5px 0; 
  top: 160px;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1180px){ 
  #top_menu {
    top: 130px;
  }
}
#topnav_container.fixed {
  position: fixed;
  z-index: 50;
}

@media screen and (min-width: 950px){ 
  #topnav_container.fixed #top_mob_link {  
    padding-bottom: 0;
    height: 40px;
    margin-top: 0;
  }
  #topnav_container.fixed #topnav {
    height: 100px;
  }
  #topnav_container.fixed #top_logo {
    margin-top: 10px;
    width: 200px;
  }
  #topnav_container.fixed #topright_container {
    margin-top: -100px;
  }
  #topnav_container.fixed #top_menu {
    margin-top: 30px;
  }
}


.navigation_translate {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 3px;
  padding-left: 20px;
}

.navigation_menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1250px){
  .navigation_menu {
    font-size: 80%;
  }
}

.navigation_menu li {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 160%;
  vertical-align: middle;
  transition-duration: 0s !important;
}
.navigation_menu li:first-child a {
  border-left: 0;
  padding-left: 0;
}
/*
.navigation_menu li:last-child {
  background: #000;
  border-radius: 15px;
  margin-left: 15px;
}
*/
.navigation_menu li:hover a,
.navigation_menu .hover a {
  color: #BAD1E4 !important;
}

.navigation_menu li a {
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 1250px){
  .navigation_menu li a {
    padding: 0 12px;
  }
}

.navigation_menu li a.active {
  color: #BAD1E4;
  position: relative;
}
.navigation_menu li a.noarrow {
  cursor: default;
}
.navigation_menu .navigation_dropdown_container {
  min-height: 50px;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 1000;
  margin-left: -50px;
  margin-top: 5px;
  text-align: left;
  font-size: 100%;
  text-transform: none;
  padding: 0px;
}
.navigation_menu .navigation_column {
  float: left;
  padding: 0;
  display: inline-block;
}
.navigation_menu li:hover .navigation_column a {
  color: #5D5D5D !important;  
}
.navigation_menu .navigation_column a {
  display: block !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  text-transform: none !important;
  background: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: all 0.3s ease-out !important;
  line-height: 180% !important;
  color: #5D5D5D !important;  
}
.navigation_menu .navigation_column a:last-child {
  border: 0;
}
.navigation_menu li:hover .navigation_column a:hover {
  color: #fff !important;
  background: #8CB2C9 !important;
}
.navigation_menu .navigation_column a:hover {
  color: #F7981C !important;
}
.navigation_menu .navigation_sub_menu {
  display: none;
  position: static !important;
  margin-left: 50px;
}






@media screen and (max-width: 950px){
  #top_menu {
    display: none;
  }
}
#top_mob_link {
  color: #000;
  font-size: 40px;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  transform: translateY(-50%);
  right: 0.5vw;
  z-index: 20;
  
}
#top_nav_mob {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  display: block;
  z-index: 100;
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  transition: none;
  overflow-y: auto !important;
}
@media screen and (max-width: 950px){ 
  #top_nav_mob {
    top: 13vw;
  }
}
#top_nav_mob div {
  padding: 1.5vw 0;
}
#top_nav_mob a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #fff;
}
#top_nav_mob a:hover {
  color: #45A5BB !important;
}

.nav_mob_sub {
  padding: 0 !important;
}
.nav_mob_sub a {
  border-top: 0 !important;
  padding-left: 20px !important;
  font-size: 90%;
}
.nav_mob_sub a:last-child {
  padding-bottom: 25px !important;
}
#top_nav_mob a:first-child {
  border-top: 0; 
}

@media screen and (max-width: 1180px){ 
  #top_mob_link {
    right: 20px;
  }
}
@media screen and (max-width: 950px){ 
  #top_mob_link {
    display: block; 
    top: 50%;
    height: 40px;
    right: 40px;
    transform: translateY(-50%);
    margin-top: 0;
  }
  #top_nav_mob {
    position: fixed;    
  }
  #top_nav_mob div {
    padding: 6vw 6vw 6vw 6vw;
  }
}

#big_title_container {
  width: 100%;
  height: calc(100vw * 0.6);
  max-height: 780px;
  position: relative;
  background: #C0D6E4;
  /*text-shadow: 0 0 5px #000, 0 0 20px #000, 0 0 60px #000;*/
}

#big_title_container.small {
  height: calc(100vw * 0.25);
  min-height: 130px;
  max-height: 285px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
#big_title {
  position: relative;
  top: 25%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#big_title_container.small #big_title {
  top: 65%;  
}
#big_title h1 {
  width: 40%;
  display: block;
  float: right;
  text-align: center;
  padding: 25px 35px;
  box-sizing: border-box;
}

#big_title h1.home {
  width: 100%;
  float: none;
  margin: 40px auto 0 auto;
  background: url(/library/templates/default/resources/bigquote-left.png) no-repeat top left, url(/library/templates/default/resources/bigquote-right.png) no-repeat top right;
  padding-top: 10px;
}

@media screen and (max-width: 1400px){
  #big_title.home {
    top: 32%;     
    transform: translateY(0%);
  }
  #big_title h1.home {
    margin-top: -70px;
    top: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 1250px){
  #big_title.home {
    top: 33%;     
  }
}
@media screen and (max-width: 1050px){
  #big_title.home {
    top: 35%;     
  }
  #big_title h1.home {
    background: none;
  }
}
@media screen and (max-width: 950px){
  #big_title.home {
    top: 36%;
  }  
  #big_title h1.home {    
    font-size: 3vw;
  }
}
@media screen and (max-width: 850px){
  #big_title.home {
    top: 37%;
  }  
  #big_title_container.home {
    height: calc(100vw * 0.65);
  }
  #big_title_container.small #big_title h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 650px){
  #big_title_container.home {
    height: calc(100vw * 0.7);
  }
  #big_title h1.home {
    background: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 550px){
  #big_title.home {
    top: 37%;
  }   
  #big_title h1.home {    
    font-size: 3.5vw;
  } 
  #big_title_container.home {
    height: calc(100vw * 0.8);
  }
}
@media screen and (max-width: 450px){
  #big_title.home {
    top: 40%;
  }   
}
#big_title_container.small #big_title {
  transform: none;
  height: 100%;
  top: 0;
}
#big_title_container.small #big_title h1 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  float: none !important;
  padding: 55px 0 0 0 !important;
  text-align: center !important;
  background: none !important;
  position: absolute;
  bottom: 15px;
  opacity: 1 !important;
}

#home_sub_strap {
  display: block;
  font-size: 180%;
  color: #fff;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  width: 100%;  
  text-align: center;
  bottom: 11.5%;
}

@media screen and (max-width: 950px){
  #home_sub_strap {
    font-size: 130%;
    bottom: 9.5%;
  }
}
@media screen and (max-width: 850px){
  #home_sub_strap {
    font-size: 110%;
    bottom: 8%;
  }
}
@media screen and (max-width: 500px){
  #home_sub_strap {
    font-size: 70%;
    bottom: 9%;
  }
}

#home_tile_photos {
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 150px;
  margin-top: 3%;
  display: table;
  border-spacing: 150px 0;
}

.home_tile_photo {
  display: table-cell;
  width: 33.333%
  vertical-align: middle;
}
.home_tile_photo img {
  width: 100%;
  height: auto;
  border-radius: 65px;
}
@media screen and (max-width: 1850px){
  #home_tile_photos {
    border-spacing: 130px 0;
  }
  .home_tile_photo img {
    border-radius: 50px;
  }
}
@media screen and (max-width: 1650px){
  #home_tile_photos {
    border-spacing: 110px 0;
  }
}
@media screen and (max-width: 1250px){
  #home_tile_photos {
    border-spacing: 70px 0;
  }
}
@media screen and (max-width: 1400px){
  #home_tile_photos {
    margin-top: 8%;
  }  
}
@media screen and (max-width: 950px){
  #home_tile_photos {
    border-spacing: 60px 0;
    margin-top: 10%;
  }
}
@media screen and (max-width: 900px){
  #home_tile_photos {
    margin-top: 11%;
  }
}
@media screen and (max-width: 850px){
  #home_tile_photos {
    margin-top: 13%;
    border-spacing: 40px 0;
  }
}
@media screen and (max-width: 750px){
  #home_tile_photos {
    margin-top: 12.5%;
    border-spacing: 20px 0;
  }
}
@media screen and (max-width: 700px){
  #home_tile_photos {
    margin-top: 14%;
  }
}
@media screen and (max-width: 650px){
  #home_tile_photos {
    margin-top: 16%;
  }
}
@media screen and (max-width: 550px){
  #home_tile_photos {
    margin-top: 20%;
    border-spacing: 10px 0;
  }
}
@media screen and (max-width: 500px){
  #home_tile_photos {
    margin-top: 100px;
  }
}

#big_title_arrow {
  position: absolute;
  bottom: 0px;
  width: 100px;
  text-align: center;
  color: #fff !important;
  font-size: 90px;
  transform: translateX(-50%);
  left: 50%;
  transition: color 0.4s ease-out;
  z-index: 5;
}
#big_title_arrow:hover {
  color: #45A5BB !important;
}
@media screen and (max-width: 1500px){
  #big_title_arrow {
    bottom: -2%;
  }
  #big_title_arrow i {
    font-size: 8vw !important;
  }
}
@media screen and (max-width: 950px){
  #big_title_arrow {
    bottom: -1%;
  }
  #big_title_arrow i {
    font-size: 6vw !important;
  }
}
@media screen and (max-width: 650px){
  #big_title_arrow {
    bottom: -5px;
  }
  #big_title_arrow i {
    font-size: 45px !important;
  }
}


#searchbar_container {
  background: #333;  
}

#homebox1_container {
  background: #8CB2C9;
  color: #fff;
}
.stuff_box {
  padding-top: 4%;
  padding-bottom: 4%;
  overflow: auto;
}
.stuff_box.small {
  padding-top: 2%;
  padding-bottom: 2%;
}
.stuff_box.flush {
  padding-top: 0;
  padding-bottom: 2%;
}
.stuff_box h2 {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#main_content_container .stuff_box {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 900px){
  #main_content_container .stuff_box,
  .stuff_box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#shopstuff_container {
  background: #fff;
}
#shop_cols {
  display: table !important;
}
#shop_left_col {
  display: table-cell;
  width: 25%;
  background: #808080;
  color: #fff;
  padding: 20px;
  border-right: 20px solid #fff;
  vertical-align: top;
}

#shop_left_col h3 {
  font-size: 150%;
  padding-left: 5px;
  border-bottom: 1px solid #ccc;
}

.shop_filter_link {
  display: block;
  color: #fff !important;
  font-size: 90%;
  text-decoration: none !important;
  line-height: 155%;
  padding: 2px 30px 2px 5px;
  line-height: 120%;
  background: url(/library/templates/default/resources/filtertick-off.png) no-repeat 95% 4px;
  margin: 3px 0;
}
.shop_filter_link:last-child {
  margin-bottom: 15px;
}
.shop_filter_link.ticked {
  background-image: url(/library/templates/default/resources/filtertick-on.png);
}
.shop_filter_link:hover {
  background-color: rgba(0,86,159,0.8) !important;
}


#shop_right_col {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}

#home_icons {
  display: table;
  width: 100%;
  border-spacing: 20px;
}
div.home_icon {
  display: table-cell;
  width: 33.33333%;
  /*font-family: 'Tex';*/
  font-size: 120%;
  vertical-align: top;
  text-align: center;
  line-height: 110%;
}

div.home_icon a {
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.3s ease-out;  
}
div.home_icon a:hover {
  text-shadow: 0 0 10px #fff;
}
div.home_icon b {
  font-size: 170%; 
  margin-bottom: 10px;
  display: block;
  line-height: 100%;
}
div.home_icon img {
  width: 84px;
  height: 84px;
  display: block;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease-out;
  transform: scale(1);
}
div.home_icon:hover img {
  transform: scale(1.1);
}
#home_specials_container {
  margin-top: 50px;
}
@media screen and (max-width: 700px){
  .stuff_box h2 {
    margin-top: 30px;
    width: 95%;
  }
  #home_icons {
    display: block;
    margin-top: 0;
    padding-bottom:20px;
  }
  div.home_icon {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 100%;
    padding-top: 50px;
    margin: 0 auto;
  }
  div.home_icon:last-child {
    padding-bottom: 30px;
  }
}
#homebox2_container {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

@media screen and (max-width: 950px){ 
  #homebox2_container {
    background: #fff !important;
    overflow: auto;
  }
}
.large_stuff_container {
  position: relative;
  min-height: 400px;
}
.large_stuff_content {
  position: absolute;
  width: 50%;
  top: 50%;
  text-align: center;
}
.large_stuff_content ul {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  margin-left: 0;
}
#homebox2_container .large_stuff_content {
  right: 0;
  color: #12499C;
  font-size: 120%;
  transform: translateY(-50%);
}

@media screen and (max-width: 950px){ 
  .large_stuff_container {
    min-height: 0;
  }
  #homebox2_container .large_stuff_content {
    width: 80%;
    font-size: 90%;
    position: static;
    margin: 20px auto;
    transform: none;
  }
}
#homebox2_container .large_stuff_content h2 {
  color: #12499C;
  font-size: 250%;
}
.large_stuff_content a {
  display: block;
  margin: 0 auto;
  width: 250px;
  margin-top: 35px;
}
#homebox3_container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#homebox3_container .large_stuff_content {
  right: 0;
  top: 40px;
  color: #fff;
  font-size: 120%;
  width: 450px;
}

#homebox3_container img {
  width: 100%;
  height: auto;
  display: block;
}


#homebox3_container .large_stuff_content h2 {
  color: #fff;
  font-size: 250%;
}
#homebox4_container {
  background: #fff;
  position: relative;
  text-align: center;
  background: #8CB2C9;
  color: #fff;
}
#homebox4 {
  padding: 25px 0;
  font-size: 150%;
}
#homebox4_container h2 {
  font-size: 150%;
  color: #fff;
}
#homebox4_container a {
  display: block;
  margin: 0 auto;
  width: 250px;
  margin-top: 25px;  
  font-size: 85%;
}

@media screen and (max-width: 950px){ 
  #homebox4_container {
    font-size: 60%;
  }
}

#how_container {
  display: table;
  width: 100%;
  border-spacing: 20px;
  margin-top: 2%;
}
#how_container h3 {
  color: #092229;
  font-weight: bold;
  font-size: 120%;
  text-transform: none;
}
#how_container div.box {
  display: table-cell;
  width: 25%;
  font-family: 'Tex';
  font-size: 100%;
  vertical-align: top;
  text-align: center;
}
#how_container div.box-content {
  padding: 0 5%;
  color: #092229;
}
@media screen and (max-width: 700px){
  #how_container {
    display: block;
    margin-top: 0;
    padding-bottom: 50px;
  }  
  #how_container div.box {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 100%;
    padding-top: 30px;
    margin: 0 auto;    
  }
  #how_container .circle_pic {
    width: 65px;
    height: 65px;
  }
  #how_container .circle_pic img {
    display: none;
  }
  #how_container h3 {
    margin: 10px 0;
  }
}
.circle_pic {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 230px;
  height: 230px;
  position: relative;
  /*opacity: 0;*/
}
.circle_pic img {
  width: 100%;
  height: auto;
}
.circle_pic.number::after {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;  
  transform: translateY(-50%) translateX(-50%);
  background: #45A5BB;
  line-height: 65px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.circle_pic.number.one::after {
  content: '1';
}
.circle_pic.number.two::after {
  content: '2';
}
.circle_pic.number.three::after {
  content: '3';
}
.circle_pic.number.four::after {
  content: '4';
}
#homebox3_container {
  background-color: #F2F2F2;
}
#home_logos {
  width: 95%;
  display: block;
  height: auto;
  margin: 0 auto 4% auto;
  max-width: 1155px;
}
#home_logos div.slide {
  box-sizing: border-box;
  padding: 0 15px;
}
#home_logos div.slide img {
  width: 100%;
  height: auto;
  max-width: 163px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 700px){
  #home_logos {
    margin-top: 30px;
  }
}
#testimonials {
  margin: 20px 0;  
}
.testimonial_item {
  padding: 20px 70px;
  box-sizing: border-box;
  width: 100%;
}
.testimonial_quote {
  font-size: 180%;
  font-family: 'Tex';
  line-height: 130%;
  position: relative;
  text-align: center;
}
.testimonial_quote::before {
  content: '\201c';
}
.testimonial_quote::after {
  content: '\201d';
}
.testimonial_person {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-top: 15px;
}
@media screen and (max-width: 700px){
  #testimonials {
    margin: 0;
  }
  .testimonial_item {
    font-size: 55%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


#cta_container {
  background: url(/library/templates/default/resources/cta-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: calc(100vw * 0.368);
  max-height: 516px;
  position: relative;
  color: #fff;
}
#cta {
}
#cta div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
#cta div h3 {
  font-size: 320%;
  text-transform: none;
  font-family: 'Tex';
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
}
#cta a {
  margin-top: 3%;
}

@media screen and (max-width: 700px){
  #cta_container {
    background: #000;
  }
}
@media screen and (max-width: 1100px){
  #cta div h3 {
    font-size: 5vw;
  }
}
#main_content_container {
  background-color: #fff;
}
#contact_container {
  background: #F2F2F2;
  text-align: center;
}

.faq_item:first-child {
  margin-top: -30px;
}
.faq_item {
  border-bottom: 2px solid #44A4BA;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq_question {
  font-weight: bold;
  padding: 25px 90px 10px 30px; 
  cursor: pointer;
  font-size: 125%;
  margin-bottom: 15px;
}
.faq_question::after {
  content: '\f067';
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #44A4BA;
  top: 40px;;
  right: 10px;
  text-align: center;
  font-family: 'FontAwesome';
}
.faq_question.active::after {
  content: '\f068';
}
.faq_question:hover {
  color: #44A4BA;
}
.faq_answer {
  margin:0 30px 5px 30px;
  background: #F2F2F2;
  font-weight: normal;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
}
.faq_answer_content {
  padding: 30px;
  border-bottom: 20px solid #fff;
}

.other_services_container {
  display: table;
  width: 100%;
  border-spacing: 20px;
}
.other_services_box {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  background: #45A5BB;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none !important;
  transition: background-color 0.4s ease-out;
  color: inherit !important;
  position: relative;
}

@media screen and (max-width: 800px){
  .other_services_container {
    display: block;
  }  
  .other_services_box {
    display: block;
    width: 90%;
    box-sizing: border-box;
    margin: 20px auto;
  }
}
.other_services_box h3 {
  text-transform: none;
  font-size: 130%;
  text-align: center;
  white-space:nowrap;
  margin: 0;
  padding-bottom: 20px;
  background: #fff;
}
.other_services_box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.other_services_content {
  padding: 15px 25px 90px 25px;
  color: #fff;
  text-align: center;  
  text-decoration: none !important;
  position: relative;
}
.other_services_box:hover {
  background-color: #78C1CE;
}
.other_services_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #fff !important;
}

#steps_container {
  display: table;
  width: 100%;
  border-spacing: 20px;
  margin-top: 2%;
  margin-bottom: 2%;
}
#steps_container div.box {
  display: table-cell;
  width: 33.3333%;
  font-family: 'Tex';
  font-size: 100%;
  vertical-align: top;
  text-align: center;
}
#steps_container div.box-content {
  padding: 0 5%;
  color: #092229;
}

@media screen and (max-width: 900px){
  #steps_container {
    display: block;
  }
  #steps_container div.box {
    width: 100%;
    display: block;
    margin: 50px auto;
    max-width: 250px;
  }
  
  
}
#meet_the_team {
  text-align: center;
  margin-bottom: 45px;
}
.meet_the_team_item {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 45px 0 0 0;
  transition: all 0.2s ease-out;
}
.meet_the_team_item.clickable div {
  cursor: pointer;
}
.meet_the_team_item.clickable:hover {
  filter: brightness(1.2);
}
.meet_the_team_item span {
  display: block;
  font-weight: normal;
}
.meet_the_team_item .circle_pic {
  width: 185px;
  height: 185px;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px){
  #meet_the_team {
    display: block;
  }
  .meet_the_team_item {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 50px auto;
  }
  
}

#articles_container {
  background: #fff;
  text-align: center;
  padding-top: 0;
}
#articles {  
  text-align: center;
  padding-top: 0;
}
#article_boxes {
  margin: 45px 0 0 0;
}
#article_boxes.no_pad {
  margin: 0;
}
.article_box {
  display: inline-block;
  width: 31.3333%;
  vertical-align: top;
  margin-right: 3%;
  position: relative;
  margin-top: 30px;
  float: none;
}
.article_box:nth-child(1),
.article_box:nth-child(2),
.article_box:nth-child(3) {
  margin-top: 0;
}
.article_box:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 900px){
  .article_box {
    display: block;
    width: 90%;
    box-sizing: border-box;
    margin: 20px auto !important;
  }
}
.article_box img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s ease-out;
}
.article_box:hover img {
  opacity: 0.7;
}
.article_box div {
  position: absolute;
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(69,165,187,0.8);
  color: #fff; 
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
}
.article_box:hover div {
  background-color: rgba(69,165,187,1);
}

#people_container {
  background: #EDEDED;
}
#pricing_container {
  display: table;
  width: 100%;
  border-spacing: 15px;
  margin-bottom: 20px;
}
.pricing_box {
  width: 25%;
  display: table-cell;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 900px){
  #pricing_container {
    display: block;
  }
  .pricing_box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
    width: 90%;
  }
  
}
.pricing_heading {
  font-weight: bold;
  background: #6F267F;
  color: #fff; 
  padding: 15px 5px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pricing_section {
  background-color: #F2F2F2;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;  
  padding: 15px 5px;
  color: #000;
}
.pricing_section:last-child {
  border-bottom: 1px solid #E6E6E6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pricing_section.blue {
  background: #45A5BB;
  color: #fff;
  padding-top: 25px;
}
.pricing_big_price {
  font-size: 26px;
  font-weight: bold;
}
.pricing_big_price b {
  font-size: 40px;
}
.pricing_big_price span {
  font-size: 18px;
}
.pricing_section .link_button {
  width: 85%;
  box-sizing: border-box;
  margin-top: 10px;
}
.pricing_section section {
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6; 
}
.pricing_section section:first-child {
  padding-top: 0;
}
.pricing_section section:last-child {
  padding-bottom: 0;
  border: 0;
}
#pricing_stuff_container {
  background: #fff;
}
#add_options_container {
  display: table;
  width: 100%;
  border-spacing: 15px;
  margin-top: 20px;
}
.add_option_box {
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 900px){
  #add_options_container {
    display: block;
    box-sizing: border-box;
  }
  .add_option_box {
    display: block;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
  }  
}
.add_option_title {
  background: #45A5BB;
  text-align: center;
  padding: 25px 15px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  font-size: 150%;
  font-family: 'Tex';
  color: #fff;
}
.add_option_content_container {
  background-color: #F2F2F2;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;  
  border-bottom: 1px solid #E6E6E6;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #000;
}
.add_option_content {
  display: table;
  width: 100%;
}
.add_option_pic {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.add_option_text {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 900px){
  .add_option_content {
    display: block;
    overflow: auto;
  }
  .add_option_pic {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .add_option_pic .circle_pic {
    margin: 10px auto;
    display: block;
  }
  .add_option_text {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
#pricing_info_boxes {
  padding: 30px 50px 80px 50px;
  text-align: center;
}
.pricing_info_box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px){ 
  .pricing_info_box {
    width: 30%;
  }  
}
.pricing_info_box img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px auto;
}
.pricing_info_heading {
  display: block;
  font-weight: bold;
  font-size: 120%;
  width: 65%;
  margin: 20px auto;
}
@media screen and (max-width: 900px){ 
  #pricing_info_boxes {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
  }
  .pricing_info_box {
    display: block;
    width: 100%;
    box-sizing: border-box;   
    padding-bottom: 50px;
  }
  .pricing_info_heading {
    width: 100%;
  }
  
}
#pricing_footer_container {
  background: #45A5BB;
  color: #fff;
}
#pricing_footer_container h2 {
  color: #fff !important;
}
#pricing_footer {
  text-align: center;
}
.pricing_footer_box {
  display: inline-block;
  width: 45%;
  text-align: left;
  margin: 60px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.pricing_footer_box:last-child {
  padding-left: 30px;
}
.pricing_footer_box:first-child {
  padding-right: 30px;
}

@media screen and (max-width: 900px){ 
  .pricing_footer_box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px !important;
    margin: 20px auto;
  }  
}
.pricing_footer_box b {
  display: block;
  font-weight: normal;
  font-family: 'Tex';
  font-size: 140%;
  margin-bottom: 20px;
}
#product_content_container {
}
.product_content_container {
  background: #F2F2F2;
  margin: 0;
  padding: 0;
  line-height: 0 !important;
  display: table;
  width: 100%;
}
.product_content_container:nth-child(even) {
  background: #3A8DAB;
  color: #fff;
}
.product_content_img {
  display: table-cell;
  width: 1%;
  height: auto;
  vertical-align: middle;
}
.product_content_img_mob {
  display: none;
}
.product_content_img img {
  width: 40vw;
  max-width: 556px;
  min-width: 300px;
  height: auto;
}
.product_content_text {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  line-height: 160%;
  box-sizing: border-box;
  padding: 0 6%;
}
.product_content_text b, .product_content_text strong {
  font-size: 110%;
}

@media screen and (max-width: 900px){
  .product_content_text {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50vw;
    box-sizing: border-box;
    font-size: 90%;
  }
  .product_content_img img {
    width: 50vw;
  }
}
@media screen and (max-width: 750px){
  .product_content_container {
    display: block;
  }
  .product_content_text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    
  }
  .product_content_img {
    display: none;  
  }
  .product_content_img_mob {
    display: block;
    width: 100%;
    height: auto;
  }
  .product_content_img_mob img {
    width: 100%;
    height: auto;
  }

}

#product_features_managers_container {
  background: #fff;
}
.product_features_icons {
  text-align: center;
}
.product_features_icon {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin: 60px 5% 0 5%;
}
.product_features_icon img {
  display: block;
  margin: 0 auto 20px auto;
}
#product_features_employees_container {
  background: #3A8DAB;
  color: #fff;
}
#product_features_employees_container h3.section_header {
  padding-top: 0 !important;
  color: #fff;
}

@media screen and (max-width: 900px){
  #product_features_managers_container,
  #product_features_employees_container {
    padding-bottom: 40px;
  }
  #product_features_employees_container {
    padding-top: 40px;
  }
}

#meet_team_container {
  background: url(/library/templates/default/resources/meet-team-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: calc(100vw * 0.368);
  max-height: 513px;
  position: relative;
  color: #fff;
}
#meet_team {
}
#meet_team div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
#meet_team div h3 {
  font-size: 180%;
  text-transform: none;
  font-family: 'Tex';
  font-weight: normal;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px){
  #meet_team div h3 {
    font-size: 3vw;
  }
}
#meet_team div h3 i {
  color: #fff !important;
}
#meet_team a {
  margin-top: 3%;
}


#bottom_container {
  background: #fff;
  color: #999;
}
#bottom {
  overflow: auto;
}
.bottom_left {
  float: left;
  width: 33%;
  min-width: 300px;
  color: #333;
  font-weight: bold;
}
#bottom_links a {
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 30px 0;
  border-right: 1px solid #fff;
  color: #333 !important;
  font-weight: bold;
  text-decoration: none !important;
}
#bottom_links a:first-child {
  padding-left: 0;
}
#bottom_links a:last-child {
  border-right: 0;
}
#bottom_tel {
  font-size: 120%;
}
#bottom_connect {
  font-size: 120%;
  padding-top: 20px;
}
#bottom_connect i {
  font-size: 140%;
  display: inline-block;
  margin: 0 10px;
  color: #12499C;
  cursor: pointer;
}


.bottom_right {
  float: right;
  text-align: right;
  width: 33%;
  white-space:nowrap;
}
.bottom_right img {
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  padding-right: 15px;
}
.bottom_right img:nth-child(1) {
  width: 27%;
  max-width: 150px;
}
.bottom_right img:nth-child(1) {
  width: 48%;
  max-width: 281px;
}
.bottom_right img:nth-child(2) {
  width: 20%;
  max-width: 104px;
}
.bottom_right a {
  display: block;
  color: #12499C !important;
  text-decoration: none !important;
  line-height: 180%;
  font-size: 90%;
}
.bottom_right a:last-child {
  color: #999 !important;
}

.bottom_right a i {
  padding-left: 10px;
}
#bottom_container a:hover {
  color: #000 !important;
}

@media screen and (max-width: 700px){
  #bottom_container {
    padding: 20px;
    font-size: 85%;
  }
  .bottom_left {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
    text-align: center;
  }
  #bottom_links a:first-child {
    padding-left: 15px;
  }
  .bottom_right {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
    text-align: center;
  }
  .bottom_right a {
    line-height: 120%;
    margin-bottom: 15px;
  }
  .bottom_right img {
    float: none;
  }
}


#bottom_subscribe_container  {
  background: #12499C;
  color: #fff;
}
#bottom_subscribe {
  font-size: 120%;  
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 20px 0;
  text-align: center;
}
#bottom_subscribe label {
  display: block;
  margin-bottom: 10px;
}

#bottom_subscribe .inputbox {
  display: inline-block;
  width: 86%;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 0 !important;
}
#bottom_subscribe .button {
  display: inline-block;
  width: 14%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #8CB2C9 !important;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width: 700px) {
  #bottom_subscribe .inputbox {
    width: 250px;
  }
  #bottom_subscribe .button {
    width: 50px;
  }
}


#footer_container {
  background: #08222A;
  color: #fff;
}
#footer {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 700px){
  #footer {
    padding: 20px;
  }
}
#footer a {
  color: #fff;
}
.link_button {
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
  border-left: 0;
  background: #12499C;
  border-radius: 25px;
  font-weight: bold !important;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  font-size: 110%;
}
.link_button:hover {
  background-color: #72A1BE;
  color: #fff;
}
@media screen and (max-width: 700px){
  .link_button {
    font-size: 90%;
    padding: 5px 20px;
  }
}

/* Form buttons */

.button {
  color: #fff !important;
  display: inline-block;
  padding: 5px 20px;
  border: 0;  
  background: #12499C;
  border-radius: 25px;
  font-weight: bold !important;
  transition: all 0.2s ease-out;
  text-decoration: none !important;
  font-family: 'OpenSans';
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
}
.button:hover {
  background-color: #72A1BE;
  color: #fff;
}
.button.stretch {
  width: 100%;
  padding: 12px;
}
.button.padded {
  padding: 20px 30px; 
  font-size: 14px; 
}
.button:hover {
  opacity: 0.8;
}
.button i.fa.fa-lg {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

/* Form input fields / text areas */

.inputbox {
  background-color: #fff !important;
  color: #6E6E6E !important;
  border: 1px solid #D6D6D6 !important;
  font-family: inherit;
  padding: 5px 15px;
  font: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 14px;
  line-height: 30px;
}
.inputbox:hover {
  border-color: #eeeeee !important;
}
.forms_item_input_container img {
  display: none;
}
.input_error {
  background-color: #fff !important;
  color: #6E6E6E !important;
  border: 1px solid red !important;
  font-size: 16px;
  font-family: inherit;
  padding: 15px;
  font: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  border-radius: 25px;
}
.inputbox.date {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
  background: url(/library/templates/default/resources/mono-calendar.png) no-repeat center right;
}
select:invalid { color: #eee }

/* Forms */


form { 
  margin: 0; 
  padding: 0; 
}

.form_container {
  max-width: 930px;
  width: 90%;
  margin: 40px auto 40px auto;
  text-align: center;
  overflow: auto;
}

.forms_item_container { 
  display: inline-block;
  width: 48%;
  padding: 10px 0;
  overflow: auto;
  text-align: left;
  vertical-align: top;
}
.forms_item_container:nth-child(2n+1) {
  padding-left: 2%
}

@media screen and (max-width: 700px){
  .forms_item_container { 
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding-left: 0;
  }
}


.form_container h2 {
  clear: both; 
}
.forms_item_label { 
  display: block;
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
}
.forms_item_label i {
  font-size: 80%;
  opacity: 0.7;
}
/*
label span.required::before {  
  content: '\f069';
  opacity: 0.4;
  font-size: 70%;
  font-family: 'FontAwesome';
  padding-right: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
}
*/
.forms_item_input_container { 
  display: block;
}
.forms_item_input_container span { 
  font-size: 80%; 
  display: block; 
  clear: both;
}
.forms_item_input_container .inputbox,
.forms_item_input_container .input_error { 
  width: 100%; 
}
.forms_item_input_container input[type='checkbox'] {
  visibility: hidden;
}
.forms_item_input_container .input_checkbox_container {
  position: relative;
  width: 30px;
  height: 30px;  
}
.forms_item_input_container .input_checkbox_container label {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #D5D5D5;
  cursor: pointer;
  border-radius: 3px;  
}
.forms_item_input_container .input_checkbox_container label::after {
  content: '\f00c';
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: 'FontAwesome';
  color: #2BBBE9;
  opacity: 0;
}
.forms_item_input_container .input_checkbox_container label:hover::after {
  opacity: 0.2;
}
.forms_item_input_container .input_checkbox_container input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.forms_item_input_container textarea { 
  height: 180px; 
  width: 100%;
}
.forms_item_columnmode_container_table {
  width: 100%;
  display: table;
  max-width: 500px;
}
.forms_item_columnmode_container { 
  padding: 3px 0 3px 0; 
  text-align: center; 
  display: table-cell;
  width: 50%;
  float: none;
}
.forms_item_columnmode_container label.hidden {
  display: none;
}
.forms_item_columnmode_container .inputbox {
  width: 70px;
}
.forms_item_columnmode_container label { 
  display: block; 
}
.forms_balloon_icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 5px;
  padding: 2px 5px 2px 5px;
  background: url(/library/templates/default/resources/tiny_info.png) no-repeat center center;
  float: right;
  cursor: pointer;
}

.form_fieldset {
  background: #C0C0FF;
  margin: 15px 0 15px 0;
  padding: 15px 100px 15px 20px;
  border: 2px solid #c0c0c0;
  background-repeat: no-repeat;
  background-position: top right;
  *position: relative;
}
.form_legend {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  padding: 0 10px 0 10px;
  *position: relative; 
  *top: -1.5em; 
}

.form_buttons_container {
  display: inline-block;
  padding: 50px 0 0 0;
  white-space: nowrap;
  background: transparent;
  text-align: center;
  float: right;
  width: 48%;
}
.form_buttons_container.full {
  width: 100%;
}
.form_buttons_container .button {
  float: right;
}
.forms_branding_logo {
  float: right; 
}

/* AJAX category tree (list) */
.forms_category_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  width: 300px;
  margin-top: -5px;
}
.forms_category_list div ul { 
  width: 100% !important;
  margin-top: 5px;
  border-bottom: 1px solid #2BBBE9;
}
.forms_category_list li {
  padding: 5px 0 5px 15px;
  display: block;
  background: #EDEDED;
  color: #6E6E6E;
  border-left: 7px solid #2BBBE9;
  cursor: pointer;
}

.forms_category_list li label {
  display: block;
}
.forms_category_list li:hover {
  /* background-color: #2BBBE9 !important;
  color: #fff;*/
}
.forms_category_list li.has_children {
  background: #EDEDED url(/library/templates/default/resources/plus.png) no-repeat right 10px;
}
.forms_category_list li div {
  background: #2BBBE9; 
}
.forms_category_list li input {
  float: left;
  display: block;
  margin: 2px 10px 0 5px;
  border-right: 1px solid #fff;
}

/* User input wizards (e.g. adding new items) */

.stages_container {
  height: 120px;
  background: #D6E5C3;
}
.stage_block {
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  background-position: 12px 10px;
  background-repeat: no-repeat;
}
.stage_block_label {
  color: #4D642C;
  font-weight: bold;
  padding-top: 90px;
}
.stage_block_label_disabled {
  color: #7A9F45;
  padding-top: 90px;
}

/* User comments */

.forms_item_comment_link_container {
  overflow: auto; 
  clear: both;
  overflow: hidden;
}
.forms_item_comment_link {
  display: block;
  float: right;
  width: 85px;
  text-align: left;
  padding: 10px 0 5px 25px;
  font-size: 10px;
  background: url(/library/templates/default/resources/small_edit.gif) no-repeat 0 5px;
  margin: 1px 5px 0 0;
}
.forms_item_comment_container {
  clear: left;
  padding: 10px;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #999;
  display: none;
}
.forms_item_comment_container textarea {
  border: 1px solid #999;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-top: 5px;
}
.forms_item_usercomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #61992F; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #E1F1CF url(/library/templates/default/resources/small_user.gif) no-repeat 11px 10px;  
}
.forms_item_admincomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #E7A007; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #FEF9D0 url(/library/templates/default/resources/small_admin.gif) no-repeat 11px 10px;  
}
.forms_item_moderatorcomment {
  clear: both;
  margin: 20px auto 10px auto;
  width: 400px;
  border: 1px solid #DB911D; 
  padding: 10px 10px 10px 50px;
  font-size: 11px;
  min-height: 20px;
  text-align: left;
  background: #F9DBC5 url(/library/templates/default/resources/small_moderator.gif) no-repeat 11px 10px;  
}

/* Tooltips */


.tooltip_container {
  background: #EDEDED;
  padding: 15px 15px;
  font-size: 15px;
  color: ;
  max-width: 300px;
  min-width: 200px;
  width: auto;
  z-index: 9999999;
  border-radius: 3px;
}
.tooltip_container.success {
  background: #8DC572;
  color: #fff;
}
.tooltip_container.success div {
  text-shadow: 1px 1px 0 #719E5B;  
}
.tooltip_container.success.right:after,
.tooltip_container.success.left:after
{
  background: #8DC572;
}
.tooltip_container.error {
  background: #BE6464;  
  color: #fff;
}
.tooltip_container.error div {
  text-shadow: 1px 1px 0 #985050;  
}
.tooltip_container.error.right:after,
.tooltip_container.error.left:after
{
  background: #BE6464;
}
.tooltip_container.right {
  margin-top: -10px;
  margin-left: 10px;
}
.tooltip_container.left {
  margin-top: -10px;
  margin-left: -10px;
}
.tooltip_container.top {
  margin-top: -10px;
}
.tooltip_container.bottom {
  margin-top: 10px;
}

.tooltip_container div {
  /*text-shadow: 1px 1px 0 #000;*/
}
.tooltip_container.right:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #EDEDED;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.left:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: -7px;
  background:#EDEDED;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tooltip_container.top:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -7px;
  left: 7px;
  background:#EDEDED;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container.bottom:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 7px;
  background: #EDEDED;  
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.tooltip_container .calendar_container {
  font-size: 90%;
}
.tooltip_container .calendar_prev_link,
.tooltip_container .calendar_next_link {
  margin-left: 0;
  width: 24px;
}


@media all and (max-width: 700px) {
  .forms_item_input_container .inputbox,
  .forms_item_input_container textarea,
  .form_buttons_container { 
    width: 100% !important;
  }  
  .forms_item_label {
    display: block;
    width: 100%;
    box-sizing: border-box;
  } 
  .forms_item_input_container {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .forms_item_columnmode_container label.hidden {
    display: inline;
  }
}
/* Site search */


#site_search {
  padding: 30px 0 0 0;
  float: right;
  white-space: nowrap;
}
#searchbar #site_search {
  padding: 0;
  float: none;
  text-align: center;
}

#contact_stuff {
  clear: left;
  padding-top: 10px;
  text-align: left;
  width: 229px;
  float: right;
  color: #8b8b8b;
  font-size: 15px;
}

#site_search label {
  display: none;
}

#searchbar #site_search_search {
  width: 80%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  height: 58px;
  box-sizing: border-box;
  border: 0 !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff !important;
  color: #333 !important;
  padding: 0 0 0 40px !important;
  font-size: 140% !important;
  line-height: 200%;
  text-align: left;
}

#site_search #site_search_go {
  display: inline-block;
  vertical-align: middle;
  float: none;
  height: 58px;
  box-sizing: border-box;
  border: 0 !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;  
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  color: #00569F !important;
  background-image: none !important;
  background-color: #fff !important;
  position: relative;
  font-family: 'FontAwesome';
}
#site_search #site_search_go:hover {
  background: #00569F !important;
  color: #fff !important;
}

/* Search results */

.site_search_item {
  list-style-image: none;
  list-style-type: none;
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  color: inherit;
  display: block;
  clear: both;
}
.site_search_item img {
  position: relative; 
  top: -15px;
  border: 1px solid #c0c0c0;
  width: 48px;
  height: auto;
  float: right;
  clear: right;
  margin: 15px 0 0 10px;
}
.site_search_item hr {
  clear: both;
}
.site_search_item a {
  display: block;
  color: #333;
  overflow: auto;
  padding: 5px 10px;
  background: #fcfcfc;  
  text-decoration: none !important;
  border-left: 3px solid #dedede;
  color: #888 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site_search_item a:hover {
  background: #eee !important;  
}
.site_search_item .heading {
  display: block;
  font-size: 120%;
  margin: 0 0 5px 0;
  color: #333;
}

/* Search results (dropdown / popup) */


.search_results_dropdown_container {
  box-sizing: border-box;
  padding:10px;
  border: 1px solid #EDEDED;
  margin-top: 0;
  min-width: 240px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  background: #fff;
  margin-left: 30px;
  width: auto;
  max-width: 50%;
}

.search_results_dropdown_container {
  font-size: 75%;
  line-height: 110%;
}
.search_results_dropdown_container .site_search_item a {
  padding: 10px 15px;
}
.search_results_dropdown_container .site_search_item:nth-child(2n+1) a {
  background: #f8f8f8;
}

.search_results_dropdown_container .site_search_item {
  margin-bottom: 0;
  margin-top: 0;
}

.search_results_dropdown_container .site_search_item li {
  padding-bottom: 0;
}
.site_search_item a {
  border-left: none;
  
}
.search_results_dropdown_container .site_search_item img {
  width: 32px;
}
.search_results_dropdown_container .emphasisedtext {
  display: none;
}
.search_results_more_link {
  padding-top: 15px;
  display: block;
  text-align: center;
}
.search_results_dropdown_container .site_search_item .heading {
  font-size: 160%;
}

/* Special products (eg on home page) - 
   these are selectable within control panel */

.shop_product_special {
  overflow: hidden;
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  padding: 10px;
  line-height: 110%;
  font-size: 120%;
  transition: all 0.2s ease-out;
}
.shop_product_special img {
  text-align: center;
  display: block;
  margin: 0 auto 15px auto;
  width: 80%;
  height: auto;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.shop_product_special:hover img {
  filter: brightness(1.2);
}
.shop_product_special span {
  display: block;
  font-size: 90%;
  margin-top: 10px;
}

/* Main special product - extra large one, eg on home page */

#shop_special_product_main {
  background: #57647C;
  border: 3px solid #333;
  padding: 20px 20px 20px 20px;
  width: 680px;
  overflow: auto;
  line-height: 140%;
  font-size: 11px;
  color: #fff;
}
#shop_special_product_main a {
  font-weight: bold;
  text-decoration: underline;
  color: #000040;
}

#shop_special_product_main h1 {
  color: #fff;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

#shop_special_product_main h2 {
  color: #000040;
  font-size: 22px;
  text-decoration: line-through;
}

#shop_special_product_main b {
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0 0 5px;
}

#shop_special_product_main img {
  width: 215px;
  height: 215px;
  border: 2px solid #333;
  display: block;
  float: right;
}
.shop_special_product_content {
  float: left;
  width: 430px;
}

.shop_special_product_price {
  font-size: 38px;
  font-weight: bold;
  padding: 5px 0;
}

.shop_special_product_save_splash {
  display: block;
  float: right;
  width: 80px;
  height: 50px;
  background: #000;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  top: 5px;
  padding-top: 10px;
}

.shop_special_product_save_splash b {
  font-size: 19px !important;
  font-weight: bold;
}
/* Standard Log-in controls */

#site_login_container {
  font-size: 11px;
  padding: 10px;
  text-align: left;
}

#site_login_username, #site_login_psw {
  margin: 0 0 3px 0;
  width: 120px;
}

#site_login_go {
  font-size: 11px;
  margin: 5px 0 10px 105px;
}

#site_login_container .form_label {
  width: 100px;
  text-align: right;
  float: left;
  margin-right: 5px;
}

#site_login_container .section {
  margin: 2px 0 2px 0;
}

/* Side Log-in controls */

#side_login_heading {
  margin: 15px 0 5px 0;
  text-align: left
}
#side_login_loggedin {
  padding: 5px 0 5px 0;
  text-align: left;
  font-weight: normal;
}
.side_login_options {
  text-align: left;
  padding: 6px 0 0 0;
}
#side_login_username, #side_login_psw {
  margin: 0 0 3px 0;
  width: 100%;
}
#side_login_remember_me {
  position: relative;
  top: 1px;
}
#side_login_go {
  padding: 1px 0 1px 3px;
  font-size: 11px;
  width: 29px;
}

/* User menu / icons */

#user_menu {
  padding: 0 10px 15px 10px;
  width: 300px;
}
#user_menu a {
  display: block;
  clear: left;
  margin: 0 0 0 0;
}
#user_menu span {
  position: relative;
  top: 8px; 
}
#user_menu img {
  width: 33px;
  height: 40px;
  float: left;
  padding: 0 10px 0 0;
}

/* User file downloads */

.user_files_list_container {
  clear: both;
  margin: 20px 0;
  border: 1px solid #2BBBE9 !important;
  border-radius: 10px;
  padding: 15px 25px;
  overflow: auto;
}
.user_files_list_container a {
  display: block;
  float: left;
  width: 170px;
  padding: 40px 0 0 0;
  margin: 10px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none !important;
  color: #6E6E6E !important;
  opacity: 1;
  text-align: center;
  word-wrap: break-word;
  height: 30px;
  overflow: hidden;
  line-height: 120%;
  font-size: 12px;
}
.user_files_list_container a:hover {
  color: #2BBBE9 !important;
  opacity: 0.9;
}
.user_files_list_container h3 {
  margin-bottom: 30px;
}
.user_shared_file_link {
  display: block;
  padding: 13px 10px 10px 40px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none !important;
  color: #6E6E6E !important;
  opacity: 1;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 100%;
  font-size: 12px;
}
.user_shared_file_link:hover {
  color: #2BBBE9 !important;
  opacity: 0.9;
}
/* Users / Profiles stuff */

#users_compose_link {
  padding: 10px;
  text-align: left;
}
.users_compose_label {
  width: 100px;
  text-align: right;
  float: left;
  padding: 0 10px 10px 0;
  font-weight: bold;
}
.users_compose_input, .users_compose_msg {
  margin-left: 115px; 
  padding: 0 10px 10px 0;
}
/* Popup / modal calendar */

.calendar_pop_container {
  position: absolute;
  width: 200px;
  height: 220px;
  border: 1px solid #333;
  background: #fff;
  color: #000;
  padding: 5px;
  margin: 0 2px 0 2px;
  -moz-box-shadow: black 2px 2px 5px;
  -webkit-box-shadow: black 2px 2px 5px;
}
.calendar_pop_monthyear {
  height: 70px !important;
}
.calendar_pop_monthyear button {
  margin: 10px auto;
  display: block;
  width: 40px;
}
.calendar_pop_top_container {
  background-color: #6494B6;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  overflow: auto;
  padding: 2px 0 2px 0;
}
.calendar_pop_top_container a { 
  color: #fff !important; 
  position: relative;
  top: -2px;
}
.calendar_pop_top_container img {
  width: 22px;
  height: 11px;
  position: relative;
  top: 5px;
  padding: 0 2px 2px 2px;
}
#calendar_pop_month, #calendar_pop_year {
  width: 60px !important;
  font-size: 11px !important;
  margin: 0 3px;
}
.calendar_pop_link_back {
  width: 30px;
  float: left;
  text-align: center;
}
.calendar_pop_link_forward {
  width: 30px;
  float: right;
  text-align: center;
}
.calendar_pop_days_table td, .calendar_pop_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_pop_days_table th {
  font-size: 10px;
}
.calendar_pop_days_table td {
  font-size: 11px;
}
.calendar_pop_slot_empty {
  background-color: #EBF2F7;
  padding: 2px;
}
.calendar_pop_slot_weekday {
  background-color: #E2EBF2;
  padding: 2px;
}
.calendar_pop_slot_weekend {
  background: #D1E0EB;
  padding: 2px;
}
.calendar_pop_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_pop_slot_active, .calendar_pop_slot_active a:hover {
  color: #426C8A;
  cursor: pointer;
}
.calendar_pop_slot_active:hover {
  color: #000;
}
.calendar_pop_close {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 4px;
  text-align: right;
  margin: 3px 2px;
}

/* Calendar */

#calendar_container {
  width: 400px;
  padding: 5px;
  background-color: #fff;
}
#calendar_top_container {
  background-color: #E6ECC8;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  margin: 0 2px 0 2px;
  text-align: center;
}
#calendar_top_container a { 
  color: #000; 
}
#calendar_top_container select {
  margin: 0 5px 0 5px;
}
#calendar_link_back {
  width: 50px;
  float: left;
  text-align: center;
}
#calendar_link_forward {
  width: 50px;
  float: right;
  text-align: center;
}
#calendar_days_container {
  margin: 0 0 0 0;
}
#calendar_days_table td, #calendar_days_table th {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar_day_title_weekend {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_day_title_weekday {
  padding: 5px 0 5px 0;
  background-color: #fff;
}
.calendar_slot_empty {
  background-color: #E6ECC8;
  padding: 10px 0 10px 0;
}
.calendar_slot_weekday {
  background-color: #F3F6E5;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_weekend {
  background: #DEE6B6;
  padding: 10px 0 10px 0;
  font-size: 19px;
}
.calendar_slot_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
}
.calendar_slot_active, .calendar_slot_active a:hover {
  color: #F09E4C;
  cursor: pointer;
}
.calendar_slot_active:hover {
  color: #000;
}
#calendar_times_container {
  width: 396px;
  min-height: 100px;
  background-color: #E6ECC8;
  border-left: 2px solid #fff;
  padding-bottom: 5px;
}
#calendar_times_container h2 {
  text-transform: none;
  padding: 10px;
}
.calendar_times_slot {
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 10px 2px 10px;
}
.calendar_slots_active {
  color: #F09E4C;
  background: #F3F5E7;
  font-weight: bold;
  cursor: pointer;
}
.calendar_slots_active:hover {
  color: #000;
}
.calendar_slots_passive {
  color: #c0c0c0;
  text-decoration: line-through;
  font-weight: normal;
  cursor: default;
  background: transparent;
}

/* javascript inline calendar */


#mini_calendar_container {
  width: 100%;
  clear: both;
}
.calendar_top_container {
  background: #2BBBE9;
  color: #fff;
  padding: 5px;
  text-align: right;
  margin-bottom: 10px;
}
.calendar_top_container select {
  margin-right: 5px;
  display: block;
  float: left;
}
.calendar_month_title {
  display: inline-block;
  float: left;
  padding-top: 3px;
  font-size: 17px;
}
.calendar_prev_link,
.calendar_next_link {
  display: inline-block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  color: #fff !important;
  position: relative;
  top: 3px;
  text-decoration: none !important;
  margin-left: 10px;
  box-sizing: border-box;
}
.calendar_prev_link::before {
  content: '\0025C0';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_next_link::before {
  content: '\0025B6';
  position: absolute;
  top: 0;
  right: 0;
}
.calendar_prev_link:hover,
.calendar_next_link:hover {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  cursor: default;
}
.calendar_prev_link:active,
.calendar_next_link:active {
  text-shadow: none;
  top: 4px;
  left: 1px;
}
.calendar_days_container {
  background: #fff;
  overflow: hidden;
}
.calendar_days {
  width: 100%;
  color: #666;
  text-align: center;
  cursor: default;
}
.calendar_days_table {
  border-spacing: 2px;
}
.calendar_days.current {
  position: static;
}
.calendar_slot {
  text-align: center;
  padding: 0;
  border: 1px solid #eee;
  vertical-align: top;
  width: 14.28571428571429%;
  position: relative;
  background-color: #fff;
}
.tooltip_container .calendar_slot {
  transition: all 0.2s ease-out;
}
.tooltip_container .calendar_slot:not(empty) {
  cursor: pointer;
}
.tooltip_container .calendar_slot:not(empty):hover {
  background-color: #2BBBE9 !important;
  color: #fff !important;  
}

.calendar_slot.empty {
  background-color: #fbfbfb;
}
.calendar_slot.today {
  background-color: #DAF4FC;
  color: #fff !important;
}
.calendar_slot.active {
  background-color: #4D585A !important;
  color: #fff !important;
}
.calendar_slot.highlight {
  background-color: #dedede !important;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.calendar_slot.changeover {
  background-color: #ccc !important;
  color: #fff !important;
}
.calendar_slot.weekend {
  background-image: url(/library/templates/default/resources/bg-stripes.png);
}
.calendar_slot.publicholiday {
  background-color: #F1FDDB;
}
.calendar_slot.selected {
  background-color: #333 !important;
  color: #fff !important;
}
.calendar_slot.dragend {
  border-right: 5px dotted #000;
  cursor: ew-resize !important;
}
.calendar_label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 3px;
  font-size: 80%;
  color: #65734D;
  line-height: 100%;
}
.calendar_slot_date {
  padding: 2px;
  line-height: 100%;
  font-size: 85%;
  background: #ddd;
  text-align: right;
  color: #666;
}
.calendar_slot_event {
  padding: 5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 110%;
  line-height: 100%;
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  transition: all 1s ease-out;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.calendar_slot_event.halfday, .calendar_slot_event.allhalf {
  background-image: url(/library/templates/default/resources/calendar-halfday.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 100% 50%;
}
.calendar_slot_event:last-child {
  margin-bottom: 50px;
}
.calendar_slot_event.active {
  background-color: #C0FFC0;
}
.calendar_slot_event.inactive {
  background-image: url(/library/templates/default/resources/bg-stripes.png);
  filter: saturate(30%);
}
.calendar_slot_event.inactive b {
  font-size: 80%;
  display: block;
}
.calendar_slot_event.holiday {
  background-color: #79D779;
}
.calendar_slot_event.sickness {
  background-color: #FF4040;
}
.calendar_slot_event.maternity {
  background-color: #AE79D7;
}
.calendar_slot_event.other {
  background-color: #9B9CBF;
}
.calendar_slot_event.alert {
  background-color: #FF8080;
}
.calendar_slot_event.main {
  border-left: 4px solid #666;
}
.calendar_slot_event.spanafter {
  margin-left: 10px;
}
.calendar_slot_event.spanafter::before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.spanbefore {
  margin-right: 10px;
}
.calendar_slot_event.spanbefore::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  background-color: inherit;
  content: ' ';
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform-origin: center center;
}
.calendar_slot_event.lastcell {
  border-right: 4px dotted #666;
}
.calendar_slot_event .draghandle {
  position: absolute;
  top: 0;
  right: -16px;
  height: 100%;
  width: 32px;
  cursor: ew-resize;
}
.calendar_slot_event.empty {
  
}
.calendar_empty_placeholder {
  height: 80px;
  display: block;
}

/* user calendar in users area */

.users_calendar_toggle_button {
  display: inline-block;
  box-sizing: border-box;
  width: 21.25%;
  margin: 20px 5% 20px 0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  text-align: left;
  padding-left: 45px;
  background-color: #A5E5A5;
  background-image: url(/library/templates/default/resources/tickbox.png);
  background-position: 5px 3px;
  background-repeat: no-repeat;
  border-color: #79D779;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  color: #000 !important;
  text-shadow: 1px 1px 0 #fff;
  text-decoration: none !important;
  cursor: default;
  font-size: 130%;
}
.users_calendar_toggle_button.sickness {
  border-color: #FF4040;
  background-color: #FF8181;
}
.users_calendar_toggle_button.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_toggle_button.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_toggle_button:hover {
  border-color: #000;
}
.users_calendar_toggle_button.inactive {
  background-image: url(/library/templates/default/resources/tickbox-empty.png);
  opacity: 0.6;
  text-shadow: 0;
  color: #333;
}
.users_calendar_toggle_button.other {
  margin-right: 0;
}
.users_calendar_drag_block {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 10px auto;
  background-color: #A5E5A5;
  border-width: 1px;
  border-style: solid;
  border-color: #79D779;
  cursor: move;
}
.users_calendar_drag_block.sickness {
  border-color: #FF4040;
  background-color: #FF8181;  
}
.users_calendar_drag_block.maternity {
  border-color: #AE79D7;
  background-color: #CAA7E5;
}
.users_calendar_drag_block.other {
  border-color: #9B9CBF;
  background-color: #C2C3D8;
}
.users_calendar_icon_small {
  width: 20px;
  height: auto;
  padding: 8px;
  margin-top: 3px;
  position: relative; 
}

.users_calendar_notification {  
  padding: 6px 8px 8px 8px;
  display: inline-block;
  vertical-align: top; 
  cursor: pointer;
}
.users_calendar_notification span {
  width: 26px;
  box-sizing: border-box;
  display: inline-block;
  height: 26px;
  border: 2px solid #000;
  background: #EB252B;
  border-radius: 50%;
  text-align: center;
  line-height: 150%;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  margin-top: 3px;
  position: relative; 
  text-shadow: 1px 1px 0 #000;
  text-decoration: none !important;
  vertical-align: top; 
  transition: all 0.4s ease-out;
}
.users_calendar_notification:hover span {
  background: #000;
}
.users_calendar_radio_block {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #eee;
  text-shadow: 1px 1px 0 #fff;
  font-size: 85%;
  color: #000;
}
.users_calendar_radio_block.holiday {
  background: #A5E5A5;
}
.users_calendar_radio_block.sickness {
  background: #FF8181;
}
.users_calendar_radio_block.maternity {
  background: #CAA7E5;
}
.users_calendar_radio_block.other {
  background: #C2C3D8;
}
.users_calendar_radio_block label {
  display: inline !important;
}
.users_data_display_ball {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  font-size: 230%;
  font-weight: bold;
  border-radius: 50%;
  background: #A5E5A5;
  margin: 10px;
  padding-top: 45px;
  cursor: default;
}
.users_data_display_ball.sickness {
  background: #FF8181;
}
.users_data_display_ball.maternity {
  background: #CAA7E5;
}
.users_data_display_ball.other {
  background: #C2C3D8;
}
.users_data_display_ball span {
  position: absolute;
  top: 15px;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 30%;
  color: #fff;
  line-height: 100%;
}
.users_data_display_ball.maternity span {
  top: 5px;
}
.calendar_group_title {
  position: relative;
  top: -7px;
}
.calendar_user_group_title {
  position: relative;
  top: 17px;
}
#users_calendar_group_container {
  text-align: right;
  float: right;
  margin-top: -55px;
}
#users_calendar_group_container .inputbox {
  font-size: 120%;
  padding: 5px;
  min-width: 200px;
}
#users_calendar_group_container .users_calendar_icon_small {
  display: inline-block;
  vertical-align: bottom;
}
#users_calendar_link_to_group {
  display: inline-block;
  padding-right: 22px;
  position: relative;
}
#users_calendar_link_to_group::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/library/templates/default/resources/settings-icon-tiny.png) no-repeat top right;
  position: absolute;
  top: 1px;
}
.users_calendar_summary_booking {
  text-align: center;
  font-size: 140%;
  margin: 0 0 20px 0;
  padding: 10px;
  background-color: #A5E5A5;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.users_calendar_summary_booking b {
  background: rgba(0,0,0,0.1);
  display: block;
  padding: 10px;
  border-radius: 8px;
}
.users_calendar_summary_booking div {
  font-size: 80%;
  margin-top: 10px;
}
.users_calendar_summary_booking.sickness {
  background-color: #FF8181;  
}
.users_calendar_summary_booking.maternity {
  background-color: #CAA7E5;  
}
.users_calendar_summary_booking.other {
  background-color: #C2C3D8;  
}

.users_calendar_summary_elapsed {
  float: right;
  display: inline-block;
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  font-size: 160%;
  margin-top: -5px;
}
.users_calendar_summary_elapsed span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

#users_calendar_hours_per_week.hidden,
#users_calendar_hours_per_day.hidden {
  display: none;
}

.users_absence_footer {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.users_absence_footer h2 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 15px;
}
.users_absence_footer_left {
  display: table-cell;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}
.users_absence_footer_left a {
  display: block;
  width: 300px;
  background: #2BBBE9;
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 #000;
  transition: all 0.2s ease-out;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 150%;
  margin-bottom: 10px;
}
.users_absence_footer_left a:hover {  
  text-shadow: 1px 1px 0 #000, 0 0 5px #fff, 0 0 10px #fff;
}
.users_absence_footer_right {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  padding: 10px;
  background: #FBFBFB;
}
.users_absence_footer_right a {
  display: block;
  padding: 10px 0 10px 40px;
  background: url(/library/templates/default/resources/message.png) no-repeat 6px 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
.users_absence_footer_right a.unread {
  background: url(/library/templates/default/resources/message-unread.png) no-repeat 6px 8px;
  color: #000;
}
.users_absence_footer_right a:hover {
  background-color: #eee;
  padding-left: 45px;
}
.users_absence_notification {
  margin: 0 0 5px 0;
  padding: 5px;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 90%;
  background: #EBEBEB;
  position: relative;
}
.users_absence_notification b {
  display: block;
  font-size: 110%;
}
.users_absence_notification_dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
  background: url(/library/templates/default/resources/tiny-cross-dark.png) no-repeat center center;  
}
.calendar_modal_action_buttons_container {
  display: table;
  border-spacing: 10px;
  margin: 10px auto;
  background: #333;
  border-radius: 5px;
}
.calendar_modal_action_button {
  display: table-cell; 
  color: #fff !important;
  text-decoration: none !important;
  padding: 3px 10px 3px 38px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 80%;
  text-align: center;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.calendar_modal_action_button:hover {
  text-shadow: 0 0 10px #fff;
}
.calendar_modal_action_button.delete {
  background-image: url(/library/templates/default/resources/mono-delete-white.png);
}
.calendar_modal_action_button.approved {
  background-image: url(/library/templates/default/resources/mono-tick-white.png);
}
.calendar_modal_action_button.declined {
  background-image: url(/library/templates/default/resources/mono-warning-white.png);
}


.tooltip_container.users_calendar_notifications {
  background: #2B2B2B;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -2px !important;
}
.tooltip_container .calendar_notification_block {
  padding: 5px 16px 5px 5px;
  font-size: 100%;
  line-height: 120%;
  background: #666;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px #000;
  position: relative;
}
.tooltip_container .calendar_notification_block:last-child {
  margin-bottom: 0;
}
.tooltip_container .calendar_notification_block b {
  display: block;
  font-size: 80%;
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 2px;
  box-sizing: border-box;
  background: url(/library/templates/default/resources/tiny-cross.png) no-repeat center center;  
}
.tooltip_container .calendar_notification_block .calendar_notification_dismiss:hover {
  background-color: #888; 
}

.tooltip_container.right.users_calendar_notifications:after {
  background: #2B2B2B;
}

.tooltip_container.users_calendar_context_menu {
  background: #2B2B2B;
  border: 1px solid #A0A0A0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  margin-top: -10px !important;
}
.tooltip_container.bottom.users_calendar_context_menu:after {
  display: none;
}

.tooltip_container.users_calendar_context_menu a {
  display: block;
  padding: 4px 4px 4px 40px;
  color: #fff;
  margin: 0;
  line-height: 150%;
  font-size: 120%;
  text-decoration: none;
}
.tooltip_container.users_calendar_context_menu a.edit {
  background: url(/library/templates/default/resources/mono-calendar-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.delete {
  background: url(/library/templates/default/resources/mono-delete-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.halfday {
  background: url(/library/templates/default/resources/mono-halfday-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.wholeday {
  background: url(/library/templates/default/resources/mono-wholeday-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.approved {
  background: url(/library/templates/default/resources/mono-tick-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a.declined {
  background: url(/library/templates/default/resources/mono-warning-white.png) 8px 6px no-repeat;
}
.tooltip_container.users_calendar_context_menu a:hover {
  background-color: #414141;
}
/* For shop, individual product tables */  

.shop_product_overall_container {
  margin: 0 auto;
}

.shop_product_top_container {
  overflow: auto;
  margin-bottom: 20px;
}
.shop_product_top_left {
  width: 60%;
  float: left;
  min-height: 300px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.shop_main_image {
  width: 100%;
  box-sizing: border-box:
  display: block;
}
.shop_product_top_right {
  width: 38%;
  float: right;
  min-height: 300px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  padding: 20px 20px;
}
.shop_product_top_right h1 {
  font-size: 180%;
  font-weight: bold;
  color: #666;
}
.shop_product_savings_container {
  font-size: 150%;
}
.shop_product_savings_container span {
  padding: 7px 5px !important;
}
.shop_product_qty_container {
  padding: 10px;
  background: #ECF9FD;
  overflow: auto;
}
.shop_product_stock_msg {
  float: right;
  text-align: right;
  color: #00A0C6;
  font-size: 140%;
  font-weight: bold;
  padding-top: 15px;
}
.shop_product_stock_msg_alert {
  color: #FF43A0;
}
.shop_product_bottom_container {
  overflow: auto;
  margin-top: 20px;
}
.shop_product_bottom_left {
  width: 25%;
  float: left;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px;
}
.shop_product_bottom_right {
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
}
.shop_product_bottom_right .heading {
  font-family: 'Arial', sans-serif;
  font-size: 160%;
}



#shop_additional_thumbs_container {
  display: table;
  border-spacing: 5px;
}
#shop_additional_thumbs_container a {
  display: table-cell;
}
#shop_additional_thumbs_container a img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}


#shop_long_desc_container {
  display: table;
  width: 100%;
}
#shop_long_desc_content {
  box-sizing: border-box;
  display: table-cell;
  width: 62%;
  padding-right: 2%;
  padding-left: 2%;
  vertical-align: top;
}
#shop_right_attributes {
  display: table-cell;
  width: 38%;
  color: #fff;
  box-sizing: border-box;
  padding: 1.5% 0;
  vertical-align: top;
}

#shop_right_attributes h3 {
  text-align: center;
  color: #fff;
  font-size: 150%;
  padding: 5px; 
  margin: 0 0 20px 0;
  background: #1E6CA6;
}

#shop_right_attributes table {
  background: #ccc;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
  line-height: 120%;
  margin: 0 auto;
}
#shop_right_attributes td {
  border: 0;
  padding: 10px;
}
#shop_right_attributes th {
  border: 0;
  text-align: left;
  color: #fff;
  padding: 10px 20px 10px 10px;
  width: 50%;
  text-shadow: 1px 1px 0 #000;
}
#shop_right_attributes th ul {
  padding: 0 0 0 0;
  margin: 0 0 0 15px;
}
#shop_right_attributes th li {
  padding: 0 0 0 0;
  margin: 0;
}





.shop_product_container {
  padding: 5px 10px;
  clear: both;
  overflow: auto;
}

.shop_productbox {
  background-color: #DEDEE7;
  color: inherit;
}

.shop_paging {
  float: right;
  font-weight: bold;
  padding: 10px 0 15px 0;
  clear: left;
}
.shop_paging a {
  font-weight: normal;
}

.shop_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}
#shop_categories_container {
  overflow: auto;
  margin-left: -10px;
}
#shop_product_thumbs_container {
  overflow: auto;
  text-align: center;
}
#shop_product_thumbs_container form {
  display: inline;
}
.shop_product_thumb {
  display: inline-block;
  width: 17%;
  margin: 10px 1% 20px 1%;
  vertical-align: top;
  line-height: 110%;
  text-decoration: none !important;
}
.shop_product_thumb:hover img {
  opacity: 1;
}
.shop_product_thumb img {
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;  
}

.shop_breadcrumb {
  float: right;
  text-align: right;
  padding: 15px 0 0 0;
}

.shop_sort_select {
  width: 250px;
  float: right;
  overflow: visible;
  font-size: 11px;
  text-align: right;
}

.shop_product_container {
  margin: 5px 0;
}

.shop_product_right_column {
  width: 200px;
  padding: 15px;
  float: right;
  text-align: center;
}
.shop_product_right_column img {
  margin-bottom: 15px;
}
.shop_product_left_column {
  margin-right: 250px;
  text-align: left;
}

.shop_footer {
  clear: both;
}

.shop_img_extra_container {
  position: relative;
  /*top: -20px; */
  text-align: center;
}
.shop_img_extra img {
  display: block;
  float: right;
  margin: 0 !important;
  padding: 0 0 1px 0 !important;
}
.shop_main_image {
  float: left;
}
.shop_category_back_button {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.shop_qty {
  display: block;
  float: left;
  position: relative;
  top: -5px;
}
.shop_addtocart {
  border: 0;
  display: block;
  float: right;
}
.shop_product_buy_container {
  width: 300px;
  margin: 0 auto;
}
#shop_product_price {
  margin: 30px 0;
  float: left;
  padding: 4px 0 0 0;
  text-align: right;
  font: bold 20px 'Arial', sans-serif !important;
  color: #2BBBE9;
  width: 100px;
  line-height: 100%;
}
.shop_addtocart_button {
  padding: 6px 10px !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  font-size: 14px !important;
  display: block;
  margin: 30px 0;
  float: right;
  width: 150px;
  background-color: #EDEDED;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #6E6E6E !important;  
  cursor: pointer;
}
.shop_addtocart_button:hover {
  background-color: #2BBBE9;  
  color: #fff !important;  
}

/* Currency conversion links */

#shop_side_currency {
  position: relative;
  left: -7px;
  white-space: nowrap;
}
#shop_side_currency_heading {
  margin: 10px 0 8px 0;
}
.shop_side_currency_img_selected {
  padding: 10px 0 5px 0;
  background: url(/library/templates/default/resources/curency_select_arrow.png) no-repeat top center;
}
.shop_side_currency_img {
  padding: 10px 0 5px 0;
}
#shop_side_currency_pound {
  padding-right: 3px;
  position: relative;
  left: 3px;
  width: 46px;
  height: 47px;
}
#shop_side_currency_usd {
  width: 42px;
  height: 47px;
}
#shop_side_currency_euro {
  padding-left: 5px;
  position: relative;
  left: -5px;
  width: 44px;
  height: 47px;
}

.shop_crosslinked_items {
  overflow: auto;
}
#shop_cart_accessories_container {
  overflow: auto;
  margin-bottom: 20px;
}
.shop_cart_accessory {
  display: block;
  float: left;
  margin: 10px;
  width: 170px;
  background: #ABA4C8;
  color: #fff !important;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ddd;
}
.shop_cart_accessory:hover {
  color: #5A5085 !important;
}
.shop_cart_accessory img {
  display: block;
  padding-bottom: 10px;
  width: 170px;
  height: 120px;
}
#shop_cart_accessories_products {
  display: none;
}
.shop_cart_accessories_product {
  overflow: auto;
  padding: 5px;
  margin: 5px 0;
  background: #EBEBF1;
}
.shop_cart_accessories_product img {
  display: block;
  float: left;
  width: 120px;
  height: 85px;
  margin-right: 60px;
}
.shop_cart_accessories_product a {
  display: block;
  width: 100px;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
  background: #5A5085;
  color: #fff !important;
  cursor: pointer;
  float: right;
  margin: 25px 10px 0 60px;
}
.shop_cart_accessories_product b {
  display: block;
  float: right;
  text-align: right;
  width: 100px;
}

.shop_cart_accessories_product h2 {
  margin: 5px 0 5px 0 !important;
  line-height: 100% !important;
}

.shop_cart_accessories_product div {
  float: left;
  width: 410px;
  line-height: 140%;
  font-size: 11px;
  padding: 5px 0;
}



#shop_product_tabs {
  background: #EDEDED;
  width: 631px;
  font-size: 11px;
  overflow: auto;
  margin-left: -1px;
}
#shop_product_tabs div {
  cursor: pointer;
  width: 179px;
  float: left;
  padding: 5px 15px;
  border-left: 1px solid #fff;
}
#shop_product_tabs div:hover {
  background: #2BBBE9;
  color: #fff;
}
#shop_product_tab_content {
  clear: both;
  /*height: 300px;*/
  padding: 20px 0 0 0;
}

/* Shop product embeded into form */

.shop_form_product {
  clear: both;
  background: #eee;
  padding: 10px 0;
  margin: 10px 0 10px 0;
  overflow: auto;
}
.shop_form_product_image {
  display: block;
  width: 30%;
  padding-left: 5%;
  min-height: 120px;
  float: left;
  margin: 10px 0 0 0;
  text-align: center;
}
.shop_form_product_image img {
  display: block;
  margin: 5px auto;
  width: 90%;
  height: auto;
  padding-right: 5%;
}
.shop_form_product_image b {
  display: block;
  text-align: center;
  font-size: 19px;
}
.shop_form_product_details {
  width: 50%;
  float: left;
  padding: 0 0 10px 2%;
}
.shop_form_product_tick {
  text-align: center;
  margin-left: 60%;
  padding: 10px 0 0 0;
}
.shop_form_product_tick input {
  width: 50px;
  height: 50px;
}
.shop_form_product_details select {
  display: block;
  width: 100%;
}
#form_products_total {
  display: block;
  margin: 10px auto;
  width: 200px;
  font-size: 30px;
  background: #EDEDED;
  text-align: center;
  line-height: 100%;
  color: #000;
  padding: 0 0 15px 0;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
#form_products_total b {
  font-weight: normal;
  font-size: 15px;
}
/* Gallery */

#gallery_overall {
  padding-bottom: 10px;
  overflow: auto;
}

.gallery_paging {
  float: right;
  font-weight: bold;
  position: relative;
  top: 3px;
  padding-bottom: 5px;
}
.gallery_paging a {
  font-weight: normal;
}

.gallery_paging img {
  padding: 0 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: relative;
  top: 1px;
}

.gallery_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

.gallery_cat_button_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
  vertical-align: bottom;
}

.gallery_cat_button_img {  
}

.gallery_cat_button_description {
  display: block;
  padding: 5px;
}

.gallery_cats_row {
  width: 100%;
  float: left;
}

#gallery_pictures_div {
  
}

#gallery_sidecats_div {
  float: right;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  width: 120px;
}

#gallery_sidecats_div div {
  padding: 5px 0 5px 0;
}

.gallery_pic_div {
  padding: 10px 1px 15px 1px; 
  float: left; 
  text-align: center;
}

.gallery_pic_description {
  padding: 5px;
}

.gallery_pic {
}

.gallery_pics_row {
  width: 98%;
  float: left;
  overflow: auto;
}

#gallery_link_back {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  border: 1px solid #000;
  cursor: pointer;
}

.gallery_paging_arrows {
  position: relative;
  top: 6px;
}

/* Forum styles */

#forum_breadcrumb_container {
  float: right;
  text-align: right;
  padding-top: 20px;
}
.forum_paging_container {
  float: right;
  padding: 5px 0;
}
.forum_forum_row {
  display: block;
  clear: both;
  margin: 10px 0;
  background: url(/library/templates/default/resources/forum_forum.png) no-repeat 10px 5px;
  padding: 10px 0 10px 90px;
  font-size: 14px;
  overflow: auto;  
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.forum_forum_row:hover {
  background-color: #EBEBF2;
}
.forum_forum_details {
  display: block;
  float: right;
  width: 150px;
  color: #666;
}
.forum_forum_intro {
  display: block;
  color: #666;
  padding-top: 5px;
  width: 350px;
}
  
#forum_threads_container {
  width: 100%;
}
#forum_threads_container td, #forum_threads_container th {
  padding: 7px;
}
#forum_threads_container img {
  width: 23px;
  height: 23px;
  display: block;
  margin: 2px auto;
}
#forum_threads_container b {
  display: block;
}
#forum_thread_post {
  background: #EDEDF3 url(/library/templates/default/resources/bluegrad.png) repeat-x 0 0;
  margin-bottom: 25px;
  border: 1px solid #8C8DAE;
  box-shadow: 3px 3px 3px #ccc;
  font-size: 14px;
  clear: both;
  border-radius: 0 !important;
}
.forum_post {
  padding: 10px 20px;
  margin: 10px 0 0 0;
  overflow: auto;
  clear: both;
  border-radius: 10px;
}
.forum_post.odd {
  background: #DEDEE7;
}
.forum_post.even {
  background: #EEEEF4;
}
.forum_post_name {
  float: left;
  font-weight: bold;
}
.forum_post_datetime {
  float: right;
  font-size: 10px;
}
.forum_message {
  clear: both;
  padding: 10px 0 5px 0;
}
.forum_form {
  display: block;
  margin: 40px auto;
  padding: 15px 25px;
  width: 80%;
  background-color: #F4F4F4;
  overflow: auto;
  box-shadow: 5px 5px 5px #ddd;
  border: 1px solid #EEEEF4;
  border-radius: 10px;

  background-image: linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -o-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -moz-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -webkit-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
  background-image: -ms-linear-gradient(right bottom, #E7E7EF 1%, #EEEEF4 43%, #FEFEFE 95%);
    
}

.forum_form .inputbox {
  display: block;
  width: 98%;
  padding: 5px;
}
.forum_form label {
  display: block;
  margin: 10px 0 5px 0;
}
.forum_form textarea {
  height: 150px;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
}
.forum_form .button {
  display: block;
  clear:left;
  float: left !important;
  padding: 5px 0;
  width: 200px;
}

/* General directory layout */

.directory_listing {
  background-color: #E4E5EE;
}
.directory_breadcrumb {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: left;
}

/* Featured listings */

#directory_featured_listings {
  width: 300px;
  border: 1px solid #c0c0c0;
  padding: 10px;
}

/* Tabs (for directory popups) */

.tabs_main {
  background-color: #E2E3FC;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_active {
  background-color: #E2E3FC;
  color: inherit;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom-width: 0;
}
.tabs_inactive {
  background-color: #AFB0C3;
  color: inherit;
  border: 1px solid #000000;
}
.tabs_hover {
  background-color: #C1C5F9;
  color: inherit;
  border: 1px solid #000000;
}
.contact_us_item {
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none !important;
}
.contact_us_item a {
  text-decoration: none !important;
  color: inherit !important;
}
.contact_us_item i {
  margin-right: 15px;
  position: relative;
  top: 3px;
  color: #45A5BB;
}
html {
  font-size: 100%;
}
body {
  font: normal 18px 'OpenSans', 'Verdana', sans-serif;
  line-height: 140%;
  color: #323232;
}



/* Main page titles */

h1, .pagetitle {
  font: normal 60px 'OpenSans', 'Verdana', sans-serif;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 140%;
}
@media screen and (max-width: 1050px){
  h1, .pagetitle {
    font-size: 4.5vw;
    line-height: 120%;
  }
}
#main_title {
  opacity: 0;
  position: relative;
}
h1 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
/* Paragraph sub-headings */

h2, .heading {
  font: normal 38px 'OpenSans', 'Verdana', sans-serif;
  letter-spacing: 0;
  color: #45A5BB;
  margin: 0 0 10px 0;
}
#main_content_container h2 {
  text-align: left !important;
  width: auto !important;
  margin: 20px 0 20px 0 !important;
}
@media screen and (max-width: 700px){
  h2, .heading {
    font-size: 30px;
  }
}

#main_content_container h2.section_header {
  font-family: 'OpenSans', 'Verdana', sans-serif;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: center !important;
  width: 100%;
}
#main_content_container h2.section_header.no-padding {
  padding: 0;
}
h2.white {
  color: #fff;
}

h2.purple {
  color: #6F267F;
}
h3 {
  font: bold 16px 'OpenSans', 'Verdana', sans-serif;
  text-transform: uppercase;
}
h3.tick_header {
  text-transform: none;
  font-size: 160%;
  font-weight: normal;
  font-family: 'OpenSans', 'Verdana', sans-serif;
  text-align: center;
  margin: 5px 0;
}
h3.tick_header i {
  margin-right: 15px;
  color: #43A6BB;
}
@media screen and (max-width: 700px){
  h3.tick_header {
    font-size: 4vw;
    padding: 0 20px;
  }
}
h3.section_header {
  font-family: 'OpenSans', 'Verdana', sans-serif;
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center !important;
  width: 100%;
  text-transform: none;
  color: #3A8DAB;
  font-size: 125%;
}
h4 {
  font: bold 16px 'OpenSans', 'Verdana', sans-serif;
}
h5 {
  font: bold 16px 'OpenSans', 'Verdana', sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}

/* Links */

a:link, a:visited, a:active {
  color: #12499C;
  text-decoration: underline;
}
a:hover {
  color: #12499C;
  text-decoration: underline;
}

/* Miscellaneous font styles */

.largetext { font-size: 13px; }
.smalltext { font-size: 11px; font-weight: normal; }
.texthighlight {
  background-color: #45A5BB;
  color: #fff;
}
.emphasisedtext {
  color: #000000;
  background-color: inherit;
  font-weight: bold;
  font-size: 13px;
}
/* Images */

.content_image_caption {
  color: #333;
  background-color: #EDEDED;
  font-size: 10px;
  padding: 2px 5px;
}

.image_border { border: 2px solid #000; }

.content_video_container {
  width: 70%;
}
.content_video_container video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.howitworks .content_section {
  width: 50%;
  box-sizing: border-box;
  float: left !important;
  clear: left !important;
}
.howitworks .content_section:nth-child(even) {
  padding-right: 10px;
}
.howitworks .content_section:nth-child(odd) {
  clear: none !important;
  padding-left: 10px;
}
.howitworks .content_section:first-child,
.howitworks .content_section:last-child {
  width: 100%;
  float: none !important;
  clear: both !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.howitworks .content_section:last-child {
  padding-top: 20px;
}

.howitworks .content_section .content_image_container {
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    clear: both !important;  
}
.howitworks .content_section .content_image_container img {
    margin: 0 auto;
    display: block;
}
.howitworks .content_section div {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
    padding: 0 5% !important;  
}

@media only screen and (max-width: 1050px) {
  .howitworks .content_section,
  .howitworks .content_section:nth-child(odd)
  {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  .content_image_container {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 10px auto !important;
    clear: both !important;
  }
  .content_section .content_image_container img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .content_section div {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
    margin: 10px 0 !important;
    padding: 0 !important;
  }
}
/* If extra columns of text are to be shown on the side of the page. */

.side_text {
  color: #000000;
  background-color: inherit;
  font-size: 11px;
}

.side_text label {
  color: #58667E;
  background-color: inherit;
  font-size: 10px;
}

.side_heading {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #58667E;
  background-color: inherit;
}
/* Tables that display information */

.tablestyle {
  border: 1px solid #eee;
  background-color: #DEDEE7;
  color: #000000;
}

.tablestyle_table {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-collapse: collapse;
}
.tablestyle_heading,
.tablestyle_table th,
.tablestyle_table thead tr td {
  background-color: #2BBBE9;
  font-size: 130%;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding: 2px 4px;
  border: 1px solid #ccc;
}
.tablestyle_table td {
  background-color: #efefef;
  padding: 2px 4px;
  vertical-align: top;
  border: 1px solid #ccc;
}
.tablestyle_table tr:nth-child(odd) td {
  background-color: #fff;
}
.tablestyle_table th a {
   color: #fff;
   text-decoration: underline;
}
.tablestyle_centred td, .tablestyle_centred th, th.centered, td.centered, .centered th, .centered td {
  text-align: center;
}
th.middle, td.middle, .middle th, .middle td {
  vertical-align: middle;
}
.tablestyle_nostyle {
  border: 0;
}
.tablestyle_nostyle td, .tablestyle_nostyle th {
  vertical-align: top;
  padding: 3px;
  border: 0;
}
/* Content area, important for control panel preview */

.content_area {
  background-color: #fff;
}

hr {
  color: #4B5870;
  background-color: #4B5870;
  border-width: 0;
  height: 1px;
}
#comments {
  border-top: 1px solid #666; 
  clear: both;
  margin-top: 15px; 
}
.comments_comment {
  background: #eee;
  padding: 10px 10px 20px 10px;
  margin: 15px 0;
  color: #333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 2px solid #ccc;
  font-size: 11px;
  line-height: 140%;
}
.comments_comment_comment {
  float: left;
  width: 565px;
  padding: 0 0 0 10px;
}
.comments_comment_comment blockquote {
  font-style: italic;
}
.comments_comment_top {
  overflow: auto;
}
.comments_comment_links {
  width: 150px;
  float: right;
  overflow: hidden;
  padding-right: 10px;
}
.comments_comment_links hr {
  border-top: 1px dotted #ccc !important;
  background-color: transparent !important;
  color: transparent !important;
}
.comments_comment_links a {
  display: block;
  margin: 1px;
}
.comments_comment_header {
  margin-bottom: 15px;
  padding: 10px 10px 0 10px;
  color: #666;
  font-size: 10px;
  background-color: #e5e5e5;
  overflow: auto;
}
.comments_comment_header b {
  font-weight: bold;
  color: #666;
  float: left;
}
.comments_comment_date {
  float: right;
  width: 150px;
}

.comments_comment_avatar {
  width: 23px;
  height: 23px;
  float: left !important;
  display: block;
  margin: -5px 10px 5px 0 !important;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
#comments input {
  display: block;
  width: 200px;
}
#comments label {
  display: block;
  margin: 10px 0 5px 0;
}
#comments textarea {
  height: 100px; 
  display: block; 
  width: 100%;
}
.comments_comment_comment .button {
  clear:left;
  float: left !important;
}
#comments .button {
  float: right;
  padding: 5px;
  width: 120px;
  margin: 10px 0 15px 0;
}
#comments img {
  float: right;
  margin: 0 0 5px 5px;
}
.comment_approval_needed {
  border: 2px solid red;
}

.popupstyle {
  padding: 0;
  background-color: #ffffff;
  color: inherit;
  margin: 0;
}

/* Courses */


.course_exam_container {
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 500px;
}

.course_exam_container .button {
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
  width: 200px;
  font-size: 15px;
  border-color: transparent;
  display: block;
  margin: 20px auto 10px auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.course_exam_container .button:hover {
  opacity: 0.7;
}
.course_exam_container h2 {
  margin: 0 0 10px 0;
  padding: 3px 8px;
  background: #2BBBE9;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.course_exam_container h3 {
  margin: 0 0 20px 0;
  padding: 15px 10px 15px 20px;
  border-left: 4px solid #2BBBE9;  
  font-size: 25px;
  font-weight: normal;
  line-height: 120%;
}
.course_exam_answer {
  border-radius: 10px;
  background: #eee url(/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff; 
  transition: all 0.2s ease-in-out;
}
.course_exam_answer:hover {
  background-color: #fff;
}
.course_exam_answer.correct, .course_exam_answer.correct:hover {
  background: #C0FFC0 url(/library/templates/default/resources/pass.gif) no-repeat 6px 6px;
  border-color: #79B779;
  color: #000;
  cursor: default;
}
.course_exam_answer.incorrect, .course_exam_answer.incorrect:hover {
  background: #FFD9D9 url(/library/templates/default/resources/fail.gif) no-repeat 6px 6px;
  border-color: #C94949;
  color: #000;
  cursor: default;
}
.course_exam_answer.disabled, .course_exam_answer.disabled:hover {
  background: #f3f3f3;
  border-color: #eee;
  color: #999;
  cursor: default;
}
.course_exam_answer_explanation {
  background: #FFFFC0;
  color: #000;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 15px;
  margin: 20px 0 10px 0;
  padding: 10px 40px;
  text-shadow: 1px 1px 0 #fff;
}
.course_exam_hint {
  border-radius: 10px;
  background: #eee url(/library/templates/default/resources/radiobutton.png) no-repeat 8px 9px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 10px 40px;
  cursor: pointer;
  text-shadow: 1px 1px 0 #fff;
  transition: all 0.2s ease-in-out;
}
.course_exam_results_score {
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
.course_exam_results_result {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.course_exam_link_to_results {
  text-align: center;
  padding-top: 70px;
  display: block;
}




.drag_drop_source {
  width: 100px;
  height: 100px;
  background: #ccc;
  cursor: move;
  margin: 50px;
}
.drag_drop_source.proxy {
  background: cyan;
  border: 3px solid blue;
}
.drag_drop_target {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px dashed #ccc;
  margin: 50px;
}

.drag_drop_target.active {
  background: #ccc;
  border-color: #000;
}

a[rel~="tag"] { 
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #ccc !important;
}

.error_alert, #error_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/alert_negative.gif) 5px 5px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.success_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/alert_positive.gif) 5px 10px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.pass_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(.//library/templates/default/resources/notice_pass.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

.fail_alert {
  padding: 20px 10px 25px 80px;
  background: #ffffff url(/library/templates/default/resources/notice_fail.gif) 15px 25px no-repeat;
  color: #000000;
  border: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
}

#modal_info_container {
  width: 320px;
  height: 275px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #000;
  position: absolute;
  display: none;
  padding: 5px;
  -webkit-box-shadow: 1px 2px 3px #333;
  -moz-box-shadow: 1px 2px 3px #333; 
}
#modal_info_content {
  overflow: auto;
  overflow-x: hidden;
  height: 250px;
  font-size: 11px;
}
#modal_info_content img {
  display: block;
  width: 310px;
  margin: 0 auto 10px auto;
}
#modal_info_close {
  font-size: 20px;
  text-align: right;
  padding-top: 5px;
}
  
#modal_info_close a {
  color: #fff !important;
}

.page_files_link {
  display: inline-block;
  clear: both;
  min-width: 300px;
  margin: 10px 0;
  padding: 10px 5px 10px 50px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #666 !important;
  text-decoration: none !important;
  background-position: 10px 6px;
  background-repeat: no-repeat;
  background-color: #fcfcfc;
}
.page_files_link:hover {
  background-color: #2BBBE9;
  color: #fff !important;
}

/* Site Map */

#sitemap_paging { 
  text-align: left; 
  padding: 0 0 10px 0;
}

.sitemap {
  margin-top: -10px;
}

.sitemap, .sitemap ul {
  padding: 0 0 0 15px;
  list-style-type: none !important;
}
.sitemap li {
  padding: 10px 0 0 0;
}
.sitemap ul li {
  padding: 0 0 0 0;
}


/* Expandable menus (ie non-roll-over list menus) */

.menu_expandable_container {
  text-align: left;
}
.menu_expandable_container ul {
  padding: 3px 0 3px 0;
  margin: 0;
  list-style-type: none;
}
.menu_expandable_container ul ul {
  padding-left: 20px;
  list-style-type: none;
}
.menu_expandable_container ul ul li {
  font-size: 10px;
}

.menu_expandable_container a {
  display: block;
}

/* Menus when javascript disabled */

.navigation_vertical li, #navigation_horizontal li, #navigation_products li {
  font-size: 10px;
}
.navigation_horizontal li {
  display: inline;
  padding: 0 10px 0 10px;
  color: #ffffff;
  background: #000000;
}
.navigation_vertical ul, #navigation_products ul {
  padding-left: 10px;
}
.navigation_horizontal ul {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  display: inline;
}

/* AJAX stuff */

.ajax_updating {
  height: 140px;
  background: url(/library/templates/default/resources/indicator.gif) no-repeat center center;
  text-align: center;
}

#ajaxticker1{
  /* styles go here if required */
}
#ajaxticker1 div{ 
  /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

/* Styles for iBox modal dialogues */

#ibox_wrapper button {
  position: relative;
  left: 5px;
}
#ibox_w{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000; 
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  opacity: 0.0;
}

#ibox_progress {  
  margin:0;
  padding:0;
  position: absolute;
  z-index:105;
}

#ibox_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:100;
  padding:8px 14px 34px 8px;
  border: 1px solid #333;
  width:300px;
  min-width: 45px;
  height:300px;
  background-color:#000;
  margin: 0; 
  box-shadow: 0 0 10px #000;
}
#ibox_wrapper input, #ibox_wrapper button {
  z-index: 101 !important;
}

#ibox_content, #ibox_extra_content {
  background: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  padding: 2px;
}

#ibox_footer_wrapper {
  position:relative;padding:0;margin:0;top:0px;left:0px;
}
 .modal_popup_content {
   padding: 5px 15px;  
 }

/* Driver SMS tracking (users system) */

#drivertracker_group {
  float: right;
  clear: both;
  width: 300px;
  margin: -30px 0 15px 0;
}

#drivertracker_container{
  font-size: 14px;
  color: #666;
  overflow: auto;
  padding-top: 30px;
}
#drivertracker_container hr {
  clear: both;
  position: relative;
  top: -8px;
  display: block;
}
.drivertracker_close_icon {
  width: 19px;
  height: 19px;
  float: right;
  display: block;
  background: url(/library/templates/default/resources/close_x.gif) no-repeat center center;
}
.drivertracker_driver {
  clear: left;
  width: 300px;
  float: left;
  font-weight: bold;
  padding: 0 0 10px 0; 
}
.drivertracker_driver img {
  width: 50px;
  height: 50px;
  float: left;
  display: block;
  margin: -10px 10px 5px 0;
  border: 1px solid #ccc;
}
.drivertracker_number {
  float: left;
  width: 150px; 
}
.drivertracker_icons {
  width: 150px;
  float: left;
  margin-top: -2px;
}
.drivertracker_icons img {
  width: 23px;
  height: 23px;
  padding: 0 3px;
}
.drivertracker_status {
  float: left;
  font-size: 11px;
}
.drivertracker_changeno {
  padding: 5px 10px 5px 205px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  display: none;
}
.drivertracker_expanded_details {
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  clear: left;
  font-size: 12px;
  overflow: auto;
  display: none;
}
.drivertracker_expanded_details img {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  float: left;
  display: block;
}
.drivertracker_expanded_details textarea {
  float: left;
  width: 400px;
  height: 70px;
  display: block;
  margin: 0 0 5px 0;
  padding: 3px 5px;
}
.drivertracker_expanded_details div {
  padding: 0 0 10px 20px;
  float: left;
}
.drivertracker_expanded_details b {
  display: block;
}
.drivertracker_expanded_details .button {
  margin-left: 20px;
  padding: 2px 10px;
}

/* Miscellaneous styles */

.section { margin: 8px 0 8px 0; }
a img { border-width: 0; }

.paging_container {
padding: 10px 0 10px 0;
text-align: center;
}

.heading_highlighted {
  color: navy;
  background-color: inherit;
}

.content_section {
  display: block;
  border: 0 solid #000;
}

.swf_div {
  display: inline;
}

.flashgallery_div {
  display: block;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #666;
  clear: both;
  width: 600px;
  background: #BBBDFF;
  -webkit-box-shadow: 5px 5px 10px #666;
  -moz-box-shadow: 5px 5px 10px #666; 
  overflow: auto;
}

p {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}
code {
  font-size: 12px;
}

.admin_icons_horizontal {
  float: right; 
}
.admin_icons_horizontal img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}




#journal_overall_container {
  background: #eee;
  padding: 10px 10px 0 10px;
  overflow: auto;
}

.journal_post_container {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
  overflow: auto;
}
.journal_post_container.hidden {
  display: none;
}
.journal_post_container.reply {
  margin-left: 50px;
  overflow: hidden;
}
.journal_new_post {
  color: #333 !important;
  text-decoration:none !important;
  display: block;
  border: 0;
  height: 20px;
  width: 100%;
  font: normal 14px 'Arial', sans-serif;
}
.journal_new_post_button {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.journal_new_post_attachment {
  float: left;
  margin-top: 16px;
  font-size: 12px;
  color: #666 !important;
}
.journal_new_post_actions {
  height: 0;
  overflow: hidden;
}
.journal_post_header {
  overflow: auto;
  padding-bottom: 10px;
}
.journal_post_avatar {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
}
.journal_post_name {
  display: block;
  font: normal 20px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_date {
  display: block;
  font: normal 16px 'Arial', sans-serif;
  padding: 10px 0 0 10px;
  margin-left: 90px;
}
.journal_post_body {
  padding: 10px 0;
}
.journal_post_footer {  
  border-top: 1px solid #ddd;
  clear: both;
}
.journal_post_reply_link {
  display: block;
  clear: both;
  float: right;
}
.journal_replies_container {
  padding-left: 50px;
  background: url(/library/templates/default//library/templates/default/resources/reply-arrow.png) no-repeat 5px 5px;  
}
.journal_replies_container .journal_post_avatar {
  width: 40px;
  height: 40px;
}

.journal_replies_container .journal_post_name {
  font: normal 17px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 5px 10px;
}
.journal_replies_container .journal_post_date {
  font: normal 12px 'Arial', sans-serif;
  margin-left: 40px;
  padding: 0 0 0 10px;
}

.journal_participent {
  overflow: auto;
  padding-bottom: 10px;
  cursor: default;
}
.journal_participent img {
  width: 50px;
  height: 50px;
  float: left;
}
.journal_participent span {
  display: block;
  margin: 15px 0 0 60px;
}


/* New modal boxes (bumble) */

.modal_bg {
  background: rgba(145,145,145,0.4);
}

.modal_box {
  background: #4398B5;
  border: 1px solid #fff;
  overflow: hidden;
  max-width: 760px;
  max-height: 760px;
}
.modal_close {
  width: 32px;
  height: 32px;
  top: 15px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.modal_close::after {
  content: 'X';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 30px;
}
.modal_title {
  color: #fff;
  padding: 20px 50px 20px 30px;
  box-sizing: border-box;
  font-size: 25px;
  cursor: move;
}
.modal_content {
  padding: 15px 30px;
  min-height: 100px;
  box-sizing: border-box;
  margin: 60px 0 0 0;
  font-size: 90%;
  height: 88%;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  color: #fff;
}
.modal_content img {
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 500px){
  .modal_content img {
    width: 150px;
    height: auto;
  }
}
.modal_content .modal_content_block {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 6px 0;
}
.modal_content .modal_content_block.left {
  margin-right: 4%;
}
.modal_content .modal_content_block.wide {
  width: 100%;
}
.modal_content .modal_content_block label {
  display: block;
  padding-bottom: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.modal_content .modal_content_block .inputbox {
  box-sizing: border-box;
  width: 100%;
  padding: 5px !important;
  font-size: 100% !important;
}
.modal_content .modal_content_block .inputbox.narrow {
  width: 50%;
}
.modal_content .modal_content_block .inputbox.narrower {
  width: 30%;
}
.modal_content .modal_content_block .inputbox.right {
  text-align: right;
}
.modal_content .modal_content_block textarea.inputbox {
  height: 100px;
  font: 'Arial', sans-serif;
}
.modal_content .modal_button_container {
  text-align: center;
  padding: 10px 0;
}
.modal_content .modal_button_container .button {
  padding: 5px !important;
  font-size: 100% !important;
  width: 30%;
  margin: 0 10px;
  display: inline-block;
}
.modal_content .modal_content_alert {
  text-align: center;
  margin: 10px auto;
  font-size: 100%;
  line-height: 140%;
  padding: 5px;
  box-sizing: border-box;
}
.modal_content_title_block, .modal_content_title_block * {
  text-align: center;
}
.modal_content h2 {
  font-size: 120%;
}
.modal_content h3 {
  font-size: 100%;
  margin: 10px 0 10px 0;
  padding: 0;
}
.modal_content h3 div {
  font-size: 70%;
}
.modal_content_section {
  overflow: auto;
  padding: 10px 0 0 0;
}
.modal_content_section h3 {
  margin: 10px 0 10px 0;
}
.modal_content_section:first-child h3 {
  margin: 0 0 10px 0;
}
.modal_messages_container {
  display: table;
  height: 100%;
  width: 100%;
  border-spacing: 10px;
}
.modal_messages_top {
  display: table-row;
  background: #fff;
  position: relative;
}
.modal_messages_top_stuff {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_messages_bottom {
  display: table-row;
  background: #eee;
  height: 30%;
  position: relative;
}
.modal_messages_bottom_stuff {
  display: table;
  width: 100%;
  height: 100%;
}
.modal_messages_bottom_left {
  display: table-cell;
  box-sizing: border-box;  
  width: 90%;
  position: relative;
}
.modal_messages_bottom .inputbox {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0%;
  padding: 5px;
  width: 100%;
  height: 100%;
}
.modal_messages_bottom_right {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
}
.modal_messages_send_icon {
  width: 80px;
  height: 80px;
  background: #1ED760 url(/library/templates/default/resources/message-white.png) no-repeat center center;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.modal_messages_send_icon:hover {
  filter: brightness(110%);
}
.modal_messages_message {
  width: 85%;
  margin: 0 0 20px 15px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  background: #fafafa;
  position: relative;
}
.modal_messages_message.you {
  margin-left: 7%;
  background: #C6F8D8;
}
#modal_messages_bottom {
  clear: both;
}
.modal_messages_message:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  left: -7px;
  background: #fafafa;  
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal_messages_message.you:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 100%;
  left: 100%;
  background: #C6F8D8;
  margin-left: -7px;
  margin-top: -30px;
}
.modal_messages_dateheader {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 60%;
  color: #aaa;
}
.modal_options_select {
  display: block;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #2BBBE9;
  padding: 5px;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal_options_select label {
  display: block;
  padding: 3px;
  font-size: 90%;
  line-height: 100%;
}
.modal_options_select label:hover {
  cursor: pointer;
  background: #2BBBE9;
  color: #fff;
}
.modal_content_cols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
}

/* Bumble JS stuff */

.bumbleBlackBox {
  background: rgba(0,0,0,1);
}
.bumbleThrobber {
  width: 34px;
  height: 34px;
  background: url(/library/templates/default/resources/throbber.png) no-repeat center center;
  animation-duration: 1.5s;
  animation-name: bumbleRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.bumbleThrobber.top {
  top: 15%;
}
.bumbleThrobber.dark {
  background-image: url(/library/templates/default/resources/throbber-dark.png);
}
@keyframes bumbleRotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
.bumbleDragDropProxy {
  width: 64px;
  height: 64px;
  border: 2px dashed #ccc;
  display: block;
  background: rgba(255,255,255,0.8);
}


/* animations */


@keyframes spin_horizontal_0 {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(90deg);
  }
}
@keyframes spin_horizontal_0w {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}

@keyframes spin_horizontal_1 {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: rotateY(-40deg);
  }
}
@keyframes spin_horizontal_1w {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(-40deg);
  }
}
@keyframes spin_horizontal_2 {
  from {
    transform: rotateY(-40deg);
  }
  to {
    transform: rotateY(20deg);
  }
}
@keyframes spin_horizontal_3 {
  from {
    transform: rotateY(20deg);
  }
  to {
    transform: rotateY(0);
  }
}

.animate_spin_horizontal {
  animation: 
    spin_horizontal_0 0s 0s 1,
    spin_horizontal_1 0.35s 0s 1 ease-out,
    spin_horizontal_2 0.2s 0.35s 1 ease-in,
    spin_horizontal_3 0.1s 0.55s 1 ease-out;  
  transform-style: preserve-3d;
}
.animate_spin_horizontal_wide {
  animation: 
    spin_horizontal_0w 0s 0s 1,
    spin_horizontal_1w 0.35s 0s 1 ease-out,
    spin_horizontal_2 0.2s 0.35s 1 ease-in,
    spin_horizontal_3 0.1s 0.55s 1 ease-out;  
  transform-style: preserve-3d;
}

/**************/

.properties_property_container {
  width: 75%;
  background: #fff;
  padding: 15px 25px 15px 25px;
}
.properties_property_left_col {
  margin-right: 225px;
}
.properties_property_left_col div {
  padding: 0 0 15px 0;
}
.properties_property_right_col {
  width: 200px;
  text-align: right;
  float: right;
  background: #ffffff;
  padding-top: 35px;
}
.properties_property_bottom {
  clear: right;
  padding: 5px;
  margin-top: 10px;
}
.properties_property_bottom div {
  float: right;
  width: 200px;
  text-align: right;
}
.properties_details_label {
  float: left;
  width: 80px;
  font-weight: bold;
  text-align: right;
  font-size: 10px;
  clear: left;
}
.properties_details_value {
  float: right;
  width: 105px;
  font-size: 10px;
  text-align: left;
}

.shop_crosslinked_product {
  width: 150px; 
  float: left;
  margin: 5px;
  text-align: center;
}
.shop_crosslinked_product b {
  display: block;
}
.shop_product_rating_container {
  font-size: 10px;
  margin: -6px 0 5px 0;
  overflow: auto;
}
.shop_product_rating_text {
  float: left;
  padding-top: 5px;
}
.shop_product_star_rating {
  float: left;
  width: 120px;
}
.shop_product_rating_container span {
  padding: 0 2px
}
#directory_advanced_search {
  background: #DEDEE7;
  overflow: auto;
  padding: 5px;
}
#directory_advanced_search h1 {
  font-size: 16px;
  margin: 5px 0 10px 0;
  line-height: 140%;
}
.directory_search_field_container {
  float: left;
  width: 380px;
  height: 25px;
}
.directory_search_label {
  width: 100px;
  display: block;
  float: left;
}
.directory_search_input_container {
  float: left;
  display: block;
  width: 150px;
}

#directory_advanced_search .inputbox{
  width: 250px;
  font-size: 10px !important;
}
#directory_advanced_search .button {
  display: block;
  width: 100px;
  padding: 5px;
  clear: both;
  margin: 0 auto 20px auto;
  position: relative;
  top: 10px;
}
#events_select_categories_container {
  float: right;
  margin: 10px 10px 0 0;
  padding: 10px; 
  text-align: right;
}


#events_side_categories {
  float: right; 
  clear: right;
  padding: 10px; 
  width: 20%; 
  margin: 0 10px 10px 0;
}


#events_side_categories a, #events_side_categories b {
  display: block;
}
#events_table {
  width: 70%;
}
#events_table tr td a {
  display: block;
}
#news_article i {
  display: block;
}
.news_article {
  overflow: auto;
}
.article_image {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  width: 50%;
  height: auto;
  max-width: 400px;
}

.news_articles_list { 
}

/* news categories */

.news_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.news_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* news sub categories */

.news_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#blog_article i {
  display: block;
}

.blog_articles_list { 
}

/* blog categories */

.blog_categories ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: bold;
}

.blog_categories ul ul {
  font-weight: normal;
  padding-left: 20px;
  font-size: 10px;
  list-style-type: square;
}

/* blog sub categories */

.blog_sub_categories {
  padding: 10px 10px;
  list-style-type: none;
  font-weight: bold;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* Javascript slideshow */

.slideshow_text {
  
  font-family: 'Arial', 'opensans', sans-serif;
  letter-spacing: -0.4pt;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align:center;
  display: block;
  font-size: 350%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 50px #000;
  transform: translateY(-50%);
  line-height: 110%;
}

.slideshow_content_slider_container {
  height: auto !important;
}
.slideshow_content_slider {
  width: 100%;
  height: calc(100vw * 0.6) !important;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.slideshow_inner_container {
  height: auto !important;
  position: relative;
}
.slideshow_item {
  position: relative;
}
.slideshow_item, .slideshow_item img {
  width: 100% !important;
  height: calc(100vw * 0.6) !important;
  display: block;
}
#content_col .slideshow_content_slider {
  width: 630px;
  height: 250px;
}
.slideshow_footer {
  height: 80px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 220px 0 0 0;
  padding: 10px 20px;
  font: normal 14px 'Arial', snas-serif;
  width: 100%;
  color: #fff;
  line-height: 140%;
}
#content_col .slideshow_footer {
  width: 590px;
  margin: 150px 0 0 0;
  line-height: 130%;
}
.slideshow_footer h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font: normal 18px 'Arial', snas-serif;
}  

.slideshow_left_browse:hover::before,
.slideshow_right_browse:hover::before
{
  color: #000;
}

.slideshow_left_browse {
  position: absolute;
  cursor: pointer;  
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%);
  left: 0% !important;
  width: 50px;
  height: 65px;
  position: absolute;
  margin-top: -40px;
}
.slideshow_right_browse {
  position: absolute;
  cursor: pointer;  
  z-index: 10;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0% !important;
  width: 50px;
  height: 65px;
  position: absolute;
  margin-top: -40px;
}
.slideshow_left_browse::before {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  left: 5px;
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 100px;
  color: #EDEDED;
}
.slideshow_right_browse::before {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15px;
  right: 5px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 100px;
  color: #EDEDED;
}


