.column {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

textarea,
input,
select {
    /*outline: none;
  border: 2px solid #e9e9e9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;*/
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

::-webkit-input-placeholder {
    color: #262626 !important;
}

:-moz-placeholder {
    color: #262626 !important;
}

::-moz-placeholder {
    color: #262626 !important;
}

:-ms-input-placeholder {
    color: #262626 !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.listnone {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.container-full>.row {
    margin-left: 0;
    margin-right: 0;
}

.tel {
    pointer-events: none;
    cursor: default;
}

@media only screen and (max-width: 678px) {
    .tel {
        pointer-events: initial;
        cursor: pointer;
    }
}

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

/*@darkGray: #262626;
@lightGray: #5a5a5a;

@bodyColor: #262626;

@Gray: #ccc;*/
/*.bg-primary {
  background-color: @Primary;
}
.bg-secondary {
  background-color: @Secondary;
}
.bg-tertiary {
  background-color: @Tertiary;
}
.bg-bodycolor {
  background-color: @darkGray;
}
.bg-gray {
  background-color: @Gray;
}*/
/* Gradients */
/* ********************************* */
.gray-grad {
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-8 */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class^="col-"] {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666666666666%;
}

.col-md-10 {
    width: 83.33333333333334%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666666666666%;
}

.col-md-7 {
    width: 58.333333333333336%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666666666667%;
}

.col-md-4 {
    width: 33.33333333333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.666666666666664%;
}

.col-md-1 {
    width: 8.333333333333332%;
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 999px) {
    .container {
        width: 100% !important;
    }
}

.demo-only>div[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

body {
    background: #f7f7f7;
}

a:link,
a:visited {
    color: #044e8f;
}

a:hover,
a:active,
a:focus {
    color: #044e8f;
}

#header p,
#footer-bar-row p,
#footer-row p {
    font-size: 14px;
    line-height: 21px;
}

#header h1,
#footer-bar-row h2,
#footer-row h1,
.content h1 {
    color: #004d97;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    /*margin-bottom: 30px;*/
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#header h2,
#footer-bar-row h2,
#footer-row h2 {
    color: #712978;
    font-family: 'Sintony', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

#header h3,
#footer-bar-row h3,
#footer-row h3 {
    color: #712978;
    font-family: 'Sintony', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#header h4,
#footer-bar-row h4,
#footer-row h4 {
    color: #004d97;
    font-family: 'Sintony', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#header h5,
#footer-bar-row h5,
#footer-row h5 {
    color: #004d97;

}

#header h6,
#footer-bar-row h6,
#footer-row h6 {

    color: #712978;
    font-family: 'Sintony', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

textarea,
input,
select {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

label {
    font-weight: normal;
}

#header input,
#footer-bar-row input,
#footer-row input {
    border: 1px solid #bcbcbc !important;
    height: 42px !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    text-indent: 0.01px !important;
    text-overflow: "" !important;
    border: none !important;
    border: 1px solid #bcbcbc !important;
    padding: 10px;
    height: 42px !important;
    padding: 7px 27px 7px 10px !important;
    background: #ffffff url('/licensees/licensee439/images/select-arrow.png') no-repeat right 50% !important;
}

select::-ms-expand {
    display: none;
}

body.ie select {
    background-image: none !important;
}

.ie8 select {
    padding-right: 10px !important;
    background: none !important;
}

.ie9 select {
    padding-right: 10px !important;
    background: none !important;
}

.btn {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif;
    font-weight: normal;
}

.btn-sm {
    padding: 7px 15px 5px 15px;
}

.btn-default,
.btn-default:link,
.btn-default:visited {
    border: none;
    outline: none;
    color: #0093cf;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    outline: 0 !important;
    background: none !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    border: none;
    outline: none;
    background: #729f00;
    color: #fff;
    border: 1px solid #5d7a29;
    text-decoration: none !important;
}

.btn-primary:hover {
    outline: 0 !important;
    background: #7dae00 !important;
}

.btn-primary:active,
.btn-primary:focus {
    outline: 0 !important;
}

.btn-primary:before {
    display: inline-block;
    width: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #b9cf80;
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    outline: none;
    color: #fff;
    background: #296eb1;
    border-color: #1f5488 !important;
    text-decoration: none !important;
}

.btn-secondary:hover {
    outline: 0 !important;
    background: #2c76bd !important;
}

.btn-tertiary,
.btn-tertiary:link,
.btn-tertiary:visited {
    outline: none;
    color: #fff;
    background: #712978;
    border-color: #4d1c52 !important;
    text-decoration: none !important;
}

.btn-tertiary:hover {
    outline: 0 !important;
    background: #7c2d83 !important;
}

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
    outline: none;
    color: #044e8f;
    background: #fff;
    border-color: #ccc !important;
    text-decoration: none !important;
}

.btn-ghost:hover {
    outline: 0 !important;
    background: #fff;
    border-color: #044e8f !important;
}

.box-more-btn {
    display: inline-block;
    border: 1px solid #ccc;
    width: 58.5%;
    float: right;
}

.box-more-btn a:link,
.box-more-btn a:visited {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 8px 45px 8px 15px;
    font-family: 'Sintony', sans-serif;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #e6e7f1 url('/licensees/licensee439/images/arrow-more.png') right center no-repeat;
}

.box-more-btn a:link,
.box-more-btn a:visited,
.box-more-btn a:focus {
    text-decoration: none;
}

/* Button Icons */
/* ********************************* */
.btn-icon {
    overflow: hidden;
}

.icon-left {
    text-align: center;
    padding: 8px 8px 8px 0;
}

.icon-right {
    text-align: center;
    padding: 8px 0 8px 8px;
}

.btn .fa {
    color: #fff;
    font-weight: bold;
}

.btn-grad .fa {
    color: #0093cf;
}

.btn-primary .fa {
    color: #fec736;
}

.alphabet {
    display: inline-block;
    clear: both;
}

.alphabet .letter {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    margin: 0 5px 5px 0;
}

.alphabet .letter.all {
    width: initial;
    padding-left: 8px;
    padding-right: 8px;
}

.alphabet>a:link,
.alphabet>a:visited {
    border: none;
    outline: none;
    color: #34adde;
    background: #fff;
    font-weight: bold;
    border: 2px solid #34adde;
}

.alphabet>a:hover,
.alphabet>a:active,
.alphabet>a:focus {
    border: none;
    outline: none;
    color: #187094 !important;
    border-color: #187094 !important;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #36c5ff;
}

.alphabet-lg {
    display: inline-block;
    clear: both;
}

.alphabet-lg .letter {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    float: left;
    font-size: 21px;
    margin: 0 10px 10px 0;
}

.alphabet-lg .letter.all {
    width: initial;
    padding-left: 8px;
    padding-right: 8px;
}

.alphabet-lg>a:link,
.alphabet-lg>a:visited {
    border: none;
    outline: none;
    color: #34adde;
    background: #fff;
    font-weight: bold;
    border: 2px solid #34adde;
}

.alphabet-lg>a:hover,
.alphabet-lg>a:active,
.alphabet-lg>a:focus {
    border: none;
    outline: none;
    color: #187094 !important;
    border-color: #187094 !important;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #36c5ff;
}

.expand-box {
    position: relative;
}

.expand-box-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
}

.expand-title {
    display: table-cell;
    width: 100%;
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.expand-toggle {
    display: table-cell;
    vertical-align: middle;
    width: 55px;
    display: none;
}

.accordion-toggle {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: none;
}

.accordion-toggle .fa {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .accordion-toggle {
        display: inline-block;
    }
}

.iwouldlike-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iwouldlike-list li {
    display: table;
    padding-top: 6px;
    padding-bottom: 6px;
}

.iwouldlike-list li:first-child {
    padding-top: 0;
}

.iwouldlike-list li a {
    display: table-cell;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
}

.iwouldlike-list li .fa {
    display: table-cell;
    vertical-align: top;
    color: #fec736;
    font-weight: bold;
    font-size: 21px;
    padding-right: 8px;
}

.expand-title .open,
.expand-title .open:link,
.expand-title .open:visited {
    color: #fff;
    font-weight: bold;
}

.expand-title .open:hover,
.expand-title .open:active,
.expand-title .open:focus {
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .ertime-time {
        width: initial !important;
    }
}

.content-quicklinks {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.content-quicklinks .expand-box-header {
    background: #e96743 url('/licensees/licensee439/images/bg-red.jpg') no-repeat;
}

.content-quicklinks .expand-box-header .expand-title {
    font-size: 18px;
}

.content-quicklinks .expand-box-header .expand-toggle {
    padding-left: 10px;
}

.content-quicklinks .expand-box-header .expand-toggle .accordion-toggle {
    display: inline-block;
}

.content-quicklinks .expand-inner {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.content-quicklinks .expand-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-quicklinks .expand-inner ul li {
    display: table;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content-quicklinks .expand-inner ul li .fa {
    display: table-cell;
    vertical-align: top;
    padding: 7px 7px 0 0;
    font-size: 6px;
    color: #e96648;
}

.content-quicklinks .expand-inner ul li a:link,
.content-quicklinks .expand-inner ul li a:visited {
    display: table-cell;
    vertical-align: top: color: #777;
    font-size: 14px;
}

.content-quicklinks .expand-inner ul li a:hover,
.content-quicklinks .expand-inner ul li a:active,
.content-quicklinks .expand-inner ul li a:focus {
    color: #03b6ff;
}

.content-Bottom {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .content-quicklinks {
        float: left;
    }

    .content-quicklinks .expand-box-header .expand-title {
        font-size: 16px;
    }
}

.content-related {
    width: 100%;
    margin-bottom: 20px;
}

.content-related .expand-box-header {
    background: #facc6c url('/licensees/licensee439/images/bg-yellow.jpg') no-repeat;
}

.content-related .expand-box-header .expand-title {
    font-size: 18px;
}

.content-related .expand-box-header .expand-toggle {
    padding-left: 10px;
}

.content-related .expand-box-header .expand-toggle .accordion-toggle {
    display: inline-block;
}

.content-related .expand-inner {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.content-related .expand-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-related .expand-inner ul li {
    display: table;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content-related .expand-inner ul li .fa {
    display: table-cell;
    vertical-align: top;
    padding: 0 7px 0 0;
    font-size: 16px;
    color: #e96648;
}

.content-related .expand-inner ul li a:link,
.content-related .expand-inner ul li a:visited {
    display: table-cell;
    vertical-align: top: color: #777;
    font-size: 14px;
}

.content-related .expand-inner ul li a:hover,
.content-related .expand-inner ul li a:active,
.content-related .expand-inner ul li a:focus {
    color: #03b6ff;
}

@media only screen and (min-width: 991px) {
    .content-Bottom .related-links {
        width: 67.9%;
    }
}

@media only screen and (max-width: 991px) {
    .content-related {
        float: left;
    }

    .content-related .expand-box-header .expand-title {
        font-size: 16px;
    }
}

#header {
    background: #ffffff url("/licensees/licensee439/images/header-bg.jpg") left top repeat-x;
}

@media only screen and (max-width: 767px) {
    #header {
        background: none;
    }
    input#ctl00_ucMenu_txtMSearch {
        font-size: 26px !important;
        padding: 0 !important;

        width: 80% !important;
    }
    a#ctl00_ucMenu_lbMobileSearch img {
        position: absolute;
        right: 24px;
        top: 14px;
    }
}

#logo-row {
    background: url("/licensees/licensee439/images/ich_header_1172x175.jpg") center bottom no-repeat;
    padding-bottom: 20px;
}

.tagLine {
    margin-top: -18px;
    margin-left: 13px;
}

.logo-col,
.waittime-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.logo-col {
    width: 30%;
}

.waittime-col {
    float: right;
    width: 70%;
}

.logo-col .logo {
    display: inline-block;
    float: left;
    margin-top: 40px;
    text-decoration: none;
}

.logo-col .logo img {
    margin: 0 0 20px 0;
}

.logo-col span {
    display: inline-block;
    float: left;
    color: #000;
    font-style: italic;
    font-size: 12px;
    font-size: 1.2rem;
    clear: both;
}

.waittime-col .waittime-list {
    display: table;
    width: 100%;
    float: right;
    background: #fec736;
    list-style: none;
    margin: 0;
    padding: 0;
}

.waittime-col .waittime-list li {
    display: table-cell;
}

.wait-label h4 {
    padding-left: 14px;
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.wait-location {
    padding-right: 12px;
    font-size: 12px;
    font-size: 1.2rem;
}

.wait-location a:link,
.wait-location a:visited {
    display: inline-block;
    padding: 2px 0 2px 20px;
    background: url('/licensees/licensee439/images/waittime-pin.png') no-repeat;
    color: #712978;
    text-decoration: underline;
    font-weight: bold;
}

.wait-all {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 12px;
    padding-right: 12px;
    background: #712978;
}

.wait-all a:link,
.wait-all a:visited {
    display: inline-block;
    padding: 2px 0 2px 24px;
    background: url('/licensees/licensee439/images/waittime-clock.png') 0 3px no-repeat;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.toggles {
    float: right;
    display: none;
}

.toggles .toggle-search-m,
.toggles .toggle-menu-m {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 20px 0 0 10px;
}

@media only screen and (max-width: 991px) {
    .waittime-col {
        float: left;
        width: 100%;
    }

    .waittime-col .waittime-list {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .toggles {
        display: block;
    }

    #logo-row {
        background: none;
        padding-bottom: 0;
        border-bottom: 2px solid #438bd1;
    }

    #logo-row>.container {
        padding-left: 0;
        padding-right: 0;
    }

    #logo-row>.container>.row {
        margin: 0;
    }

    .waittime-col {
        padding-left: 0;
        padding-right: 0;
    }

    .logo-col {
        width: 100%;
        height: 78px;
        padding-left: 15px;
    }

    .logo-col .logo {
        margin: 15px 0;
    }

    .logo-col .logo img {
        margin: 0;
        width: auto;
        height: 54px;
    }

    .logo-col span {
        display: none;
    }

    .waittime-col {
        float: left;
        width: 100%;
    }

    .waittime-col .waittime-list {
        width: 100%;
    }

    .waittime-col .waittime-list .wait-label,
    .waittime-col .waittime-list .wait-location {
        display: none;
    }

    .waittime-col .waittime-list .wait-all {
        padding: 5px 0;
        width: 100%;
    }
}

#search-row-d,
#search-row-m {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

#search-row-d .search-col,
#search-row-m .search-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#search-row-d .search-col input,
#search-row-m .search-col input {
    font-size: 20px;
    height: 40px;
    outline: none;
    border: 2px solid #467cbf !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#search-row-d {
    display: none;
}

#search-row-m {
    position: relative;
}

@media (max-width: 767px) {

    #search-row-d .search-col input,
    #search-row-m .search-col input {
        font-size: 12px !important;
    }
}

#nav-row {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #428bd1 url('/licensees/licensee439/images/navrow-bg.jpg') repeat-x;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

.navbar-brand {
    display: none;
}

.navbar-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0 15px;
    background: none;
}

.navbar-default .navbar-collapse {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.navbar .nav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.navbar .nav>li {
    display: table-cell;
    float: none;
    vertical-align: top;
    border-right: 1px solid #fff;
}

.navbar .nav>li:first-child {
    border-left: 1px solid #fff;
}

.navbar .nav>li>a:link,
.navbar .nav>li>a:visited {
    text-align: center;
    font-family: 'Sintony', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 18px 10px;
    height: 56px;
    text-transform: uppercase;
    background: #296eb1 url('/licensees/licensee439/images/navlink-bg.jpg') repeat-x;
}

.navbar .nav>li>a:hover,
.navbar .nav>li>a:active,
.navbar .nav>li>a:focus {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    background: #fff;
    color: #004b8d;
}

.navbar .nav>li.active-nav>a {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    background: #fff;
    color: #004b8d;
}

.navbar .nav>li.nav-search a {
    text-align: center;
    padding: 10px 10px;
}

.nav-search a:link .nav-search-icon,
.nav-search a:visited .nav-search-icon {
    display: inline-block;
    float: none;
    width: 31px;
    height: 32px;
    background: url('/licensees/licensee439/images/nav-search-icon.png') 0 0 no-repeat;
}

.nav-search a:hover .nav-search-icon,
.nav-search a:active .nav-search-icon,
.nav-search a:focus .nav-search-icon {
    background: url('/licensees/licensee439/images/nav-search-icon.png') 0 -32px no-repeat;
}

.navbar .nav>.nav-search.active-nav>a .nav-search-icon {
    background: #ffffff url('/licensees/licensee439/images/nav-search-icon.png') 0 -32px no-repeat;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
}

#megamenu {
    position: relative;
}

#megamenu>li {
    position: static;
}

.active-nav .drop-box,
.active-drop {
    display: block;
    opacity: 1;
    visibility: visible;
    left: -1px;
    top: auto;
}

.drop-services .row {
    padding-top: 10px;
    padding-bottom: 20px;
}

.drop-box {
    position: absolute;
    border-image: none;
    /* background-color:#f5f5f5;
  -moz-box-shadow:  0px 3px 2px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow:  0px 3px 2px 1px rgba(0, 0, 0, .1);
  box-shadow:  0px 3px 2px 1px rgba(0, 0, 0, .1); */
    float: left;
    text-align: left;
    left: 0;
    z-index: 99999999;
    font-size: 14px;
    display: none;
}

.drop-box h3,
.drop-box h4 {
    color: #333;
    margin-top: 0;
}

.drop-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drop-box .btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.drop-box .input-group-btn>.btn {
    margin: 0;
}

/* Make Full Width */
#megamenu>li>.drop-box {
    margin-left: 0;
    right: 0;
    width: auto;
    max-width: none;
}

#megamenu>li:hover .drop-box {
    display: block;
    opacity: 1;
    visibility: visible;
    left: -1px;
    top: auto;
}

/* ie8 Issue */
.nav-collapse {
    overflow: visible;
}

#megamenu {
    position: relative;
    z-index: 8 !important;
    /*watch rotator*/
}

.navbar-default .navbar-toggle .icon-bar {
    display: none !important;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    margin: 10px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

.navbar-brand-center {
    display: inline-block;
    position: relative;
    font-size: 14px;
    display: none;
}

.navbar-brand-center>a {
    display: inline-block;
    margin: 7px 0 0 24px;
}

.navbar-brand-center>a>img {
    width: auto;
    height: 35px;
}

.navbar-default .navbar-toggle {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}

.navbar-default .navbar-toggle.active {
    background-position: 0 -20px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}

/* Extras */
#mobile-search {
    display: none;
}

.caret {
    display: none;
    color: #a3def6;
}

.nav-toggle-wrap {
    position: absolute;
    top: 7px;
    border: 1px;
    display: none;
    left: 0;
    padding-top: 7px;
}

.nav-icon {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topright: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.toggle-lg {
    width: 30px;
    height: 25px;
}

.toggle-lg span {
    height: 3px;
}

.toggle-lg span:nth-child(1) {
    top: 0px;
}

.toggle-lg span:nth-child(2) {
    top: 8px;
}

.toggle-lg span:nth-child(3) {
    top: 16px;
}

.toggle-lg.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-lg.open span:nth-child(2) {
    width: 0%;
    left: 50%;
}

.toggle-lg.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-sm {
    width: 25px;
    height: 25px;
}

.toggle-sm span {
    height: 2px;
}

.toggle-sm span:nth-child(1) {
    top: 5px;
}

.toggle-sm span:nth-child(2) {
    top: 10px;
}

.toggle-sm span:nth-child(3) {
    top: 15px;
}

.toggle-sm.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-sm.open span:nth-child(2) {
    width: 0%;
    left: 50%;
}

.toggle-sm.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon-search {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 1059px) {

    .navbar .nav>li>a:link,
    .navbar .nav>li>a:visited {
        font-size: 15px;
        font-weight: 500;
    }
}

.drop-box h4 {
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
    color: #004d97;
}

.drop-box ul a:link,
.drop-box ul a:visited {
    color: #333;
}

.drop-fad-title {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 14px 0 14px 40px;
    background: url('/licensees/licensee439/images/steth-blue.png') 0 3px no-repeat;
}

.drop-visit .row {
    padding-top: 10px;
    padding-bottom: 20px;
}

.drop-visit .form-group label {
    font-weight: normal;
}

.drop-fad-submit {
    display: inline-block;
    float: left;
    width: 100%;
}

.drop-fad-submit .drop-fad-col {
    display: inline-block;
    float: left;
    width: 50%;
}

.fad-adv-btn {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    width: 90px;
    text-decoration: underline;
}

.fad-search-btn:link,
.fad-search-btn:visited {
    display: inline-block;
    width: 100%;
    float: right;
    background: #729f00;
    color: #fff;
    text-align: center;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    border: 1px solid #5d7a29;
}

.fad-search-btn:link span,
.fad-search-btn:visited span {
    border-top: 1px solid #b9cf80;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 6px;
}

.drop-location-row {
    border-top: 1px solid #ccc;
}

.drop-location-col1 {
    padding-right: 0;
}

.drop-location-col2 {
    padding-left: 0;
    padding-right: 0;
    height: 241px;
    overflow: hidden;
}

.location-menu ul li a:link,
.location-menu ul li a:visited {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    background: #efefef;
    padding: 10px;
    border-top: 1px solid #fff;
    text-decoration: none;
}

.location-menu ul li a:link .arrow,
.location-menu ul li a:visited .arrow {
    display: inline-block;
    float: right;
    width: 11px;
    height: 19px;
    background: url('/licensees/licensee439/images/location-menu-arrow.png') 0 -19px no-repeat;
}

.location-menu ul li a.active,
.location-menu ul li a:hover,
.location-menu ul li a:active,
.location-menu ul li a:focus {
    text-decoration: none;
    color: #fff;
    background: #2365a5 url('/licensees/licensee439/images/location-nav-active.jpg') 0 bottom repeat-x;
}

.location-menu ul li a.active .arrow,
.location-menu ul li a:hover .arrow,
.location-menu ul li a:active .arrow,
.location-menu ul li a:focus .arrow {
    background: url('/licensees/licensee439/images/location-menu-arrow.png') 0 0 no-repeat;
}

.location-menu ul li:first-child a:link,
.location-menu ul li:first-child a:visited {
    border-top: none;
}

.location-map {
    position: relative;
    padding-bottom: 75%;
    height: 241px;
    overflow: hidden;
}

.location-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.drop-location-col3 address {
    display: inline-block;
    float: left;
    margin-bottom: 40px;
}

.location-tel {
    display: inline-block;
    float: left;
    padding: 10px 10px 10px 40px;
    color: #ee2e24 !important;
    font-family: 'Sintony', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: url('/licensees/licensee439/images/location-tel-icon.png') no-repeat;
}

.mobileLink {


    padding: 0 15px 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    font-weight: 900;
    color: #004b8d;
}

@media (min-width: 767px) {
    #mobile-nav {
        display: none !important;
    }

    #deskTop-nav {
        display: block;
    }
}

/*@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
    }
}

@media (max-width: 991px) {

.navbar-default .navbar-header {
    display: inline-block;
  float: left;
  width: 100%;
}
.nav-toggle-wrap {
    display: inline-block;
    margin-left: 15px;
}



.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
  display: none !important;
}
.navbar-nav {
  float: none !important;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-collapse.collapsing,
.navbar-collapse.collapse.in {
  display: inline-block !important;
  width: 100% !important;
}
.navbar-header {
}
.navbar-collapse {
  padding: 0
}
.navbar .nav {
  border: none;
}
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  display: block;
}
.navbar .nav > li {
  display: block;
  float: none;
}
.navbar .nav > li > a {
  text-align: left;
  border: none;
}
.dropBox {
  display: none;
}
.caret {
  display: none;
}
} */
@media (max-width: 767px) {
    .col-md-4 {
        width: 100% !important;
    }

    .col-md-3 {
        width: 100% !important;
    }

    .navbar .nav {
        border: none;
    }

    .navbar .navbar-inner {
        padding: 0;
    }

    .navbar .nav {
        display: block;
    }

    .navbar .nav>li {
        display: block;
        float: none;
    }

    .navbar .nav>li>a {
        text-align: left;
        border: none;
    }

    .navbar .nav>li>a>.caret {
        display: none;
    }

    #megamenu>li:hover .drop-box {
        position: relative;
        width: 100%;
        display: none;
    }

    .mobile-search-wrap {
        width: 100%;
        height: 0;
    }

    .mobile-search-wrap .search-wrap {
        width: 100%;
        background: #fff;
    }

    .mobile-search-wrap.collapse.in {
        display: table !important;
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .navbar-brand-center {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .nav-toggle-wrap {
        display: inline-block;
    }

    .navbar-header {
        height: 50px;
    }

    .nav-row {
        background-color: #33acdd;
    }

    .nav-row>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-row>.container>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse.collapse.in {
        clear: both;
    }

    #mobile-search {
        clear: both;
    }

    .drop-box {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {

    .navbar .nav>li>a:link,
    .navbar .nav>li>a:visited {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .nav-row {
        position: fixed;
        z-index: 99999;
        top: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-row-up {
        top: -51px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nav-toggle-wrap {
        display: inline-block;
    }

    .navbar .nav>li>a:link,
    .navbar .nav>li>a:visited {
        text-align: left;
    }
}

.getdirections {
    padding-right: 25px;
    background: url('/licensees/licensee439/images/icon-newindow.png') no-repeat right 0;
}

.drop-about,
.drop-services,
.drop-visit,
.drop-physicians,
.drop-give,
.drop-search {
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 20px;
    -moz-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
}

.navbar .nav>li.nav-m {
    display: none;
}

.nav-arrow {
    display: inline-block;
    float: right;
    display: none;
}

.nav-arrow img {
    float: left;
}

@media only screen and (max-width: 767px) {
    #nav-row {
        border-top: none;
        border-bottom: none;
    }

    #nav-row .navbar {
        min-height: inherit;
    }

    .logo-col {
        background: #ffffff url("/licensees/licensee439/images/header-bg.jpg") left bottom repeat-x;
    }

    .navbar-default {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .nav>li.nav-m {
        display: inline-block;
        width: 100%;
    }

    .nav-arrow {
        display: inline-block;
    }

    .navbar .nav>li {
        border-right: none;
        border-top: 1px solid #2478ca;
    }

    .navbar .nav>li:first-child {
        border-left: none;
    }

    .navbar .nav>li>a:link,
    .navbar .nav>li>a:visited {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .navbar .nav>li>a,
    .navbar .nav>li>a:hover,
    .navbar .nav>li>a:active,
    .navbar .nav>li>a:focus {
        background: #296eb1 url('/licensees/licensee439/images/navlink-bg.jpg') repeat-x;
        color: #fff;
        font-size: 1.75rem;
        color: #fff !important;
        text-transform: uppercase;
        padding: 18px !important;
        border-bottom: 0 none !important;
        height: 5.5rem !important;
    }

    .nav-search {
        display: none !important;
    }
}

#footer-bar-row {
    display: inline-block;
    width: 100%;
    background: #2466a6 url('/licensees/licensee439/images/footer-bar-bg.jpg') 0 bottom repeat-x;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

#footer-bar-row .footer-bar-col1,
#footer-bar-row .footer-bar-col2,
#footer-bar-row .footer-bar-col3 {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer-bar-row .footer-bar-col1 {
    width: 25%;
}

#footer-bar-row .footer-bar-col2 {
    width: 41.66666667%;
}

#footer-bar-row .footer-bar-col3 {
    width: 33.33333333%;
}

#footer-bar-row .footer-bar-col3 .footer-bar-box {
    float: right;
}

#footer-bar-row .footer-bar-box {
    display: inline-block;
    float: left;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #4d7dab;*/
}

#footer-bar-row .box-mychart:link,
#footer-bar-row .box-mychart:visited {
    padding-left: 40px;
    margin: 0 10px;
    font-family: 'Sintony', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fec52e;
    background: url('/licensees/licensee439/images/icon-mychart.png') no-repeat;
}

#footer-bar-row .box-mychart:hover,
#footer-bar-row .box-mychart:active,
#footer-bar-row .box-mychart:focus {
    text-decoration: none;
}

#footer-bar-row .box-health-lib {
    display: inline-block;
    float: left;
}

#footer-bar-row .box-health-lib h5 {
    display: inline-block;
    float: left;
    font-family: 'Sintony', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fec52e;
    margin: 0;
    text-transform: uppercase;
    background: url('/licensees/licensee439/images/icon-health-lib.png') no-repeat;
    padding-left: 58px;
}

#footer-bar-row .box-health-lib .health-lib-search {
    display: inline-block;
    float: left;
}

#footer-bar-row .box-health-lib .health-lib-search .form-group {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 4px;
    background: #fff;
}

#footer-bar-row .box-health-lib .health-lib-search .form-group .health-input {
    float: left;
    line-height: 14px !important;
    height: 26px !important;
    width: 200px !important;
    border: none !important;
    box-shadow: none !important;
}

#footer-bar-row .box-health-lib .health-lib-search .form-group .health-submit {
    display: inline-block;
    float: left;
}

#footer-bar-row .box-connect {
    display: inline-block;
    float: left;
}

#footer-bar-row .box-connect h5 {
    display: inline-block;
    float: left;
    font-family: 'Sintony', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fec52e;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

#footer-bar-row .box-connect .social-icons {
    display: inline-block;
    float: left;
}

#footer-bar-row .box-connect .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 33px;
}

#footer-bar-row .box-connect .social-icons ul li {
    display: inline-block;
}

#footer-bar-row .box-connect .social-icons ul li a:link,
#footer-bar-row .box-connect .social-icons ul li a:visited {
    display: inline-block;
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 2px;
}

#footer-bar-row .box-connect .social-icons ul li .facebook {
    background: url('/licensees/licensee439/images/icon-social-white.png') 0 0 no-repeat;
}

#footer-bar-row .box-connect .social-icons ul li .youtube {
    background: url('/licensees/licensee439/images/icon-social-white.png') -36px 0 no-repeat;
}

#footer-bar-row .box-connect .social-icons ul li .twitter {
    background: url('/licensees/licensee439/images/icon-social-white.png') -73px 0 no-repeat;
}

#footer-bar-row .box-connect .social-icons ul li .instagram {
    background: url('/licensees/licensee439/images/icon-social-white.png') -110px 0 no-repeat;
}

#footer-row {
    padding-top: 10px;
    padding-bottom: 40px;
    background: #eee;
}

.footer-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.footer-col h4 {
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f63a4;
}

.footer-col h5 {
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
    color: #666666;
}

.footer-col ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.footer-col ul li a:link,
.footer-col ul li a:visited {
    color: #666666;
}

#footer-copy-row {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #eee;
}

#footer-copy-row .container {
    border-top: 1px solid #909090;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-copy-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

#footer-copy-row .col2 {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    #footer-bar-row .box-health-lib h5 {
        float: none;
    }

    #footer-bar-row .box-health-lib .health-lib-search {
        float: none;
    }

    #footer-bar-row .box-health-lib .health-lib-search .form-group {
        margin: 0;
    }

    #footer-bar-row .box-health-lib {
        text-align: center;
    }

    #footer-bar-row .box-connect {
        text-align: center;
    }

    #footer-bar-row .box-connect h5 {
        width: 100%;
        margin: 0;
        float: none;
    }

    #footer-bar-row .box-connect .social-icons {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    #footer-bar-row .footer-bar-col1 {
        width: 50%;
        text-align: center;
    }

    #footer-bar-row .footer-bar-col2 {
        width: 50%;
        text-align: center;
    }

    #footer-bar-row .footer-bar-col3 {
        width: 100%;
        text-align: center;
    }

    #footer-bar-row .footer-bar-box,
    #footer-bar-row .footer-bar-col3 .footer-bar-box {
        float: none;
    }

    #footer-bar-row .box-health-lib .health-lib-search {
        display: none;
    }

    #footer-bar-row .box-connect h5 {
        width: inherit;
    }

    #footer-row {
        padding: 0;
    }

    .footer-col {
        display: none;
    }

    #footer-copy-row {
        padding-top: 0;
        padding-bottom: 60px;
    }

    #footer-copy-row>.container {
        border: none;
    }

    #footer-copy-row .col1,
    #footer-copy-row .col2 {
        text-align: center;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

#back-to-top,
.touch-device #back-to-top:hover {
    background: #2466a6 url('/licensees/licensee439/images/footer-bar-bg.jpg') 0 bottom repeat-x;
    bottom: 10px;
    right: 10px;
    display: none;
    height: 46px;
    width: 46px;
    position: fixed;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100;
    font-size: 24px;
}

#back-to-top:hover,
.touch-device #back-to-top:active {
    color: #0093cf;
}

#back-to-top>i,
.touch-device #back-to-top:hover>i {
    font-size: 32px;
    line-height: 12px;
    margin: 0;
    color: #0093cf;
}

.home-feat-row {
    padding-top: 48px;
    padding-bottom: 48px;
}

.home-feat-row .home-feat-col1,
.home-feat-row .home-feat-col2,
.home-feat-row .home-feat-col3 {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
}

.home-box {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
}

.home-box .box-1 .expand-box-header {
    background: url('/licensees/licensee439/images/box1-header-bg.jpg') repeat-x;
}

.home-box .box-1 .expand-box-header .expand-title {
    padding: 16px 15px 0 50px;
    background: url('/licensees/licensee439/images/icon-patient-stories.png') 10px 5px no-repeat;
}

.home-box .box-2 .expand-box-header {
    background: url('/licensees/licensee439/images/box2-header-bg.jpg') repeat-x;
}

.home-box .box-2 .expand-box-header .expand-title {
    padding: 16px 15px 0 60px;
    background: url('/licensees/licensee439/images/icon-find-physician.png') 10px 8px no-repeat;
}

.home-box .box-3 .expand-box-header {
    background: url('/licensees/licensee439/images/box3-header-bg.jpg') repeat-x;
}

.home-box .box-3 .expand-box-header .expand-title {
    padding: 16px 15px 0 50px;
    background: url('/licensees/licensee439/images/icon-er-wait-times.png') 10px 8px no-repeat;
}

.home-box .expand-title {
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    height: 53px;
}

.home-box .expand-inner {
    display: inline-block;
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
}

.home-box .expand-inner .box-img {
    display: inline-block;
    float: left;
    width: 100%;
}

.home-box .expand-inner .box-img img {
    width: 100%;
    height: auto;
}

.home-box .expand-inner .box-txt {
    display: inline-block;
    float: left;
    padding: 15px;
}

.home-box .expand-inner .box-menu {
    display: inline-block;
    float: left;
    width: 100%;
}

.home-box .expand-inner .box-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-box .expand-inner .box-menu ul li {
    border-top: 1px solid #ccc;
    display: inline-block;
    float: left;
    width: 100%;
}

.home-box .expand-inner .box-menu ul li a:link,
.home-box .expand-inner .box-menu ul li a:visited {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 8px 15px;
    background: url('/licensees/licensee439/images/arrow-blue-right.png') right center no-repeat;
    font-family: 'Sintony', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
}

.box-more {
    border-top: 1px solid #ccc;
    display: inline-block;
    float: left;
    width: 100%;
}

.box-more a:link,
.box-more a:visited {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 8px 45px 8px 15px;
    font-family: 'Sintony', sans-serif;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #e6e7f1 url('/licensees/licensee439/images/arrow-more.png') right center no-repeat;
}

.box-more a:link,
.box-more a:visited,
.box-more a:focus {
    text-decoration: none;
}

.box-fad-form {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 15px;
}

.box-fad-form>div {
    display: inline-block;
    float: left;
    width: 100%;
}

.box-fad-form .form-group {
    margin-bottom: 8px;
}

.box-fad-form .fad-zip-row .fad-zip-col,
.box-fad-form .fad-zip-row .fad-distance-col {
    display: line-block;
    float: left;
}

.box-fad-form .fad-zip-row .fad-zip-col {
    width: 50%;
    padding-right: 8px;
}

.box-fad-form .fad-zip-row .fad-distance-col {
    width: 50%;
    padding-left: 8px;
}

.fad-adv-row {
    display: inline-block;
    float: left;
    margin: 18px 0 10px 0;
}

.fad-adv-row a:link,
.fad-adv-row a:visited {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .home-box .expand-title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
    }

    .home-box .expand-inner .box-menu ul li a:link,
    .home-box .expand-inner .box-menu ul li a:visited {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background: #fff;
    }

    .home-feat-row .home-feat-col1,
    .home-feat-row .home-feat-col2,
    .home-feat-row .home-feat-col3 {
        width: 100%;
    }

    .home-box {
        margin-bottom: 20px;
        min-height: initial;
    }

    .home-box .expand-inner {
        position: relative;
        min-height: initial;
    }

    .home-box .box-more {
        position: relative;
    }
}

#page-row {
    background: #fff;
}

#page-row .page-col-left,
#page-row .page-col-content,
#page-row .page-col-aside {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#page-row .page-col-content {
    width: 66.66666667%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#page-row .page-col-aside {
    width: 33.33333333%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.page-col-content {
    padding-left: 0 !important;
}

.page-row-full .page-col-content {
    width: 100% !important;
}

.page-row-3col .page-col-left {
    padding-top: 20px;
    width: 25% !important;
}

.page-row-3col .page-col-wrap {
    display: inline-block;
    width: 75%;
    float: right;
}

.page-row-3col .page-col-wrap .page-col-content {
    width: 66.66666667%;
}

.page-row-3col .page-col-wrap .page-col-aside {
    width: 33.33333333%;
}

@media only screen and (max-width: 991px) {
    .page-row-3col .page-col-left {
        width: 100% !important;
    }

    .page-row-3col .page-col-wrap {
        float: none;
        width: 100%;
    }

    .page-row-3col .page-col-wrap .page-col-content {
        width: 100% !important;
    }

    .page-row-3col .page-col-wrap .page-col-aside {
        width: 100% !important;
    }
}

.trail-row {
    color: #8f8f8f;
    padding-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.trail-row a:link,
.trail-row a:visited {
    text-decoration: underline;
}

#pagetitle {
    color: #004d97;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

li.active {
    color: #004d97 !important;
}

li.active>a {
    color: #004d97 !important;
}

span.nav-caret {
    float: left;
    /* width: 20%; */
    margin-top: 7px;
    font-weight: 900;
    margin-left: 10px;
    padding: 0 0 0 0;
    margin-right: -5px;
    cursor: pointer;
}

.subnav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left !important;
    width: 100% !important;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.subnav-list ul {
    margin-bottom: 0;
    border: none;
}

.subnav-list>li {
    border-top: 1px solid #ccc;
    background: #7b9c3f;
    width: 100%;
    float: left;
}

.subnav-list>li:first-child {
    border: none;
}

.subnav-list>li a:link,
.subnav-list>li a:visited {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #e9eaf3;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-size: 1.8rem;
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
}

.subnav-list>li .menuText {
    display: table-cell !important;
}

.subnav-list>li .menuExpand {
    display: table-cell !important;
    width: 42px !important;
    background: url('/licensees/licensee439/images/arrow-navlist.png') center center no-repeat !important;
    padding: 0 !important;
    height: 100% !important;
}

.subnav-list>li .menuExpand span {
    display: inline-block;
    float: left;
    width: 41px;
}

.subnav-list>li .menuExpand span img {
    display: none;
}

.subnav-list>li>ul.secsubnav-list {
    list-style: none;
}

.subnav-list>li>ul {
    background: #fff;

}

.subnav-list>li>ul li {
    background: #fff;
    color: rgba(51, 122, 183, 0.47);
    font-weight: bold;
}

.subnav-list>li>ul li a {
    color: rgba(51, 122, 183, 0.47);
    font-weight: bold;
}

.subnav-list>li>ul li a:link,
.subnav-list>li>ul li a:visited {
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    width: 80%;
}

.subnav-list>li>ul li ul li {
    padding-left: 20px;
    list-style: none;
    margin-left: -10px;
}

.page-col-aside>.box-more {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.aside-box-fad {
    display: inline-block;
    width: 100%;
    /* border: 1px solid #ccc; */
    background: #fff;
    margin-bottom: 30px;
}

.aside-box-fad .expand-box {
    position: relative;
}

.aside-box-fad .expand-box .expand-box-header {
    background: url('/licensees/licensee439/images/box3-header-bg.jpg') repeat-x;
}

.aside-box-fad .expand-box .expand-box-header .expand-title {
    padding: 18px 15px 0 50px;
    background: url('/licensees/licensee439/images/icon-er-wait-times.png') 10px 8px no-repeat;
    font-family: 'Sintony', sans-serif;
    text-transform: uppercase;
    height: 53px;
}

.aside-box-fad .expand-inner {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}

.aside-box-fad .fad-adv-row {
    margin: 10px 0 10px 0 !important;
}

.aside-box-callout {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.aside-box-callout .expand-box {
    position: relative;
}

.aside-box-callout .expand-box .expand-box-header {
    background: url('/licensees/licensee439/images/box2-header-bg.jpg') repeat-x;
}

.aside-box-callout .expand-box .expand-box-header .expand-title {
    padding: 15px;
    font-family: 'Sintony', sans-serif;
    height: 53px;
}

.aside-box-callout .expand-inner {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}

.aside-box-callout .expand-inner .box-img {
    display: inline-block;
    float: left;
    width: 100%;
}

.aside-box-callout .expand-inner .box-img img {
    width: 100%;
    height: auto;
}

.aside-box-callout .expand-inner .box-txt {
    display: inline-block;
    float: left;
    padding: 15px;
    width: 100%;
}

.aside-box-callout .box-more {
    position: relative;
}

.related-links {
    margin: 40px 0;
}

.related-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.related-links ul li {
    border-top: 1px solid #ccc;
}

.related-links ul li a:link,
.related-links ul li a:visited {
    display: inline-block;
    width: 100%;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Sintony', sans-serif;
    background: url('/licensees/licensee439/images/arrow-green-right.png') right 13px no-repeat;
}

.related-links ul li:first-child {
    border: none;
}

@media only screen and (max-width: 991px) {
    /*#page-row .page-col-content,
  #page-row .page-col-aside {
    width: 100%;
  }
  .box-fad-form > .fad-name-row,
  .box-fad-form > .fad-spec-row {
    width: 50%;
  }
  .box-fad-form > .fad-name-row {
    padding-right: 15px;
  }
  .box-fad-form > .fad-spec-row {
    padding-left: 15px;
  }*/
}

@media only screen and (max-width: 767px) {

    .box-fad-form>.fad-name-row,
    .box-fad-form>.fad-spec-row {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.fad-form-wrap .fad-form-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
}

.fad-form-wrap .col-label {
    width: 40%;
}

.fad-form-wrap .col-label label {
    float: right;
    line-height: 42px;
}

.fad-form-wrap .col-input {
    width: 60%;
}

a.video-profile-link {
    display: block;
    padding: 7px 0 5px 40px;
    margin: 0 0 0 0;
    background-color: rgb(205, 53, 42);
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background-image: url(/licensees/licensee439/images/video-profile.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fad-page-filter {
    display: inline-block;
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
}

.fad-page-filter>div {
    display: inline-block;
    float: left;
}

.fad-page-filter .fad-showpage-label,
.fad-page-filter .fad-showpage-select,
.fad-page-filter .fad-filterdis-label,
.fad-page-filter .fad-filterdis-select {
    display: inline-block;
    float: left;
}

.fad-page-filter .fad-showpage-label,
.fad-page-filter .fad-filterdis-label {
    /*padding-left: 15px;*/
    padding-right: 15px;
}

.fad-page-filter .fad-showpage-label label,
.fad-page-filter .fad-filterdis-label label {
    line-height: 42px;
}

.fad-page-filter .fad-showpage-select,
.fad-page-filter .fad-filterdis-select {
    width: 160px;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {

    .fad-showpage-label,
    .fad-filterdis-label {
        width: 90px;
    }

    .doc-card .doc-card-details {
        width: 100%;
    }
}

.doc-card {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

.doc-card a:link,
.doc-card a:visited {
    text-decoration: none;
    color: #712978;
}

.doc-card .doc-card-img,
.doc-card .doc-card-details {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.doc-card .doc-card-img {
    padding-right: 15px;
}

.doc-card .doc-card-details {
    width: 70%;
}

.doc-card .doc-card-details .card-details-row {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.doc-card .doc-card-details .card-details-row span {
    font-weight: bold;
}

.doc-card .doc-card-name {
    display: inline-block;
    float: left;
    padding-left: 15px;
}

.doc-card .doc-card-name h3 {
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
    .doc-card .doc-card-details {
        margin-top: 20px;
        width: 100%;
    }
}

.revise-search .fad-revise-row {
    margin-bottom: 10px;
}

.doc-card-profile {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}

.doc-card-profile a:link,
.doc-card-profile a:visited {
    text-decoration: none;
}

.doc-card-profile .doc-card-img,
.doc-card-profile .doc-card-details {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.doc-card-profile .doc-card-img {
    padding-right: 15px;
}

.doc-card-profile .doc-card-details {
    width: 60%;
}

.doc-card-profile .doc-card-details .card-details-row {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.doc-card-profile .doc-card-details .card-details-row span {
    font-weight: bold;
}

.doc-card-profile .doc-card-details .card-details-row .tel {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.doc-card-profile .doc-card-name {
    display: inline-block;
    float: left;
    padding-left: 15px;
}

.doc-card-profile .doc-card-name h3 {
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
    .doc-card-profile .doc-card-name {
        width: 100%;
    }

    .doc-card-profile .doc-card-name h3 {
        padding-top: 20px;
    }

    .doc-card-profile .doc-card-details .card-details-row .tel {
        pointer-events: initial;
        cursor: pointer;
    }

    .doc-card .doc-card-details {
        margin-top: 20px;
        width: 100%;
    }
}

.doc-map {
    position: relative;
    padding-bottom: 75%;
    height: 241px;
    overflow: hidden;
}

.doc-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.doc-map-more {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-rotator-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.page-rotator-col .trail-row {
    padding-top: 20px;
    margin-left: -15px !important;
}

.aside-location-box {
    display: inline-block;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.aside-location-box .aside-location-title {
    display: table;
    cursor: pointer;
    height: 40px;
}

.aside-location-box .aside-location-title h5 {
    display: table-cell;
    color: #004d97;
    cursor: pointer;
    margin: 0;
    width: 95%;
    vertical-align: middle;
    padding: 10px 15px;
}

.aside-location-box .aside-location-title .accordion-toggle {
    display: table-cell;
    width: 38px;
    border-left: 1px solid #ccc;
}

.aside-location-box .aside-location-title .accordion-toggle.collapsed {
    background: url('/licensees/licensee439/images/plus-minus-green.png') 4px 2px no-repeat;
}

.aside-location-box .aside-location-title .accordion-toggle {
    background: url('/licensees/licensee439/images/plus-minus-green.png') -24px 2px no-repeat;
    min-width: 38px;
}

.aside-location-box .aside-location-content {
    border-top: 1px solid #ccc;
}

.aside-location-box .aside-location-content .aside-location-inner {
    padding: 5px 15px 5px 15px;
}

.aside-btn {
    margin-bottom: 40px !important;
}

.your-visit-col {
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
}

.your-visit-box {
    margin-bottom: 60px;
}

.your-visit-box .expand-box-header {
    background: url('/licensees/licensee439/images/box2-header-bg.jpg') repeat-x;
}

.your-visit-box .expand-box-header .expand-title {
    padding: 16px 15px 0 15px;
}

.your-visit-box .expand-inner {
    min-height: inherit;
}

@media only screen and (max-width: 991px) {
    .your-visit-col {
        width: 100%;
    }

    .your-visit-box {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .your-visit-box .expand-box-header .expand-title {
        padding: 18px 15px 0 15px;
    }
}

.content-service-phone,
.aside-service-phone {
    display: inline-block;
    float: left;
    width: 100%;

    margin-bottom: 5%;
    padding-right: 1.4%;
}

.content-service-phone .aside-services-tel,
.aside-service-phone .aside-services-tel {
    display: inline-block;
    float: right;
    text-align: right;
    color: #ee2e24;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    background: url('/licensees/licensee439/images/services-aside-tel.png') 0 11px no-repeat;
    padding: 0 0 0 30px;
}

.content-service-phone .aside-services-link,
.aside-service-phone .aside-services-link {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: right;
    color: #044e8f;
    font-weight: bold;
}

.content-service-phone {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: none;
}

.content-service-phone>a {
    float: none !important;
    text-align: center !important;
}

.aside-service-phone {
    display: inline-block;
    padding-bottom: 10px !important;
}

@media only screen and (max-width: 991px) {
    .content-service-phone {
        display: inline-block;
    }


}

.content-accordion .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.content-accordion .panel-heading {
    display: table;
    width: 100%;
    cursor: pointer;
    height: 40px;
    background: #fff;
    padding: 0;
}

.content-accordion .panel-heading h5 {
    display: table-cell;
    color: #004d97;
    margin: 0;
    vertical-align: middle;
    padding: 10px 15px;
}

.content-accordion .panel-heading .panel-toggle.collapsed {
    background: url('/licensees/licensee439/images/plus-minus-green.png') 4px 2px no-repeat;
}

.content-accordion .panel-heading .panel-toggle {
    display: table-cell;
    width: 38px;
    max-with: 38px;
    border-left: 1px solid #ccc;
    background: url('/licensees/licensee439/images/plus-minus-green.png') -24px 2px no-repeat;
}

.content-accordion .panel-body {
    background: #e9eaf3;
}

.content-accordion .panel-body h5 {
    color: #712978;
}

.home-rotator-row {
    padding: 0 0 0 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.home-rotator-row>.container {
    width: 100%;
}

.home-rotator-row>.container>.row>.col-md-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.home-banner-wrap {
    margin: 20px 0 20px 0;
}

.hero-carousel-wrap {
    position: relative;
    z-index: 0;
}

.hero-carousel .item {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url('backgroundsize.min.htc');
}

.hero-carousel .item>.container {
    position: relative;
}

.hero-carousel .item>a {
    display: inline-block;
    float: left;
    overflow: hidden !important;
    -webkit-border-top-right-radius: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -webkit-border-top-left-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}

.hero-carousel .caption {
    position: absolute;
    z-index: 2;
    top: 20px;
    width: 100%;
    color: #fff;
}

.hero-carousel .caption .caption-content {
    margin: 0;
    padding: 0;
    width: 30%;
}

.hero-carousel .caption h1 {
    margin: 20px 0 8px 0;
    color: #004b8d;
    font-family: 'Sintony', sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase;
}

.hero-carousel .caption p {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.hero-carousel .caption .btn {
    display: block;
    width: 230px;
    margin: 12px auto 0 auto;
}

.hero-carousel .owl-controls {
    width: 50%;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 40px;
}

.hero-carousel-wrap .owl-prev,
.hero-carousel-wrap .owl-next {
    position: absolute;
    z-index: 3;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 38%;
    width: 20px;
    font-size: 46px;
    cursor: pointer;
    color: #fec736;
    display: none;
}

.hero-carousel-wrap .owl-prev {
    left: 20px;
}

.hero-carousel-wrap .owl-next {
    right: 20px;
}

.hero-quick-links {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 16px 20px 16px 20px;
    margin: 40px 40px 0 0;
    width: 240px;
}

.hero-quick-links li {
    padding: 4px 0 4px 0;
    border-top: 1px solid #ccc;
}

.owl-pagination .owl-page span {
    width: 13px !important;
    height: 13px !important;
    background: #91baca !important;
    filter: none !important;
    opacity: initial !important;
}

.owl-pagination .owl-page.active span {
    background: #781380 !important;
}

@media (max-width: 767px) {
    .home-rotator-row {
        padding: 0;
    }

    .hero-carousel .item {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 200px;
        height: 200px !important;
    }

    .hero-carousel .caption {
        top: 0;
    }

    .hero-carousel .caption .caption-content {
        margin: 0;
        padding: 0;
        width: 50%;
    }

    .hero-carousel .caption .btn {
        width: 100px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 8px;
    }

    .hero-carousel .caption .caption-content h1 {
        display: inline-block;
        width: 100%;
        *zoom: 1;
        clear: both;
        margin-top: 0;
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .hero-carousel .caption .caption-content h1:before,
    .hero-carousel .caption .caption-content h1:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .hero-carousel .caption .caption-content h1:after {
        clear: both;
    }

    .hero-carousel .caption .caption-content p {
        display: none;
    }

    .owl-pagination {
        display: none;
    }
}

.hero-carousel-optional .hero-carousel .item {
    min-height: inherit;
    height: auto !important;
}

.hero-carousel-optional .owl-item {
    height: auto !important;
}

.hero-carousel-optional .item-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .hero-carousel-optional .caption .btn {
        font-size: 10px;
        padding: 5px 10px;
    }

    .hero-carousel-optional .owl-theme .owl-controls {
        display: none !important;
    }

    .hero-carousel-optional .owl-prev,
    .hero-carousel-optional .owl-next {
        font-size: 14px !important;
        line-height: 24px;
        top: 40%;
        height: 24px;
        padding: 0;
    }

    .hero-carousel-optional .owl-prev .fa,
    .hero-carousel-optional .owl-next .fa {
        font-size: 24px;
        line-height: 0;
    }
}

.content-banner-wrap {
    margin: 20px 0 20px 0;
}

.content-carousel-wrap {
    position: relative;
    z-index: 0;
}

.content-carousel .item {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    overflow: hidden;
    /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    -ms-behavior: url('backgroundsize.min.htc');
    background-size: contain;
}

.content-carousel .item>.item-img>img {
    width: 100% !important;
    height: auto !important;
}

.content-carousel .item>a {
    display: inline-block;
    float: left;
    overflow: hidden !important;
    -webkit-border-top-right-radius: 6px !important;
    -webkit-border-bottom-right-radius: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -webkit-border-top-left-radius: 6px !important;
    -moz-border-radius-topright: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}

.content-carousel .caption {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 100px;
    left: auto\9;
    width: 100%;
    color: #fff;
}

.content-carousel .caption .caption-content {
    float: left;
    margin: 0;
    padding: 20px;
    width: 40%;
    width: auto\9;

    background: #004b8d;
    background: rgba(0, 75, 141, 0.8);
}

.content-carousel .caption h1 {
    float: left;
    margin: 0 0 8px 0;
    color: #fff;
    font-family: 'Sintony', sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
}

.content-carousel .caption p {
    float: left;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.content-carousel .caption .btn {
    display: block;
    width: 230px;
    margin: 12px auto 0 auto;
}

.content-carousel .owl-controls {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 40px;
}

.content-carousel-wrap .owl-prev,
.content-carousel-wrap .owl-next {
    position: absolute;
    z-index: 3;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 45%;
    width: 28px;
    font-size: 29px;
    cursor: pointer;
}

.content-carousel-wrap .owl-prev {
    left: 20px;
}

.content-carousel-wrap .owl-next {
    right: 20px;
}

.content-carousel-wrap .arrow-more {
    width: 28px;
    height: 29px;
}

.content-carousel-wrap .arrow-more img {
    float: left;
}

@media (max-width: 991px) {
    .content-carousel .item>.container {
        padding: 0;
    }

    .content-carousel .caption {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .content-carousel .caption .caption-content {
        width: 100%;
        background: #336fa4;
    }

    .content-carousel-wrap .owl-prev,
    .content-carousel-wrap .owl-next {
        top: 30%;
    }
}

@media (max-width: 767px) {
    .content-carousel .owl-pagination {
        display: block;
    }

    iframe {
        width: 100% !important;
    }
}

.ie8 .container {
    max-width: none !important;
    width: 1170px !important;
}

.ie8 [class^="col-"] {
    float: left !important;
}

.ie8 .col-md-12 {
    width: 100% !important;
}

.ie8 .col-md-11 {
    width: 91.66666666666666% !important;
}

.ie8 .col-md-10 {
    width: 83.33333333333334% !important;
}

.ie8 .col-md-9 {
    width: 75% !important;
}

.ie8 .col-md-8 {
    width: 66.66666666666666% !important;
}

.ie8 .col-md-7 {
    width: 58.333333333333336% !important;
}

.ie8 .col-md-6 {
    width: 50% !important;
}

.ie8 .col-md-5 {
    width: 41.66666666666667% !important;
}

.ie8 .col-md-4 {
    width: 33.33333333333333% !important;
}

.ie8 .col-md-3 {
    width: 25% !important;
}

.ie8 .col-md-2 {
    width: 16.666666666666664% !important;
}

.ie8 .col-md-1 {
    width: 8.333333333333332% !important;
}

.ie8 .visible-sm,
.ie8 .visible-xs,
.ie8 .visible-xs.visible-sm {
    display: none !important;
}

.ie8 input {
    color: #000 !important;
}

.ie8 input.form-control:-ms-placeholder {
    color: #000 !important;
}

.ie8 .collapse.navbar-collapse {
    display: inline-block !important;
    width: 100%;
}

.ie8 img,
.ie8 .img-responsive {
    width: initial !important;
    height: initial !important;
    max-width: initial !important;
}

.ie8 #nav-row {
    height: 58px;
}

.ie8 .drop-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ie8 .home-rotator-row .container {
    width: 1170px !important;
}

.ie8 .home-rotator-row .hero-carousel .caption {
    width: 100%;
}

.ie8 .home-rotator-row .owl-theme .owl-controls {
    width: 40%;
}

.ie8 #footer-bar-row,
.ie8 #footer-row {
    display: inline-block;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 992px) {

    #page-row .page-col-left,
    #page-row .page-col-content,
    #page-row .page-col-aside {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .related-links {
        width: 100% !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .googleSearchPanel {
        width: 650px;
        overflow: hidden;
    }
}

.related-links {
    margin-left: 15px;
    padding-right: 30px;
}

.RadComboBox_Metro .rcbInput {
    padding: 0 !important;
    border: none !important;
}

.home-rotator-row .owl-controls {
    margin-left: 20%;
}

.content-Bottom {
    float: left;
    width: 100%;
    margin-left: -15px;
}

.content-Bottom .related-links {
    margin-top: -30px;
}

#search-row-d {
    left: 0px;
}

.dropBoxStay {
    display: block !important;
}

@media (min-width: 995px) and (max-width: 1086) {
    .waittime-col {
        float: right;
        width: 65% !important;
    }
}

@media (min-width: 1086px) {
    .waittime-col {
        float: right;
        width: 60% !important;
    }
}

.share-wrap {
    display: inline-block;
    width: 100%;
    color: #004b8d;
    margin: 10px 0 20px 0;
}

.share-wrap ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;

}

.share-wrap ul li {
    display: inline-block;
    float: left;
    width: 45px;
    margin: 0 0 0 8px;
    line-height: 20px;
}

.share-wrap ul li a:link,
.share-wrap ul li a:visited {
    background-size: 40px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

#social-icons>ul {
    list-style: none;
    width: 100%;
}

#social-icons>ul>li {
    float: left;
    width: 45px;

}

.share-wrap #social-icons>ul>li img {

    width: 40px;

}

#social-icons ul li:first-child {
    margin-top: 13px;
    color: #337ab7;
    font-size: 14px;
    font-weight: 600;
}

.share-wrap ul li .facebook {
    background-image: url(/licensees/licensee439/images/fb_icon.png);
}

.share-wrap ul li .twitter {
    background-image: url(/licensees/licensee439/images/tw_icon.png);
}

.share-wrap ul li .email {
    background-image: url(/licensees/licensee439/images/em_icon.png);
}

.share-wrap ul li .print {
    background-image: url(/licensees/licensee439/images/pr_icon.png);
}

.picright img,
img.picright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #333333;
}

.picleft img,
img.picleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #333333;
}

.picrightnoborder img,
img.picrightnoborder {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.picleftnoborder img,
img.picleftnoborder {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.picright5pxbottommargin img,
img.picright5pxbottommargin {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #333333;
}

.picleft5pxbottommargin img,
img.picleft5pxbottommargin {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #333333;
}

.picrightnoborder5pxbottommargin img,
img.picrightnoborder5pxbottommargin {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

.picleftnoborder5pxbottommargin img,
img.picleftnoborder5pxbottommargin {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.g-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.g-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* */

#KH_licNav * {
    box-sizing: unset;
}

#mainContentContainer input#searchButton {
    box-sizing: border-box !important;
    line-height: 1;
}

#header,
#footer-bar-row,
#footer-row,
.trail-row {
    font-family: 'Open Sans', sans-serif;
}

#mainContentContainer h1,
#mainContentContainer h2,
#mainContentContainer h3,
#mainContentContainer h4,
#mainContentContainer h5,
#mainContentContainer h6 {
    line-height: inherit;
}

#mainContentContainer h2 {
    font-weight: 700 !important;
}

.waittime-col {
    display: none;
}

#mainContentContainer {

    font: 100%/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#page-row .page-col-content {
    padding-bottom: 0;
}

#KH_licNav {
    margin-top: 0;
}

.health-lib-search #searchButton {
    cursor: pointer;
}

#clustering {
    box-sizing: unset;
}


#khContentHeading h1 {
    padding-top: 10px !important;
    padding-bottom: 20px;
    line-height: 1;
}


#header {
    z-index: 99999;
    position: relative;
}


/*////////2021\\\\\\\\*/
#rsBrowse {
    width: 100%;
    margin: 0 !important;
}

ul#licTabs {
    width: 100%;
    margin: 0;
}

ul#licTabs li button {
    padding-bottom: 8px;
}

ul#licTabs li button:hover {
    padding-bottom: 10px;
}

#rsSearch {
    width: 100%;
}

#rsSearch input[type='submit'] {
    top: -1px !important;
    position: relative;
}

#rsSectionLabel {
    padding: 0 10px 0px 5px;
}

#rsSearch .engEspLink {
    font-size: 14px !important;
    padding: 3px 0 4px 5px;
    width: 110px !important;
}

.licNavRow3Col1 ul {
    margin: 0 !important;
    padding: 0;
}

ul#navTabsPKT li button {
    font-weight: normal;
    top: 0 !important;
}

ul#navTabsPKT li.current button {
    top: 1px !important;
}

#relatedButtonsHolder ul {
    margin: 0;
    padding: 0;
}

.kh-accordion button {
    font-size: 2rem !important;
}

.kh-circles-content h3 {
    margin-bottom: 0 !important;
}

div.home-box {
    width: 100%;
     !important;
}

div.box-health-lib {}

div.box-health-lib .health-lib-search .form-group {
    height: 30px;
    position: relative;
}

div.box-health-lib .health-lib-search .form-group input[type=submit] {
    max-height: 26px !important;
    width: 26px !important;
    background: url(/licensees/licensee439/images/btn-healthlib-search.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 2px;
    top: 2px;
}

.ps3c_featured_links p {
    height: 65px;
}

#khcontent_category ul.medicationsBrandsList {
    margin-left: 3.542rem !important;
}


@media screen and (max-width: 760px) {
    .ps3c_featured_links p {
        height: 45px;
    }
}

@media screen and (max-width: 700px) {
    #mainContentContainer {
        padding: 0;

    }

    #page-row .container {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .paginationCount {
        position: absolute;
        text-align: center;
        width: 100% !important;
        margin-top: 30px !important;
    }

    ul#searchResults {
        margin-top: 50px;
    }
}

@media screen and (max-width: 360px) {

    button#licTabParentsButton,
    button#licTabKidsButton,
    button#licTabTeensButton {
        padding: 0.45rem .8rem .25rem .8rem !important;
    }

    button#licTabParentsButton:hover,
    button#licTabKidsButton:hover,
    button#licTabTeensButton:hover {
        padding: 0.45rem .8rem .5rem .8rem !important;
    }
}