/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #145e9f;
    position: relative;
    overflow-x: hidden;
}
body:before {
    content: '';
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../img/background.png) #fff repeat-x;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da5fe+0,e6e6e6+40,e6e6e6+78&1+0,0.97+78,0.28+91,0.15+97,0.06+100 */
    background: -moz-linear-gradient(top, #5da5fe 0%, rgba(230, 230, 230, 0.98) 40%, rgba(230, 230, 230, 0.97) 78%, rgba(230, 230, 230, 0.28) 91%, rgba(230, 230, 230, 0.15) 97%, rgba(230, 230, 230, 0.06) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5da5fe 0%, rgba(230, 230, 230, 0.98) 40%, rgba(230, 230, 230, 0.97) 78%, rgba(230, 230, 230, 0.28) 91%, rgba(230, 230, 230, 0.15) 97%, rgba(230, 230, 230, 0.06) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#5da5fe), color-stop(40%, rgba(230, 230, 230, 0.98)), color-stop(78%, rgba(230, 230, 230, 0.97)), color-stop(91%, rgba(230, 230, 230, 0.28)), color-stop(97%, rgba(230, 230, 230, 0.15)), to(rgba(230, 230, 230, 0.06)));
    background: -o-linear-gradient(top, #5da5fe 0%, rgba(230, 230, 230, 0.98) 40%, rgba(230, 230, 230, 0.97) 78%, rgba(230, 230, 230, 0.28) 91%, rgba(230, 230, 230, 0.15) 97%, rgba(230, 230, 230, 0.06) 100%);
    background: linear-gradient(to bottom, #5da5fe 0%, rgba(230, 230, 230, 0.98) 40%, rgba(230, 230, 230, 0.97) 78%, rgba(230, 230, 230, 0.28) 91%, rgba(230, 230, 230, 0.15) 97%, rgba(230, 230, 230, 0.06) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da5fe', endColorstr='#0fe6e6e6', GradientType=0);
    /* IE6-9 */
}
p {
    line-height: 30px;
}
a {
    color: #145e9f;
}
a:hover {
    color: #b2b2b2;
}
#wrapper {
    display: block;
    margin: 0px auto;
    max-width: 1120px;
    padding-left: 10px;
    padding-right: 10px;
}
#pushUp {
    margin-top: -40px;
    padding: 0px 10px 0px 10px;
}
/*  ==========================================================================
    Header & Nav
    ========================================================================== */
#headerContainer {
    max-width: 1100px;
    min-height: 240px;
    display: none;
    /*background: url(../img/main_nav_back.png) no-repeat;*/
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media all and (min-width: 970px) {
    #headerContainer {
        display: block;
    }
}
#headerContainer header,
#headerContainerMobile header {
    max-width: 1045px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 240px;
    margin: 0px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*#headerContainer header > *,*/
#headerContainerMobile header > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.switchLang {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
#logoBlock {
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    width: 379px;
    height: 63px;
    display: block;
    clear: both;
    float: left;
    margin-top: 10px;
    padding-bottom: 30px;
}
#headerAddressBlock {
    width: 330px;
    float: right;
    display: block;
    text-align: right;
    margin-top: 42px;
    margin-bottom: 0px;
}
#headerAddressBlock span,
#headerAddressBlock span a {
    color: #589df2 !important;
    text-decoration: none;
}
.headerPhone,
.headerPhone a {
    color: #4e8cd8 !important;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}
.url,
.url a {
    color: #b0b0b0 !important;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
@media only screen and (max-width: 1050px) {
    #headerAddressBlock {
        width: 290px !important;
    }
}
@media only screen and (max-width: 1010px) {
    #headerAddressBlock {
        width: 250px !important;
    }
}
@media all and (max-width: 550px) {
    #headerAddressBlock {
        width: auto !important;
    }
    /*.url {
        display: none
    }*/
    #headerAddressBlock span {
        display: none
    }
}
#navBlock {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(white), to(transparent)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, white, transparent) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, white, transparent) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, white, transparent) 1 100%;
    border-image: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent)) 1 100%;
    border-image: linear-gradient(to top, white, transparent) 1 100%;
    width: 100%;
    height: 103px;
    margin: 0px auto;
    margin-top: 0px;
    /*background: url(../img/top_nav_block.png) no-repeat;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4984ca+0,5293e3+15,5293e3+16,5ca5fe+59,7db9e8+100 */
    background: #4984ca;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4984ca 0%, #5293e3 15%, #5293e3 16%, #5ca5fe 59%, #7db9e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4984ca 0%, #5293e3 15%, #5293e3 16%, #5ca5fe 59%, #7db9e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#4984ca), color-stop(15%, #5293e3), color-stop(16%, #5293e3), color-stop(59%, #5ca5fe), to(#7db9e8));
    background: -o-linear-gradient(top, #4984ca 0%, #5293e3 15%, #5293e3 16%, #5ca5fe 59%, #7db9e8 100%);
    background: linear-gradient(to bottom, #4984ca 0%, #5293e3 15%, #5293e3 16%, #5ca5fe 59%, #7db9e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4984ca', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.31);
    display: block;
    clear: both;
}
#navBlock .menu > li:not(:first-child) {
    border-left: 1px solid #5884b9;
}
#navBlock .menu > li:not(:first-child) {
    border-left: 1px solid #5884b9;
}
#navBlock .menu > li > a {
    height: 100%;
}
#navBlock .menu > li {
    position: relative;
}
#navBlock .sub-menu a {
    text-align: left;
    width: 100%;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#navBlock .sub-menu a:hover {
    width: 100%;
    height: auto;
}
#navBlock .sub-menu li {
    width: 95%;
    height: auto;
}
#navBlock .sub-menu li:hover {
    width: 95%;
    height: auto;
    background: #3078ce;
}
#navBlock .menu > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: none;
    left: calc(50% - 3px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #ffffff transparent;
}
#navBlock .menu > li:hover {
    margin-top: -12px;
    height: 125px;
    padding-top: 12px;
    color: #b8b8b8;
    padding-left: 0;
    padding-right: 0;
    background-color: #000;
    border-left: 5px solid #C5C5C5 !important;
    border-right: 5px solid #C5C5C5 !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+46,d4d4d4+70,cacaca+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 46%, #d4d4d4 70%, #cacaca 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 46%, #d4d4d4 70%, #cacaca 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(46%, #f1f1f1), color-stop(70%, #d4d4d4), to(#cacaca));
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 46%, #d4d4d4 70%, #cacaca 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 46%, #d4d4d4 70%, #cacaca 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cacaca', GradientType=0);
    /* IE6-9 */
}
#navBlock .menu > li:hover:after {
    display: block;
}
#navBlock .menu > li:hover > a {
    color: #b8b8b8;
}
#navBlock .menu > li:hover > a span {
    color: #5293e2;
}
#navBlock .menu > li:last-child:hover ul {
    right: 0;
}
#navBlock a {
    text-decoration: none;
    color: #335f95;
}
#topMenuBox {
    padding-top: 30px;
    text-align: center;
    display: block;
    height: 70px;
}
#topMenuBox span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
}
#menu-primary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 102px;
}
#menu-primary-menu,
#menu-primary-menu ul {
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#menu-primary-menu a {
    display: block;
    /*width: 10em;*/
    text-align: center;
}
#menu-primary-menu li {
    /* all list items */
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    /*width: 12%;*/
}
/*#menu-item-15,
#menu-item-42,
#menu-item-47,
#menu-item-48,
#menu-item-49,
#menu-item-50,
#menu-item-1565,
#menu-item-52 {
    display: block;
}
#menu-item-15 a:hover,
#menu-item-42 a:hover,
#menu-item-47 a:hover,
#menu-item-48 a:hover,
#menu-item-49 a:hover,
#menu-item-50 a:hover,
#menu-item-1565 a:hover,
#menu-item-52 a:hover {
    height: 108px;
    color: #b8b8b8;
    margin-top: -10px;
    padding-top: 10px;
}
#menu-item-15 a:hover span,
#menu-item-42 a:hover span,
#menu-item-47 a:hover span,
#menu-item-48 a:hover span,
#menu-item-49 a:hover span,
#menu-item-50 a:hover span,
#menu-item-1565 a:hover span,
#menu-item-52 a:hover span {
    color: #5293e2;
}*/
#menu-primary-menu li ul {
    /* second-level lists */
    position: absolute;
    background: #62a8fe;
    width: 235px;
    left: -999em;
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
    z-index: 9999;
    padding-bottom: 10px;
}
#menu-primary-menu li ul li:hover {
    width: 210px;
    height: 35px;
}
/* secondary drop down styles */
#menu-item-46,
#menu-item-848,
#menu-item-898,
#menu-item-887,
#menu-item-894,
#menu-item-1155 {
    border: 1px solid #fff;
    width: 210px;
    height: 35px;
    margin: 10px 5px 0px 5px;
    padding: 5px;
}
#menu-item-45,
#menu-item-44,
#menu-item-43,
#menu-item-2418,
#menu-item-845,
#menu-item-846,
#menu-item-847,
#menu-item-904,
#menu-item-899,
#menu-item-900,
#menu-item-893,
#menu-item-896,
#menu-item-895,
#menu-item-897,
#menu-item-888,
#menu-item-889,
#menu-item-890,
#menu-item-1158,
#menu-item-1160,
#menu-item-1162,
#menu-item-1164,
#menu-item-2525,
#menu-item-2526,
#menu-item-2569,
#menu-item-2891,
#menu-item-2338,
#menu-item-2288,
#menu-item-2289,
#menu-item-2158,
#menu-item-2166,
#menu-item-900,
#menu-item-2683,
#menu-item-1162,
#menu-item-3337 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 210px;
    height: 35px;
    margin: 0px 5px 0px 5px;
    padding: 5px;
}
#menu-item-896,
#menu-item-178,
#menu-item-1058,
#menu-item-345 {
    margin-bottom: 5px;
}
#menu-item-46 a,
#menu-item-45 a,
#menu-item-44 a,
#menu-item-43 a,
#menu-item-2418 a,
#menu-item-845 a,
#menu-item-846 a,
#menu-item-847 a,
#menu-item-848 a,
#menu-item-904 a,
#menu-item-899 a,
#menu-item-898 a,
#menu-item-900 a,
#menu-item-893 a,
#menu-item-894 a,
#menu-item-896 a,
#menu-item-895 a,
#menu-item-897 a,
#menu-item-887 a,
#menu-item-888 a,
#menu-item-889 a,
#menu-item-890 a,
#menu-item-1155 a,
#menu-item-1158 a,
#menu-item-1160 a,
#menu-item-1162 a,
#menu-item-1164 a,
#menu-item-2525 a,
#menu-item-2526 a,
#menu-item-2569 a,
#menu-item-2891 a,
#menu-item-2338 a,
#menu-item-2288 a,
#menu-item-2289 a,
#menu-item-2158 a,
#menu-item-2166 a,
#menu-item-900 a,
#menu-item-2683 a,
#menu-item-1162 a,
#menu-item-3337 a {
    width: 210px;
    height: 35px;
    padding: 10px 5px 5px 5px;
    display: block;
    margin-top: -5px;
    margin-left: -5px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#menu-item-46 a:hover,
#menu-item-45 a:hover,
#menu-item-44 a:hover,
#menu-item-43 a:hover,
#menu-item-2418 a:hover,
#menu-item-845 a:hover,
#menu-item-846 a:hover,
#menu-item-847 a:hover,
#menu-item-848 a:hover,
#menu-item-904 a:hover,
#menu-item-898 a:hover,
#menu-item-899 a:hover,
#menu-item-900 a:hover,
#menu-item-893 a:hover,
#menu-item-894 a:hover,
#menu-item-896 a:hover,
#menu-item-895 a:hover,
#menu-item-897 a:hover,
#menu-item-887 a:hover,
#menu-item-888 a:hover,
#menu-item-889 a:hover,
#menu-item-890 a:hover,
#menu-item-1155 a:hover,
#menu-item-1158 a:hover,
#menu-item-1160 a:hover,
#menu-item-1162 a:hover,
#menu-item-1164 a:hover,
#menu-item-2525 a:hover,
#menu-item-2526 a:hover,
#menu-item-2569 a:hover,
#menu-item-2891 a:hover,
#menu-item-3337 a:hover {
    width: 210px;
    height: 30px;
    background: #3078ce;
    padding: 10px 5px 5px 5px;
    margin-left: -5px;
    margin-top: -5px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#menu-primary-menu li:hover ul,
#menu-primary-menu li.sfhover ul {
    /* lists nested under hovered list items */
    left: auto;
}
/*  ==========================================================================
    Featured Tabs and Sub Secondary Drop Down
    ========================================================================== */
#featuredContainer {
    max-width: 1100px;
    margin: 0px auto;
}
#featuredContainer * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#featuredTabsContainer {
    max-width: 1100px;
    display: block;
    margin: 0px;
    position: absolute;
    clear: both;
}
#featuredTabsContainer.int {
    margin: -3px 0px;
    margin-left: 22px;
}
.menu-homepage-featured-tabs-container {
    margin: 0px auto;
    max-width: 1070px;
    position: relative;
    z-index: 9;
    clear: both;
}
#menu-homepage-featured-tabs,
#menu-homepage-featured-tabs ul {
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#menu-homepage-featured-tabs a {
    display: block;
}
#menu-homepage-featured-tabs li {
    /* all list items */
    float: left;
    min-width: 205px;
    /* width needed or else Opera goes nuts */
    font-size: 0px;
}
#menu-homepage-featured-tabs > li {
    /* all list items */
    float: left;
    min-width: auto;
    /* width needed or else Opera goes nuts */
    font-size: 0px;
}
#menu-homepage-featured-tabs li:hover {
    /* all list items */
    position: relative;
    z-index: 999;
}
#menu-homepage-featured-tabs li ul {
    /* second-level lists */
    font-size: 16px !important;
    position: absolute;
    width: 250px;
    background: #62a8fe;
    left: -999em;
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu-homepage-featured-tabs ul li {
    margin: 5px 0px 5px 5px;
    border: 1px solid #fff;
    font-size: 16px !important;
}
#menu-homepage-featured-tabs ul li a {
    background: #62a8fe;
    color: #fff;
    height: 35px;
    text-decoration: none;
    width: 225px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 16px !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#menu-homepage-featured-tabs ul li a:hover {
    font-size: 16px !important;
    background: #3078ce;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#menu-homepage-featured-tabs li ul ul {
    /* third-and-above-level lists */
    margin: -61px 236px 0px;
    background: #3078ce;
}
#menu-homepage-featured-tabs li ul ul li {
    background: #3078ce;
    border: 1px solid #6fa1dd;
}
#menu-homepage-featured-tabs li ul ul li a {
    background: #3078ce;
    color: #fff;
    height: 35px;
    text-decoration: none;
    width: 225px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 16px !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#menu-homepage-featured-tabs li ul ul li a:hover {
    background: #1c5397 !important;
}
#menu-homepage-featured-tabs li:hover ul ul,
#menu-homepage-featured-tabs li:hover ul ul ul,
#menu-homepage-featured-tabs li.sfhover ul ul,
#menu-homepage-featured-tabs li.sfhover ul ul ul {
    left: -999em;
}
#menu-homepage-featured-tabs li:hover ul,
#menu-homepage-featured-tabs li li:hover ul,
#menu-homepage-featured-tabs li li li:hover ul,
#menu-homepage-featured-tabs li.sfhover ul,
#menu-homepage-featured-tabs li li.sfhover ul,
#menu-homepage-featured-tabs li li li.sfhover ul {
    /* lists nested under hovered list items */
    left: auto;
}
#menu-item-153 a {
    /* FEATURED TAB BREAST */
    width: 209px;
    height: 140px;
    background: url(../img/featuredTabsBreast.jpg) no-repeat;
    display: block;
}
#menu-homepage-featured-tabs #menu-item-153 a:hover {
    background: url('../img/featured_hovers.gif') no-repeat scroll transparent;
    height: 208px;
    width: 213px;
    display: block;
    position: relative;
    clear: both;
    margin-top: -40px;
    z-index: 11;
}
#menu-item-147 a {
    /* FEATURED TAB BODY */
    width: 217px;
    height: 140px;
    background: url(../img/featuredTabsBody.jpg) no-repeat;
    display: block;
}
#menu-homepage-featured-tabs #menu-item-147 a:hover {
    background: url('../img/featured_hovers.gif') no-repeat scroll -215px 0px transparent;
    height: 208px;
    width: 213px;
    display: block;
    position: relative;
    z-index: 11;
    clear: both;
    margin-top: -40px;
}
#menu-item-159 a {
    /* FEATURED TAB FACE */
    width: 212px;
    height: 140px;
    background: url(../img/featuredTabsFace.jpg) no-repeat;
}
#menu-homepage-featured-tabs #menu-item-159 a:hover {
    background: url('../img/featured_hovers.gif') no-repeat scroll -430px 0px transparent;
    height: 208px;
    width: 213px;
    display: block;
    position: relative;
    z-index: 11;
    clear: both;
    margin-top: -40px;
}
#menu-item-167 a {
    /* FEATURED TAB Non Surgical */
    width: 215px;
    height: 140px;
    background: url(../img/featuredTabsNonSurgical.jpg) no-repeat;
}
#menu-homepage-featured-tabs #menu-item-167 a:hover {
    background: url('../img/featured_hovers.gif') no-repeat scroll -644px 0px transparent;
    height: 208px;
    width: 213px;
    display: block;
    position: relative;
    z-index: 11;
    clear: both;
    margin-top: -40px;
}
.menu-item#menu-item-169 li, .menu-item#menu-item-169 li:hover {
    background: url(../img/arrow_submenu.png) right no-repeat !important;
}
#menu-item-183 a {
    /* FEATURED TAB FACE */
    width: 212px;
    height: 140px;
    background: url(../img/featuredTabsMen.jpg) no-repeat;
}
#menu-homepage-featured-tabs #menu-item-183 a:hover {
    background: url('../img/featured_hovers.gif') no-repeat scroll -855px 0px transparent;
    height: 208px;
    width: 213px;
    display: block;
    position: relative;
    z-index: 11;
    clear: both;
    margin-top: -40px;
}
#menu-item-153 ul li a:hover,
#menu-item-147 ul li a:hover,
#menu-item-159 ul li a:hover,
#menu-item-167 ul li a:hover,
#menu-item-183 ul li a:hover {
    background: #3078ce !important;
    margin-top: 0px !important;
    height: 35px !important;
    width: 225px !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/************DUPLICATE NAV STRUCTURE FOR THE INTERIOR PAGE******************/
@media (min-width: 1150px) {
    .int#contentWrapper {
        margin-top: 77px;
    }
    .int#featuredTabsContainer {
        height: 85px;
    }
    .int .menu-homepage-featured-tabs-container {
        height: 85px !important;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-153 a {
        /* FEATURED TAB BREAST */
        width: 209px;
        height: 80px;
        background: url(../img/intNavHovers.png) no-repeat -5px 0px transparent;
        display: block;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-153 a:hover {
        /* FEATURED TAB BREAST HOVER*/
        margin-top: 0px;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-147 a {
        /* FEATURED TAB BODY */
        width: 217px;
        height: 80px;
        background: url(../img/intNavHovers.png) no-repeat -213px 0px transparent;
        display: block;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-147 a:hover {
        /* FEATURED TAB BODY HOVER*/
        margin-top: 0px;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-159 a {
        /* FEATURED TAB FACE */
        width: 210px;
        height: 80px;
        background: url(../img/intNavHovers.png) no-repeat -433px 0px transparent;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-159 a:hover {
        /* FEATURED TAB FACE HOVER*/
        margin-top: 0px;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-167 a {
        /* FEATURED TAB Non Surgical */
        width: 215px;
        height: 80px;
        background: url(../img/intNavHovers.png) no-repeat -644px 0px transparent;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-167 a:hover {
        /* FEATURED TAB Non Surgical Hover*/
        margin-top: 0px;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-183 a {
        /* FEATURED TAB MEN */
        width: 212px;
        height: 80px;
        background: url(../img/intNavHovers.png) no-repeat -860px 0px transparent;
    }
    .int .menu-homepage-featured-tabs-container #menu-homepage-featured-tabs #menu-item-183 a:hover {
        /* FEATURED TAB MEN HOVER*/
        margin-top: 0px;
    }
    .int .menu-homepage-featured-tabs-container .sub-menu a {
        background: #62a8fe !important;
        color: #fff;
        height: 35px !important;
        text-decoration: none;
        width: 225px !important;
        padding-top: 20px;
        padding-left: 10px;
        font-size: 16px !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .int .menu-homepage-featured-tabs-container#menu-item-153 ul li a:hover,
    .int .menu-homepage-featured-tabs-container#menu-item-153 ul li a:hover,
    .int .menu-homepage-featured-tabs-container #menu-item-147 ul li a:hover,
    .int .menu-homepage-featured-tabs-container #menu-item-159 ul li a:hover,
    .int .menu-homepage-featured-tabs-container #menu-item-167 ul li a:hover,
    .int .menu-homepage-featured-tabs-container #menu-item-183 ul li a:hover {
        background: #3078ce !important;
        margin-top: 0px !important;
        height: 35px !important;
        width: 225px !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}
div#lang-fr {
    margin: 15px 0 0 15px;
}
#headerContainerMobile {
    display: block;
    border-radius: 5px;
    background-color: #fff;
}
#headerContainerMobile header {
    min-height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#headerContainerMobile header > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
@media all and (min-width: 970px) {
    #headerContainerMobile {
        display: none;
        height: 0;
    }
}
#headerContainerMobile #logoBlock {
    max-width: 200px;
}
#headerContainerMobile .mobile-top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#headerContainerMobile .mobile-top-block > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0;
}
#headerContainerMobile #topMenuBox {
    padding-top: 0px;
    text-align: center;
    display: block;
    height: auto;
    text-align: left;
}
#headerContainerMobile #topMenuBox span {
    color: #4B88D5;
}
#headerContainerMobile .mobile-menu {
    display: none;
}
#headerContainerMobile .mobile-menu {
    width: 100%;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
#headerContainerMobile .mobile-menu .menu {
    list-style-type: none;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
}
#headerContainerMobile .mobile-menu .menu-item-has-children {
    position: relative;
}
#headerContainerMobile .mobile-menu .menu-item-has-children .mobile-toggle {
    position: absolute;
    right: 5px;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4B88D5;
    cursor: pointer;
}
#headerContainerMobile .mobile-menu .menu-item-has-children .mobile-toggle:after {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    cursor: pointer;
}
#headerContainerMobile .mobile-menu .menu-item-has-children.subOpen .mobile-toggle {
    border: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4B88D5;
}
#headerContainerMobile .mobile-menu .menu-item {
    display: block;
    text-align: center;
    width: 100%;
}
#headerContainerMobile .mobile-menu .menu-item a {
    color: #000;
    display: inline-block;
    padding: 0 10px;
    border-top: 1px solid #4B88D5;
    width: 100%;
    text-decoration: none;
    text-align: left;
}
#headerContainerMobile .mobile-menu .menu-item a:hover {
    color: #4B88D5;
    border-color: #4B88D5;
}
#headerContainerMobile .mobile-menu .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
}
#headerContainerMobile .mobile-menu .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}
#headerContainerMobile .mobile-menu .active a {
    border: 1px solid #4B88D5;
}
#headerContainerMobile .mobile-m {
    height: 56px;
}
#headerContainerMobile .disp {
    display: block;
    opacity: 1;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    margin-right: 0;
    -webkit-animation-name: openMenu;
    animation-name: openMenu;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
@-webkit-keyframes openMenu {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: auto;
        opacity: 1;
    }
}
@keyframes openMenu {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: auto;
        opacity: 1;
    }
}
.c-hamburger {
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
@media (max-width: 1024px) {
    .c-hamburger {
        display: block;
    }
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 5px;
    right: 5px;
    height: 3px;
    background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}
.c-hamburger span::before {
    top: -10px;
}
.c-hamburger span::after {
    bottom: -10px;
}
.c-hamburger--htx {
    background-color: #4B88D5;
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: #4B88D5;
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
/************END DUPLICATE NAV STRUCTURE FOR THE INTERIOR PAGE******************/
/*  ==========================================================================
    Social Blocks
    ========================================================================== */
#socialBlock {
    background: url("../img/header_social_sprite.png") no-repeat;
    background-position: 0px -1px;
    width: 160px;
    height: 30px;
    padding: 0;
    float: left;
    display: block;
    margin-top: 10px;
    margin-left: 45px;
}
ul#socialBlock {
    margin: 0;
    padding: 0;
}
#socialBlock li, #socialBlock a {
    height: 30px;
    display: block;
}
#socialBlock li {
    float: left;
    list-style: none;
    display: inline;
    text-indent: -9999em;
}
#socialBlock .social-1 {
    width: 32px;
}
#socialBlock .social-2 {
    width: 32px;
}
#socialBlock .social-3 {
    width: 32px;
}
#socialBlock .social-4 {
    width: 32px;
}
#socialBlock .social-5 {
    width: 32px;
}
#socialBlock .social-1 a:hover {
    background: url("../img/social_sprite.png") 0px -29px no-repeat;
}
#socialBlock .social-2 a:hover {
    background: url("../img/social_sprite.png") -32px -29px no-repeat;
}
#socialBlock .social-3 a:hover {
    background: url("../img/social_sprite.png") -64px -29px no-repeat;
}
#socialBlock .social-4 a:hover {
    background: url("../img/social_sprite.png") -95px -29px no-repeat;
}
#socialBlock .social-5 a:hover {
    background: url("../img/social_sprite.png") -127px -29px no-repeat;
}
#footerSocialBlock .social-1 {
    width: 32px;
}
#footerSocialBlock .social-2 {
    width: 32px;
}
#footerSocialBlock .social-3 {
    width: 32px;
}
#footerSocialBlock .social-4 {
    width: 32px;
}
#footerSocialBlock .social-5 {
    width: 32px;
}
#footerSocialBlock .social-1 a:hover {
    background: url("../img/social_sprite.png") 0px -29px no-repeat;
}
#footerSocialBlock .social-2 a:hover {
    background: url("../img/social_sprite.png") -32px -29px no-repeat;
}
#footerSocialBlock .social-3 a:hover {
    background: url("../img/social_sprite.png") -64px -29px no-repeat;
}
#footerSocialBlock .social-4 a:hover {
    background: url("../img/social_sprite.png") -95px -29px no-repeat;
}
#footerSocialBlock .social-5 a:hover {
    background: url("../img/social_sprite.png") -127px -29px no-repeat;
}
/*  ==========================================================================
    Slideshow
    ========================================================================== */
#featuredContainer {
    width: auto;
    max-width: 1100px;
}
#slideshowContainer {
    max-width: 1100px;
    display: block;
    background: url(../img/slideshowbackground.png) no-repeat;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 43px;
    position: relative;
}
#slideshowContainer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc0ff+0,5fa7ff+41,4d93e7+63,4b85ca+100 */
    background: #8bc0ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8bc0ff 0%, #5fa7ff 41%, #4d93e7 63%, #4b85ca 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8bc0ff 0%, #5fa7ff 41%, #4d93e7 63%, #4b85ca 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#8bc0ff), color-stop(41%, #5fa7ff), color-stop(63%, #4d93e7), to(#4b85ca));
    background: -o-linear-gradient(top, #8bc0ff 0%, #5fa7ff 41%, #4d93e7 63%, #4b85ca 100%);
    background: linear-gradient(to bottom, #8bc0ff 0%, #5fa7ff 41%, #4d93e7 63%, #4b85ca 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bc0ff', endColorstr='#4b85ca', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.45);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cycle-slideshow {
    max-width: 1078px;
    top: 3px;
    margin-left: 10px;
    padding: 0;
    margin: 0;
}
.cycle-slideshow img {
    width: 100%;
}
/*  ==========================================================================
    Homepage Blocks
    ========================================================================== */
#hp_testimonialBlock,
#hp_Vectra3DBlock,
#hp_newsBlock {
    display: block;
    clear: both;
    max-width: 639px;
    height: 177px;
}
#hp_testimonialBlock {
    background: url(../img/patient_testimonials.gif) no-repeat top left;
}
#hp_Vectra3DBlock {
    background: url(../img/vectra_3d_photosystem.gif) no-repeat top left;
    background-size: contain;
}
#hp_newsBlock {
    background: url(../img/hp-news.jpg) no-repeat top left;
}
.blockEntryTestimonial {
    padding-top: 60px;
    display: block;
    width: 355px;
    padding-left: 40px;
}
.blockEntryVectra {
    width: 57%;
    float: right;
    padding-top: 80px;
}
.blockEntryNews {
    width: 400px;
    height: 80px;
    float: left;
    padding-top: 70px;
    padding-left: 39px;
}
/*  ==========================================================================
    Main Content Block
    ========================================================================== */
#homeBlock h1 {
    color: #145e9f;
    font-size: 30px;
    margin: 0px;
    font-weight: 300;
}
.entry-content p span {
    word-wrap: break-word;
}
@media (min-width: 970px) {
    #homeBlock h1 {
        font-size: 40px;
    }
}
#homeBlock h2 {
    color: #4297e2;
    font-size: 30px;
    margin: 0px;
    font-weight: 300;
}
@media (min-width: 970px) {
    #homeBlock h2 {
        font-size: 40px;
    }
}
h1 {
    color: #145e9f;
    font-weight: 300;
}
h2,
h3 {
    color: #5ca5fe;
    font-weight: 400;
}
h1 {
    font-size: 30px;
}
@media (min-width: 970px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
#homeBlock h3 {
    color: #b8b8b8;
    margin: 0px;
    font-size: 30px;
    font-weight: 300;
}
#contentWrapper {
    width: 1100px;
    min-height: 500px;
    background: url(../img/content_background.png) #fff no-repeat;
    background: #fff;
    clear: both;
    margin-top: 136px;
    position: relative;
    z-index: 2;
    padding-bottom: 55px;
}
#contentWrapper a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#contentWrapper a:hover {
    color: #b2b2b2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.readmoreblock {
    display: block;
    width: 160px;
    height: 35px;
    float: right;
}
.hpReadMore {
    margin-right: 34px;
    margin-top: -50px;
}
.hpNewsReadMore {
    margin-top: 95px;
    margin-right: 40px;
}
.hpReadMoreBreast {
    margin-top: 114px;
    margin-right: 34px;
}
.hpReadMoreNews {
    margin-top: 88px;
    margin-right: 38px;
}
.readmoreblock a,
.hpReadMore a,
.hpReadMoreBreast a,
.hpNewsReadMore a {
    width: 160px;
    height: 35px;
    display: block;
}
#mainContent {
    width: 674px;
    padding: 25px;
    margin-top: 50px;
    float: left;
    display: block;
    border-right: 1px solid #c1c1c1;
    min-height: 1470px;
    background: #fff;
}
#mainContent.home {
    min-height: 900px !important;
}
.entry-title {
    font-size: 25px;
    font-weight: 400;
}
.entry-header,
.page-header {
    height: auto;
    width: inherit;
}
.updated {
    margin-left: 5px;
}
.question {
    display: block;
    padding: 10px;
    background: #CCC;
    line-height: 30px;
}
.question span,
.answer span {
    font-weight: bold;
    padding-right: 10px;
}
.answer {
    display: block;
    padding: 10px;
    line-height: 30px;
}
.entry-content {
    background: #fff;
}
.entry-content ul {
    line-height: 30px;
}
.entry-content em {
    font-weight: bold;
}
.back2PhotoGallery {
    float: left;
    font-weight: bold;
    clear: both;
    display: block;
}
.entry-footer {
    display: block;
    clear: both;
}
#TB_window {
    width: auto !important;
    margin-top: -240px;
    padding-right: 15px;
    top: 35%;
}
#TB_Image {
    height: auto !important;
}
.alignleft {
    float: left;
    margin: 0px 30px 20px 0px;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 30px;
}
/*  ==========================================================================
    Sidebar Block
    ========================================================================== */
#sidebarContainer {
    float: left;
    display: block;
    width: 375px;
    margin-top: 25px;
    background: #fff;
}
aside {
    float: left;
    margin-top: 25px;
    margin-left: 5px;
}
#sidebarSpecials,
#sidebarTransformations,
#sidebarFinancing {
    width: 319px;
    height: 99px;
    display: block;
    clear: both;
    border-left: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background: url(../img/arrow.png) center right no-repeat;
    margin-bottom: 10px;
}
#sidebarSpecials a,
#sidebarTransformations a,
#sidebarFinancing a {
    display: block;
    width: 320px;
    height: 98px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    clear: both;
    text-decoration: none;
    -webkit-transition: background 1s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#sidebarSpecials h3,
#sidebarTransformations h3,
#sidebarFinancing h3 {
    font-size: 25px;
    margin: 0px;
    text-decoration: none;
    font-weight: 300;
    margin-left: 25px;
    padding-top: 15px;
    color: #145e9f;
}
#sidebarSpecials h3 {
    padding-top: 30px;
}
#sidebarSpecials a {
    background: url(../img/arrow_blue.png) #beffe4 center right no-repeat;
}
#sidebarTransformations a {
    background: url(../img/arrow_blue.png) #91fdd1 center right no-repeat;
}
#sidebarFinancing a {
    background: url(../img/arrow_blue.png) #64e3af center right no-repeat;
}
#sidebarSpecials a:hover,
#sidebarTransformations a:hover,
#sidebarFinancing a:hover {
    background: url(../img/arrow.png) #fff center right no-repeat;
    text-decoration: none;
}
#sidebarNav {
    max-width: 315px;
    margin: 0px 3px;
    background: #5ca5fe;
    padding-bottom: 10px;
}
#sidebarNav h2 {
    max-width: 315px;
    height: 55px;
    background: #145e9f;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    text-transform: uppercase;
}
.sidebarNavCategory {
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #145e9f;
    width: 225px;
    margin: 0px auto;
}
#men {
    border-bottom: 0px;
}
.sidebarNavCategory a {
    text-decoration: none;
    color: #145e9f;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarNavCategory a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarNavCategory ul {
    padding: 0 0 0 35px;
    margin-top: 5px;
}
.sidebarNavCategory ul li {
    padding: 2px;
}
.sidebarNavCategory .current-menu-item a {
    color: #fff;
}
#sideBarPhotoGallery,
#sideBarTestimonials,
#sideBarVectra,
#sideBarNews {
    max-width: 322px;
    height: 186px;
    display: block;
}
#sideBarPhotoGallery a,
#sideBarTestimonials a,
#sideBarVectra a,
#sideBarNews a {
    display: block;
    width: 322px;
    height: 186px;
    font-size: 0px;
    background-size: contain;
}
@media all and (max-width: 400px) {
    #sideBarPhotoGallery a,
    #sideBarTestimonials a,
    #sideBarVectra a,
    #sideBarNews a {
        width: 260px;
    }
}
#sideBarPhotoGallery {
    background: url(../img/sidebar_PhotoGallery.jpg) no-repeat top left;
}
#sideBarTestimonials {
    background: url(../img/sidebar_Testimonials.jpg) no-repeat top left;
}
#sideBarVectra {
    background: url(../img/sidebar_Vectra.jpg) no-repeat top left;
}
#sideBarNews {
    background: url(../img/sidebar_News.jpg) no-repeat top left;
}
#sidebar_contactUsHeader {
    display: block;
    font-weight: 300;
    font-size: 35px;
    color: #145e9f;
}
#sidebar_contactUsHeader span {
    color: #4298e3;
}
.slideshowlink {
    display: none;
}
.post_thumbnail_container {
    float: left;
    padding: 0px;
    height: 200px;
    overflow: hidden;
    border: 2px solid #5ca5fe;
    margin: 10px;
}
.entry-content .ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 550px) {
    .post_thumbnail_container {
        float: none;
        padding: 0px;
        height: 200px;
        overflow: hidden;
        border: 2px solid #5ca5fe;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        width: max-content;
    }
}
@media all and (max-width: 520px) {
    .entry-content * {
        float: none !important;
        clear: both;
    }
    .entry-content img {
        max-width: 100%;
        height: initial;
        display: block;
        margin: auto;
    }
    td.column-1 {
        width: 100%;
        display: block;
    }
    td.column-2 {
        width: 100%;
        display: block;
    }
}
@media all and (max-width: 400px) {
    #sidebarContainer aside {
        margin-left: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    /*#sidebarContainer iframe {
        width: 293px !important; }*/
}
/* ==========================================================================
   Photo Gallery Landing Page
   ========================================================================== */
#photoCategoryContainer {
    max-width: 600px;
    margin: 0px auto;
}
#photogallery_blockFace:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 95%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #3A95DE;
}
#photogallery_blockBreast:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 95%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #3A95DE;
}
#photogallery_blockBody:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 95%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #3A95DE;
}
#photogallery_blockMen:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 95%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #3A95DE;
}
#photogallery_blockBody,
#photogallery_blockBreast,
#photogallery_blockFace,
#photogallery_blockMen {
    max-width: 400px;
    height: 171px;
    display: block;
}
#photogallery_blockBody {
    background: url(../img/photogallery_blockBody.jpg) no-repeat top right;
    position: relative;
    border-radius: 5px;
}
@media (max-width: 436px) {
    #photogallery_blockBody:after {
        content: '';
        position: absolute;
        top: 6px;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 94%;
        z-index: 1;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff;
    }
    #photogallery_blockBreast:after {
        content: '';
        position: absolute;
        top: 6px;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 94%;
        z-index: 1;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff; }
    #photogallery_blockFace:after {
        content: '';
        position: absolute;
        top: 6px;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 94%;
        z-index: 1;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff;}
    #photogallery_blockMen:after {
        content: '';
        position: absolute;
        top: 6px;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 94%;
        z-index: 1;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff; }
}
#photogallery_blockBreast {
    background: url(../img/photogallery_blockBreasts.jpg) no-repeat top right;
    position: relative;
    border-radius: 5px;
}
#photogallery_blockFace {
    background: url(../img/photogallery_blockFace.jpg) no-repeat top right;
    position: relative;
    border-radius: 5px;
}
#photogallery_blockMen {
    background: url(../img/photogallery_blockMen.jpg) no-repeat top right;
    position: relative;
    border-radius: 5px;
}
#photogallery_blockBreast ul,
#photogallery_blockBody ul,
#photogallery_blockFace ul,
#photogallery_blockMen ul {
    padding: 10px 0;
    height: 150px;
    overflow-y: scroll;
    z-index: 2;
    position: relative;
}
#photogallery_blockBreast ul li,
#photogallery_blockBody ul li,
#photogallery_blockFace ul li,
#photogallery_blockMen ul li {
    width: 160px;
    font-size: 12px;
    list-style: none;
    margin-left: 70px;
}
#photogallery_blockFace ul li {
    width: 260px;
}
#TB_window img#TB_Image {
    border: none !important;
}
#TB_caption {
    padding: 7px 0 30px 15px !important;
    color: #666;
    font: bold 10px/1.4em Verdana, Helvetica, sans-serif;
    width: 80%;
}
#TB_secondLine {
    font-weight: normal;
}
#TB_closeWindow {
    padding: 11px 15px 10px 0 !important;
}
/*@media (max-width: 480px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 0; }
    #photogallery_blockFace:after,
    #photogallery_blockBreast:after,
    #photogallery_blockBody:after,
    #photogallery_blockMen:after {
        display: none!important; } }*/
@media (max-width: 520px) {
    .entry-content #homeBlock div:not(.blockEntryTestimonial) {
        float: none !important;
        margin: auto !important;
    }
}
@media (max-width: 440px) {
#photogallery_blockBreast ul li,
#photogallery_blockBody ul li,
#photogallery_blockFace ul li,
#photogallery_blockMen ul li {
    margin-left: 68px;
}
}
@media (max-width: 436px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 57px;
    }
}
@media (max-width: 430px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 50px;
    }
}
@media (max-width: 425px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 43px;
    }
}
@media (max-width: 417px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 36px;
    }
}
@media (max-width: 409px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 28px;
    }
}
@media (max-width: 402px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 21px;
    }
}
@media (max-width: 395px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 15px;
    }
}
@media (max-width: 387px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 10px;
    }
}
@media (max-width: 383px) {
    #photogallery_blockBreast ul li,
    #photogallery_blockBody ul li,
    #photogallery_blockFace ul li,
    #photogallery_blockMen ul li {
        margin-left: 0px;
    }
}
@media (max-width: 373px) {
    #photogallery_blockFace,
    #photogallery_blockBreast,
    #photogallery_blockBody,
    #photogallery_blockMen {
        background: none;
        height: initial;
    }
    #photogallery_blockBreast ul,
    #photogallery_blockBody ul,
    #photogallery_blockFace ul,
    #photogallery_blockMen ul {
        height: initial;
        overflow-y: initial;
    }
}
/* ==========================================================================
   CMG Form Styling
   ========================================================================== */
#sidebarFormContainer {
    padding-left: 30px;
    margin-top: 20px;
    clear: both;
    height: 620px;
}
#contact-quick input, #sidebar-contact input, #virtual-contact input{
    width: 248px;
    height: 34px;
    border: 2px solid #b2b2b2;
    background: #f4f4f4;
    color: #1c5397;
    margin-bottom: 10px;
    padding-left: 10px;
}
#contact-quick select, #sidebar-contact select, #virtual-contact select {
    width: 130px;
    height: 34px;
    border: 2px solid #b2b2b2;
    background: #f4f4f4;
    color: #1c5397;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}
#sidebar_contactUsHeader span {
    color: orange;
}
#contact-quick .contact-submit, #sidebar-contact .contact-submit, #virtual-contact .contact-submit {
    color: white;
    background: orange;
    text-transform: uppercase;
    border: 2px solid orange;
}
.howhear {
    width: 140px;
    float: left;
    padding-left: 5px;
    font-size: 12px;
}
.howhearContact {
    margin-top: -20px;
    width: 140px;
    float: left;
    padding-left: 5px;
}
.howhearContact2 {
    margin-top: -5px;
    width: 140px;
    float: left;
    padding-left: 5px;
}
#contact-quick textarea, #sidebar-contact textarea, #virtual-contact textarea {
    width: 244px;
    height: 80px;
    padding-left: 10px;
    border: 2px solid #b2b2b2;
    background: #f4f4f4;
    color: #1c5397;
    margin-bottom: 10px;
}
/*#contact-quick #contact_submit {
    background: url(../img/send.jpg) no-repeat top left;
    width: 164px;
    height: 42px;
    border: 0px;
    font-size: 0px;
    float: right;
}*/
#mc {
    width: 100%;
    margin-bottom: 65px;
}
#mc_r {
    width: 50px !important;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    paddingt: 0px !important;
}
#mc #mc_form_c_1,
#mc_form_c_2 {
    float: left;
    font-size: 16px;
    font-family: inherit;
    width: 35px !important;
    font-weight: 900;
    text-align: center;
    padding: 0px !important;
}
#mc #mc_form_op {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
    margin-top: -6px;
}
#mc #mc_form_eq {
    float: left;
    width: 20px !important;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
    margin-top: -5px;
}
/* Contact Us Page Math Captcha */
#contact_mc {
    width: 100%;
}
#contact_mc mc_r {
    width: 50px !important;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    padding: 0px !important;
}
#contact_mc #mc_form_c_1,
#contact_mc #mc_form_c_2 {
    float: left;
    font-size: 16px;
    font-family: inherit;
    width: 35px !important;
    font-weight: 900;
    text-align: center;
    padding: 0px !important;
}
#contact_mc #mc_form_op {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
}
#contact_mc #mc_form_eq {
    float: left;
    width: 20px !important;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#associationBlock {
    background: url(../img/associations.png) no-repeat;
    margin: 0px auto;
    min-width: 1100px;
    height: 109px;
    display: block;
    clear: both;
}
#footerContainer {
    min-width: 1100px;
    width: 1100px;
    margin: 15px auto;
}
#footerHeadings {
    width: 100%;
    height: 60px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.footerNavigation,
.footerBreastBody,
.footerFace,
.footerNonSurgical,
.footerMen {
    float: left;
    display: block;
    height: 45px;
    font-size: 20px;
    font-weight: 300;
    padding-top: 15px;
}
.footerNavigation {
    width: 152px;
}
.footerBreastBody {
    width: 195px;
}
.footerFace {
    width: 156px;
}
.footerNonSurgical {
    width: 439px;
}
.footerMen {
    width: 158px;
}
#footerNavBlocks {
    width: 1100px;
    margin: 10px auto;
    font-size: 14px;
}
#footerNavBlocks ul {
    display: block;
    margin: 0px auto;
    padding: 0px;
}
.nonSurgBlock1,
.nonSurgBlock2 {
    width: 219px;
    float: left;
}
#footerNavBlocks ul li {
    list-style: none;
    display: block;
    padding: 5px 0px;
}
.footerNavBlocks_Navigation,
.footerNavBlocks_BreastBody,
.footerNavBlocks_Face,
.footerNavBlocks_NonSurgical,
.footerNavBlocks_Men {
    float: left;
    display: block;
    list-style: none;
}
.footerNavBlocks_Navigation a,
.footerNavBlocks_BreastBody a,
.footerNavBlocks_Face a,
.footerNavBlocks_NonSurgical a,
.footerNavBlocks_Men a {
    text-decoration: none;
    color: #868686;
}
.footerNavBlocks_Navigation a:hover,
.footerNavBlocks_BreastBody a:hover,
.footerNavBlocks_Face a:hover,
.footerNavBlocks_NonSurgical a:hover,
.footerNavBlocks_Men a:hover {
    color: #3078ce;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.footerNavBlocks_Navigation {
    width: 152px;
}
.footerNavBlocks_BreastBody {
    width: 195px;
}
.footerNavBlocks_Face {
    width: 156px;
}
.footerNavBlocks_NonSurgical {
    width: 439px;
}
.footerNavBlocks_Men {
    width: 158px;
}
#footerMapContainer {
    clear: both;
    min-width: 1100px;
    width: 100%;
    background: url(../img/footerMapBG.jpg) repeat;
    height: 640px;
    display: block;
    margin-bottom: -22px;
}
#footerMap {
    width: 855px;
    height: 290px;
    margin: 0px auto;
    display: block;
}
#footerMap.last {
    height: 325px;
}
#footerMap.last .footerMapBlock {
    margin-top: 76px;
}
h2.map-header {
    color: #fff;
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 35px;
    padding-top: 25px;
}
.footerMapBlock {
    width: 495px;
    height: 200px;
    float: left;
    margin-top: 55px;
    margin-left: 35px;
}
.footerMapBlock.first {
    margin-top: 16px;
}
.footerAddressBlock {
    float: left;
    width: 325px;
    height: 130px;
    padding-top: 25px;
}
.footerAddressBlock h2 {
    color: #fff;
    font-size: 35px;
    margin-top: 0;
}
.footerAddressBlock span {
    color: #fff;
}
.footerPhone {
    font-size: 25px;
}
.footerPhone a {
    text-decoration: none;
    color: #fff;
}
#footerSocialBlock {
    background: url("../img/social_sprite.png") no-repeat;
    width: 245px;
    height: 32px;
    padding: 0;
    float: left;
    display: block;
    /*margin-top: 274px;*/
}
@media only screen and (max-width: 970px) {
#footerSocialBlock {
    background: none;
}
.footer-mobile #footerMap .footerSocialBlock {
    width: 194px !important;
    margin: 10px auto 0 auto;
}

}


ul#footerSocialBlock {
    margin: 0;
    padding: 0;
}
#footerSocialBlock li,
#footerSocialBlock a {
    height: 36px;
    display: block;
}
#footerSocialBlock li {
    float: left;
    list-style: none;
    display: inline;
    text-indent: -9999em;
}
footer hr {
    color: #fff;
    clear: both;
    width: 1100px;
    margin: 0px auto;
}
#ceatusBlock {
    color: #fff;
    font-size: 14px;
    clear: both;
    width: 1100px;
    margin: -20px auto;
    text-align: center;
    border-top: 1px solid #fff;
}
#ceatusBlock a {
    color: #fff;
}
.screen-reader-text {
    display: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links for images, or javascript/internal links
       */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
input#mc_form_c_1 {
    width: 35px;
    margin-right: 5px;
    font-weight: bold;
}
div#mc2 {
    display: flex;
    justify-content: space-between;
    max-width: 190px;
}
span#mc_form_op {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
    margin-top: -6px;
}
span#mc_form_eq {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 25px;
    padding-top: 4px;
    margin-top: -6px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1c5397;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #1c5397;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #1c5397;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #1c5397;
}
.gallery-heading {
    font-weight: bold;
    line-height: 1;
}
.gallery-heading.end {
    margin-top: 4px;
}
@media all and (max-width: 600px) {
    .headerPhone,
    .headerPhone a {
        color: #4e8cd8 !important;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none;
    }
    .mobile-top-block .switchLang {
        margin: 0 10px 0 10px !important;
    }
    .entry-content hr {
        width: 100%;
    }
}
@media all and (max-width: 435px) {
    .headerPhone {
        margin-top: 10px;
    }
}
#contentWrapper {
    width: auto;
    max-width: 1100px;
    min-height: 500px;
    background: url(../img/content_background.png) #fff no-repeat;
    background: #fff;
    clear: both;
    /* margin-top: 136px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px -6px 10px 0px rgba(201, 187, 201, 0.74);
    -moz-box-shadow: 0px -6px 10px 0px rgba(201, 187, 201, 0.74);
    box-shadow: 0px -6px 10px 0px rgba(201, 187, 201, 0.74);
    position: relative;
    z-index: 2;
    padding-bottom: 55px;
}
#mainContent {
    width: auto;
    width: 100%;
    padding: 25px;
    margin-top: 50px;
    border-right: none;
    float: left;
    display: block;
    border-right: none;
    min-height: 1470px;
    background: #fff;
    padding: 25px 5px;
}
#mainContent img {
    max-width: 100%;
    height: initial;
}
#mainContent td.column-1 img {
    min-width: 130px;
}
@media (max-width: 420px) {
    #mainContent td.column-1 img {
        min-width: 75px;
    }
    #mainContent td.column-2 {
        font-size: 14px;
    }
    .hpReadMoreBreast {
        margin-top: 0px!important;
        margin-right: 34px;
    }
    #hp_Vectra3DBlock {
        display: block;
        clear: both;
        max-width: 639px;
        height: 100px!important;
    }
}
@media (min-width: 1100px) {
    #mainContent {
        padding: 25px;
    }
}
@media (min-width: 970px) {
    #mainContent {
        width: calc(100% - 375px);
        border-right: 1px solid #c1c1c1;
    }
}
#pushUp {
    padding: 0;
}
#hp_testimonialBlock {
    width: 100%;
    height: 177px;
    background-size: contain;
    background-position: right top;
}
@media (max-width: 600px) {
    #hp_testimonialBlock {
        font-size: 14px;
        height: auto;
    }
    #hp_testimonialBlock .hpReadMore {
        display: none;
    }
    #hp_testimonialBlock .blockEntryTestimonial {
        padding-top: 36px;
        display: block;
        width: 60%;
        padding-left: 10px;
        height: 115px;
        overflow: hidden;
    }
}
@media (max-width: 969px) {
    .blockEntryVectra {
        /*width: 374px!important;*/
        float: right;
        padding-top: 80px !important;
    }
    #hp_testimonialBlock .blockEntryTestimonial {
        padding-top: 60px !important;
        display: block;
        width: 60%;
        padding-left: 10px;
        height: auto;
        overflow: hidden;
    }
}
@media (max-width: 490px) {
    #hp_Vectra3DBlock .blockEntryVectra {
        padding-top: 13% !important;
        font-size: 12px;
        width: 57% !important;
    }
}
@media (max-width: 400px) {
    #hp_testimonialBlock {
        font-size: 13px;
    }
    #hp_testimonialBlock .hpReadMore {
        display: none;
    }
    #hp_testimonialBlock .blockEntryTestimonial {
        padding-top: 36px;
        display: block;
        width: 60%;
        padding-left: 10px;
        height: auto;
        overflow: hidden;
    }
    .blockEntryVectra {
        padding-top: 32px;
        display: block;
        width: 61%;
        padding-left: 10px;
        height: auto;
        overflow: hidden;
    }
    #hp_Vectra3DBlock .blockEntryVectra {
        padding-top: 13% !important;
        font-size: 12px;
        width: 60% !important;
    }
}
@media (max-width: 360px) {
    #hp_Vectra3DBlock .blockEntryVectra {
        padding-top: 13% !important;
        font-size: 12px;
        width: 61% !important;
    }
    div#sidebarFormContainer {
        margin-bottom: 80px!important;
    }
    .footer-mobile #ceatusBlock {
        width: auto;
        max-width: 1100px;
        padding: 10px;
    }
}
@media (min-width: 970px) {
    #hp_testimonialBlock {
        max-width: 639px;
        height: 177px;
    }
}
.blockEntryTestimonial {
    padding-top: 60px;
    display: block;
    width: 60%;
    padding-left: 25px;
    height: 148px;
    overflow: hidden;
}
#sidebarContainer {
    float: left;
    display: block;
    width: 100%;
    margin-top: 25px;
    background: #fff;
}
@media all and (max-width: 969px) {
    #sidebarContainer aside {
        float: left;
        margin-top: 25px;
        margin-left: 0px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .switchLang {
        margin: 15px 0 0 70px!important;
    }
    #sidebarContainer #sidebarNav {
        padding: 10px;
    }
    #sidebarContainer #sidebarNav h2 {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    #sidebarContainer #sidebarSpecials,
    #sidebarContainer #sidebarTransformations,
    #sidebarContainer #sidebarFinancing {
        width: 33%;
        height: 99px;
        display: block;
        clear: both;
        border-left: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
        background: url(../img/arrow.png) center right no-repeat;
        background-size: contain;
        margin-bottom: 10px;
    }
    #sidebarContainer #sidebarSpecials a,
    #sidebarContainer #sidebarTransformations a,
    #sidebarContainer #sidebarFinancing a {
        width: 100%;
        background-size: initial;
    }
    #sidebarContainer #sideBarPhotoGallery,
    #sidebarContainer #sideBarTestimonials,
    #sidebarContainer #sideBarVectra,
    #sidebarContainer #sideBarNews {
        width: auto;
        max-width: 322px;
    }
}
@media all and (max-width: 800px) {
    #sidebarContainer #sidebarSpecials,
    #sidebarContainer #sidebarTransformations,
    #sidebarContainer #sidebarFinancing {
        width: 100%;
    }
    #sidebarContainer aside {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #sidebarContainer aside > * {
        background-size: contain;
        margin-left: 5px;
        margin-right: 5px;
    }
    #sidebarContainer #sidebarFinancing + div {
        width: 51%;
    }
    #sidebarContainer #contact-quick #contact_submit {
        float: left;
    }
}
@media all and (max-width: 600px) {
    #sidebarContainer #sidebarFinancing + div {
        width: 100%;
    }
}
@media (min-width: 970px) {
    #sidebarContainer {
        max-width: 375px;
        width: auto;
    }
}
.footer-mobile {
    display: block;
    clear: both;
}
@media (min-width: 1150px) {
    .footer-mobile {
        display: none;
    }
}
.footer-mobile .footer-navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-mobile .footer-navs > * {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
@media (min-width: 970px) {
    .footer-mobile .footer-navs {
        -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    }
    .footer-mobile .footer-navs > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}
.footer-mobile .footer-menu-block {
    text-align: center;
    width: 100%;
}
.footer-mobile .footer-menu-block a {
    text-decoration: none;
}
.footer-mobile .footer-menu-block .footer-menu-title span {
    position: relative;
}
.footer-mobile .footer-menu-block .footer-menu-title span:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 10px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4B88D5;
}
.footer-mobile .footer-menu-block.open .footer-menu-title span:after {
    border: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4B88D5;
}
@media (min-width: 970px) {
    .footer-mobile .footer-menu-block {
        width: auto;
        text-align: center;
    }
    .footer-mobile .footer-menu-block:after {
        display: none;
    }
}
.footer-mobile .footer-menu-block .footer-menu-title {
    font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c1c1c1;
}
.footer-mobile .footer-menu-block .footer-menu-title ~ div {
    display: none;
}
.footer-mobile #footerContainer {
    min-width: auto;
    width: auto;
    margin: 15px auto;
}
.footer-mobile #footerNavBlocks {
    width: auto;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-mobile #footerMapContainer {
    clear: both;
    min-width: auto;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a4970+0,3a6699+15,4379ba+39,4f8cd5+58,5ca2fb+100&1+0,1+16,1+40,0.85+62,0.8+77,0.7+97,1+100 */
    background: -moz-linear-gradient(top, #2a4970 0%, #3a6699 15%, #3a679a 16%, #4379ba 39%, #447abb 40%, rgba(79, 140, 213, 0.88) 58%, rgba(80, 142, 217, 0.85) 62%, rgba(85, 150, 230, 0.8) 77%, rgba(91, 160, 248, 0.7) 97%, #5ca2fb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a4970 0%, #3a6699 15%, #3a679a 16%, #4379ba 39%, #447abb 40%, rgba(79, 140, 213, 0.88) 58%, rgba(80, 142, 217, 0.85) 62%, rgba(85, 150, 230, 0.8) 77%, rgba(91, 160, 248, 0.7) 97%, #5ca2fb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#2a4970), color-stop(15%, #3a6699), color-stop(16%, #3a679a), color-stop(39%, #4379ba), color-stop(40%, #447abb), color-stop(58%, rgba(79, 140, 213, 0.88)), color-stop(62%, rgba(80, 142, 217, 0.85)), color-stop(77%, rgba(85, 150, 230, 0.8)), color-stop(97%, rgba(91, 160, 248, 0.7)), to(#5ca2fb));
    background: -o-linear-gradient(top, #2a4970 0%, #3a6699 15%, #3a679a 16%, #4379ba 39%, #447abb 40%, rgba(79, 140, 213, 0.88) 58%, rgba(80, 142, 217, 0.85) 62%, rgba(85, 150, 230, 0.8) 77%, rgba(91, 160, 248, 0.7) 97%, #5ca2fb 100%);
    background: linear-gradient(to bottom, #2a4970 0%, #3a6699 15%, #3a679a 16%, #4379ba 39%, #447abb 40%, rgba(79, 140, 213, 0.88) 58%, rgba(80, 142, 217, 0.85) 62%, rgba(85, 150, 230, 0.8) 77%, rgba(91, 160, 248, 0.7) 97%, #5ca2fb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a4970', endColorstr='#5ca2fb', GradientType=0);
    /* IE6-9 */
    height: auto;
    display: block;
    padding-bottom: 20px;
}
.footer-mobile #footerMap {
    width: auto;
    height: auto;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
@media (min-width: 970px) {
    .footer-mobile #footerMap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer-mobile #footerMap img {
    max-width: 100%;
    height: auto;
}
.footer-mobile #footerMap h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-mobile #footerMap > * {
    height: auto;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 970px) {
    .footer-mobile #footerMap > * {
        width: 33%;
    }
}
.footer-mobile #footerMap .footerSocialBlock {
    width: 245px;
    height: 32px;
    margin-top: 10px;
}
@media all and (max-width: 1023px) {
    .footer-mobile #footerMap .footerSocialBlock {
        background: url("../img/footer_social_sprite2.png") no-repeat;
        height: 36px;
    }
    #footerSocialBlock .social-1 {
        width: 43px;
    }
    #footerSocialBlock .social-2 {
        width: 50px;
    }
    #footerSocialBlock .social-3 {
        width: 50px;
    }
    #footerSocialBlock .social-4 {
        width: 49px;
    }
    #footerSocialBlock .social-5 {
        width: 49px;
    }
    #footerSocialBlock .social-1 a:hover {
        background: url("../img/footer_social_sprite2.png") 0px -36px no-repeat;
    }
    #footerSocialBlock .social-2 a:hover {
        background: url("../img/footer_social_sprite2.png") -43px -36px no-repeat;
    }
    #footerSocialBlock .social-3 a:hover {
        background: url("../img/footer_social_sprite2.png") -93px -36px no-repeat;
    }
    #footerSocialBlock .social-4 a:hover {
        background: url("../img/footer_social_sprite2.png") -143px -36px no-repeat;
    }
    #footerSocialBlock .social-5 a:hover {
        background: url("../img/footer_social_sprite2.png") -192px -36px no-repeat;
    }
}
.footer-mobile #ceatusBlock {
    width: auto;
    max-width: 1100px;
}
.footer-desctop {
    clear: both;
    display: none;
}
@media (min-width: 1150px) {
    .footer-desctop {
        display: block;
    }
}
#post-2416 iframe {
    height: 2285px !important;
}
/*  ==========================================================================
    Featured Tabs and Sub Secondary Drop Down
    ========================================================================== */
#featuredTabsContainer {
    display: none;
}
#featuredTabsContainerMobile {
    display: block;
    max-width: 1100px;
    display: block;
    margin: 0px;
    clear: both;
}
#menu-homepage-featured-tabs-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}
@media (max-width: 400px) {
    #menu-homepage-featured-tabs-1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#menu-homepage-featured-tabs-1 > * {
    width: 207px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    height: 140px;
    position: relative;
}
@media (max-width: 768px) {
    #menu-homepage-featured-tabs-1 > * {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}
@media (max-width: 600px) {
    #menu-homepage-featured-tabs-1 > * {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 400px) {
    #menu-homepage-featured-tabs-1 > * {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
#menu-homepage-featured-tabs-1 .sub-menu {
    position: absolute;
    font-size: 16px !important;
    position: absolute;
    width: 92%;
    min-width: 250px;
    margin-top: 0;
    padding: 10px;
    background: #62a8fe;
    left: -999em;
    list-style: none;
}
#menu-homepage-featured-tabs-1 .sub-menu .menu-item-has-children > a:after {
    content: ' > ';
}
#menu-homepage-featured-tabs-1 .sub-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px !important;
    padding-bottom: 5px;
}
#menu-homepage-featured-tabs-1 .sub-menu a:before {
    content: ' - ';
}
#menu-homepage-featured-tabs-1 .sub-menu a:hover {
    color: #b8b8b8;
}
#menu-homepage-featured-tabs-1 .sub-menu .sub-menu {
    display: none;
}
#menu-homepage-featured-tabs-1 > li:hover .sub-menu {
    left: 0;
    z-index: 111;
}
#menu-homepage-featured-tabs-1 > li > a {
    background-size: cover !important;
    font-size: 0;
    display: block;
    width: 199px;
    height: 100px;
}
#menu-homepage-featured-tabs-1 > li:nth-child(1) > a {
    width: 100%;
    height: 100%;
    background: url(../img/featuredTabsBreast.jpg) no-repeat;
    display: block;
}
#menu-homepage-featured-tabs-1 > li:nth-child(2) > a {
    width: 100%;
    height: 100%;
    background: url(../img/featuredTabsBody.jpg) no-repeat;
    display: block;
}
@media (min-width: 600px) and (max-width: 768px) {
    #menu-homepage-featured-tabs-1 > li:nth-child(2):hover .sub-menu {
        left: initial;
        right: 0;
        z-index: 111;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    #menu-homepage-featured-tabs-1 > li:nth-child(2):hover .sub-menu {
        left: initial;
        right: 0;
        z-index: 111;
    }
}
#menu-homepage-featured-tabs-1 > li:nth-child(3) > a {
    border-left: 1px solid #ccc;
    width: calc(100% - 1px);
    height: 100%;
    background: url(../img/featuredTabsFace.jpg) no-repeat;
    display: block;
}
@media (min-width: 600px) and (max-width: 768px) {
    #menu-homepage-featured-tabs-1 > li:nth-child(3):hover .sub-menu {
        left: initial;
        right: 0;
        z-index: 111;
    }
}
#menu-homepage-featured-tabs-1 > li:nth-child(4) > a {
    width: 100%;
    height: 100%;
    background: url(../img/featuredTabsNonSurgical.jpg) no-repeat;
    display: block;
}
@media (min-width: 600px) and (max-width: 768px) {
    #menu-homepage-featured-tabs-1 > li:nth-child(4):hover .sub-menu {
        left: initial;
        right: 0;
        z-index: 111;
    }
}
@media (min-width: 400px) and (max-width: 600px) {
    #menu-homepage-featured-tabs-1 > li:nth-child(4):hover .sub-menu {
        left: initial;
        right: 0;
        z-index: 111;
    }
}
#menu-homepage-featured-tabs-1 > li:nth-child(5):hover .sub-menu {
    left: initial;
    right: 0;
    z-index: 111;
}
#menu-homepage-featured-tabs-1 > li:nth-child(5) > a {
    border-left: 1px solid #ccc;
    width: calc(100% - 1px);
    height: 100%;
    background: url(../img/featuredTabsMen.jpg) no-repeat;
    display: block;
}
#contentWrapper {
    margin-top: 0px;
}
#associationBlockMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,66aafd+8,66aafd+14,66aafd+86,66aafd+92,ffffff+100&1+0,0.38+8,1+14,1+86,0.38+92,1+100 */
    background: -moz-linear-gradient(left, white 0%, rgba(102, 170, 253, 0.38) 8%, #66aafd 14%, #66aafd 86%, rgba(102, 170, 253, 0.38) 92%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(102, 170, 253, 0.38) 8%, #66aafd 14%, #66aafd 86%, rgba(102, 170, 253, 0.38) 92%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(8%, rgba(102, 170, 253, 0.38)), color-stop(14%, #66aafd), color-stop(86%, #66aafd), color-stop(92%, rgba(102, 170, 253, 0.38)), to(white));
    background: -o-linear-gradient(left, white 0%, rgba(102, 170, 253, 0.38) 8%, #66aafd 14%, #66aafd 86%, rgba(102, 170, 253, 0.38) 92%, white 100%);
    background: linear-gradient(to right, white 0%, rgba(102, 170, 253, 0.38) 8%, #66aafd 14%, #66aafd 86%, rgba(102, 170, 253, 0.38) 92%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}
@media (max-width: 760px) {
    #associationBlockMobile {
        background: #5BA5FE;
    }
}
#associationBlockMobile > * {
    display: block;
    max-width: 100%;
    text-align: center;
    height: auto;
}
@media (max-width: 700px) {
    #associationBlockMobile > * {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}
@media (max-width: 600px) {
    #associationBlockMobile > * {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 400px) {
    #associationBlockMobile > * {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
#associationBlock {
    display: none;
    background-size: contain;
}
#mainContent {
    min-height: auto;
}
#slideshowContainer {
    display: none;
}
#slideshowContainerMobile {
    display: block;
}
#slideshowContainerMobile * {
    width: 100%;
}
#slideshowContainerMobile .cycle-slideshow img {
    border-radius: 5px;
}
@media (max-width: 970px) {
    #sidebarContainer {
        margin-top: 0;
    }
    #sidebarContainer aside {
        margin-top: 0;
    }
    #sidebarNav {
        max-width: 100%;
    }
    #sidebarNav h2 {
        padding: auto;
        margin: auto;
    }
    #sidebarNav > * {
        max-width: 100%;
        width: auto;
    }
}
@media (max-width: 969px) {
    #sidebarContainer aside {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #sidebarContainer aside > * {
        width: 100% !important;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    #sidebarContainer aside div:nth-child(2) {
        width: initial !important;
    }
    #sidebarContainer aside #sideBarPhotoGallery,
    #sidebarContainer aside #sideBarTestimonials,
    #sidebarContainer aside #sideBarVectra,
    #sidebarContainer aside #sideBarNews {
        min-width: 100%;
        background-position: center center;
    }
    #sidebarContainer aside #sideBarPhotoGallery a,
    #sidebarContainer aside #sideBarTestimonials a,
    #sidebarContainer aside #sideBarVectra a,
    #sidebarContainer aside #sideBarNews a {
        margin: auto;
    }
    #sidebarNav {
        text-align: center;
    }
    #sidebarNav h2 {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
    }
    #sidebarNav .sidebarQuickMenu ul {
        list-style: none;
        padding: 0;
    }
    .home #sidebarContainer aside {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home #sidebarContainer aside > * {
        width: 100% !important;
        margin-bottom: 20px;
        padding-top: 0;
    }
    .home #sidebarContainer aside div:nth-child(2) {
        width: 100% !important;
    }
    .home #sidebarContainer aside div:nth-child(4) {
        width: initial !important;
    }
    iframe {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    #slideshowContainer {
        display: block;
    }
    #slideshowContainerMobile {
        display: none;
    }
}
@media (min-width: 1150px) {
    #mainContent {
        min-height: 1470px;
    }
    #contentWrapper {
        margin-top: 142px;
    }
    #associationBlock {
        display: block;
    }
    #featuredTabsContainer {
        display: block;
        margin-left: 17px;
    }
    #featuredTabsContainerMobile {
        display: none;
    }
    #associationBlockMobile {
        display: none;
    }
}
body.ie header > *,
body.safari header > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
body.ie #socialBlock,
body.safari #socialBlock {
    margin-left: 0;
}
body.ie #headerContainerMobile header > *,
body.safari #headerContainerMobile header > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media all and (max-width: 520px) {
    #mainContent .post {
        margin-bottom: 20px;
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 969px) {
    #menu-homepage-featured-tabs-1 .sub-menu {
        display: none;
    }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Nav Updates */
#menu-primary-menu li ul.sub-menu li {
    position: relative;
    padding: 5px;
}
#menu-primary-menu li ul.sub-menu li a {
    color: #fff !important;
    padding: 10px 5px 5px;
}
#menu-primary-menu li ul.sub-menu li:first-of-type {
    border-top: 1px solid #fff;
    margin-top: 10px !important;
}
#menu-primary-menu li .sub-menu li .sub-menu, #menu-primary-menu li .sub-menu li .sub-menu li .sub-menu {
    left: -999em;
}
#menu-primary-menu li:hover .sub-menu li, #menu-primary-menu li .sub-menu li:hover .sub-menu li {
    width: 95%;
    height: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
}
#menu-primary-menu li .sub-menu li:hover .sub-menu li:hover {
    background: #3078ce;
}
#menu-primary-menu li .sub-menu li:hover .sub-menu, #menu-primary-menu li .sub-menu li .sub-menu li:hover .sub-menu {
    left: 100%;
    right: auto;
    top: -11px;
}
#contentWrapper, .int#contentWrapper {
    margin-top: 0 !important;
}
.ngg-navigation {
  width: 100%;
}