@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?iefix') format('eot'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#webfont') format('svg');
}

/* Carousel - REMOVE LATER
****************************************/

.myCarousel {
    height: auto;
}

.myCarousel .carousel-inner {
    border-top: none;
    border-bottom: 5px solid #5d9bae;
}

.my-carousel-caption {
    height: 550px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.my-carousel-caption h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #f1f1f1;
}

.my-carousel-caption h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #f1f1f1;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
}

.my-carousel-caption a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 19.39px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1f1f1;
    background: none;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 19px 31px;
    position: relative;
    top: 40px;
}

.my-carousel-caption a:hover,
.my-carousel-caption a:focus {
    background: rgba(0, 0, 0, 0.5);
    /* 50% opaque black */
    text-decoration: none;
}


/*.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}*/

.carousel-indicators li {
    display: none;
}

.carousel-control {
    width: 10%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
	display: none;
}

.carousel-image {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.leftArrow {
    position: absolute;
    top: 85%;
    left: 5%;
}

.rightArrow {
    position: absolute;
    top: 85%;
    right: 5%;
}
/* REMOVE TO HERE LATER
****************************************/

/* Global
****************************************/

body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #000000;
}

hr {
    border-top: 2px dotted #e8e6e0;
    margin: 4px;
    padding: 5px;
}

ul {
    list-style-type: square;
}


/*a.btn.collapsed:before
{
    content:'view more' ;
    display:block;
    width:15px;
}
a.btn:before
{
    content:'view less' ;
    display:block;
    width:15px;
}*/

a:link {
    text-decoration: underline;
    color: #283891;
	font-weight: 400;
}

a:visited {
    text-decoration: none;
    color: #283891;
}

a:hover {
    text-decoration: none;
    color: #283891;
}

a:active {
    text-decoration: none;
    color: #283891;
}

a:focus {
    text-decoration: none;
    color: #283891;
}

.top-buffer {
    margin-top: 20px;
}

.es-carousel ul {
    width: auto !important;
}

.indented {
    margin: 0px 50px -0px 50px;
}


/* Popup Styles
****************************************/

.well {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    margin: 1em;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}


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


/* Logo
****************************************/

.mobileLogo {
    background: #6994a6;
    height: 82px;
}

.mobileLogo h1 {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

a:hover h1,
a:focus h1 {
    color: #dedacd;
}


/* Search/Menu Bar
****************************************/

.topNavBG {
    background: #585652;
}

.navbar-form .form-control {
    height: 27px;
    font-size: 11px;
    color: #99a4ac;
    padding: 10px 20px;
}

.navbar-collapse,
.navbar-form {
    box-shadow: none;
}

.mobileSearchBarInner {
    color: #99a4ac;
    margin-bottom: 0;
    margin-top: 0;
}

.mobileSearchBar input {
    border-radius: 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
}

.searchGlyph {
    right: 30px;
    top: 16px;
    padding: 2px 0 2px 10px;
    position: absolute;
    border-left: 2px solid #e2e2e2;
    color: #76838d;
}

.mobileMenuButton {
    font-family: 'Roboto', sans-serif;
    height: 61px;
    background: #585652;
}

.mobileMenuButton button {
    border: none;
}

.mobileMenuButton .navbar-toggle:hover,
.mobileMenuButton .navbar-toggle:focus {
    border: none;
    background-color: transparent;
}

.mobileMenuButton .navbar-toggle:hover .icon-bar,
.mobileMenuButton .navbar-toggle:focus .icon-bar {
    border: none;
    background-color: #d07436;
}

.mobileMenuButton .icon-bar {
    display: block;
    width: 32px;
    height: 6px;
    border-radius: 3px;
}

.mobileMenu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.mobileMenu li {
    box-shadow: none;
}

.mobileMenu li a {
    color: #585652;
}

.mobileMenu li:hover,
.mobileMenu li:focus {
    color: #7b7974;
    background-color: #585652;
    border: none;
}

.navbar-nav .open .dropdown-menu {
    background-color: #e8e6e0;
    padding: 0;
}

.nav-tabs .dropdown-menu {
    padding: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #f4f3ed;
    cursor: default;
    background-color: #b9bd56;
    border: 1px solid #a6aa39;
    border-bottom-color: transparent;
}


/* CAROUSEL OVERRIDES */
.carousel {height: 361px;}
.carousel .item {height: 364px; background: none;}
.carousel-control.left, .carousel-control.right {background-image: none; background-repeat: no-repeat;}
.carousel-indicators {bottom: 20px; left: 95%; width: 35%; margin-left: -30%;}
.carousel-indicators li {width: 6px; height: 6px; background-color: #2c2a2b; border: 1px solid #2c2a2b;border-radius: 6px;}
.carousel-indicators .active {width: 7px; height: 7px; background-color: #5f5d59; border: 1px solid #5f5d59;}

/* SLIDESHOW FEATURETTE */
.featurette{background-color: #ffffff; border-bottom: 5px solid #786a8f}
.featurette .container{padding: 0px;}
.featurette img{}
.featurette h2{font-size: 32px; color: #5f5d59; margin-top: 65px; letter-spacing: 1px;}
.lead {margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; color: #5f5d59;}


/* Body
****************************************/

.welcomeTitle {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #5f5d59;
    padding-left: 0;
}

.welcomeStripe {
    margin-top: 5px;
    border-top: 2px dotted #c5c4c0;
    border-bottom: 2px dotted #c5c4c0;
    margin-bottom: 2px !important;
}

.welcomeStripeInner {
    border-top: 2px dotted #c5c4c0;
    border-bottom: 2px dotted #c5c4c0;
    background: #e8e6e0;
    height: 55px;
    margin: 2px 0 2px 0 !important;
}

.welcomeParagraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.helpParagraph {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    line-height: 25px;
}

.helpParagraph strong {
    color: #5d9bae;
}

.blueBox,
.greenBox,
.purpleBox,
.orangeBox {
    height: 166px;
    margin-bottom: 2px;
}

.blueBox p,
.greenBox p,
.purpleBox p,
.orangeBox p {
    font-size: 20.6px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    width: 145px;
}

.blueBox img,
.greenBox img,
.orangeBox img,
.purpleBox img {
    padding-top: 35px;
}

.blueBox {
    background: #5d9bae;
    font-weight: 100;
}

.greenBox {
    background: #b9bd56;
    font-weight: 100;
}

.purpleBox {
    background: #9084a0;
    font-weight: 100;
}

.orangeBox {
    background: #d07436;
    font-weight: 100;
}

a:hover .blueBox {
    background: #81bdcf;
}

a:hover .greenBox {
    background: #dee280;
}

a:hover .purpleBox {
    background: #af9acc;
}

a:hover .orangeBox {
    background: #df884e;
}

.lowerSocialLinks {
    border-top: 2px dotted #c5c4c0;
    border-bottom: 2px dotted #c5c4c0;
    background: #e8e6e0;
    height: 55px;
    margin-bottom: 2px !important;
}

.lowerSocialLinks li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 11.37px;
    padding: 25px 0 20px 0;
    line-height: .9;
    background: #585652;
    color: #ffffff;
}

.socialLinks {
    text-align: right;
    margin-top: 10px;
}

.socialLinks li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}


/* bxSlider
****************************************/

.greyBG {
    background: #e8e6e0;
}

.news {
    border-top: 5px solid #d77422;
}

.lColumnBlue {
    border-top: 5px solid #6994a6;
    margin-top: 5px;
}

.news h5,
.event h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12.99px;
}

.newsPager {
    position: relative;
    font-size: 31px;
    line-height: .9;
    padding: 0 12px 6px 10px;
    border: none;
    background-color: #d77422;
    right: -45px;
    top: 20px;
}

.newsPager {
    position: relative;
    font-size: 31px;
    line-height: .9;
    padding: 0 12px 6px 10px;
    border: none;
    background-color: #d77422;
    right: -45px;
    top: 20px;
}


/*.newsPager  {
     position: relative;
     font-size: 31px;
     line-height: normal;
     border: none;
     background-color: #d77422;
     right: -45px;
     top: 20px;
      width: 35px;
      height: 35px;
      padding: 0px;
      margin: 0px;
}*/

.newsPager:hover {
    background-color: #df884e;
}

.eventPager {
    position: relative;
    top: 30px;
    font-size: 31px;
    line-height: .9;
    padding: 0 12px 6px 10px;
    border: none;
    background-color: #b6ba62;
    right: -45px;
    top: 20px;
}

.eventPager:hover {
    background-color: #dee280;
}

.pagers a {
    color: #FFFFFF;
    font-weight: 300;
}

.arrow {
    margin-left: 0;
}

.date {
    font-family: 'Oswald', sans-serif !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

.viewAllNews {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 20px;
    background: #d77422;
    border-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-right: -12px;
}

.viewAllEvents {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 20px;
    background: #b6ba62;
    border-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-right: -12px;
}

.event {
    border-top: 5px solid #b6ba62;
}

.rColumnGreen {
    border-top: 5px solid #b3b74a;
    margin-top: 5px;
}

.newsSlider .newsContainer,
.eventSlider .eventContainer {
    height: 100%;
}

.eventHeader h3,
.newsHeader h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.eventHeader h5,
.newsHeader h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.newsSlider li,
.eventSlider li {
    margin-top: 20px;
}

.eventSlider li p,
.newsSlider li p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

.eventSlider li p strong,
.newsSlider li p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.newsBXslider .bx-viewport {
    margin-left: 0;
    margin-top: 70px;
}

.eventBXslider .bx-viewport {
    margin-left: 0;
    margin-top: 70px;
}

.btnContact {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 20px;
    background: #b3b74a;
    border-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-right: -12px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d4d1c8;
    background: transparent;
    height: auto !important
}

.bx-wrapper {
    padding-bottom: 0;
}

.bx-clone {
    display: none !important;
}


/* Index Dropdown Page
****************************************/

.container .mainContainer {
    width: 965px;
}

.singleSection_noImage {
    padding: 0px 0 15px 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.largeImgSection,
.doubleImgSection,
.bottomImgSection {
    padding: 15px 0 15px 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.doubleImgSection {
    padding-left: 0;
    padding-right: 0;
}

.bottomImgSection {
    padding-left: 0;
    padding-right: 0;
}

.text-primary {
    color: #5d9bae;
}

.text-primary a:hover,
.text-primary a:focus {
    color: #b2cacf;
}

.largeImgSection p {
    padding: 0 25px 15px 0;
    font-weight: normal;
}

.largeImgSection p.link {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.largeImgSection hr {
    margin-top: 20px;
}

.largeImgSection h3 {
    margin-bottom: 20px;
}

.largeImgSection .readMore hr {
    margin-top: 20px;
}

.largeImgSection .readMore ul li p {
    padding: 0 25px 0 0;
    margin: 0 0 0;
}

.largeImgSection .readMoreLink {
    color: #6994a6;
    cursor: pointer;
}

.largeImgSection .readMoreLink span {
    content: '';
    display: inline-block;
    position: relative;
    left: 5px;
    top: -2px;
    z-index: 999;
    width: 10px;
    height: 10px;
    border: solid #6994a6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.largeImgSection p.readLessLink {
    color: #6994a6;
    padding: 35px 25px 15px 0;
    cursor: pointer;
}

.largeImgSection p.readLessLink span {
    content: '';
    display: inline-block;
    position: relative;
    left: 5px;
    top: 3px;
    z-index: 999;
    width: 10px;
    height: 10px;
    border: solid #6994a6;
    border-width: 2px 0 0 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.borderDouble {
    margin-top: -15px;
}

.line {
    border-top: 2px solid #e8e6e0;
    margin-bottom: 1px;
}

.bottomDoubleSection1 {
    padding: 0 0 10px 0;
    margin-top: 10px;
}

.bottomDoubleSection2 {
    padding: 0 0 10px 0;
    margin-top: 10px;
}

.bottomDoubleSection1 h2,
.bottomDoubleSection1 p,
.bottomDoubleSection2 h2,
.bottomDoubleSection2 p {
    width: 100%;
}

.bottomDoubleSection1 h2 {
    border-top: 3px solid #d07436;
    padding-top: 10px;
    margin-top: 0;
}

.bottomDoubleSection2 h2 {
    border-top: 3px solid #b3b74a;
    padding-top: 10px;
    margin-top: 0;
}

.doubleSection1 p {
    padding: 10px 5px 0 0;
}

.doubleSection2 p {
    padding: 10px 0 10px 5px;
}

.doubleSection1 h1,
.doubleSection2 h1 {
    font-size: 19.35px;
    color: #75736f;
    margin-top: 0;
}

.doubleSection1 h2,
.doubleSection2 h2 {
    font-size: 15.83px;
    color: #75736f;
}

.downloadIcons ul {
    padding: 10px 0 0 0;
}

.downloadIcons ul li img {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
}

.downloadIcons ul li {
    list-style-type: none;
    border: none !important;
    margin-bottom: 5px;
}

.downloadIcons ul li a span {
    color: #6aa1b2;
}

.boxes {
    margin-top: 15px;
}

.bottomImgSection ul li {
    border-bottom: 1px solid #dedcd6;
    border-radius: none;
}

.bottomImgSection ul li a {
    color: #75736f;
    border-radius: 0;
    font-weight: normal;
    padding-left: 10px;
}

.bottomImgSection ul li a:hover,
.bottomImgSection ul li a:focus {
    background: #e8e6e0;
}

.copyright a {
    color: #a4a755;
    text-decoration: underline;
}

.bioContainer {
    margin: 20px 15px;
}

.bio {
    margin-bottom: 20px;
}
.bio img {
    padding-left: 0;
}

.bioInfo h4 {
    margin-bottom: 0;
}

.bioInfo h5 {
    margin-top: 5px;
    font-style: italic;
}


/* Media Queries
****************************************/

@media (min-width: 768px) and (max-width: 991px) {
    .mobileSearch {
        margin-top: 13px;
    }
    .searchGlyph {
        right: 44px;
        top: 18px;
    }
    .lowerNavigation li.physician {
        padding-right: 15px;
        padding-left: 16px;
        padding-top: 5px;
        margin-right: -10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #e8e6e0;
        padding: 0;
    }
    .homeIcon {
        margin-top: -5px;
    }
    .myCarousel {
        height: 550px;
    }
    .navbar-form .form-group {
        width: 100% !important;
    }
    .navbar-form .form-control {
        width: 100% !important;
    }
    .helpParagraph {
        width: 100%;
        margin-top: 15px;
    }
    .boxes {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    a .blueBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteBlue.png) 0 0;
    }
    a:hover .blueBox,
    a:focus .blueBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteBlue.png) 214px 0;
    }
    a .greenBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteGreen.png) 0 0;
    }
    a:hover .greenBox,
    a:focus .greenBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteGreen.png) 214px 0;
    }
    a .purpleBox {
        height: 152px;
        width: 217px;
        background: url(../images/spritePurple.png) 0 0;
    }
    a:hover .purpleBox,
    a:focus .purpleBox {
        height: 152px;
        width: 217px;
        background: url(../images/spritePurple.png) 214px 0;
    }
    a .orangeBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteOrange.png) 0 0;
    }
    a:hover .orangeBox,
    a:focus .orangeBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteOrange.png) 214px 0;
    }
    .greyBG {
        background: #e8e6e0;
        border-top: 1px solid #c7c0ab;
    }
    .newsSlider,
    .eventSlider {
        padding-left: 0;
        list-style-type: none;
    }
    .newsSlider li .arrow {
        width: 20%;
        margin-left: 0;
    }
    .newsSlider li .newsArticle {
        width: 80%;
        padding-right: 0;
    }
    .eventSlider li img {
    }
    .eventSlider li p {
        padding-right: 0;
    }
    .arrow {
        padding-left: 0;
        margin-right: 0;
    }
    .news ul {
        padding: 0;
        margin-left: -15px;
    }
    .bottomDoubleSection1 h2,
    .bottomDoubleSection1 p,
    .bottomDoubleSection2 h2,
    .bottomDoubleSection2 p {
        width: 90%;
    }
    .bottomDoubleSection1 {
        padding: 0 15px 10px 0;
        margin-top: 10px;
    }
    .bottomDoubleSection2 {
        padding: 0 15px 10px 0;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {

    /* CAROUSEL OVERRIDES */
.carousel {height: 512px;}
.carousel .item {height: 560px; background: none;}
.carousel-indicators {bottom: -25px; left: 65%; width: 35%; margin-left: -30%;}

/* SLIDESHOW FEATURETTE */
.featurette{border-top: 5px solid #528015; padding: 30px 0;}
.featurette h2{font-size: 32px; margin-top: 0px;}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .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;
        margin: 7.5px -15px;
    }
    .navbar-nav li {
        float: none;
    }
    .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu > li {
        font-weight: normal;
        font-size: 15.43px;
        text-transform: none;
        background: #e8e6e0;
        border-bottom: 1px solid #dedcd6;
        height: auto;
        padding: 0px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 20px;
        color: #948d7f;
        font-weight: 300;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        padding: 10px 20px;
        color: #948d7f;
        font-weight: 300;
        background: #f4f3ed;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }
}

@media (min-width: 991px) {
    .topNavBG {
        background: #5f5d59;
        border-bottom: 1px solid #46443f;
    }
    .mobileSearchBar {
        background: #5f5d59;
        height: 52px;
        padding-right: 0px;
    }
    .navbar-form .form-group {
        float: right;
        padding: 10px 0;
    }
    .searchGlyph {
        top: 15px;
        right: 27px;
    }
    .upperNavigation {
        position: relative;
        background: #585652;
        height: 40px;
    }
    .upperNavInner {
        padding-right: 0;
    }
    .upperNavInner li a {
        font-family: 'Oswald', sans-serif;
        color: #f4f3ed;
        font-size: 15.43px;
        padding: 13px 15px;
        font-weight: normal;
    }
    .upperNavigation .navbar-nav li a {
        display: inline-block;
        width: 100%;
        color: #f4f3ed;
    }
    .navbar {
        border-radius: 0;
        margin-bottom: 0;
        border: none;
    }
    .navbar .logo {
        display: inline;
    }
    .navbar-header {
        display: inline-block;
    }
    .logo span {
        color: #f4f3ed;
        font-size: 34.11px;
        position: absolute;
        z-index: 10;
        padding: 0 19px;
        bottom: 17px;
    }
    .logo img {
        position: absolute;
        top: -32px;
    }
    .logo:hover,
    .logo:focus {
        text-decoration: none;
        color: #e8e6e0;
    }
    .lowerNavigation {
        background: #f4f3ed;
        border-top: 5px solid #d0cfcd;
        border-bottom: 5px solid #b9bd56;
    }
    .lowerNavigationInner ul li {
        height: 49px;
        font-weight: bold;
        font-size: 15.43px;
        color: #585652;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .lowerNavigation li a {
        padding: 10px 20px;
        color: #585652;
        font-weight: 400;
    }
    .lowerNavigation li a:hover,
    .lowerNavigation li a:focus {
        background-color: transparent;
        color: #cccccc;
    }
    .lowerNavigation li.physician {
        position: relative;
        margin-right: -7px;
    }
    .lowerNavigation li.physician img {
        margin-top: -3px;
        width: 158px;
    }
    .lowerNavigation .physician a {
        color: #ffffff;
        position: absolute;
        top: 3px;
        width: 153px;
        margin: 2px 9px;
        text-align: center;
    }
    .lowerNavigation li .rightLine {
        border-right: 1px solid #e9e6df;
    }
    .lowerNavigationInner ul li ul li {
        font-weight: normal;
        font-size: 15.43px;
        text-transform: none;
        background: #e8e6e0;
        border-bottom: 1px solid #dedcd6;
        height: auto;
        padding: 0px;
    }
    .lowerNavigationInner ul li ul li a {
        padding: 8px 20px;
        color: #948d7f;
        font-weight: 300;
    }
    .lowerNavigationInner ul li ul li a:hover {
        padding: 8px 20px;
        color: #948d7f;
        font-weight: 300;
        background: #f4f3ed;
    }
    .homeIcon {
        height: 26px;
        width: 27px;
        background: url(../images/homeIcon.png) no-repeat 4px 0;
    }
    a:hover.homeIcon,
    a:focus.homeIcon {
        height: 26px;
        width: 27px;
        background: url(../images/homeIcon.png) no-repeat -32px 0;
    }
    .nav-tabs {
        border-bottom: none;
        padding-top: 5px;
    }
    .nav-tabs li a {
        margin-right: 0;
        border: none;
    }
    .welcomeTitle {
        font-family: 'Oswald', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 30px;
        color: #5f5d59;
        padding-left: 0;
    }
    .myCarousel {
        height: 375px;
    }
    .my-carousel-caption {
        height: 375px;
        padding-top: 50px;
        text-align: center;
    }
    .helpParagraph {
        width: 100%;
        margin-top: 15px;
    }
    .boxes {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    a .blueBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteBlue.png) 0 0;
    }
    a:hover .blueBox,
    a:focus .blueBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteBlue.png) 214px 0;
    }
    a .greenBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteGreen.png) 0 0;
    }
    a:hover .greenBox,
    a:focus .greenBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteGreen.png) 214px 0;
    }
    a .purpleBox {
        height: 152px;
        width: 217px;
        background: url(../images/spritePurple.png) 0 0;
    }
    a:hover .purpleBox,
    a:focus .purpleBox {
        height: 152px;
        width: 217px;
        background: url(../images/spritePurple.png) 214px 0;
    }
    a .orangeBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteOrange.png) 0 0;
    }
    a:hover .orangeBox,
    a:focus .orangeBox {
        height: 152px;
        width: 217px;
        background: url(../images/spriteOrange.png) 214px 0;
    }
    .greyBG {
        background: #e8e6e0;
        border-top: 1px solid #c7c0ab;
    }
    .arrow {
        margin-left: -15px;
    }
    .date {
        position: absolute;
        left: 15px;
        top: 11px;
    }
    .newsSlider,
    .eventSlider {
        padding-left: 0;
        list-style-type: none;
    }
    .newsSlider li .arrow {
        width: 18%;
    }
    .eventSlider li img {
        padding-left: 0;
    }
    .newsSlider li .newsArticle {
        width: 82%;
        padding-right: 0;
        line-height: 1.5;
    }
    .eventSlider li p {
        width: 65%;
        padding-right: 0;
    }
    .eventSlider,
    .newsSlider {
        list-style-type: none;
    }
    .socialLinks {
        text-align: right;
        margin-top: 10px;
        padding-right: 0;
    }
    .socialLinks li {
        position: relative;
        display: inline-block;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .largeImgSection img {
        padding-right: 0
    }
    .borderDouble {
        padding-right: 30px;
    }
    .doubleImgSection {
        padding-left: 0;
        padding-right: 30px;
    }
    .bottomImgSection {
        padding-left: 0;
        padding-right: 30px;
    }
    .bottomDoubleSection1 h2,
    .bottomDoubleSection1 p,
    .bottomDoubleSection2 h2,
    .bottomDoubleSection2 p {
        width: 90%;
    }
    .bottomDoubleSection1 {
        padding: 0 15px 10px 0;
        margin-top: 10px;
    }
    .bottomDoubleSection2 {
        padding: 0 15px 10px 0;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-form .form-control {
        padding: 10px 52px 10px 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.contactform .form-control {
    color: #777;
}


/* Sub Dropdown Menu
****************************************/

.bottomImgSection .dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.bottomImgSection .dropdown-menu li>a {
    word-wrap: break-word;
    white-space: normal;
}

.bottomImgSection .dropdown:hover .dropdown-menu {
    display: none;
}

.bottomImgSection .dropdown-menu li {
    padding: 0px;
    margin: 0px 0 0 10px;
}

.bottomImgSection .dropdown-menu li a {
    padding: 7px 5px 6px 10px;
    margin: 0px;
}

.bottomImgSection .dropdown.open .dropdown-menu {
    display: block;
}
