/*Typography*/

body {
    font-family: 'effra', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #3B3B3B;
    background:#FFFFFF;
}

/* Marketing Cloud overrides */

table {
    margin-bottom: 0px;
}

section {
    max-width: 100vw;
}

thead,
tbody,
tfoot {
    border: 0;
    background-color: transparent;
}

tbody th,
tbody td {
    padding: 0;
}

/* Foundation default overrides */

.grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media print,
screen and (min-width: 40em) {
    .grid-container {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-container {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

/*colors*/

.bgGrey {
    background-color: #F8F8F8;
}

.bgWhite {
    background-color: #fff;
}

.bgBlue {
    background-color: #00205B;
}

.bgLightBlue {
    background-color: #0577B3;
}

.bgVeryLight {
    background-color: #E1F3FE;
}

.accDarkBlue {
    color: #00205B;
}

.accLightBlue {
    color: #0577B3;
}

.darkBlue {
    color: #00205B;
}

.white {
    color: #fff;
}

.darkGrey {
    color: #75787B;
}

.lightBlue {
    color: #0577B3;
}

.alert {
    color: #B50000;
}

::-webkit-input-placeholder {
    color: #75787B;
}

:-ms-input-placeholder {
    color: #75787B;
}

::-moz-input-placeholder {
    color: #75787B;
}

::placeholder {
    color: #75787B;
}

/* Helpers */

.fw-bold {
    font-weight: 700;
}

.fw-semiBold {
    font-weight: 600;
}

.fw-medium {
    font-weight: 500;
}

.fw-light {
    font-weight: 300;
}

.marTop-50 {
    margin-top: 50px !important;
}

.marBot-50 {
    margin-bottom: 50px !important;
}

@media print,
screen and (min-width: 64em) {
    .marBot-50 {
        margin-bottom: 0 !important;
    }
}

/*Headings*/

h1, .h1 {
    color: #00205B;
    margin: 0;
    font-family: "utopia-std", serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
}

h2, .h2 {
    margin: 0;
    font-family: "utopia-std", serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    color: #00205B;
}

h3, .h3 {
    color: #00205B;
    margin: 0;
    font-family: "utopia-std", serif;
    font-size: 22px;
    line-height: 32px;
}

h4, .h4 {
    color: #00205B;
    margin: 0;
    font-family: "utopia-std", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

h5, .h5 {
    font-family: "effra";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #00205B;
    padding-top: 20px;
    margin: 0;
}

.semiB {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.semiItalic {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-style: italic;
}

.semiBsmall {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
}

.fs-20-28 {
    font-size: 20px;
    line-height: 28px;
}

.fs-22-28 {
    font-size: 22px;
    line-height: 28px;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: #3B3B3B;
    padding-top: 20px;
    margin: 0;
}

p.no-pad {
    padding-top: 0;
}

p.subHead {
    font-size: 22px;
    line-height: 32px;
}

ul>li {
    margin-top: 15px;
}

.disclaimer {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #3B3B3B;
}

.quote {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
    color: #3B3B3B;
}

.intro {
    padding-bottom: 30px;
}

/* Small only */

@media screen and (max-width: 39.9375em) {}

/* Medium and up */

@media screen and (min-width: 40em) {

    .semiB {
        font-size: 22px;
        line-height: 28px;
        margin: 0;
    }
    .semiItalic {
        font-size: 22px;
        line-height: 32px;
        margin: 0;
    }
    .semiBsmall {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }
    .fs-20-28 {
        font-size: 20px;
        line-height: 28px;
    }
    .fs-22-28 {
        font-size: 22px;
        line-height: 28px;
    }
    p.subHead {
        font-size: 22px;
        line-height: 32px;
    }
    .intro {
        padding-bottom: 40px;
    }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */

@media screen and (min-width: 64em) {}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/*BUTTONS*/

.btnDiv {
    margin: 0;
    padding: 0;
}

.btnDiv.no-pad {
    margin: 13px auto 12px;
    padding: 0;
}
a {text-decoration: underline;}
a:hover, a:focus {
    color: #006894;
}
a.darkBtn {
    display: inline-block;
    background-color: #007EB4;
    color: #fff;
    border-color: #007EB4;
    border: solid 3px #007EB4;
    padding: 14px 27px 10px;
    font-size: 20px;
    font-family: "effra";
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}

a.darkBtn:hover {
    background-color: #fff;
    color: #007EB4;
}

a.lightBtn, .formstack .fsSubmit input.fsSubmitButton, .formstack .fsSubmitButton {
    display: inline-block;
    background-color: #0577B3;
    color: #fff;
    border: solid 3px #0577B3;
    padding: 14px 27px 10px;
    font-size: 20px;
    font-family: "effra";
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}

a.lightBtn:hover {
    background-color: #fff;
    color: #0577B3;
}

a.reverseDarkBtn {
    display: inline-block;
    background-color: #ffffff;
    color: #007EB4;
    border: solid 3px #007EB4;
    padding: 14px 27px 10px;
    font-size: 20px;
    font-family: "effra";
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
}

a.reverseDarkBtn:hover {
    background-color: #007EB4;
    color: #ffffff;
}

.formstack .fsSubmit input.fsSubmitButton, .formstack .fsSubmitButton {
    display: inline-block;
    background-color: #0577B3!important;
    color: #fff!important;
    border: solid 3px #0577B3!important;
    padding: 14px 27px 10px!important;
    font-size: 20px!important;
    font-family: "effra"!important;
    font-weight: 500!important;
    border-radius: 6px!important;
    text-decoration: none!important;
}
.formstack .fsBody .fsLabel, .formstack .fsBody label {
    font-family: "effra";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #00205B;
    margin: 0;    
}
.formstack .fsBody .fsForm, .formstack .fsBody {
    margin: 0 auto!important;
    padding: 0;
}
.formstack label.fsSupporting.fsRequiredLabel {
    margin-top: -10px;
    font-size: 14px
}
.formstack .fsBody .fsForm {
    background:#F8F8F8;
}
a.locationLink {
    color: #00205B;
    font: Semibold 22px/32px effra;
}

a.locationLink:hover {
    color: #0577B3;
}

a.link {
    color: #0577B3;
    font: 18px effra;
}

a.link:hover {
    color: #00205B;
}

/*Fonts*/

.sans {
    font-family: 'effra', sans-serif;
}

.roboto,
.effra {
    font-family: 'utopia-std', serif;
}

/* All modules standard sitewide padding */

.mod_googleMap,
.mod_nav_tabmob,
.mod_horzImageRight,
.mod_horzImageLeft,
.mod_emailCapt,
.mod_emailCaptRed,
.mod_vertImageRight,
.mod_vertImageLeft,
.mod_hospSumLocInfo,
.mod_hospSumLocInfo2,
.mod_hospSumLocInfo3,
.mod_vidSpotlight,
.mod_physSpotlight,
.mod_centPanoTextBull,
.mod_threeColCont,
.mod_headlineBodyText,
.mod_physTestVid,
.mod_fourColTiles,
.mod_docList,
.mod_resCarousel,
.mod_imageTextCarousel {
    padding: 50px 0;
}

/******  MODULES  ******/
@media screen and (min-width: 40em) {
    .mod_nav .grid-container {
        padding-left:2.5rem;
        padding-right:2.5rem;
       }
}

.mod_nav {
    padding: 20px 0;
}

.mod_nav ul>li {
    margin-top: 0;
    margin-right: 2rem;
}
.mod_nav .top-bar-right ul>li {
    margin-top: 0;
    margin-right: 0;
}

.mod_nav p {
    color: #00205B;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding-top: 0;
}

.mod_nav a {
    color: #3B3B3B;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.mod_nav a:hover, .mod_nav a:focus {
    color:#00205B;
}
.mod_nav a.current {
    color: #00205B;
    border-bottom: 2px solid #00205B;    
}
.mod_nav a.darkBtn.current {
    text-decoration: none;
}
.mod_nav a.darkBtn {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.mod_nav a.darkBtn.current {
    color: #ffffff;
    border-bottom: 3px solid #007EB4;
}
.mod_nav a.darkBtn:hover {
    color: #007EB4;
}

.menu .menu-text,
.dropdown.menu>li>a {
    padding: 0;
    text-align: center;
    line-height: 1;
}
ul.dropdown.menu {
    margin-top: 10px;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    cursor: pointer;
    height: 25px;
}
.menu-icon:hover::after {
    background: #00205B;
    -webkit-box-shadow: 0 10px 0 #00205B, 0 20px 0 #00205B;
    box-shadow: 0 10px 0 #00205B, 0 20px 0 #00205B;
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #00205B;
    -webkit-box-shadow: 0 10px 0 #00205B, 0 20px 0 #00205B;
    box-shadow: 0 10px 0 #00205B, 0 20px 0 #00205B;
    content: '';
}
.title-bar {
    padding:0;
    display:block;
    opacity: 1;
    height:auto;
}
.title-bar,.top-bar, .top-bar ul {background:#fff;}

.title-bar-title {
    margin-left: 2rem;
}

.header-image-container {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    /*max-height: 65px;*/
    padding: 0 10px;
}

@media screen and (min-width: 40em) {
    .header-image-container {
        padding: 0;
    }
    .title-bar {
        display:none;
        opacity:0;
        height:0;
    }    
}

.header-image-container>img {
    max-width: 100%;
    height: auto;
   /*max-height: 60px;*/
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mod_nav {
        padding: 20px 0;
    }

}

/* Navigation Header - Mobile/Tablet CTA */

.mod_headCTA {
    padding: 50px 0;
}
.nav-logo {
    float: left;
    margin-right:3rem;
}
.nav-logo img, .title-bar-title img {
    max-width:250px;
}
@media screen and (max-width:1324px){
    .nav-logo {
        float:none;
        margin-right:none;
    }
    .menu .menu-text, .dropdown.menu > li > a {
        padding: 1rem 0 0 0;
        text-align: left;
    }        
}
@media screen and (max-width: 63.9375em){
    .menu-text {display:none;}
    .top-bar .top-bar-right {
        min-width: 160px;
    }
}
@media screen and (max-width:640px) {
    .mod_nav .top-bar-left ul>li {
        width: 100%;
    }
    .top-bar .top-bar-right {
        margin-top:2rem;
    }
    .mod_nav a.current {
        display: inline-block;
    }
}

/*HERO MOD - the original, also used for the slider */

.mod_hero {
    padding: 250px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mod_hero h1 {
    color: #ffffff;
}

.mod_hero p {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}
/*Slick Slider Hero*/

.sliding-header {
    position: relative;
}

.sliding-header p,
.sliding-header h1 {
    text-shadow: -2px 2px 3px #4b4b4b;
}
.sliding-header p a.darkBtn, .sliding-header p a.reverseDarkBtn {
    text-shadow: none;
}

.sliding-header .mod_hero {
    padding: 300px 0;
}

.sliding-header .slick-next,
.sliding-header .slick-prev {
    display: none !important;
}

.sliding-header .grid-container.slider-container {
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 749px;
    left: 50%;
    margin-left: -374px;
}

.sliding-header .grid-container.slider-container,
.sliding-header .grid-container.slider-container p {
    color: #fff;
}

.sliding-header .slick-arrow {
    display: none;
}

.sliding-header .slick-dots li {
    width: 30px;
    height: 22px;
}

.sliding-header .slick-dots {
    bottom: 25px;
}

.sliding-header .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: .75;
}

.sliding-header .slick-dots li.slick-active button:before {
    font-size: 22px;
    opacity: 1;
}

@media screen and (max-width:63.9375em) {
    .sliding-header .mod_hero {
        padding: 0;
        min-height:465px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .sliding-header p,
    .sliding-header h1 {
        text-shadow: none;
    }
    .sliding-header .grid-container.slider-container {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        color: #fff;
        top: 0;
        width: auto;
        left: unset;
        margin: auto;
        background: #00205B;
        margin-top: -15px;
    }
}

@media screen and (max-width:640px) {
    .sliding-header .mod_hero {
        padding: 0;
        min-height:190px;
    }
}
/*HERO MOD - the new hero styling with blue background text on mobile */
.mod_hero_new {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.mod_hero_new h1,
.mod_hero_new p {
    color: #fff;
    text-shadow: -2px 2px 3px #4b4b4b;
}
.mod_hero_new p {
 font-size:24px;
 line-height:32px;
}

.mod_hero_new a.darkBtn,
.mod_hero_new a.reverseDarkBtn {
    text-shadow: none;
}
.mobile_hero_copy {
    padding: 50px 0;
    background: #00205B;
    margin-top: -15px;
}
.mobile_hero_copy h1,
.mobile_hero_copy p {
    color:#fff!important;
    text-shadow: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mod_hero_new {
        padding:0!important;
        min-height: 465px;
        background-position: 24% center!important;
    }

}
@media screen and (max-width: 39.9375em){
    .mobile_hero_copy {
        padding: 40px 0;

    }
    .mod_hero_new {
        padding:0!important;
        min-height: 190px;
        background-position: 25% center!important;
    }
    .title-bar-title img {
        max-width: 200px;
    }
}
/* Small only */

@media screen and (max-width: 39.9375em) {
    .vImg {
        margin: 20px 0;
        width: 100%;
    }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .vImg {
        margin: 20px 0;
        width: 100%;
    }
}


/* Vertical Image Left/Right */

.mod_vertImageRight h2,
.mod_vertImageLeft h2 {
    color: #00205B;
}
.titledBullets ul {
  list-style: none;
}

.titledBullets ul li::before {
  content: "\2022";
  color: #007EB4;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.ulBlueCircle ul,
.ulBlueCircle ul {
    list-style-image: url('https://image.enewsletter-target.bannerhealth.com/lib/fe8e1373776c077474/m/1/2c937cbe-3027-4bbb-8796-7f2bcce17051.png');
}

.ulDarkBlueBull ul,
.ulDarkBlueBull ul {
    list-style-type: none;
}

.ulDarkBlueBull ul li::before,
.ulDarkBlueBull ul li::before {
    content: "\2022";
    color: #00205B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.25em;
}

/* Hospital Summary & Location Info 1 */

.mod_hospSumLocInfo .addTimeIcons {
    margin: 20px 0;
}

.mod_hospSumLocInfo .addTimeIcons .sli-icon {
    display: inline-block;
    margin-bottom: 10px;
}

/* Large and up */

@media screen and (min-width: 64em) {
    .mod_hospSumLocInfo .addTimeIcons .sli-icon {
        display: inline;
        margin-bottom: 0;
    }
}

/* Hospital Summary & Location Info 2 */

.mod_hospSumLocInfo2 .addressIcons {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D8D8D8;
}

.mod_hospSumLocInfo2 .addressIcons .sli-icon {
    display: inline-block;
    margin-bottom: 10px;
}

/* Large and up */

@media screen and (min-width: 40em) {
    .mod_hospSumLocInfo2 .addressIcons {
        margin-top: 0;
        padding-top: 0;
        padding-left: 35px;
        border-top: none;
        border-left: 1px solid #D8D8D8;
    }
    .mod_hospSumLocInfo2 .addressIcons .locAddress,
    .mod_hospSumLocInfo2 .addressIcons .timeIcons {
        position: relative;
        padding-left: 35px;
    }
    .mod_hospSumLocInfo2 .addressIcons .locAddress:before {
        position: absolute;
        top: 20px;
        left: 5px;
        width: 30px;
        content: url('https://image.enewsletter-target.bannerhealth.com/lib/fe8e1373776c077474/m/1/37a52cbb-02a5-4683-92d4-f25ac1100e80.png');
    }
    .mod_hospSumLocInfo2 .addressIcons .timeIcons:before {
        position: absolute;
        top: 20px;
        left: 0;
        width: 35px;
        content: url('https://image.enewsletter-target.bannerhealth.com/lib/fe8e1373776c077474/m/1/f8ce4e04-f177-4358-b09e-cd8583b23380.png');
    }
}

/* Hospital Summary & Location Info 3 */

.mod_hospSumLocInfo3 .addTimeIcons {
    margin: 20px 0;
}

.mod_hospSumLocInfo3 .addTimeIcons .sli-icon {
    display: inline-block;
    margin-bottom: 10px;
}

/* Large and up */

@media screen and (min-width: 64em) {
    .mod_hospSumLocInfo3 .addTimeIcons .sli-icon {
        display: inline;
        margin-bottom: 0;
    }
}

/* Video Spotlight */

.respEmbed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.respEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
/*    width: 100%!important;
    height: 100%!important;*/
}

/* Video Spotlight */

.mod_vidSpotlight .btnBlock {
    margin-top: 50px;
    padding-top: 13px;
    padding-bottom: 12px;
}
@media screen and (max-width: 63.9375em) {
  .respEmbed iframe {
      width: 100%!important;
      height: 100%!important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mod_vidSpotlight .btnBlock a.darkBtn {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Physician Spotlight */

.mod_physSpotlight h2,
.mod_centPanoTextBull h2 {
    margin-top: 50px;
}

/* Centered Panoramic Image */

.mod_centPanoTextBull .titledBullets p {
    font-weight: 500;
}

/* 3-Column Containers */

.mod_threeColCont .columnContent {
    width: 100%;
    max-width: 376px;
    min-height: 500px;
    margin: 0 auto;
    padding: 42px 24px 15px;
}

.mod_threeColCont .columnContent h2 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.mod_threeColCont ul>li {
    margin-top: 5px;
}

.mod_threeColCont .columnCTA {
    display: block;
    width: 100%;
    max-width: 376px;
    margin: 0 auto 40px;
    padding: 9px 30px;
    font-size: 20px;
    line-height: 28px;
    background-color: #0577B3;
    border: 2px solid #0577B3;
}

.mod_threeColCont .columnCTA:hover {
    color: #00205B;
    background-color: #ffffff;
    border: 2px solid #00205B;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mod_threeColCont .columnContent {
        min-height: 325px;
        padding: 42px 30px 15px;
    }
}

@media screen and (min-width: 64em) {
    .mod_threeColCont .columnContent {
        min-height: 0;
        padding: 42px 30px 15px;
    }
    .mod_threeColCont .columnCTA {
        margin-bottom: 0;
    }
}


/* Google Map */

.mod_googleMap iframe {
    width: 100%;
    max-height: 255px;
}

.mod_googleMap .intro.pHighlight p {
    color: #0577B3;
    font-weight: 500;
}

.mod_googleMap .locInfo {
    max-width: 474px;
    margin: 0 auto 50px;
    padding: 28px 20px
}

.mod_googleMap .locInfo p {
    position: relative;
    padding-left: 40px;
}

.mod_googleMap .locInfo .markerIcon:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    content: url('https://image.enewsletter-target.bannerhealth.com/lib/fe8e1373776c077474/m/1/37a52cbb-02a5-4683-92d4-f25ac1100e80.png');
}

.mod_googleMap .large-6 .grid-x {
    padding: 20px 30px 30px 30px;
}

.mod_googleMap .large-6 .grid-x .medium-8 {
    padding-left: 15px;
}

.mod_googleMap p.darkBlue {
    padding-top: 10px !important;
}

.mod_googleMap .locationImg {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 125px;
}

.mod_googleMap p.lightBlue.semiItalic {
    padding-top: 0;
}

@media screen and (max-widht:1024px) {
    .mod_googleMap .large-6 .grid-x {
        padding: 10px 10px;
    }
}

@media screen and (max-width:640px) {
    .mod_googleMap .large-6 .grid-x {
        padding: 0;
    }
    .mod_googleMap .large-6 .grid-x .medium-8 {
        padding: 30px;
    }
    .mod_googleMap .locationImg {
        margin-top: -9px
    }
}

@media screen and (min-width: 40em) {
    .mod_googleMap .locInfo {
        padding: 15px 25px 40px
    }
}

@media screen and (min-width: 64em) {
    .mod_googleMap .locInfo {
        margin-bottom: 0;
    }
}

/* Physician Testemonial */

.mod_physTestVid hr {
    margin: 0 0 50px;
}

.mod_physTestVid .vImg {
    margin: 0;
}

.mod_physTestVid .standard-text {
    margin: 0;
    padding: 0;
}

/* 4-Column Tiles */

.mod_fourColTiles h2 {
    color: #00205B;
}

.mod_fourColTiles .tile {
    margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
    .mod_fourColTiles .tile {
        margin-bottom: 30px;
    }
}

.mod_fourColTiles .tile img {
    width: 100%;
    max-width: 278px;
    height: auto;
}

.mod_fourColTiles .tile .columnCTA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 260px;
    min-height: 85px;
    margin: 0 auto;
    padding: 9px 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    background-color: #00205B;
    border: 2px solid #00205B;
}

.mod_fourColTiles .tile .columnCTA:hover {
    color: #00205B;
    background-color: #ffffff;
    border: 2px solid #00205B;
}

@media screen and (min-width: 40em) {
    .mod_fourColTiles .tile img,
    .tile iframe .mod_fourColTiles .tile .columnCTA {
        max-width: 100%;
    }
}

/* Image Text Carousel */

.mod_imageTextCarousel .image-half {
    float: left;
    width: 50%;
}

.mod_imageTextCarousel .image-half img {
    width: 100%;
    height: auto;
}

.mod_imageTextCarousel .text-half {
    float: left;
    width: 40%;
    margin-left: 10%;
}

.mod_imageTextCarousel .text-half p {
    font-size: 18px;
    font-weight: 500;
    color: #0577B3;
    line-height: 28px;
}

.mod_imageTextCarousel .slick-dots {
    right: 20%;
    bottom: 100px;
    width: 200px;
    margin-right: -100px;
    text-align: center;
}

.mod_imageTextCarousel .slick-dots li button:before {
    font-size: 9px;
    opacity: .15;
}

.mod_imageTextCarousel .slick-dots li.slick-active button:before {
    font-size: 18px;
    opacity: .5;
}

@media screen and (max-width: 63.9375em) {
    .mod_imageTextCarousel .image-half,
    .mod_imageTextCarousel .text-half {
        width: 100%;
        margin-left: 0;
    }
    .mod_imageTextCarousel .text-half {
        margin-top: 20px;
    }
    .mod_imageTextCarousel .slick-dots {
        right: 50%;
        bottom: -40px;
    }
}

/* Resources Carousel */

.mod_resCarousel .resource-carousel-slider, .mod_resCarousel .video-resource-carousel-slider {
    width: 100%;
    padding: 0 30px;
}

.mod_resCarousel .resource-carousel-slider .left.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .left.slick-arrow {
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -56px;
    z-index: 300;
}

@media screen and (min-width: 64em) {
    .mod_resCarousel .resource-carousel-slider .left.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .left.slick-arrow {
        left: 60px;
    }
}

@media screen and (min-width: 40em) {
    .mod_resCarousel .resource-carousel-slider .left.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .left.slick-arrow {
        left: 40px;
    }
}

.mod_resCarousel .resource-carousel-slider .right.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .right.slick-arrow {
    position: absolute;
    top: 50%;
    right: 75px;
    margin-top: -56px;
    z-index: 300;
}

@media screen and (min-width: 64em) {
    .mod_resCarousel .resource-carousel-slider .right.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .right.slick-arrow {
        right: 60px;
    }
}

@media screen and (min-width: 40em) {
    .mod_resCarousel .resource-carousel-slider .right.slick-arrow, .mod_resCarousel .video-resource-carousel-slider .right.slick-arrow {
        right: 40px;
    }
}

.mod_resCarousel .resource-carousel-slider .slick-dots, .mod_resCarousel .video-resource-carousel-slider .slick-dots {
    left: 50%;
    width: 310px;
    margin-left: -155px;
    text-align: center;
}

.mod_resCarousel .resource-carousel-slider .slick-dots li button:before, .mod_resCarousel .video-resource-carousel-slider .slick-dots li button:before {
    font-size: 9px;
    opacity: .15;
}

.mod_resCarousel .resource-carousel-slider .slick-dots li.slick-active button:before, .mod_resCarousel .video-resource-carousel-slider .slick-dots li.slick-active button:before {
    font-size: 18px;
    opacity: .5;
}

.mod_resCarousel .resource-carousel-slider .res-slide, .mod_resCarousel .video-resource-carousel-slider .res-slide {
    padding: 30px 10px;
}

.mod_resCarousel .resource-carousel-slider .res-slide-inner, .mod_resCarousel .video-resource-carousel-slider .res-slide-inner {
    max-width: 285px;
    margin: 0 auto;
    transition: transform .2s ease;
    z-index: 500;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
.mod_resCarousel .video-resource-carousel-slider .res-slide-inner {
    max-width: 550px;
}
.mod_resCarousel .resource-carousel-slider .res-slide-inner:hover, .mod_resCarousel .video-resource-carousel-slider .res-slide-inner:hover {
    transform: scale(1.05);
}

.mod_resCarousel .resource-carousel-slider .res-slide-inner img, .mod_resCarousel .video-resource-carousel-slider .res-slide-inner img {
    width: 100%;
    height: auto;
}

.mod_resCarousel .resource-carousel-slider .res-slide-inner .resCardText, .mod_resCarousel .video-resource-carousel-slider .res-slide-inner .resCardText {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #00205B;
}

/* Doctor Listing */

.mod_docList h3 {
    margin-bottom: 20px;
    font-family: 'effra', sans-serif;
    color: #75787B;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

@media screen and (min-width: 40em) {
    .mod_docList h3 {
        height: 35px;
        margin-bottom: 0;
        font-size: 22px;
    }
}

.mod_docList .unlinkedDr {
    margin-bottom: 30px;
}

.mod_docList .unlinkedDr p {
    margin: 0;
    padding: 0;
    color: #00205B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

@media screen and (min-width: 40em) {
    .mod_docList .picLinks {
        padding-top: 15px;
    }
}

.mod_docList .picLinks a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    margin-bottom: 20px;
    font-weight: 500;
}





/* footers 1 and 2 */

footer .footer-logo {
    height: 70px;
    padding-top: 26px;
    padding-bottom: 9px;
}

footer .footer-legal {
    height: 70px;
    padding-top: 9px;
    padding-bottom: 26px;
}

footer .footer-legal a:hover {
    color: #ffffff;
}

/* Medium and up */

@media screen and (min-width: 40em) {
    footer .footer-logo,
    footer .footer-legal {
        height: 80px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

footer .footer-img-container {
    display: inline-block;
    width: 100%;
    max-width: 277px;
    height: 40px;
}

footer .footer-img-container>img {
    width: 100%;
    max-width: 277px;
    height: auto;
    max-height: 40px;
    vertical-align: middle;
}

footer .footer-nav {
    display: inline-block;
    list-style-type: none;
    margin: 0;
}

footer .footer-nav>.nav-item {
    float: left;
    margin: 0 22px;
}

footer .footer-nav>.nav-item:first-of-type {
    margin-left: 0;
}

footer .footer-nav>.nav-item:last-of-type {
    margin-right: 0
}

footer .footer-nav>.nav-item>a {
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}

footer .footer-nav>.nav-item>a:hover {
    text-decoration: underline;
}

/*Google Map*/
.gm-style .gm-style-iw-c {
    max-width: 250px!important;
}
.map {
    max-width: 1160px;
    width: 100%;
    height: 750px;
    border: 1px solid #ececec;
    margin: 0 auto;
}

.map #google_map {
    height: 100%;
    width: 100%;
}

.map .info_bubble {
    font-size: 14px;
    color: #75787b;
    font-family: 'effra', sans-serif;
    font-size: 15px;
    line-height: 21px;
}

.map .info_bubble .title {
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #ececec;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.map .info_bubble .phone {
    color: #007EB4 ;
    margin-bottom: 10px;
}

.map .info_bubble .phone svg {
    width: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.875rem;
    position: relative;
    top: 2px;
    margin-right: 10px;
    transform: rotate(100deg);
}

.map .info_bubble .hours {
    margin-bottom: 10px;
}

.map .info_bubble .hours .hed {
    font-weight: bold;
}

.map .info_bubble .hours label {
    min-width: 50px;
    display: inline-block;
}

.map .info_bubble .services .hed {
    font-weight: bold;
}

.map .info_bubble .link {
    font-weight: bold;
}

.template-title {
    text-align: center;
    background: #d7d7d7;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-family: arial, san-serif;
}



@media screen and (max-width:640px) {
    .map {
        height: 550px;
    }

    .small-text-center {
        text-align: center !important;
    }

    .mod_hero {
        padding: 170px 0;
    }

    .heart-hra-page .mod_hero {
        padding: 270px 0 70px;
    }

    .locationImg {
        width: 100% !important;
        height: 240px !important;
    }
}
.alert {
    display: none;
}

.alerting .alert {
    display: block;
}






