@font-face {
    font-family: 'Avenir-Roman';
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.eot');
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.otf')  format('opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.woff2') format('woff2'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.woff') format('woff'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.ttf') format('truetype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.eot');
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.otf')  format('opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.woff2') format('woff2'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.woff') format('woff'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.ttf') format('truetype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.eot');
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.otf')  format('opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.woff2') format('woff2'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.woff') format('woff'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.ttf') format('truetype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.eot');
    src: url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.otf')  format('opentype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.woff2') format('woff2'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.woff') format('woff'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.ttf') format('truetype'),
        url('/sites/all/themes/bmc/fonts/Avenir/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BaskervilleMTStd-SemiBdIt';
    src: url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.eot');
    src: url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.eot?#iefix') format('embedded-opentype'),
        url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.otf')  format('opentype'),
        url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.woff2') format('woff2'),
        url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.woff') format('woff'),
        url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.ttf') format('truetype'),
        url('/sites/all/themes/bmc/fonts/Baskerville/BaskervilleMTStd-SemiBdIt.svg#BaskervilleMTStd-SemiBdIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville-BoldItalic';
    src: url('/sites/all/themes/bmc/fonts/Baskerville/Baskerville-BoldItalic.eot');
    src: url('/sites/all/themes/bmc/fonts/Baskerville/Baskerville-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/sites/all/themes/bmc/fonts/Baskerville/Baskerville-BoldItalic.ttf') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    text-rendering: geometricPrecision !important;
    font-smooth: always !important;
    font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

body {
    padding:0px !important;
    margin:0px !important;
    text-rendering:optimizeLegibility;
    webkit-tap-highlight-color: #222;
    font-size: 16px;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Avenir-Medium, sans-serif;
}

.section {
    padding-bottom: 60px;
}


a {
    color: #c53110;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}
a:active,
a:hover,
a:focus {
    color: #d03310;
    text-decoration:none;
}

/*Overwrite CSS*/
.noselect {
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
}

input[readonly="readonly"] {
    background-color: #fff !important; cursor: pointer;
}

/*Hide HTML5 Spinners*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-moz-focus-inner {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Avenir-Black, sans-serif;
    color:#0c7696;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

p {
    margin-bottom: 18px
}

blockquote {
    padding-left:15px;
    color:#201544;
    font-family: BaskervilleMTStd-SemiBdIt;
    font-size: 22px;
    border-left:solid #d1d565 2px;
}

/*Containers*/
body.toolbar-drawer {
    padding-top: 30px !important;
}

.wrapper {
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}

@media only screen and (max-width : 1200px) {
}
.main-container{
    padding-right:15px;
    padding-left:15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
}

.inner-container{
    padding-right:15px;
    padding-left:15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
}

/*background-colors*/
.white-background {
    background-color:#fff
}

.body-background, .front {
    background-color:#efecdd
}

/*Remove Padding*/
.remove-padding{padding: 0;}
.remove-padding-top{padding-top: 0;}
.remove-padding-right {padding-right: 0; }
.remove-padding-bottom{padding-bottom: 0; }
.remove-padding-left{padding-left: 0;}

/*Add padding*/
.add-padding{padding:5px}
.add-padding-top{padding-top:5px}
.add-padding-right{padding-right:5px}
.add-padding-bottom{padding-bottom:5px}
.add-padding-left{padding-left:5px}

/*Remove Margin*/
.remove-margin{margin:0}
.remove-margin-top{margin-top:0}
.remove-margin-right{margin-right:0}
.remove-margin-bottom{margin-bottom:0}
.remove-margin-left{margin-left:0}

/*Add Margin*/
.add-margin{margin:5px}
.add-margin-top{margin-top:5px}
.add-margin-right{margin-right:5px}
.add-margin-bottom{margin-bottom:5px}
.add-margin-left{margin-left:5px}

/*Background cover image*/
.background_preview {display:block; width:100%; height:100%; overflow:hidden; background-repeat:no-repeat; background-position: top center;  background-attachment: scroll; background-origin: border-box;background-clip: border-box; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #000; }

.opacity0{zoom: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0}
.opacity10{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter: alpha(opacity=10);-moz-opacity: 0.1;-khtml-opacity: 0.1;opacity: 0.1;}
.opacity20{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter: alpha(opacity=20);-moz-opacity: 0.2;-khtml-opacity: 0.2;opacity: 0.2;}
.opacity30{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;}
.opacity40{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter: alpha(opacity=40);-moz-opacity: 0.4;-khtml-opacity: 0.4;opacity: 0.4;}
.opacity50{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.opacity60{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter: alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;opacity: 0.6;}
.opacity70{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter: alpha(opacity=70);-moz-opacity: 0.7;-khtml-opacity: 0.7;opacity: 0.7;}
.opacity80{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.opacity90{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;opacity: 0.9;}
.opacity100{zoom: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;  opacity: 1;  }

/*shadow*/
.drop-shadow-bottom {background-color: #fff;border-color: #fff;-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.25);-moz-box-shadow:    0 5px 15px rgba(0,0,0,0.25);box-shadow:         0 5px 15px rgba(0,0,0,0.25);z-index: 8;}

/*Same height Column*/
.inside-full-background-left{background-color:rgba(25,80,119,0.9)}
.inside-full-background-right{background-color:rgba(23,43,51,0.9)}
.inside-full-height{height:100%}
.row-height{display:table;table-layout:fixed;height:100%;width:100%}
.col-height{display:table-cell;float:none;height:100%}
.col-top{vertical-align:top}
.col-middle{vertical-align:middle}
.col-bottom{vertical-align:bottom}
@media (min-width: 480px) {
.row-xs-height{display:table;table-layout:fixed;height:100%;width:100%}
.col-xs-height{display:table-cell;float:none;height:100%}
.col-xs-top{vertical-align:top}
.col-xs-middle{vertical-align:middle}
.col-xs-bottom{vertical-align:bottom}
}
@media (min-width: 768px) {
.row-sm-height{display:table;table-layout:fixed;height:100%;width:100%}
.col-sm-height{display:table-cell;float:none;height:100%}
.col-sm-top{vertical-align:top}
.col-sm-middle{vertical-align:middle}
.col-sm-bottom{vertical-align:bottom}
}
@media (min-width: 992px) {
.row-md-height{display:table;table-layout:fixed;height:100%;width:100%}
.col-md-height{display:table-cell;float:none;height:100%}
.col-md-top{vertical-align:top}
.col-md-middle{vertical-align:middle}
.col-md-bottom{vertical-align:bottom}
}
@media (min-width: 1200px) {
.row-lg-height{display:table;table-layout:fixed;height:100%;width:100%}
.col-lg-height{display:table-cell;float:none;height:100%}
.col-lg-top{vertical-align:top}
.col-lg-middle{vertical-align:middle}
.col-lg-bottom{vertical-align:bottom}
}

.section-title {
    color: #201544;
    font-size: 20px;
    font-family:Avenir-Black;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 30px 0 0px;
    letter-spacing: 0.02em;
    line-height: 120%;
}

/*MENU START*/
.navigation {
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
}


/*topm menu*/
.menu-mlid-303 a {background-color:#0c7696 !important}
.menu-mlid-303 a:hover {color:#0c7696 !important; background-color:#fff !important;}

.navigation .top-menu {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
}

.navigation .top-menu > li {
    float: left;
    list-style: none;
    margin: 0 4px;
}

.navigation .top-menu > li >  a {
    display: block;
    padding: 10px;
    font-family: Avenir-Heavy;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.006em;
    color: #0c7696;
    text-transform: uppercase;
     font-weight:bold;
}

.navigation .top-menu > li >  a.cart {
    font-family: Avenir-Black;
    letter-spacing: 0.033em;
    text-transform: capitalize;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 10px;
}
.navigation .top-menu.right-menu {
    margin-top: 5px;
    margin-bottom: 6px;
}

.navigation .top-menu.right-menu > li > a {
    letter-spacing: 0.033em;
    text-transform: capitalize;
}

.navigation .top-menu.right-menu > li.form form,
.mobile-search form {
    margin: 0;
}

.navigation .top-menu.right-menu > li.form form .form-control,
.mobile-search form  input[type=text] {
    border: 2px solid  #0f8db4;
    box-shadow: none;
    border-right: unset;
    height: 40px;
    width: 256px;
}
.mobile-search form  input[type=text] {float:none !important; margin-right:-9px !important}
.navigation .top-menu.right-menu > li.form form  .btn-default ,
.mobile-search form  .btn-default {
    border: 2px solid #0f8db4;
    border-left: unset;
    height: 40px;
    color: #0f8db4;
}
.navigation .top-menu.right-menu > li.form form  .btn-default .sr-only ,
.mobile-search form  .btn-default .sr-only {color:#000;}
.mobile-search {z-index:20;}
.mobile-search form  input[type=text] {margin-right:-3px;}

/* Header search form styling */
.topmenu .form-item-search-block-form {}
.page-search .inner-page-content .search-form input[type=text],
.topmenu input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #0f8db4;
    box-shadow: none;
    border-right: unset;
    height: 40px;
    width: 256px;
}
@media (max-width:413px) {
    .page-search .inner-page-content .search-form input[type=text] {width:189px}
}

.page-search .inner-page-content  .form-submit ,
.topmenu .form-item-search-block-form+.form-actions input[type=submit],
.topmenu .search-form .form-submit {
    position: relative;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    margin-left: -1px;
    border: 2px solid #0f8db4;
    border-left: unset;
    height: 40px;
    color: #0f8db4;
    font-family:"Glyphicons Halflings";
    cursor:pointer;
}

.page-search .inner-page-content .search-form  input[type=submit],
.topmenu input[type=submit] {display:none !important}

@media (max-width:470px) {
    .topmenu input[type=text] {width:200px !important;}
}

@media (max-width:320px) {
    .topmenu input[type=text] {width:175px !important;}
}

.mobile-search-trigger { cursor:pointer}
.mobile-search {display:none; position:absolute; left:0; width:100%; top:100%; background:#00556F; padding-bottom:5px; text-align:center;}
.mobile-search #search-block-form-mobile button.form-submit {
    z-index: 3;
}

@media (max-width:320px) {
.topmenu .form-item-search-block-form input[type=text], .search-form input[type=text] {width:216px}
}

.goog-te-gadget-simple .goog-te-menu-value span {color:#000000 !important}
/* End header search form styling */

.language-switcher > img {
    margin-right: 8px;
}

.navigation .top-menu .dropdown-menu.languages {
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.navigation .top-menu .dropdown-menu.languages > li img {
    margin-right: 8px;
    vertical-align: unset;
}

.navigation .top-menu li a:hover,
.navigation .top-menu li a.active {
    background-color: #0c7696;
    color: #fff;
}
.navigation .top-menu li a.goog-te-menu-value:hover,
.navigation .top-menu li a.goog-te-menu-value.active {background-color:white}

.navigation .top-menu li a.active {
    font-family: Avenir-Black;
}

/*main menu*/
.navigation.main-nav {
    background-color: #0c7696;
    border-color: #0c7696;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    box-shadow: 0 10px 15px rgba(0,0,0,0.4);
    z-index: 10;
}

.navigation .menu {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.navigation .menu > li {
    float: left;
    list-style: none;
    width: 233px;
    border-right: 1px solid #87c6da;
    text-align: center;
    margin-left: 0 !important;
}

.navigation .menu > li:first-child {
    border-right: none;
    width: 295px;
}

.navigation .menu > li > a {
    display: block;
    font-family: Avenir-Black;
    font-size: 19px;
    line-height: 1.1em;
    letter-spacing: 0.046em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 113px;
    vertical-align: middle;
    padding: 41px 0;
     font-weight:bold;
}

.navigation .menu > li > a:focus{
    background-color: #00556f
}

.navigation .caret {display:none !important}

.navigation .menu > li > a > span {display:block;}
.navigation .menu > li.menu-mlid-5764 > a > span:nth-child(1) {display:inline}
.navigation .menu > li.menu-mlid-5764 > a > span:nth-child(2) {display:inline}
.navigation .menu > li.menu-mlid-5761 > a > span:nth-child(2) {display:inline}
.navigation .menu > li.menu-mlid-5761 > a > span:nth-child(3) {display:inline}

.navigation .menu > li a.logo-holder {
    padding: 0;
}

.navigation .menu > li .list-element:hover {
    background-color: #87c6da;
}

.navigation .menu > li.dropdown.open{
    background-color: #87c6da;
}

.navigation .menu .search {
    height: 113px;
}

.navigation .menu .search .search-element {
    height: auto;
    border: 1px solid #87c6da;
    padding: 12px 25px;
    margin-top: 33px;
    font-size: 15px;
    display: inline-block;
}

.navigation .menu .search .search-element:hover {
    background-color: #87c6da;
}

/*dropdown menu*/
.menu .dropdown-menu {
    background-color: #87c6da;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    margin-top: -1px;
    left: -1px;
    min-width: 160px;
    padding: 0;
    top: 100%;
    z-index: 1000;
    text-transform: uppercase;
}

.menu   .dropdown-menu > li {
    border-bottom: 1px solid #c3e3ed;
}


.menu  .dropdown-menu > li:first-child {
    -webkit-box-shadow: inset 0 8px 10px -8px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 8px 10px -8px rgba(0,0,0,0.25);
    box-shadow: inset 0 8px 10px -8px rgba(0,0,0,0.25);
}

.menu   .dropdown-menu > li:last-child {
    border-bottom: none;
}

.menu  .dropdown-menu > li > a {
    clear: both;
    color: #00556f;
    display: block;
    font-weight: none;
    line-height: auto;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.024em;
    font-family: Avenir-Black;
    padding: 8px 50px;
    white-space: nowrap;
}

/*MOBILE MENU*/
.mobile-menu {
    background-color: #00556f;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 0;
    border: none;
}

/*Logo&menu trigger*/
.mobile-menu-header {
    padding-top: 7px;
    padding-bottom: 3px;
}
.mobile-menu-header .logo-holder {
    display: inline-block;
}

.mobile-menu-header .navbar-toggle {background-color: transparent;background-image: none; border: 1px solid transparent;border-radius: 4px;float: none;margin: 0;padding: 20px 15px;position: relative;display: inline-block;visibility: visible;}
.mobile-menu-header .navbar-toggle {border-color: #fff;border-radius: 0;border: none;}
.mobile-menu-header .navbar-toggle .icon-bar {background-color: #fff; height:4px; width: 22px;}
.mobile-menu-header .navbar-toggle .icon-bar + .icon-bar { margin-top: 5px;}
.mobile-menu-header .navbar-toggle:hover,
.mobile-menu-header .navbar-toggle:focus {background-color: transparent;}

.mobile-menu-header .search {
    color: #fff;
    font-size: 32px;
    margin-right: 15px;
}
/*mobile main menu*/
.mobile-menu .navbar-nav {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}

.mobile-menu .navbar-nav >li {
    float: none;
    display: block;
    background-color: #0c7696;
    border-top: 2px solid #87c6da;
}

.mobile-menu .navbar-nav >li:first-child {
    border-top: none;
}

.mobile-menu .navbar-nav >li >a {
    display: block;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: Avenir-Black;
    font-size: 19px;
    line-height: 46px;
     font-weight:bold;
}
.mobile-menu .navbar-nav >li.open >a {color:#000;}

.mobile-menu .dropdown-menu>li>a {color:#fff; text-align:center; padding-left:0 !important; padding-right:0 !important;}
.mobile-menu .dropdown-menu>li>a:hover {color:#fff;}

.mobile-menu .navbar-nav >li >a:hover {
    background-color: #0c7696;
}

/*mobile second menu*/
.mobile-menu  .top-menu-mobile  {
    margin: 0;
    padding: 12px 0;
    background-color: #fff;
    text-align: center;
}

.mobile-menu  .top-menu-mobile li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.mobile-menu  .top-menu-mobile li a {
    display: block;
    font-family: Avenir-Black;
    font-size: 12px; font-size:19px;
    line-height: 22px;
    color: #0f8db4;
    text-transform: uppercase;
    letter-spacing: 0.046em;
    padding: 0 10px;
     font-weight:bold;
}

.mobile-menu  .top-menu-mobile li a.cart,
.mobile-menu  .top-menu-mobile li a.language-switcher {
    text-transform: capitalize;
}

.mobile-menu  .top-menu-mobile .language-switcher .caret {
    border-top: 8px dashed;
    margin-left: 0px;
}

.mobile-menu  .top-menu-mobile li a:hover,
.mobile-menu  .top-menu-mobile li a:focus,
.mobile-menu  .top-menu-mobile li a:active,
.mobile-menu  .top-menu-mobile li a.active{
    background-color: #0f8db4;
    color: #fff;
}

.mobile-menu-content {
    display: none;
}

/*{SLIDER}*/
.slider{
    position: relative;
    width: 100%;
    min-height: auto;
}

.slide-image {
    position: absolute;
    min-height:100%;
    min-width:100%;
    right:0%;
}

.slider-caption{
    text-align: left;
    position: absolute;
    left: 67px;
    top: 135px;
    width: 955px;
    text-shadow: 0px 6px 18px rgba(255, 255, 255, 0.84),
    6px 0px 18px rgba(255, 255, 255, 0.84),
    -6px 0px 18px rgba(255, 255, 255, 0.84),
    0px -6px 18px rgba(255, 255, 255, 0.84);
}

.homepage-header {
    font-family: 'BaskervilleMTStd-SemiBdIt';
    font-size: 96px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=41)";
    filter: alpha(opacity=41);
    opacity: 0.41;
    margin:0;
    padding-bottom:42px;
    line-height:90px;
    color:#1f183a;
}

.homepage-text{
    width:380px;
    font-family: 'Avenir-Heavy';
    font-size:20px;
    color:#1f183a;
    line-height:23px;
    margin: 0px 0px 10px 3px;
}

.stronger-together{
    border-top: 3px solid #1f183a;
    padding-top: 10px;
    max-width: 160px;
    margin-left: 3px
}

.stronger{
    font-family: 'Avenir-Black';
    font-size:25px;
    color:#1f183a;
    margin:0;
}

.together{
    font-family: 'BaskervilleMTStd-SemiBdIt';
    font-size: 28px;
    color:#1f183a;
    margin:0;
}
/* Larger Desktops */
@media only screen and (max-width : 1380px) {
    .slider-caption{
        width:900px;
        left:45px;
    }
    .homepage-header {
        font-size:86px;
        line-height:80px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
    .main-menu-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .navigation .menu > li {
        width: 20%;
    }
    .navigation .menu > li:first-child {
        width: 20%;
    }
    .slider-caption{
        width:850px;
        left:35px;
    }
    .homepage-header {
        font-size: 77px;
        line-height: 72px
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1175px) {
    .slide-image {
        right:-10%
    }
    .slider-caption{
        width:760px;
        left:30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .slide-image {
        right:-16%
    }
    .slider-caption{
        width: 480px;
        left: 14px;
        top: 55px;
    }
    .homepage-text{
        width:330px;
        font-size:18px;
        line-height:20px;
    }
    .stronger-together{
        max-width:135px;
    }
    .stronger{
        font-size:22px;
    }
    .together{
        font-size:25px
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /* JAKES MOBILE FIXES 11/14/18*/
    .mobile-menu .navbar-nav >li >a {padding:3px}
    .mobile-menu  .top-menu-mobile li{display:block;padding-top:5px}
    .mobile-menu  .top-menu-mobile{padding-top:5px}
    .menu-mlid-303 a {display:inline-block!important;padding:10px!Important;margin-top:5px;margin-bottom:5px;}
    .mobile-menu  .top-menu-mobile li a{font-size:16px;line-height:16px}

    .slide-image {
        right:-20%
    }
    .slider-caption{
        width: 320px;
    }
    .homepage-header{
        font-size:58px;
        line-height:55px;
        padding-bottom:24px;
    }
    .homepage-text{
        width:200px;
        font-size:16px;
        line-height:17px;
    }

}
@media only screen and (max-width : 560px) {
    .slide-image {
        right:-26%
    }
    .slider-caption{
        width: 250px;
        top: 72px
    }
    .homepage-header{
        font-size:44px;
        line-height:42px;
        padding-bottom:14px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .slide-image {
        right:-36%
    }
    .slider-caption{
        width: 240px;
        left: 10px;
    }
    .homepage-header{
        font-size:40px;
        line-height:38px;
        padding-bottom:14px;
    }
    .homepage-text{
        width:200px;
        font-size:16px;
        line-height:18px;
    }
    .stronger-together{
        max-width:114px;
    }
    .stronger{
        font-size:18px;
    }
    .together{
        font-size:20px
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 420px) {
    .slide-image {
        right:-45%
    }
    .slider-caption{
        width: 216px;
        left: 8px;
        top: 92px;
    }
    .homepage-header{
        font-size:40px;
        line-height:36px;
        padding-bottom:14px;
    }
}

@media only screen and (max-width : 360px) {
    .slide-image {
        right:-55%
    }
    .homepage-header{
        font-size:36px;
        line-height:34px;
    }
}
/*fotorama dots styling*/
.fotorama__nav-wrap {
    bottom: 80px;
    position: absolute;
}
.fotorama__nav--dots .fotorama__nav__frame {
    height: 40px;
    width: 25px;
}
.fotorama__dot {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #ffffff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

@media (max-width:1199px) {
}

@media (max-width:991px) {
    .slider-caption .second-title {
        font-size: 46px;
        line-height: 120%;
    }

    .slider-caption .main-title {
        font-size: 69px;
        line-height: 120%;
    }

    .slider-caption .info-title {
  font-size:19px;
    font-weight:bold;

    }
    .fotorama__nav-wrap {
        bottom: 0;
    }
}

@media (max-width:767px) {
    .slider-caption .second-title {
        font-size: 28px;
        line-height: 120%;
    }

    .slider-caption .main-title {
        font-size: 42px;
        line-height: 100%;
    }

    .slider-caption .info-title {
        font-size: 19px;
    font-weight:bold;
    }
}


/*services forms*/
.services {
    margin-top: -10px;
}

.services .service-wrapp {
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    min-height: 96px;
}

.services .service-inner-wrapper {
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    z-index:2;
}

.element {
    display: block;
    text-align: center;
    color: #fff;
    height: 96px;
    padding: 28px 15px;
}

.element:hover,
.element:active,
.element:focus{
    color: #fff;
}

.element span{
    font-family: Avenir-Medium;
    font-size: 20px; font-weight:bold; font-size:19px;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 39px;
    letter-spacing: 0.019em;
}

.element .service-img{
    height: 38px;
    width: auto;
    display: inline-block;
}

.custom-form {
    padding: 0 50px 22px;
    display: none;
}
.custom-form .form-group {
    margin-bottom: 10px;
}

.custom-form.active {
    display: block;
}

.custom-form .custom-input {
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
    font-size: 14px;font-size:19px; font-weight:bold;
    font-family: Avenir-Heavy;
    line-height: 20px;
    padding: 10px 28px;
    height: auto;
    letter-spacing: 0.017em;
}

.custom-form .sod_select .sod_label{font-size:19px; font-weight:bold;}

.sod_select .sod_list_wrapper {font-size:19px; font-weight:bold;}

.sod_select .sod_list {max-height:300px;}

.custom-form .radio-wrapper .radio-label {
    color: #fff;
    font-size: 14px; font-size:19px; font-weight:bold;
    font-family: Avenir-Black;
    line-height: 20px;
    padding: 0;
    height: auto;
    letter-spacing: 0.017em;
    display: block;
}

.custom-form .custom-check-radio label{
    color: #fff;
    font-size: 14px;
    font-family: Avenir-Heavy;
    line-height: 20px;
    letter-spacing: 0.017em;
    font-weight: unset;font-size:19px; font-weight:bold;
    margin-right: 10px;
}

.custom-form .custom-check-radio label > div {
    margin-right: 5px;
}

.custom-form .custom-input::-webkit-input-placeholder {
   color: #fff;
}

.custom-form .custom-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.custom-form .custom-input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.custom-form .custom-input:-ms-input-placeholder {
   color: #fff;
}

.custom-form .custom-form-btn {
    background-color: unset;
    width: 100%;
    border-color: #fff;
    border-width: 2px;
    font-size: 14px; font-size:19px; font-weight:bold;
    line-height: 18px;
    font-family: Avenir-Heavy;
    padding: 10px 5px;
    color: #fff;
}
.search-help .custom-form .custom-form-btn {background:#65675b !important; color:#fff !important}
.search-help .custom-form .custom-form-btn:hover {background:#ffffff !important; color:#65675b !important}
@media (max-width:990px) {.search-help .custom-form .custom-form-btn {white-space: unset;
    font-size: 13px;
    line-height: 17px;}}

.custom-form .submit-form-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.custom-form .submit-form-btn:hover {
    background-color: transparent;
    color: #fff;
}

.search-help {
    background-color: #65675b;
}
.search-help .submit-form-btn {
    color: #fff;
}

.search-help .custom-form-btn:hover {
    background-color: #fff;
    color: #65675B;
}

.find-doctor {
    background-color: #c53110;
}

.find-doctor .sod_select .sod_list_wrapper{background-color:#c53110}
.find-doctor .sod_select .sod_option.active {color:#c53110}
.find-doctor .submit-form-btn {
    color: #fff;
    background: #c53110;
}
.find-doctor .submit-form-btn:hover {color: #c53110;
    background: #fff;}

.visit-us {
    background-color: #006552;
}
.visit-us .submit-form-btn {
    color: #006552;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
    .services.remove-margin {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .services .service-wrapp {
        padding-left: 0;
        padding-right: 0;
    }
    .services .service-inner-wrapper {
        position: relative;
        left: unset;
        right: unset;
    }
}

/*STORIES*/
.stories .stories-item .stories-image {
    display: inline-block;
}

.stories .stories-item .background_preview a {
    display: inline-block;
}

.stories .stories-item .stories-info-wrapper {
    padding: 20px 35px;
}

.stories .stories-item .title-wrapper {
    display: inline-block;
}

.stories .stories-item .stories-title {
    font-size: 25px;
    color: #201544;
    font-family: BaskervilleMTStd-SemiBdIt;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.022em;
    line-height: 120%;
}

.stories .stories-item .stories-title a {
    color: #201544;
}

.stories .stories-item .stories-seperator {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color:#d1d565;
    color:#d1d565;
    border: 0 none;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*Stories view page*/
.stories.stories-view .stories-item .stories-title {
    font-size: 30px;
}

.stories.stories-view .stories-item .stories-seperator {
    width:75%;
}

.stories.stories-view .stories-item .stories-info-wrapper p.text-center {
    text-align: center;
}

/*Well Info Image*/
.post {
    margin-top: 50px;
}
.post-backgrownd {
    background-color: #d1d565;
}

.post-container .content {
    padding: 35px 30px 35px 45px;
}

.post-container .post-title {
    font-family: Avenir-Black;
     font-weight:bold;
    font-size: 19px;
    line-height: 120%;
    color: #050505;
}

#block-views-home-page-full-width-news-block a {color:#0c7696}

.post-container .post-description,
.post-container p {
    font-family: Avenir-Medium;
    font-size: 13px;
    line-height: 120%;
    color: #050505;
}

.image-container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/*feature post mobile*/
.mobile-post { margin-top: 30px; border: 1px solid #e4e8e8;}
.mobile-post .mobile-post-image-wrapper {
    position: relative;
}

.mobile-post .mobile-post-image-wrapper .post-image {
    display: block;
    width: 100%;
    height: auto;
}

.mobile-post .mobile-post-image-wrapper .mobile-post-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Avenir-Heavy;
    width: 182px;
    left: 20px;
    font-size: 19px; font-weight:bold;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.spot {
    font-family: Avenir-Black;
    font-size: 19px; font-weight:bold;
    text-transform: uppercase;
    display: block;
    line-height: 23px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mobile-post-container {
    padding: 25px 20px;
}

.mobile-post-container .mobile-post-description,
.mobile-post-container p {
    font-family: Avenir-Heavy;
    font-size: 11px;
    color: #006552;
    line-height: auto;
}

.mobile-post-container .post-read-more {
    font-family: Avenir-Medium;
    font-size: 10px;
    color: #006552;
    display: block;
    padding-top: 10px;
}

.mobile-post-container .post-read-more i {
    border: 1px solid #006552;
    color: #006552;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 3px;
    width: 12px;
    height: 12px;
    text-align: center;
    vertical-align: inherit;
}

/*NEWS HOMEPAGE*/
.news {
    margin-bottom: 20px;
}
.news .news-item {
    padding-left:7px;
    padding-right:7px;
}

@media (min-width:992px) {
.news .news-item.first {
    padding-left:15px;
}

.news .news-item.last{
    padding-right:15px;
}
}

.news .news-item img {max-width:100%; }

.news .news-item  > a{
    display: block;
}
.news .news-item .news-image {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news .news-item .news-info {
    color: #201544;
    font-family: Avenir-Medium;
    font-size: 16px;
    display: block;
    margin-top: 25px;
    padding: 0 10px;
    letter-spacing: 0.019em;
    line-height: 120%;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .news {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .news  .section-title  {
        font-size: 10px;
        line-height: 23px;
        color: #006552;
        text-align: center;
        margin-top: 18px;
        margin-bottom: 0;
        padding: 0;
    }

    .news .news-item {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffffff;
    }

    .news .news-item .news-image {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .news .news-item .news-info {
        color: #006552;
        font-size: 11px;
        margin: 0; margin-top:12px;
        padding: 0;
    }

    .news .news-item .news-read-more {
        font-family: Avenir-Medium;
        font-size: 14px;
        color: #006552;
    }

    .news .news-item .news-read-more i {
        border: 1px solid #006552;
        color: #006552;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: 3px;
        width: 16px;
        height: 16px;
        text-align: center;
        vertical-align: inherit;
    }
}

/*NEWS INSIDE PAGES*/
.news.related{
    background-color: #f6f6f6;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
    margin-top: 40px;
}

.news.related .section-title{
    font-size: 15px;
    letter-spacing: 0.019em;
    margin: 15px 0 30px;
}


.news.related .news-info {
    font-family: Avenir-Medium;
    font-size: 12px;
    letter-spacing: 0.014px;
    color: #201544;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .news.related {
        background-color: #f6f6f6;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }

    .news.related .section-title  {
        margin-bottom: 0;
    }
}


/*NEWS VIEW PAGE*/
.news-view-background {
    background-color: #e7f3f7;
}
.news-container .content {
    padding: 20px 45px;
}

.news-container .news-info {
    display: block;
    font-family: Avenir-Black;
    letter-spacing: 0.019em;
    line-height: 120%;
    color: #00556f;
    margin-bottom:10px;
}

.news-container .news-category {
    font-size: 16px;
}

.news-container .news-title {
    font-size: 24px;
    padding-right: 95px;
}


.news-container .news-date {
    font-size: 14px;
    font-family: Avenir-Medium;
    font-style: normal;
    padding-top: 10px;
}

.news-container .return-btn {
    background-color: transparent;
    border-color: #00556f;
    border-width: 1px;
    color: #201544;
    font-family: Avenir-Heavy;
    font-size: 10px;
    letter-spacing: 0.019em;
    line-height: 120%;
    box-shadow: none;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-container .return-btn > i {
    padding-right: 15px;
    font-size: 11px;
}

.news-container .return-btn:hover{
    background-color: #00556f;
    color: #fff;
}

.ews-description-holder {
    padding: 10px 0;
}

.news-description-holder .news-description,
.news-description-holder p,
.news-description-holder li {
    padding-top: 40px;
    font-family: Avenir-Heavy;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.022em;
    color: #00556f;
    display: block;
    text-align: left;
}

.news-description-holder .news-img{
    display: inline-block;
    margin: 30px auto;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .news-container .news-title {
        padding-right: 0;
    }

}
/*INNER PAGE*/
.lower-level-navbar {
    position: relative; z-index:1;
    display: block;
    background-color: #fff !important;
}

.lower-level-navbar .services {
    margin-top: 0;
}

.lower-level-navbar  .services .service-wrapp {
    min-height: 69px;
}

.lower-level-navbar .service-inner-wrapper {
    top: 0;
    bottom: unset;
    background-color: #fff;
    left: 0;
    right: 0;
}

.lower-level-navbar .element {
    color: #0f8db4;
    height: 69px;
    padding: 15px;
}

.lower-level-navbar .element span {
    font-family: Avenir-Heavy;
    font-size: 19px; font-weight:bold;
    letter-spacing: 0.029em;
    color: #0f8db4;
    line-height: 120%;
}

/*color services*/
/*search help*/
.lower-level-navbar .search-help .custom-form {
    background-color: #65675b;
    padding-left: 45px;
    padding-right: 45px;
}
.lower-level-navbar .search-help .element span {
    color: #65675b;
}

.lower-level-navbar .search-help .element.active{
    color: #fff;
    background-color: #65675b;
}
.lower-level-navbar .search-help .element.active span {
    color: #fff;
}
/*find-doctor*/
.lower-level-navbar .find-doctor .custom-form {
    background-color: #c53110;
}
.lower-level-navbar .find-doctor .element span {
    color: #c53110;
}
.lower-level-navbar .find-doctor .element.active {
    color: #fff;
    background-color: #c53110;
}
.lower-level-navbar .find-doctor .element.active span {
    color: #fff;
}
/*visiting us*/
.lower-level-navbar .visit-us .custom-form {
    background-color: #006552;
}
.lower-level-navbar .visit-us .element span {
    color: #006552;
}
.lower-level-navbar .visit-us .element.active {
    color: #fff;
    background-color:  #006552;
}
.lower-level-navbar .visit-us .element.active span{
    color: #fff;
}

/*custom form element table view*/
.lower-level-navbar .custom-form .display-table {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -4px;
}

.lower-level-navbar .custom-form .col{
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;

}
.lower-level-navbar .custom-form .custom-form-btn {
    white-space: unset;
    /* height: 58px; */
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 17px;
}

/*dropdown select*/
.lower-level-navbar .custom-form .lower-level-select {
    border: 2px solid #0f8db4;
    color: #0f8db4;
}
.lower-level-navbar .custom-form .lower-level-select .sod_label {
    color: #0f8db4;
}

.lower-level-navbar .custom-form .lower-level-select::before {
    background: rgba(0, 0, 0, 0) url("img/arrow_down.png") repeat scroll 0 0;
    color: #0f8db4;
}
.lower-level-navbar .custom-form .lower-level-select .sod_list_wrapper {
    background: #fff none repeat scroll 0 0;
    border-color: -moz-use-text-color #0f8db4 #0f8db4;
    color: #0f8db4;
}

/*hero*/
.hero-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 265px;
}

.hero-wrapper .hero-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Avenir-Black;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.022em;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-page-wrapper {
    padding: 30px 35px;
}

/*breadcrumbs*/
.breadcrumb {
    background-color: unset;
    border-radius: 0;
    padding-left: 20px;
    margin-bottom: 0;
}

.breadcrumb > li,
.breadcrumb > li > a{
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.022em;
    font-family: Avenir-Medium;
    color: #00556f;
}

.breadcrumb > li + li::before {
    color: #00556f;
    content: ">";
}

.breadcrumb > .active {
    color: #00556f;
}

/*sidebar*/
.sidebar .panel {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.sidebar .active-page{
    color: #fff;
    background-color: #c53110;
    text-transform: uppercase;
    font-family: Avenir-Black;
    font-size: 14px;
    letter-spacing: 0.022em;
    padding: 21px 15px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
}

.sidebar .active-page a {
    color: #fff;

}

.sidebar .btn {white-space:normal}

.sidebar-nav > li + li {
    margin-top: 0;
}
.sidebar .sidebar-nav .inside-links{
    padding: 21px 15px;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #00556f;
    font-family: Avenir-Black;
    text-transform:uppercase;
    border-bottom: 1px solid #d24617;
}

.sidebar .sidebar-nav .inside-links:focus,
.sidebar .sidebar-nav .inside-links:hover {
    background-color: #f9c3b1;
}

.sidebar .sidebar-nav li.active > .inside-links{
    background-color: #d24617;
    color: #fff;
}

/*sidebar submenu*/
.sidebar .sidebar-nav .sidebar-sub-menu {
    float: none;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d24617;
}

.sidebar .sidebar-nav .sidebar-sub-menu > li {
    color: #65675b;
    list-style-type: disc;
}

.sidebar .sidebar-nav .sidebar-sub-menu > li > a {
    display: block;
    color: #65675b;
    font-family: Avenir-Black;
    font-size: 13px;
    letter-spacing: 0.022em;
    text-transform: uppercase;
    padding: 10px 12px;
    border-radius: 0;
    text-align: left;
}

/*right side content*/
.inner-page-content .panel {
    border-radius: 0;
    box-shadow: none;
}

.inner-page-content .section-title {
    font-family: Avenir-Black;
    font-size: 34px;
    letter-spacing: 0.022em;
    text-transform: uppercase;
    color: #0c7696;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.inner-page-content .section-description {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color:#00556f;
    margin-bottom: 0;
    padding: 10px 0 20px;
}

/*search form*/
.formwrapper {
    position: relative;
    margin-bottom: 17px;
}

.form-header {
    position: absolute;
    top: 16px;
    left: -9px;
    right: -9px;
    background-color: #a6a998;
    color: #fff;
    padding: 12px 60px;
}

.form-header > i {
    font-size: 22px;
    padding-right: 12px;

}

.form-header > span {
    font-family: Avenir-Heavy;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.019em;
    color: #fff;
}

/*search form RELATIVE HEADER*/
.relative-header .form-header {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.relative-header  .search-form {
    padding: 48px 75px 27px;
}


.background-mustard {
    background-color: #efecdd
}

.search-form .custom-input {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
    padding: 12px 28px;
    height: auto;
    line-height: 20px;
}

.search-form .custom-input.zipcode {
    background-color: transparent;
    border: 2px solid #65675b;
    letter-spacing: 0.017em;
    text-transform: capitalize;
    position: relative;
}

.search-form .custom-input.search-icon {
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    background-position: 98% 11px;
       padding-left: 18px;
}

.search-form .letter-spacing {
    letter-spacing: 0.169em;
}

/*radiobuttons*/
.search-form .radio-wrapper {
    padding: 15px 0;
}
.search-form .custom-check-radio .radio-label {
    font-family: Avenir-Black;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.017em;
    color: #65675b;
    padding-right: 15px;
}

.search-form .custom-check-radio .radio-label.gender {
    padding-right: 24px;
}

.search-form .custom-check-radio label{
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
    line-height: 20px;
    letter-spacing: 0.017em;
    font-weight: unset;
    margin-right: 0;
    width: 100px;
}

.search-form .custom-check-radio label > div {
    margin-right: 9px;
}

.search-form .custom-input::-webkit-input-placeholder {
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
}

.search-form .custom-input:-moz-placeholder {/*Firefox 18-*/
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
}

.search-form .custom-input::-moz-placeholder {/*Firefox 19+*/
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
}

.search-form .custom-input:-ms-input-placeholder {
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
}

/*form labels*/
.search-form  .custom-label {
    color: #65675b;
    font-family: Avenir-Heavy;
    font-size: 13px;
}

/*dropdown select*/
.search-form  .search-select {
    line-height: 20px;
    width: 100%;
    background-color: #006552;
    border: 2px solid #006552;
    font-size: 14px;
    font-family: Avenir-Black;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
}

.search-form  .search-select .sod_list_wrapper{
    background: #006552;
    border: 2px solid #006552;
    font-family: Avenir-Black;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.016em;
}

.search-form  .search-select  .sod_option.active{
    color: #006552;
}

.search-form .button-padding {
    padding-left: 27px; padding-right: 27px;
}

.search-form .search-form-btn {
    width: 100%;
    border-color: #201544;
    background-color: #201544;
    border-width: 2px;
    font-size: 14px;
    letter-spacing: 0.019em;
    font-family: Avenir-Heavy;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-form .form-el-seperator {
    position: absolute;
    top: -15px;
    left: -60px;
    right: -60px;
    border-color: #a6a998;
}

.search-form .search-form-btn:hover {
    background-color: transparent;
    color: #201544;
}

/*authors*/
.author-list .second-title {
     font-family: Avenir-Heavy;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0.019em;
     color: #00556f;
     display: block;
}

.author-list  .team-title {
    line-height: 20px;
}

.author-list .author {
    padding: 10px;
}

.name {
    font-family: Avenir-Heavy;
    font-size: 17px;
    color: #00556f;
    margin-top:0!Important
}

.extras {
    margin-top: 20px;
}
.extras .extra-el {
    display: block;
    width: 100%;
    font-family: Avenir-Heavy;
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #00556f;
}


.extras .extra-description {
    display: block;
    width: 100%;
    font-family: Avenir-Heavy;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #00556f;
    margin: 0;
    padding: 0;
}

.extras .program-link {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #c53110;
    display: block;
    margin-top: 5px;
}

.extras .program-link > i {
    padding-left: 15px;
    vertical-align: middle;
}

.author-contact .contact-list {
    margin: 0;
    padding: 0;
}

.author-contact .contact-list > li {
    display: block;
    margin-bottom: 18px;
}

.author-contact .contact-list > li > a {
    font-family: Avenir-Black;
    font-size: 14px;
    letter-spacing: 0.024em;
    display: block;
}

.author-contact .contact-list > li > a >span {
    padding-left: 15px;
    vertical-align: middle;
    line-height: 120%;
    text-align: center;
}

.author-contact .contact-list.single-icon-column {
    margin-top: 40px;
}
.author-contact .contact-list.single-icon-column > li > a {
    display: table;
}
.author-contact .contact-list.single-icon-column > li > a > .info-icon {
    width: 40px;
}
.author-contact .contact-list.single-icon-column > li > a > .info-icon,
.author-contact .contact-list.single-icon-column > li > a > span {
    display: table-cell;
}

/*programs list*/
.program-list .panel-heading {
}
.program-list .section-title {
    margin: 0;
}

.programs .program-info{
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.programs .program-info .program-name {
    font-family: Avenir-Black;
    font-size: 18px;
    letter-spacing: 0.022em;
    color: #00556f;
    line-height: 120%;
}

.programs .program-info .program-description {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #00556f;
    line-height: 120%;
    margin-top: 10px;
}

.programs .program-info .program-link {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #c53110;
}

.programs .program-info .program-link > i {
    padding-left: 15px;
}


.info-icon {display: inline-block;width: 28px;height: auto;}
.color-orange{color:#c53110}
.color-gray {color:#65675b}
.color-layla{color:#553279}
.color-green{ color:#006552}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    .inner-page-wrapper {
        padding: 0;
    }
    .mobile-form {
        padding-left: 0;
        padding-right: 0;
    }
    .search-form input.element-invisible {display:none !important}

    .search-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-form .input-form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .search-form .button-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .author-list {
        padding-left: 0;
        padding-right: 0;
    }

    .author-list .author > div {
        padding-left: 0;
        padding-right: 0;
    }

    .author-list .author .author-info ,
    .author-list .author .author-contact {
        padding-top: 15px;
    }
}


/*{SEPCIALTY&SPECIALIST}*/
.specialist-background {
    background-color: #f4efd9;
}

.specialist-container .content {
    padding: 20px;
}

.specialist-container .specialist-title {
    font-family: Avenir-Black;
    font-size: 28px;
    letter-spacing: 0.022em;
    color: #00556f;
    margin:0;
    text-transform: uppercase;
    line-height:28px
}

.specialist-container  .select {
    padding: 10px 0 0;
}

.sepciality-select {
    border: 2px solid #006552;
    padding: 10px;
    background-color: #006552;
}

.sepciality-select .sod_label {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.016em;
}

.sepciality-select .sod_list_wrapper {
    background-color: #006552;
    border-color: #006552;
}

.sepciality-select .sod_option    {
    padding: 10px;
}

/*specialist contact method*/
.specialist-container .specialist-contact-list  {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
}

.specialist-container .specialist-contact-list  > li {
    float: left;
    width: 50%;
    list-style: none;
    margin-bottom: 10px;
    height: 30px;
}

.specialist-container .specialist-contact-list  > li > a {
    display: block;
    font-family: Avenir-Black;
    font-size: 14px;
    letter-spacing: 0.024em;
}

.specialist-container .specialist-contact-list  > li > a >span {
    padding-left: 15px;
    vertical-align: middle;
}

.specialist-container .specialist-contact-list  > li > a.call-for-an-appointment  > img{display:block; float: left; margin-right: 15px;}
.specialist-container .specialist-contact-list  > li > a.call-for-an-appointment  > span{padding-left:0; position: relative; top: -5px;}

.specialist-container .return-btn {
    background-color: #00556f;
    border-color: #00556f;
    border-width: 1px;
    color: #fff;
    font-family: Avenir-Heavy;
    font-size: 10px;
    letter-spacing: 0.019em;
    line-height: 120%;
    box-shadow: none;
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 20px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.specialist-container .specialist-btn {
    background-color: #201544;
    border-color: #201544;
    border-width: 2px;
    color: #fff;
    font-family: Avenir-Heavy;
    font-size: 11px;
    letter-spacing: 0.015em;
    line-height: 100%;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
.specialist-container .return-btn:hover,
.specialist-container .specialist-btn:hover {
    background-color: transparent;
    color: #201544;
}

.specialist-info-wrapper .speciality-description-holder {
    padding: 10px 0;
}

.speciality-description-holder .speciality-description,
.specialist-info-wrapper > p,
.specialist-info-wrapper > div  {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #00556f;
}

.speciality-description-holder .speciality-block {
    display: block;
    margin-top: 40px;
}
.speciality-description-holder .speciality-block > .speciality-title {
    text-transform: uppercase;
    color: #00556f;
    margin: 0;
    padding: 0;
    font-family: Avenir-Black;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.022em;
}

.speciality-description-holder .speciality-block > .speciality-description {
    margin: 0;
    padding: 0;
}

.speciality-description-holder .speciality-block > .speciality-list {
    display: block;
    margin-top: 5px;
    padding-left: 50px;
}

.speciality-description-holder .speciality-block > .speciality-list >li {
    font-family: Avenir-Heavy;
    font-size: 14px;
    letter-spacing: 0.022em;
    color: #00556f;
}


.speciality-description-holder  .read-more-description {
    text-decoration: underline;
}

.speciality-description  > ul {
    padding-left: 50px;
}

.speciality-description  > ul > li {
    margin-bottom: 23px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .specialist-info-wrapper > div > div.remove-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    .specialist-container .content {
        padding: 25px;
    }

    .specialist-container .specialist-contact-list {
        padding-left: 0;
    }

    .specialist-container .specialist-contact-list > li {
        width: 100%;
    }

    .specialist-container .specialist-btn {
        margin-left: 0;
    }

    .specialist-info-wrapper .speciality-description-holder {
        padding: 0;
    }
}

/*{PROFILE}*/
.profile {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
}
.profile .content {
    padding: 20px 35px;
}

.profile .profile-name {
    font-family: Avenir-Heavy;
    font-size: 17px;
    letter-spacing: 0.024em;
    color: #00556f;
    line-height: 1;
    margin: 10px 0;
    padding: 0;
}

.profile .profile-specialties {
    margin: 0;
    padding: 10px 0 20px;
    font-family: Avenir-Heavy;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #00556f;
}

.profile .profile-specialties > li {
    list-style: none;
    font-family: Avenir-Heavy;
    font-size: 12px;
    letter-spacing: 0.024em;
    color: #00556f;
}

.profile .profile-extras {
    font-family: Avenir-Heavy;
    font-size: 12px;
    letter-spacing: 0.024em;
    color: #00556f;
}

.profile .profile-extras > span {
    font-family: Avenir-Black;
    text-transform: uppercase;
    padding-right: 5px;
}

.profile h1{
    border-bottom: 1px solid #ccc;
}
/*{ABOUT US}*/
.about-us .section-title {
    margin: 0;
}

.about-us .description,
.node-type-pages .description {
    display: block;
    font-family: Avenir-Heavy;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.022em;
    color: #00556f;
    margin: 0;
    padding: 20px 0;
}

.node-pages .submitted { display: none; }

/*{CONTACT US}*/

.contact-wrapper .contact-text {
    font-family: Avenir-Heavy;
    letter-spacing: 0.025em;
    color: #00556f;
}
.contact-wrapper .second-title {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1;
}

.contact-wrapper .inner-text {
    font-size: 13px;
    line-height: 15px;
}

.contact-wrapper .contact-list {
    margin-top: 20px;
}

.contact-form {
    margin-top: 45px;
}

.contact-form .custom-input {
    background-color: #fff;
    border: 2px solid #65675b;
    box-shadow: none;
    color: #65675b;
    font-size: 14px;
    font-family: Avenir-Heavy;
    padding: 10px 22px;
    height: auto;
    line-height: 20px;
    letter-spacing: 0.017em;
}

.contact-form .contact-submit-btn {
    background-color: #201544;
    border: 2px solid #201544;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-family: Avenir-Heavy;
    padding: 10px 22px;
    height: auto;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


.profile-content {
    padding-left: 30px;
    padding-right: 30px;
}


.profile-section {
    padding: 15px 30px;
}

.profile-section .section-title {
    font-size: 13px;
    letter-spacing: 0.024em;
    margin-bottom: 20px;

}

/*Location*/
.profile-section .details {
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.024em;
    color: #00556f;
    font-family: Avenir-Heavy;
}

.profile-section .details ul { list-style: none; padding: 0; }
.profile-section .details ul li { list-style: none; display: block; margin-bottom: 10px; }

.profile-section .contact-list {
    margin-bottom: 25px;
    padding-left: 0;
}

.profile-section .contact-list > li > a {
    font-family: Avenir-Black;
    font-size: 14px;
    letter-spacing: 0.024em;
    display: block;
}

.profile-section .contact-list > li > a >span {
    padding-left: 5px;
    vertical-align: middle;
}

/*departaments*/
.profile-section .departament-padding-bottom {
    padding-bottom: 11px;
}

.profile-section .departament-image {
    display: inline-block;
    max-width: 77px;
    vertical-align: middle;
}

.profile-section .departament-name {
    font-family: Avenir-Heavy;
    font-size: 13px;
    letter-spacing: 0.025em;
    vertical-align: middle;
    color: #00556f;
    padding-left: 45px;
}

/*education*/
.profile-section .education-img {
    max-width: unset;
    width: 110px;
}

/*area of expertise & board certification*/
.profile-section ul.expertise,
.profile-section ul.certifications {
    padding-left: 0;
}

.profile-section ul.expertise li,
.profile-section ul.certifications li {
    font-family: Avenir-Heavy;
    font-size: 13px;
    letter-spacing: 0.024em;
    vertical-align: middle;
    color: #00556f;
    list-style: none;
}

.profile-section ol.expertise,
.profile-section ol.certifications {
    padding-left: 15px;
}

.profile-section ol.expertise li,
.profile-section ol.certifications li {
    font-family: Avenir-Heavy;
    font-size: 13px;
    letter-spacing: 0.024em;
    vertical-align: middle;
    color: #00556f;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .contact-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-content {
        padding-left: 0;
        padding-right: 0;
    }

    .profile-section {
        padding-left: 0;
        padding-right: 0;
    }
}

/*pagination*/
.pagination {}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
    color: #006552;
    line-height: 120%;
    font-size: 12px;
    padding: 10px;
    margin-left: 5px;
}

.pagination > li > a,
.pagination > li > span {float:none;}
.pagination > li > a:hover,
.pagination > li > span:hover {background:none !important}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0c7696 ;
    border-color: #0c7696 ;
}

/*{VISITING US}*/
.map-search-wrapper {
    background-color: #f1f2f2;
    margin-top: 40px;
}
/*search checklist filter*/
.checkbox-list {
    padding: 25px 30px;
}

.checkbox-list .search-filter-title {
    font-family: Avenir-Heavy;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.009em;
    color: #006552;
    padding-bottom: 11px;
    position: relative;
    display: block;
}

/* Base for label styling */
.custom-checkbox {
    display: block;
    position: relative;
    padding: 4px 0;
}

.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: unset;
    margin: 0;
    font-family:Avenir-Heavy;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.008em;
    color: #006552;
}

/* checkbox aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 21px;
    height: 20px;
    border: 2px solid #006552;
}
/* checked mark aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 2px;
    left: 4px;
    font-size: 15px;
    line-height: 1;
    color: #006552;
    transition: all .2s;
}
/* checked mark aspect changes */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.custom-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/*map*/
#map_holder {
    position: relative;
    width: 100%;
    height: 450px;
}
.map-wrapper {
     padding: 0;
}
.map {
    position: relative;
    width: 100%;
    height: 100%;
}

/*maps services and buttons*/
.map-legend-title h2 {margin:0 0 5px; color: #006552;}
.map-legend-title p {margin:0 0 15px; padding: 0; font-size: 12px;}
.map-legend-title a {color: #006552; text-decoration: underline;}

.map-btn-holder {
    padding: 0;
    margin: 0 !important
}

.map-btn-holder > li  {
    list-style: none;
    margin: 0 !important
}
.map-btn-holder > li > a {
    display: block;
    color: #006552;
    text-align: center;
}
.map-btn-holder > li > a div {
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: #006552;
    border-radius: 50%;
    padding: 10px 0;
    color: #006552;
    margin: 0 0 5px;
}

.map-btn-holder > li > a span {
    line-height: 15px; font-size: 13px; display: block;
}

.map-btn-holder > li > a > div img {
    display: inline-block;

}

.map-column {padding:0; margin: 0;}
.map-legend-container {padding:15px;  background-color: #f1f2f2}

.map-services-holder {
    padding: 0;
    margin: 0;
    list-style: none;
}

.map-services-holder  > li {
    float: left;
    width: 33%;
    margin-bottom: 15px;
}

.map-services-holder  > li:nth-child(3n+1) {clear:left;}

@media (max-width:475px) {
.map-services-holder  > li {width:50%}
.map-services-holder  > li:nth-child(3n+1) {clear:none;}
.map-services-holder  > li:nth-child(2n+1) {clear:left;}
.map-adjust{padding:0}
}
.map-services-holder  > li a {
    cursor: pointer;
}
.map-services-holder  > li img {
    display: inline-block;
    max-width: 26px;
}

.map-services-holder  > li span {
    vertical-align: middle;
    color: #006552;
    font-family: Avenir-Heavy;
    font-size: 13px;
    padding-left: 10px;
}

.map-services-holder li a.active span {
    color: #c53110;
}

@media (max-width:767px) {
    .map-services-holder  > li > span {display:block; padding: 0;}
    .checkbox-list {padding-left:5px; padding-right: 5px;}
    .map-btn-holder.pull-right {float:none!important; margin-top: 20px;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .map-search-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .map-wrapper {
        padding-left: 0;
    }
}

/*Calendar Styles*/
.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {background:#fff}
.calendar-calendar .month-view .full td.date-box.today {border-color: #0c7696}
.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {border-left:2px solid #0c7696; border-right:2px solid #0c7696;}
.calendar-calendar .month-view .full tr td.single-day.today {border-bottom:2px solid #0c7696}
.calendar-calendar td.empty {color:#aaa}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {background:#efecdd}
.calendar-calendar th.days {background-color:#00566f; padding:5px; color:#fff}
.calendar-calendar td .inner div.day a{color:#00566f}
.calendar-calendar td{color:#555}
/*Mobile Calendar Fix*/
@media (max-width:445px) {
.date-nav div.date-heading h3 {padding-top: 50px}
.view .date-nav-wrapper .date-nav {padding-bottom: 0px}
}

/*arrows*/
.arrows-wrapper{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 10px;
    right: 10px;
}

.arrows-wrapper .arrow-left{
    float: left;
}

.arrows-wrapper .arrow-right{
    float: right;
}

/*{FOOTER}*/
.footer {
    background-color: #e5e5e5;
    color: #362c56;
    padding: 33px 0;
    font-family: Avenir-Medium;
    font-size: 15px;
    line-height: 19px;
}
.extra-padding {
    padding-right: 40px;
}
.footer-logo {
    max-width: 140px;
    margin: 15px 0;
}

@media (max-width:767px) {
    .footer {text-align:center;}
    .footer .extra-padding {padding-right:0;}
    .footer-logo {margin:15px auto; float:none; display:block;}
    .footer .hide-from-mobile {display:none !important}
    .footer .partner-logo-wrapper {margin:0; padding:5px; text-align:center;}
    footer .partner-logo-wrapper img {display:inline !important}
    .footer .logos {text-align:center; padding:0 5px; margin:0 0 20px;}
    .footer-links { text-align:center; }
    .footer-links ul li { display: inline; float: none !important;}
}

.footer .info-description {
    padding: 20px 0;
}

.footer .info-address {
    font-family: Avenir-Heavy;
    display: block;
    margin: 15px 0;
}
/*text widget links*/
.widget-wrapper {
    padding-top: 30px;
}
.widget-wrapper .widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.widget .widget-title {
    font-family: Avenir-Heavy;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
}

.widget .widget-title a {color:inherit;}

.main-links {
    padding-right: 40px;
}
.widget.main-links .widget-title a {
    display: inline-block;
    margin-bottom: 30px;
    color: #362c56;
}

.widget .widget-element {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.widget .widget-element li {
    list-style: none;
}

.widget .widget-element li a {
    color: #362c56;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}
.widget .widget-element a {color:#1b162b;}

/*socials*/
.socials {
    padding: 15px 0;
}
.socials ul {
    display: block;
    margin: 0;
    padding: 0;
}

.socials ul li {
    display: inline-block;
    padding-right: 8px;
}
.socials ul li a {
     display: block;
     color: #362c56;
     border: 2px solid #362c56;
     padding: 5px 0;
     width: 36px;
     height: 36px;
     text-align: center;
     border-radius: 50%;
}

.socials ul li a i {
    vertical-align: middle;
}

.socials ul li a:hover {
    background-color: #362c56;
     color: #fff;
}

.footer-links { text-align:center; }
.footer-links ul {
    display: inline-block;
    margin: 0 auto;
    padding-left: 10px;
}
.footer-links ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    border-right: 1px solid #362c56;
}
.footer-links ul li:last-child {
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
}

.footer-links ul li a {
    font-family: Avenir-Medium;
    font-size: 15px;
    line-height: 1;
    color: #362c56;
    margin: 0 15px;
}

.partner-logo-wrapper {
    margin-bottom: 40px;
}

.partner-logo-wrapper .logo-partner {
    max-width: 192px;
}

#find_doctor .custom-check-radio label:first-child { width: 85px; }


.logos > div {
    text-align: center !important;
}
.logos > div > img { float: none; display: inline;}

.form-edit .label { color: #666666 !important; }

@media (min-width: 768px) {
    .logos {
        display: table;
        width: 100%;
    }

    .logos > div {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 0 0 40px;
        margin: 0 !important;
        float: none;
    }


    .partner-logo-wrapper .logo-partner { display: inline; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .footer .info {
        font-size: 11px;
        padding-top: 0;
    }
    .socials {
        text-align: center;
        padding-bottom: 33px;
    }
}

#webform-client-form-2805 input[type="submit"] {
    padding-top: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
    background-color: #c53110;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #c53110;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 157px;
    /* border-color: #0f8db4; */
    /* border-width: 0; */
    font-size: 14px;
    line-height: 18px;
    font-family: Avenir-Heavy;
    color: #fff;
}
#webform-client-form-2805 input[type="submit"]:hover {
    background: #fff;
    border: 2px solid #c53110;
    color: #c53110;
}
.page-node-2806 .inner-page-content .section-title,.page-node-2833 .inner-page-content .section-title {
    margin-bottom: 0;
}

.page-node-2806 .inner-page-content .panel-body {
    padding-top: 0;
}
.view-image-gallery .field-content {
    width: 58%;
    /* padding-left: 20%; */
    /* padding-right: 23%; */
    /* display: table; */
    text-align: center;
    margin: 0px auto;
}
.view-image-gallery ul {padding: 0px;margin: 0px; text-decoration:none; list-style:none;}
.view-image-gallery ul li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}
.view-image-gallery ul li a {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 3px;
}
.view-image-gallery ul li a img{ width:150px!important; height:150px!important}

/* Specialty Care view */
#block-views-specialty-care-block {
    margin-top: 30px;
}
form#views-exposed-form-specialty-care-block #edit-title-1 {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #65675b;
    font-size: 14px;
    /*font-family: Avenir-Heavy;*/
    padding: 12px 18px;
    height: auto;
    line-height: 20px;
}
form#views-exposed-form-specialty-care-block .input-form-wrapper .form-item {
    margin: 0;
}
form#views-exposed-form-specialty-care-block #edit-title-1 input[type="radio"] {
    display: none;
}
form#views-exposed-form-specialty-care-block #edit-title-1 > div {
    display: inline-block;
    margin: 0;
}
form#views-exposed-form-specialty-care-block #edit-submit-specialty-care {
    display: none;
}
form#views-exposed-form-specialty-care-block #edit-title-1 label.option {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    margin: 0;
    border-radius: 2px;
}
form#views-exposed-form-specialty-care-block #edit-title-1 .highlighted-letter label.option {
    font-weight: bold;
    background-color: #d54e21;
    color: #fff;
}
form#views-exposed-form-specialty-care-block #edit-title-1 div.form-type-radio label:hover {
    cursor: pointer;
    background-color: #d54e21;
    color: #fff;
}

/* Find a Doctor view */
#block-views-find-a-doctor-block, #block-views-find-a-doctor-simple-block, #block-views-find-a-doctor-options-block {
    margin-top: 30px;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1, form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1, form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #65675b;
    font-size: 14px;
    /*font-family: Avenir-Heavy;*/
    padding: 12px 18px;
    height: auto;
    line-height: 20px;
}
form#views-exposed-form-find-a-doctor-block .input-form-wrapper .form-item, form#views-exposed-form-find-a-doctor-simple-block .input-form-wrapper .form-item, form#views-exposed-form-find-a-doctor-options-block .input-form-wrapper .form-item {
    margin: 0;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1 input[type="radio"], form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1 input[type="radio"], form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 input[type="radio"] {
    display: none;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1 > div, form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1 > div, form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 > div {
    display: inline-block;
    margin: 0;
}
form#views-exposed-form-find-a-doctor-block #edit-submit-find-a-doctor, #edit-submit-find-a-doctor-simple, #edit-submit-find-a-doctor-options {
    display: none;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1 label.option, form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1 label.option, form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 label.option {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    margin: 0;
    border-radius: 2px;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1 .highlighted-letter label.option, form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1 .highlighted-letter label.option, form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 .highlighted-letter label.option {
    font-weight: bold;
    background-color: #d54e21;
    color: #fff;
}
form#views-exposed-form-find-a-doctor-block #edit-field-full-name-value-1 div.form-type-radio label:hover, form#views-exposed-form-find-a-doctor-simple-block #edit-field-full-name-value-1 div.form-type-radio label:hover, form#views-exposed-form-find-a-doctor-options-block #edit-field-full-name-value-1 div.form-type-radio label:hover {
    cursor: pointer;
    background-color: #d54e21;
    color: #fff;
}

/* Condition we treated view */
#block-views-conditions-treated-block {
    margin-top: 30px;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #65675b;
    font-size: 14px;
    /*font-family: Avenir-Heavy;*/
    padding: 12px 18px;
    height: auto;
    line-height: 20px;
}
form#views-exposed-form-conditions-treated-block .input-form-wrapper .form-item {
    margin: 0;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 input[type="radio"] {
    display: none;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 > div {
    display: inline-block;
    margin: 0;
}
form#views-exposed-form-conditions-treated-block #edit-submit-conditions-treated {
    display: none;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 label.option {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    margin: 0;
    border-radius: 2px;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 .highlighted-letter label.option {
    font-weight: bold;
    background-color: #d54e21;
    color: #fff;
}
form#views-exposed-form-conditions-treated-block #edit-title-1 div.form-type-radio label:hover {
    cursor: pointer;
    background-color: #d54e21;
    color: #fff;
}

#edit-shs-term-node-tid-depth-select-1, #edit-shs-term-node-tid-depth-select-2{
line-height: 20px;
border: 2px solid #006552;
font-size: 13px;
font-family: Avenir-Heavy;
letter-spacing: 0.016em;
display: inline-block;
padding: 12px 28px 12px 28px;
width: 100%;
background-color: #006552;
color: #fff;
border-radius: 5px;
margin-bottom: 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #006552;
}

#edit-shs-term-node-tid-depth-select-1:before,
#edit-shs-term-node-tid-depth-select-2:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    height: 8px;
    width: 14px;
    background: url(arrow_down.png);
}

 #edit-shs-term-node-tid-depth-select-1 option, #edit-shs-term-node-tid-depth-select-2 option{
    background-color: #006552;
    padding:10px;
}
#edit-shs-term-node-tid-depth-select-1 option:hover, #edit-shs-term-node-tid-depth-select-2 option:hover{
    background-color:#fff;
    color:#006552;
}


#edit-shs-term-node-tid-depth-select-2{
    margin-top:10px;
}

/* .view-visiting-us .checkbox-list {display:none !important}  */
.view-visiting-us  #edit-submit-visiting-us {display:none !important}
.view-visiting-us .gmap-map    {height:600px !important;}

.sod_select .sod_option {text-overflow:inherit; white-space:normal}

@media all and (max-width: 767px){
.relative-header  .search-form {padding-left:15px; padding-right:15px;}
}

@media (max-width: 320px) {
.relative-header   .search-form input[type=text] {
 width:100%;
}}

 .ajax-progress-throbber { display: none !important }


#mobile-services,
.mobile-menu-trigger {display:none;}
@media (max-width:767px) {

    /* Sticky Services Nav */
    .services {display:none;}
    #mobile-services {display:block; border-top:1px #fff solid; position:relative;}
    #mobile-services.fixed  {position:fixed; top:auto; bottom:0%; left:0; width:100%; z-index:1000; margin:0 !important;}
    #mobile-services  .row.services {display:block}

       .element {padding:0; height:auto;}
    .element .service-img {height:21px; display:none !important}
    .services .element span {font-size:9px; padding-left:0}
    .services .service-wrapp {min-height:0;}

    .services .service-wrapp,
    .services .service-inner-wrapper {position:static}

    #mobile-services .custom-form {position:absolute; bottom:100%; width:100%; left:0;  height:75vh; overflow:scroll; padding-top:20px;}
    #mobile-services .custom-form#search_help_mobile {background-color: #65675b;}
    #mobile-services  .custom-form#find_doctor_mobile {background-color: #c53110; height:53vh; overflow: visible;}
    #mobile-services  .custom-form#find_doctor_mobile .submit-form-btn {background:none}


    body {padding-bottom:40px !important;}


    .sidebar-nav-header {display:none;}


     .mobile-menu-trigger {padding:0; position:relative; display:block; cursor:pointer;margin-top:-1px;margin-bottom:0px;}
     .mobile-menu-trigger .nav-text {
           display:block; padding-right:50px;
        color: #fff;
        background-color: #c53110;
        text-transform: uppercase;
        font-family: Avenir-Black;
        font-size: 14px;
        letter-spacing: 0.022em;
        padding: 21px 15px; padding-right:45px;
        border-radius: 0;
        width: 100%;
        text-align: left;
        margin:0;
    }
    .mobile-menu-trigger .hamburger {
         position:absolute; right:0; top:18px; width:50px; display:block;
    }

    .mobile-menu-trigger .hamburger .icon-bar {
    }
}
@media (max-width:375px) {#mobile-services  .element > span {font-size:8px;}}
@media (max-width:320px) {#mobile-services  .element > span {font-size:6px;}}

@media (max-height:736px) {#mobile-services  .custom-form#find_doctor_mobile {height:33vh;}}
@media (max-height:667px) {#mobile-services  .custom-form#find_doctor_mobile {height:44vh;}}
@media (max-height:568px) {#mobile-services  .custom-form#find_doctor_mobile {height:42vh;}}
@media (max-height:480px) {#mobile-services  .custom-form#find_doctor_mobile {height:50vh;}}

@media (max-height:736px) {#mobile-services  .custom-form#search_help_mobile {height:80vh;}}
@media (max-height:667px) {#mobile-services  .custom-form#search_help_mobile {height:80vh;}}
@media (max-height:568px) {#mobile-services  .custom-form#search_help_mobile {height:90vh;}}
@media (max-height:480px) {
         #mobile-services  .custom-form#search_help_mobile {height:80vh;}
         .custom-form .custom-form-btn {font-size: 11px;line-height: 6px;}
 }

 /*Custom Code for Stacked Pill Tabs*/
#result-padding{margin-top:42px}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {background:#00556f;}
@media (max-width:991px) {
/*Responsive Code for Directory*/
#directory-image {background-size:contain;background-color:#f4efd9;background-position:35px 0; margin-top:35px}
/*Responsive Code for Departments and Special Departments*/
#department-image {background-size:contain;background-color:#f4efd9;background-position:25px 0;margin-top:25px;}
/*Responsive Code for News*/
#news-image {background-size:contain;background-color:#e7f3f7;background-position:45px 0;margin-top:45px;}
/*Hide breadcrumbs on smaller displays */
.breadcrumb{visibility:hidden !important}
#result-padding{margin-top:12px}
}
 /*Overrides*/
.footer-color{color:#362c56}
.caption{color:#23527c;font-style:italic}
.footer-sub{margin-bottom:12px !important}
.widget.main-links .widget-title a{margin-bottom:19px}
.specialist-background{margin-bottom:18px}
#goog-gt-tt .gray{display:none !important}
@media (max-width:475px) {
.map-adjust{padding:0}
.view-visiting-us .gmap-map{height:600px !important}
.map-legend-container{margin-left:-15px;margin-right:-15px}
}

/*Adjustment to Bootstrap alerts*/
.alert{
    border-radius:0px;
    border:none;
    font-size:18px;
}
.alert-success {
    color: #006552;
    background-color: #efecdd;
    border-left: 5px solid #006552;
}
.alert-success>h2,.alert-success>h3,.alert-success>h4,.alert-success>h5,.alert-success>h6,.alert-success>p,.alert-success>li,.alert-success>ol,.alert-success>ul{color:#006552}

.alert-info{
    color: #00556F;
    background-color: #efecdd;
    border-left: 5px solid #00556F;
}
.alert-info>h2,.alert-info>h3,.alert-info>h4,.alert-info>h5,.alert-info>h6,.alert-info>p,.alert-info>li,.alert-info>ol,.alert-info>ul{color:#00556F}

.alert-warning{
    color: #c53110;
    background-color: #efecdd;
    border-left: 5px solid #c53110;
}
.alert-warning>h2,.alert-warning>h3,.alert-warning>h4,.alert-warning>h5,.alert-warning>h6,.alert-warning>p,.alert-warning>li,.alert-warning>ol,.alert-warning>ul{color:#c53110}

.alert-danger{
    color: #FFF;
    background-color: #000;
    border-left: 5px solid #c53110;
}
.alert-danger>h2,.alert-danger>h3,.alert-danger>h4,.alert-danger>h5,.alert-danger>h6,.alert-danger>p,.alert-danger>li,.alert-danger>ol,.alert-danger>ul{color:#fff}

/*Responsive code for Left and Right Wrapped Images*/
@media (max-width:768px) {
.image_pull_left,.image_pull_right{float:none!Important;margin:0;padding-bottom:15px}
}
.underline{text-decoration:underline}

/*Fix for Sub Bullets */
ol ol, ol ul, ul ol, ul ul{margin-top:15px}

/*animation element*/
.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element sliding right*/
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element sliding up*/
.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}
.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element sliding down*/
.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*animation element fading in */
.animation-element.fade-in {
  opacity: 0;
  -moz-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translate3d(0px, 0px, -100px);
  -webkit-transform: translate3d(0px, 0px, -100px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, -100px);
}
.animation-element.fade-in.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*Nav fixes*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{color:#fff!Important;background-color:#00556f}
.mobile-menu .navbar-nav >li.open >a{color:#fff}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color:#00556F;color:#fff}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color:#00556f;color:#fff}

/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */
#google_translate_element{ width:auto; display: inline-block; vertical-align:11px;  margin-top:7px; }
#google_translate_element .goog-te-gadget img {display: none}
#google_translate_element .goog-te-gadget-simple {background-color: #FFF ;position: relative; border: 0px}
#google_translate_element .goog-te-gadget-simple span{margin:0; padding:0}
#google_translate_element .goog-te-menu-value span {color: #0c7696 !important;border: 0 !important}
#google_translate_element .goog-te-gadget {font-family: arial;font-size: 11px;color: #666;white-space: nowrap;text-align: left}
div#google_translate_element div.goog-te-gadget-simple {border: none;background-color: transparent;/*background-color: #17548d;*/ /*#e3e3ff*/}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover {text-decoration: none;}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {color: #0c7696;}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {color: white;}
.goog-te-gadget-icon {display: none !important;/*background: url("url for the icon") 0 0 no-repeat !important;*/}
/* Remove the down arrow */
/* when dropdown open */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: #ffffff;"] {display: none;}
/* after clicked/touched */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: #0c7696;"] {display: none;}
/* on page load (not yet touched or clicked) */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="color: #ffffff;"] {display: none;}
/* Remove span with left border line | (next to the arrow) in Chrome & Firefox */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left: 1px solid #0c7696;"] {display: none;}
/* Remove span with left border line | (next to the arrow) in Edge & IE11 */
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span[style="border-left-color: #0c7696; border-left-width: 1px; border-left-style: solid;"] {display: none;}
/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {display: none !important;}
body {top: 0px !important;}
/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS END */

/* MyChart Button Tweak */
.menu-mlid-303 a{background-color:#c53110!Important;padding:7px!Important}
.menu-mlid-303 a:hover{color:#c53110!Important}

/*Recipe*/
.ingHead{font-weight:bold;list-style:none;}

/*Limit Full Width on iFrames*/
.fullEmbed{max-width:650px;margin:0 auto;}


/* Gender select field on FAD form */
#edit-field-gender-value .form-item-field-gender-value {
  display: inline-block;
}

#edit-field-gender-value .form-item-field-gender-value {
  display: flex;
  flex-direction: row;
}

#edit-field-gender-value .custom-check-radio.type-of-gender {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#edit-field-gender-value {
  display: flex;
  align-items: center;
}

#edit-field-gender-value label.option {
  padding-left: 10px;
}

#edit-field-gender-value input[type=radio] {
  margin: 0;
}

#edit-field-gender-value label {
  margin-bottom: 0;
}


