﻿@charset "utf-8";
/* CSS Document */
.serviceslisting a {
    display: block;
}

.servicesnew .hero {
    position: relative
}

    .servicesnew .hero .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 36px
    }

    .servicesnew .hero h1 {
        line-height: 80px;
        font-size: 70px;
        color: #fff;
        margin-bottom: 10px
    }


.servicesnew a.btn {
    display: inline-block;
    min-width: 230px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background: #ffce00;
    color: #111c22;
    text-transform: uppercase;
}

.events .mobile span {
    display: inline-block;
    text-align: left;
    padding: 5px
}

/* #Beginning calendar #*/
.eventcalendar div#calendar-header {
    justify-content: center;
    background-color: #013668;
    height: 50px;
    align-items: center;
    font-size: 15px;
    width: 100%;
}

span.header-spacer {
    flex-grow: 0;
    display: none;
}

#calendar-header > span:first-of-type {
    /* text-align: center; */
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

i.tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
    background: none;
    display: block;
}

.tui-full-calendar-ic-arrow-left:before {
    content: "<";
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.tui-full-calendar-ic-arrow-left {
    background: none;
}

i.tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
}

i.tui-full-calendar-icon.tui-full-calendar-ic-arrow-right {
    background: none;
    display: block;
}

    i.tui-full-calendar-icon.tui-full-calendar-ic-arrow-right:before {
        content: ">";
        font-size: 15px;
        color: white;
        font-weight: bold;
    }

#calendar-header span:nth-of-type(3) {
    display: none;
}

.render-range {
    text-align: center;
    display: block;
}

div#calendar-de3b41fe-a301-400a-a205-ef7503016929 {
}

.tui-full-calendar-layout.tui-view-8.tui-view-11 {
    border: 1px solid #e5e5e5;
}
/* #End calendar #*/

/* #Global#*/
.login-wrapper {
    margin: 3rem 0;
}

    .login-wrapper h2 {
        margin: 1rem 0;
    }

    .login-wrapper .form-control {
        margin: .5rem 0;
    }

    .login-wrapper label {
        font-size: 14px;
    }

ul.pagination {
    display: flex;
}

li.page-item {
    margin: 0 3px;
}

a {
    cursor: pointer;
    color: #013668;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    color: #111C22;
    font-size: 12px;
}

.bluebutton {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    background-color: #013668;
    padding: 0.8em 2em;
    font-weight: 600;
}

    .bluebutton:hover {
        background-color: #00a0af;
    }

.whitebutton {
    padding: 1em;
    background-color: #fff;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #013769;
}

    .whitebutton:hover {
        color: #fff;
        background-color: #013769;
    }

.search-btn {
    width: 21px;
    height: 21px;
    background-image: url(/SaintPeters/media/SaintPeters/master/searchicon.jpg);
    display: inline-block;
    background-repeat: no-repeat;
    outline: 0;
    border: 0;
    background-color: #ccecef;
    cursor: pointer;
}

.tippy-top {
    position: relative;
}

.inner-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.email-signup input {
    padding: 0.7em 0.2em;
    display: block;
    border: 1px solid #ccc;
    float: left;
}

.content .general ul li {
    padding-left: 10px;
    list-style-type: disc;
}

.content .general a {
    font-weight: 700;
    text-decoration: underline;
}

.curTable p {
    line-height: 25px !important;
    margin: 0 !important;
}

/* #PagerControl#*/
.PagerControl span:nth-of-type(3),
.PagerControl .link-first,
.PagerControl .link-last,
.PagerControl .results,
.PagerControl .physician-list,
.PagerResults {
    display: none;
}

.PagerControl {
    padding: 3em 0 1em;
    clear: both;
}

    .PagerControl .SelectedPrev,
    .PagerControl .SelectedNext {
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: #ccc;
        padding: .8em 2em !important;
        font-weight: 600;
        font-size: 14px !important;
        color: #fff !important;
    }

    .PagerControl a.UnselectedPrev,
    .PagerControl a.UnselectedNext,
    .PagerControl .link-next a,
    .PagerControl .link-prev a {
        border-radius: 5px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        background-color: #013668;
        padding: 0.8em 2em;
        font-weight: 600;
    }

        .PagerControl a.UnselectedPrev:hover,
        .PagerControl a.UnselectedNext:hover,
        .PagerControl .link-next a:hover,
        .PagerControl .link-prev a:hover {
            background-color: #00a0af;
        }

    .PagerControl a.UnselectedPrev,
    .PagerControl .SelectedPrev,
    .PagerControl .link-prev {
        float: left;
    }

    .PagerControl a.UnselectedNext,
    .PagerControl .SelectedNext,
    .PagerControl .link-next {
        float: right;
    }

.doctor-search .results .PagerControl {
    border-top: 1px solid #ccc;
}

    .doctor-search .results .PagerControl .link-prev a:before {
        content: "< ";
        padding-top: 0.2em;
        font-weight: 600;
    }

    .doctor-search .results .PagerControl .link-next a:after {
        content: " >";
        padding-top: 0.2em;
        font-weight: 600;
    }

ul.noPoint {
    padding: 2em 3em 1em 0 !important;
}

    ul.noPoint li {
        list-style-type: none !important;
    }

.btnContain {
    margin-bottom: 3em;
    overflow: hidden;
}

.blueBttn {
    float: left;
    text-align: center;
    font-size: 1.2em;
    margin-right: 1em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .blueBttn:hover a {
        background-color: #ccecef;
        color: #000 !important;
        border: 1px solid #013668;
    }

    .blueBttn a {
        color: #fff !important;
        background-color: #013668;
        border: 1px solid #fff;
        padding: .5em;
        font-size: 0.8em;
        border-radius: 5px;
        display: block;
        font-weight: 500 !important;
        width: 100px;
        text-decoration: none !important;
    }

.contactWidget {
    background-color: #03a8d8;
    border-radius: 5px;
    padding: 0.6em 1.5em;
}

    .contactWidget p {
        padding: 0;
        margin: 20px 0 !important;
        color: #fff !important;
        line-height: 20px !important;
    }


.resident {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
    min-width: 230px;
}

    .resident img {
        max-width: 230px;
    }

@media (min-width: 850px) {
    .servicesnew.details .colRight {
        margin-top: 9.5em;
    }
}
/* #Header#*/
.header .logo,
.header .top-nav ul,
.header .top-nav li {
    display: inline-block;
}

hr {
    clear: both;
}

.header nav li {
    background: #013668;
}

    .header nav li a {
        color: #fcfcfc;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
    }

nav .tippy-top-ul {
    display: none;
}

/* #Footer# */

.footer-top {
    background-color: #013668;
    color: #fff;
    font-size: 13px;
}

    .footer-top a {
        color: #fff;
    }


/* #HOME# */

/* #HOME/Slider# */

#home-scroller {
    max-width: 100%;
    overflow: hidden;
}

.home #slider {
    z-index: 2;
    left: 0px;
    height: 331px;
    visibility: visible;
}

#slider a.prev,
#slider a.next {
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    border-radius: 38px;
    padding: 0 0.2em 0.12em 0.5em;
    background: rgba(0, 0, 0, 0.5);
}

#slider a.prev {
    display: block;
    width: 25px;
    position: absolute;
    z-index: 1222;
    top: 40%;
    left: 30px;
}

#slider a.next {
    display: block;
    width: 25px;
    position: absolute;
    z-index: 1222;
    top: 40%;
    right: 30px;
}

#slider li {
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 331px;
    position: relative;
    text-align: center;
}

    #slider li .content {
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 100%;
    }

        #slider li .content .innerContainer > div {
            display: table-cell;
            overflow: hidden;
            vertical-align: middle;
            white-space: normal;
        }

        #slider li .content a {
            display: block;
            width: 100%;
            height: 100%;
        }

#slider .button {
    position: absolute;
    top: 242px;
    left: 73%;
}

.button {
    padding: 20px;
    color: #fff;
    background-color: #013769;
    transition: all 0.3s ease 0s;
    max-width: 96px;
}

    .button:hover {
        background-color: #fff;
        color: #013769;
    }

    .button a {
        color: #fff;
        transition: all 0.3s ease 0s;
    }

    .button:hover a {
        color: #013769;
    }

#slider #nav {
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 301px;
    width: 500px;
}

    #slider #nav div {
        display: block;
        position: absolute;
        left: 166px;
        z-index: 10;
    }

        #slider #nav div a {
            background-color: #000;
            color: #000;
            display: block;
            float: left;
            font-size: 10px;
            line-height: 15px;
            margin-left: 12px;
            filter: alpha(opacity=25);
            opacity: .25;
            width: 15px;
        }

    #slider #nav .active {
        opacity: .85;
    }

#slider .slider_item .text {
    position: absolute;
    top: 100px;
    width: 400px;
    height: auto;
    color: #fff;
    font-size: 30px;
}

/* #HOME/WaitTime# */

.ed-wait-time .inner-wrapper,
.ed-wait-time.hospitalpg {
    margin: 0 auto;
    max-width: 626px;
    background-color: #00a0af;
    height: 100px;
    overflow: hidden;
    /*display:none; */
}

.ed-wait-time.hospitalpg {
    width: 250px;
    height: 250px;
    padding: 15px;
}

.ed-wait-time .wait-time {
    background-color: #013668;
    width: 80px;
    height: 100%;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

.ed-wait-time.hospitalpg .wait-time {
    width: 83%;
    height: auto;
}

.ed-wait-time .refresh-time {
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
}

@media only screen and (max-width: 415px) {
    .ed-wait-time .refresh-time {
        max-width: 215px;
        float: right;
    }

        .ed-wait-time .refresh-time h2 {
            font-size: 17px !important;
            padding-top: 8px;
        }
}

.ed-wait-time.hospitalpg .refresh-time {
    padding-left: 0;
    text-align: center;
}

.ed-wait-time .refresh-time h2 {
    font-size: 22px;
}

.ed-wait-time.hospitalpg .refresh-time h2 {
    font-size: 20px;
    font-weight: 600;
}

.ed-wait-time .refresh-time div:last-child {
    font-size: 15px;
}

.blockAwards {
    clear: both;
    overflow: hidden;
    padding-bottom: 2em;
}

    .blockAwards .left {
        float: left;
        width: 25%;
    }

        .blockAwards .left img {
            padding: 0;
        }

    .blockAwards .right {
        float: right;
        width: 70%;
    }

/* #HOME/Level2# */

.home section.level2 {
    padding-top: 0;
    padding-bottom: 36px;
    background-color: #fff;
}

    .home section.level2 .link-col {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        vertical-align: top;
    }

        .home section.level2 .link-col img {
            display: inline-block;
        }

        .home section.level2 .link-col a {
            display: inline-block;
            text-transform: uppercase;
            color: #013668;
            display: block;
            margin-top: 14px;
            font-weight: bold;
        }

/* #HOME/Level3# */
.home section.level3 {
    background-color: #e8eaed;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .home section.level3 .inner-wrapper {
        max-width: 980px;
    }

    .home section.level3 h1 {
        font-size: 36px;
        text-align: center;
        color: #181818;
        font-weight: 300;
    }

    .home section.level3 .news-content .news-title {
        margin-bottom: 5px;
    }

        .home section.level3 .news-content .news-title a {
            color: #013769;
        }

    .home section.level3 .news-content .news-date {
        color: #666666;
        margin-bottom: 8px;
    }

    .home section.level3 .news-content .news-text {
        color: #181818;
    }

    .home section.level3 .news-boxes .news:last-child {
        margin-right: 0;
    }

    .home section.level3 .news-boxes .news {
        margin-right: 16px;
        margin-bottom: 1.5em;
    }

        .home section.level3 .news-boxes .news img {
            max-width: 100%;
        }

.level3:after {
    content: "";
    display: block;
    clear: both;
}

/* #HOME/Level4# */
.home section.level4 {
    margin: 3em 0;
}

    .home section.level4 .award {
        width: 25%;
        margin-bottom: 1.5em;
        display: inline-block;
        vertical-align: middle;
    }

        .home section.level4 .award.mobile {
            display: none;
        }

@media (max-width: 768px) {
    .home section.level4 .award.mobile {
        display: block;
    }
}

.home .level4 .award a {
    cursor: default;
}

.level4:after {
    content: "";
    display: block;
    clear: both;
}

/* #Breadcrumbs# */
.breadcrumbs {
    padding-bottom: 1.53em;
}

a.CMSBreadCrumbsLink,
.breadcrumbs {
    font-size: 14px;
    padding-right: 0.3em;
    color: #013668;
    margin-top: 15px;
}

    .CMSBreadCrumbsCurrentItem,
    .breadcrumbs a {
        padding-left: 0.3em;
        text-decoration: none;
    }

    .breadcrumbs span {
        color: #666;
    }



/* #Interior Pages Main Body# */
.main-body h1 {
    font-size: 3.3em;
    font-weight: 300;
    color: #013668;
    margin: 0;
    letter-spacing: 2px;
}

.main-body h2 {
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}

    .main-body h2 a {
        letter-spacing: 1px;
        font-weight: 500;
        margin: 0;
    }

.main-body p {
    line-height: 30px;
    margin: 1em 0;
}

    .main-body p:first-of-type {
        margin: 0.5em 0;
    }

.main-body .level2 {
    margin: 4.5em 0 2.5em;
}

.main-body .general .col:first-of-type ul {
    padding: 0 1.5em 1em;
    color: #666;
    font-size: 16px;
}

    .main-body .general .col:first-of-type ul li {
        padding-bottom: 0.6em;
        list-style-type: disc;
    }

        .main-body .general .col:first-of-type ul li ul {
            padding: 0.6em 0 0 0;
            margin-bottom: 0;
        }

            .main-body .general .col:first-of-type ul li ul li {
                padding-bottom: 0.6em;
            }

                .main-body .general .col:first-of-type ul li ul li:last-child {
                    padding-bottom: 0em;
                    margin-bottom: 0;
                }

.main-body .general .content.mainStyles,
.main-body .services .content.mainStyles,
.main-body .location .content.mainStyles,
.main-body .general .content.mainStyles span,
.main-body .services .content.mainStyles span,
.main-body .location .content.mainStyles span {
    font-size: 16px !important;
    color: #666 !important;
    margin: .3em 0 2em;
    line-height: 30px !important;
    font-family: 'Open Sans', sans-serif !important;
}

    .main-body .general .content.mainStyles ul li,
    .main-body .services .content.mainStyles ul li,
    .main-body .location .content.mainStyles ul li {
        margin-left: 10px !important;
        margin-bottom: 5px !important;
        list-style-type: disc !important;
    }

    .main-body .general .content.mainStyles h1,
    .main-body .services .content.mainStyles h1,
    .main-body .location .content.mainStyles h1 {
        margin: 0em 0 .5em;
        line-height: 55px;
        word-wrap: break-word;
    }

    .main-body .general .content.mainStyles a,
    .main-body .services .content.mainStyles a,
    .main-body .location .content.mainStyles a {
        color: #013668;
        text-decoration: underline;
        font-weight: 700;
    }

.main-body .col:first-of-type img {
    float: left;
    display: inline-block;
}

.main-body .col:first-of-type ul,
.main-body .col:first-of-type li {
    margin-left: 10px;
    margin-bottom: 5px;
    list-style-type: disc;
}

.main-body .general .content .contact iframe {
    height: 1400px !important;
    width: 650px !important;
}

.services .content .contact iframe {
    height: 500px !important;
    width: 650px !important;
}

.services {
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

    .services .col:nth-of-type(2) {
        margin-top: 3em;
    }

.main-body .general .content iframe html.supernova {
    background-color: #fff !important;
}

/*#YouTube Videos#*/
.general iframe,
.location iframe {
    width: 100% !important;
    height: 400px !important;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
}

.fourCol {
    width: 50%;
    float: left;
}

.info.youtube iframe {
    width: 100% !important;
}

/* #News/EventsPage# */
.events h1,
.press-releases h1 {
    margin-bottom: 0.7em;
}

.events,
.press-releases,
.general,
.locations,
.single-col,
.jobs-main,
.jobs {
    margin: 3em 0;
    overflow: hidden;
}

.event > div {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.events h2,
.press-releases h4 {
    margin: 1.4em 0 0.5em;
}

    .events h2,
    .press-releases h4:first-child {
        margin: 0 0 0.5em;
    }

.press-release.preview {
    margin: 2.5em 0;
}

    .press-release.preview:first-child {
        margin: 0 0 2.5em;
    }

.events .callout h4,
.press-releases .callout h4 {
    margin: 0 0 0.3em;
}

.events h2 a,
.press-releases h4 a,
.general h4,
.locations h2 a {
    font-size: 20px;
    margin: 0;
    color: #013668;
    font-weight: 500;
}

    .events h2 a:hover,
    .press-releases h4 a:hover {
        color: #666666;
    }



.press-releases span
.events a,
.press-releases a {
    font-size: 14px;
    color: #666;
    padding: 0.5em 0;
}

.press-releases p,
.general p,
.single-col p,
.jobs-main p,
.jobs p {
    font-size: 16px;
    color: #666;
    margin: 0.3em 0 2em;
}

.jobs .job {
    clear: both;
    margin: 2em 0 4.5em;
}

    .jobs .job span.job-link {
        padding-top: 1em;
        display: block;
    }

    .jobs .job > div,
    .jobs .job .jobDesc span,
    .jobs .job .jobDesc {
        font-size: 16px !important;
        color: #666;
        margin: 0.2em 0;
        font-family: 'Open Sans', sans-serif !important;
    }

.jobs-main section.jobs-search {
    margin: 0 0 4em;
}

    .jobs-main section.jobs-search p {
        display: block;
        margin-bottom: 1.5em;
        /*width: 50%;*/
    }

.jobs-main section.jobs-details {
    background-color: #00a0af;
    overflow: auto;
    padding: 2em 0;
}

    .jobs-main section.jobs-details .col {
        width: 50%;
        float: left;
        color: #fff;
    }

        .jobs-main section.jobs-details .col p {
            color: #fff;
            margin: 1em 0;
        }

.jobs-main section.job-events {
    padding: 3em 0;
}

    .jobs-main section.job-events .job-event {
        width: 33%;
        float: left;
        margin-top: 1.5em;
        font-size: 16px;
        color: #666;
    }

    .jobs-main section.job-events h2 {
        text-align: center;
        font-size: 30px;
    }

.jobs .job .job-link a,
.jobs-main section.jobs-search a {
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    background-color: #013668;
    padding: 0.8em 2em;
    font-weight: 600;
}

    .job .job-link a:hover,
    .jobs-main section.jobs-search a:hover {
        background-color: #00a0af;
    }

.jobs .col:last-of-type .side-nav {
    margin-top: 5em;
}

    .jobs .col:last-of-type .side-nav a {
        display: block;
        color: #666666;
        font-size: 16px;
        padding-bottom: 0.6em;
    }

        .jobs .col:last-of-type .side-nav a:hover {
            color: #013668;
        }

.awards {
    overflow: auto;
    margin: 3em 0;
}

    .awards .awards-list {
        text-align: center;
        margin: auto;
    }

    .awards .award {
        width: 25%;
        display: inline-block;
        margin: 3em 0;
        text-align: center;
    }

        .awards .award a {
            display: block;
            font-size: 16px;
        }

.locations .location .col {
    font-size: 16px;
    color: #666;
    margin: 1.5em 0 1em;
    display: inline-block;
}

.main-body .location .col:first-of-type img {
    padding: 1em 2em 0 0;
}

.locations .location .col:first-of-type {
    vertical-align: top;
    width: 23%;
    float: none;
    padding-right: 0;
}

.locations .location .col:last-of-type {
    margin: 0 0 1em;
    width: 40%;
    float: none;
}

.event,
.events .col:nth-of-type(2),
.events .col:first-of-type,
.press-releases .col:first-of-type,
.general .col:first-of-type,
.services .col:first-of-type,
.location .col:first-of-type,
.press-releases .col:first-of-type .jobs-main .col:first-of-type,
.jobs .col:first-of-type {
    width: 65% !important;
    /* JP -> 1/3/17 -> IE Fix */
    float: left;
    padding-right: 8em;
}

.event {
    width: 73%;
    float: left;
    padding-right: 8em;
}

.events .col:last-of-type,
.press-releases .col:last-of-type,
.general .col:last-of-type,
.services .col:last-of-type,
.location .col:last-of-type,
.press-releases .col:last-of-type,
.jobs .col:last-of-type {
    width: 25%;
    float: left;
}

.main-body .events .col .content,
.main-body .press-releases .col .content {
    padding-right: 10em;
}

.events .col:last-of-type,
.press-releases .col .side-nav,
.general .col .side-nav,
.services .col .side-nav,
.location .col .side-nav,
.locations .filters a {
    font-size: 16px;
}

    .events .col:last-of-type a,
    .press-releases .col .side-nav a,
    .general .col .side-nav a,
    .services .col .side-nav a,
    .location .col .side-nav a,
    .locations .filters a {
        color: #666666;
    }

        .events .col:last-of-type a.filter-item.active {
            font-weight: bold;
        }

.locations .location {
    clear: both;
}

.locations .filters {
    margin: 1.4em 0 5em;
    padding-bottom: 20px;
}

    .locations .filters a {
        display: block;
        float: left;
    }

        .locations .filters a.first:before {
            content: " ";
        }

        .locations .filters a:before {
            content: "  | ";
            padding: 0.1em;
        }

.events p {
    padding-bottom: 1.7em;
    font-size: 16px;
    color: #666;
}

.events .col:last-of-type a {
    display: block;
    clear: both;
    border-bottom: 1px solid #666666;
    padding: 0.8em 0;
}

    .events .col:last-of-type a:first-child {
        padding-top: 0;
    }

    .events .col:last-of-type a:last-child {
        border: 0;
    }

    .events .col:last-of-type a:hover,
    .press-releases .col .side-nav a:hover,
    .general .col .side-nav a:hover,
    .locations .filters a:hover {
        color: #013668;
    }

.press-releases .col .side-nav ul.side-nav > li:first-of-type {
    padding: 0 0 1em;
}

.press-releases .col .side-nav ul.side-nav > li {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.block {
    clear: both;
    overflow: hidden;
    padding-bottom: 2em;
}

    .block .left {
        float: left;
        width: 20%;
    }

    .block .right {
        float: right;
        width: 71%;
    }

.general img {
    padding: 0 20px;
}

    .general img.headshot {
        padding-left: 0;
        width: 160px;
    }

.general .col .side-nav ul,
.services .col .side-nav ul,
.location .col .side-nav ul {
    margin-top: 5em;
}

    .general .col .side-nav ul li ul,
    .services .col .side-nav ul li ul,
    .location .col .side-nav ul li ul {
        margin-top: 0;
    }

    .general .col .side-nav ul li,
    .services .col .side-nav ul li,
    .location .col .side-nav ul li {
        border-bottom: 1px solid #666;
        padding: 0.6em 0;
    }

        .general .col .side-nav ul li:last-of-type,
        .services .col .side-nav ul li:last-of-type,
        .location .col .side-nav ul li:last-of-type {
            border-bottom: 0;
        }

.locations .location .col img {
    max-width: 150px;
}

.single-col .services-nav {
    font-size: 18px;
    margin-bottom: 20px;
}

    .single-col .services-nav a {
        color: #666666;
    }

        .single-col .services-nav a:hover {
            color: #013668;
        }

.side-nav li > ul {
    display: none;
}

.side-nav li.isSelected > ul {
    display: block;
    margin-left: 15px;
}

    .side-nav li.isSelected > ul li.isSelected a {
        text-decoration: underline;
    }

.image-callout {
    margin-top: 1.5em;
}

.text-callout.locations h3 {
    font-size: 16px;
    color: #666;
    margin: 0.5em 0;
}

.text-callout.locations p {
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
}

.callout,
.text-callout {
    clear: both;
    background-color: #03a8d8;
    padding: 10px;
    overflow: auto;
    border-radius: 10px;
    margin-top: 15px;
    color: #fff;
}

    .text-callout address {
        margin-bottom: 15px;
    }

    .callout:last-child {
        border: 0;
    }

    .callout p {
        margin: 0 !important;
    }

    .callout .social ul li {
        display: inline-block;
    }

        .callout .social ul li:first-of-type {
            display: block;
            float: left;
            clear: both;
        }


/* #Bottom Aqua Row# */
.aqua-row {
    background-color: #00a0af;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    clear: both;
}

    .aqua-row .col {
        width: 46%;
        float: left;
    }

        .aqua-row .col:first-of-type {
            border-right: 1px solid #fff;
            padding-right: 1em;
        }

        .aqua-row .col:last-of-type {
            padding-left: 5em;
        }

        .aqua-row .col h3 {
            color: #181818;
            font-size: 27px;
            font-weight: 600;
            margin: 0;
        }

        .aqua-row .col span {
            color: #fff;
            font-size: 18.5px;
            margin-top: .3em;
            padding: 0 2.5em 1em .1em;
            line-height: 26px;
            display: block;
        }

        .aqua-row .col input {
            background-color: #ccecef;
            padding: 1.1em .4em;
            border: 0;
            width: 300px;
            display: block;
            float: left;
            font-size: 1.2em;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
        }

            .aqua-row .col input.subscribeBtn {
                background-color: #013769;
                color: #fff;
                width: 110px;
                display: block;
                float: left;
            }

        .aqua-row .col a {
            display: block;
            float: left;
            font-weight: 700;
            color: #013769;
        }

            .aqua-row .col a:first-of-type {
                padding: 1em;
                background-color: #fff;
                font-size: 1.2em;
                letter-spacing: 1px;
            }

                .aqua-row .col a:first-of-type:hover {
                    color: #fff;
                    background-color: #013769;
                }

            .aqua-row .col a:last-of-type {
                padding: 1.2em 0 1.2em 2em;
                font-size: 1.2em;
            }

                .aqua-row .col a:last-of-type:hover {
                    color: #fff;
                }

    .aqua-row:after {
        content: "";
        display: block;
        clear: both;
    }

/* #Site Search#*/

.search h1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.search .search-box {
    padding-bottom: 20px;
}

    .search .search-box .search-btn {
        width: 54px;
        border: 1px solid;
        background-image: none;
    }

.search-results {
    padding-bottom: 50px;
}

/* #Doc Search# */

.doctor-search .search .inner-wrapper,
.doctor-search .level2 .inner-wrapper {
    max-width: 670px;
}

.doctor-search h1 {
    color: #fff;
}

.doctor-search .search {
    background-color: #00a0af;
    padding-top: 40px;
    padding-bottom: 60px;
    margin: 0 auto;
    overflow: hidden;
}

    .doctor-search .search .filter {
        color: #fff;
        padding: 0.2em 0 0.9em;
        letter-spacing: 1px;
        font-size: 1.45em;
        font-weight: 300;
    }

        .doctor-search .search .filter a {
            color: #e4e4e4;
        }

            .doctor-search .search .filter a.active {
                color: #fff;
                text-decoration: underline;
            }

    .doctor-search .search .search-boxes,
    .doctor-search .search .search-button {
        display: block;
        float: left;
    }

        .doctor-search .search .search-boxes input {
            padding: 1.456em .8em;
            background-color: #ccecef;
            border: 0;
            width: 550px;
            font-color: #666666 !important;
            font-family: 'Open Sans', sans-serif;
        }

        .doctor-search .search .search-button input {
            background-image: url('/SaintPeters/media/SaintPeters/general/Saint_Peters_Find_Doctor_Search_Button.png');
            border: 0;
            height: 55px;
            width: 65px;
        }

.doctor-search .level2 h2 {
    color: #181818;
}

.doctor-search .level2 .inner-wrapper {
    color: #666666;
    font-size: 20px;
}

    .doctor-search .level2 .inner-wrapper .text {
    }

.phys-search-div {
    /*float: left;*/
    display: inline-block;
    padding-top: 2.1em;
    clear: right;
    margin-left: 1.8em;
}

.phys-search-div-button {
    background-color: #013668;
    border: 2px solid #ccecef;
    color: white !important;
    font-size: 1.2em;
}

    .phys-search-div-button:hover {
        box-shadow: 3px 2px 16px 0 rgba(0, 0, 0, 0.4), 0 5px 6px 0 rgba(0, 0, 0, .19);
        transition: 0.2s;
    }


    .phys-search-div-button:active {
        transition: .1s;
        transform: translate(1px, 1px);
        box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    }


/* #Doc Search Result Filters# */
.origin-search {
    font-size: 1.2em;
}

#search-origin-filter {
    margin-bottom: 10px;
}

    #search-origin-filter li {
        display: inline-block;
    }

        #search-origin-filter li input {
            display: inline-block;
            width: auto;
            vertical-align: sub;
            margin-left: 0 !important;
            margin-right: 5px;
        }

        #search-origin-filter li label {
            margin-right: 12px;
            color: white;
        }

.address-input-container {
    display: inline-block;
    vertical-align: text-top;
    width: 200px;
    padding-right: 1.6em;
}

.address-inputs {
    width: 178px !important;
}

.validation-summary {
    margin-top: 20px;
    color: white;
}

    .validation-summary ul {
        list-style-type: disc !important;
        margin-left: 20px;
    }

        .validation-summary ul li {
            list-style-type: disc !important;
        }

.doctor-search .secondary-filters .inner-wrapper,
.doctor-search .results .inner-wrapper {
    width: 925px;
}

.doctor-search .secondary-filters {
    background-color: #013668;
    padding: 3em 0;
    overflow: hidden;
}

    .doctor-search .secondary-filters select,
    .doctor-search .secondary-filters input,
    .doctor-search .secondary-filters option {
        padding: 0.8em;
        clear: both;
        display: block;
        width: 200px;
        color: #666666;
        font-family: 'Open Sans', sans-serif;
    }

    .doctor-search .secondary-filters span {
        color: #fff;
        padding-bottom: 0.4em;
        display: block;
        font-size: 1.2em;
    }

    .doctor-search .secondary-filters .distance-filter {
        color: #fff;
    }

        .doctor-search .secondary-filters .distance-filter > div {
            float: left;
        }

            .doctor-search .secondary-filters .distance-filter > div:last-of-type {
                margin-left: 1.5em;
            }

    .doctor-search .secondary-filters .inner-wrapper .filter {
        /*float:left;*/
        display: inline-block;
        margin-right: 1.5em;
        vertical-align: top;
    }

.doctor-search .results {
    clear: both;
    margin: 3.2em 0;
}

    .doctor-search .results .num-results {
        color: #013668;
        font-size: 1.2em;
        font-weight: 600;
    }

/* #doc search results# */

.results .physician {
    padding-top: 30px;
    overflow: auto;
    padding-bottom: 50px;
}

    .results .physician a {
        color: #013769;
        font-size: 1.2em;
    }

        .results .physician a:hover {
            color: #00a0af;
        }

    .results .physician img {
        max-width: 250px;
    }

.doctor-search section.results .physician img {
    width: 100%;
}

.doctor-search section.results .physician .col:first-child {
    width: 200px;
}

.results .physician .col {
    display: inline-block;
}

    .results .physician .col:first-child {
        margin-right: 30px;
        width: 26%;
        float: left;
    }

    .results .physician .col:last-child {
        line-height: 22px;
        width: 70%;
        float: left;
        margin-top: 0.9em;
    }

.results .physician .name a {
    font-size: 22px;
    margin-bottom: 3px;
    display: block;
}

.results .physician .specialties {
    display: block;
    margin-bottom: 7px;
}

.results .physician .locations {
    max-width: 685px;
    margin: auto;
}

.results .physician .location {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2em;
}

    .results .physician .location a {
        font-size: 1em;
    }

    .results .physician .location:first-child {
        margin-right: 30px;
    }

    .results .physician .location .phone {
        /*margin-top:20px;*/
    }

/* #Media Queries# */
@media (max-width: 768px) {
    .header .search.tablet {
        display: none;
    }
}

/* #Media Queries/Max920# */
@media (max-width:920px) {

    a.CMSBreadCrumbsLink,
    .breadcrumbs {
        margin-top: 40px;
    }

    .events .col:last-of-type,
    .press-releases .col:last-of-type,
    .general .col:last-of-type,
    .press-releases .col:last-of-type {
        width: 40%;
        float: left;
    }

    .awards .award {
        width: 48%;
        margin: 0 auto;
    }

    .doctor-search .secondary-filters .inner-wrapper,
    .doctor-search .results .inner-wrapper,
    .events .col:last-of-type,
    .press-releases .col:last-of-type,
    .general .col:last-of-type,
    .press-releases .col:last-of-type,
    .events .col:first-of-type,
    .press-releases .col:first-of-type,
    .general .col:first-of-type,
    .press-releases .col:first-of-type,
    .locations,
    .single-col,
    .event,
    .results .physician .location,
    .results .physician .col:first-child,
    .results .physician .col:last-child,
    .jobs-main section.jobs-details .col,
    .jobs-main section.job-events .job-event {
        width: 88%;
        margin: 0 auto;
        float: none;
        padding: 0;
    }

    .main-body h1,
    .events h1,
    .press-releases h1,
    .awards h1,
    {
        font-size: 30px;
        margin: 0 auto;
        padding: 0.5em 0;
    }

    .jobs-main section.jobs-search p {
        width: 100%;
    }
}

/* #Media Queries/Max768# */
@media not print {

    @media (max-width: 768px) {

        .single-col,
        .services .col:first-of-type,
        .doctor-search .search,
        .location .col:first-of-type,
        .location .col:last-of-type,
        .jobs-main section.jobs-search {
            width: 100%;
            margin: 0 auto;
            float: none;
            padding: 20px;
            box-sizing: border-box;
        }

        /*KT 20170613 */
        .col:first-of-type img {
            height: auto !important;
        }

        .general .col:first-of-type,
        .services .col:first-of-type,
        .location .col:first-of-type,
        .general .col:first-of-type,
        .press-releases .col:first-of-type {
            width: auto !important;
        }

        .general .col:first-of-type,
        .press-releases .col:first-of-type {
            margin: 2em;
        }

        .doctor-search .search .search-boxes input {
            height: 55px;
            box-sizing: border-box;
            font-size: 16px;
        }

        .doctor-search section.results .physician .col:first-child,
        .doctor-search section.results .physician .col:last-child {
            margin: 20px auto 20px auto;
            display: block;
            clear: both;
            width: 200px;
        }

        .doctor-search section.results .physician .col:first-child {
            height: 300px;
        }

        .results .physician .locations {
            margin-left: 0;
        }

        .service-name a {
            font-size: 14px;
            margin: 15px 0;
            display: block;
        }

        .single-col .services-nav a {
            color: #666;
            margin: 10px;
            display: inline-block;
        }

        .locations .filters a {
            margin-bottom: 10px;
            display: block;
        }

        .locations .location .col:first-of-type {
            display: none;
        }

        .locations .location .col:last-of-type {
            width: 100%;
        }

        .main-body .locations h1,
        .locations .filters {
            padding-left: 20px;
        }

        .general img,
        .main-body img {
            max-width: 100%;
            padding: 0;
        }

        .events,
        .press-releases,
        .general,
        .locations,
        .single-col,
        .jobs-main,
        .jobs {
            overflow: visible;
        }

        table {
            width: 100% !important;
        }

        .general table td {
            vertical-align: top;
        }

        .interactive {
            width: 90% !important;
            height: 300px !important;
            margin: 0 auto !important;
        }

            .interactive .carousel-inner > .item,
            .interactive .carousel-inner > .item.active {
                padding-left: 0 !important;
            }

            .interactive .carousel-control.left {
                margin-left: -48px !important;
            }

            .interactive .carousel-control.right {
                margin-right: -48px !important;
            }

        .carousel-inner {
            box-sizing: border-box;
        }

        .header .nav {
            display: none;
        }

        nav li > a:after {
            border: 0.313em solid transparent;
            /* 5 pixels wide */
            border-bottom: none;
            /* helps the drop-down arrow stay in the vertical centre of the parent */
            border-top-color: #cfcfcf;
            /* colour of the drop-down arrow */
            content: '';
            /* content of the arrow, you want to keep this empty */
            vertical-align: middle;
            display: inline-block;
            position: relative;
            left: 0.313em;
            /* 5 pixels right of the menu text*/
        }

        nav > li > a:after {
            content: ' v';
        }

        nav li > a:only-child:after {
            content: '';
            border: none;
        }

        .parent {
            cursor: pointer;
        }

        .header > nav > ul > li.active > ul,
        .header .search.tablet.active {
            display: block;
        }

        /* #Media Queries/Min300/Home/Level4#*/
        .home section.level4 {
            margin: 0;
        }

        .awards .award {
            width: 96%;
            margin: 0 auto;
        }

        .home section.level4 .award {
            width: 100%;
            float: none;
            margin-bottom: 0;
        }

        .aqua-row .col {
            width: 88%;
            float: none;
            margin: 0 auto;
        }

            .aqua-row .col:first-of-type {
                border-right: 0;
                padding-bottom: 6.5em;
                padding-right: 0;
                border-bottom: 1px solid #fff;
            }

            .aqua-row .col:last-of-type {
                padding-left: 0;
                padding-top: 2em;
            }

        .footer-top .footer-top-links {
            width: 42%;
            float: right;
        }

        .footer-top .col.address {
            width: 48%;
            float: left;
            padding-left: 4em;
        }

        /* #Media Queries/Max768/Interior/DoctorSearch# */

        .phys-search-div {
            display: block;
            padding-top: 2.1em;
            clear: right;
            margin: auto;
            text-align: center;
            margin-left: 0;
        }

        .doctor-search .secondary-filters input {
            display: block;
            margin: 0;
        }

        .main-body .events .col .content,
        .main-body .press-releases .col .content {
            padding: 0;
        }

        .doctor-search .secondary-filters .distance-filter > div:last-of-type {
            margin-left: 0;
        }

        .main-body h1,
        .events h1,
        .press-releases h1 {
            font-size: 26px;
            line-height: 38px !important;
        }

        a.CMSBreadCrumbsLink,
        .main-body section.level2 {
            padding: 0.5em 0;
            width: 88%;
            margin: 0 auto;
        }

        .main-body .locations h1 {
            width: 100%;
        }

        .doctor-search .search .search-boxes input {
            width: 230px;
        }

        .aqua-row .col input.subscribeBtn,
        .aqua-row .col input {
            width: auto;
        }

        .events,
        .press-releases,
        .general,
        .locations,
        .single-col,
        .jobs-main,
        .jobs {
            margin: 0.5em 0;
        }

        .results .physician {
            padding: 0.6em 0;
        }

        .aqua-row .col h3,
        .aqua-row .col span {
            font-size: 18px;
        }

        .aqua-row {
            padding: 20px 0;
        }
    }

    /* End the media querie */
}

/* End the 'not-print' block */


@media (max-width:920px) {
    .aqua-row .col {
        width: 88%;
        float: none;
        margin: 0 auto;
    }

        .aqua-row .col:first-of-type {
            border-right: 0;
            padding-bottom: 6.5em;
            padding-right: 0;
            border-bottom: 1px solid #fff;
        }

        .aqua-row .col:last-of-type {
            padding-left: 0;
            padding-top: 2em;
        }
}

/* #Media Queries/Min300# */
@media (min-width:300px) {

    .content.eventcalendar #calendar-header {
        display: none;
    }
    div[id*='calendar']:nth-of-type(3) {
        display: none;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* #Media Queries/Min300/Nav# */
    .hamburger {
        width: 68px;
        height: 74px;
        background-color: #013668;
        background-image: url(/SaintPeters/media/SaintPeters/master/mobileburger.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        display: inline-block;
        top: 0;
        right: 0;
    }

        .hamburger.active {
            background-image: url(/SaintPeters/media/SaintPeters/master/mobileclose.png);
        }

    .header .top-nav .logo {
        display: inline-block;
        position: relative;
        left: 0;
    }

    .header nav .hide-ul ul {
        display: none !important;
    }

    .header .top-nav .logo img {
        margin-top: 15px;
    }

    .contact-section {
        margin: 0 auto;
        height: 45px;
        background-color: #ccecef;
        width: 100%;
        padding-top: 0.5em 0;
    }

        .contact-section img {
            vertical-align: middle;
            margin-top: 6px;
        }

        .contact-section span {
            padding-top: 0.4em;
        }

            .contact-section span a {
                font-size: 15px;
                color: #666;
                font-weight: bold;
            }

    .header .nav ul {
        margin-left: 15px;
    }

    .header nav ul li {
        border-bottom: 1px solid #fff;
        line-height: 50px;
        /* The nav items were too narrow to comfortably tap on mobile */
        padding-left: 15px;
    }

    .header > nav > ul > li > ul,
    .header .search.desktop {
        display: none;
    }

    .header > nav > ul > li > ul {
        padding-left: 20px;
        background-color: #013668;
    }

        .header > nav > ul > li > ul li {
            border-bottom: none;
        }

    .header nav .tippy-top-ul li {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    .header nav .tippy-top-ul a {
        color: #013668;
    }

    .header .logo,
    .header .top-nav {
        width: 100%;
        text-align: center;
    }

    .header .search.tablet {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .header .search.tablet input[type=text] {
            background-color: #ccecef;
            vertical-align: top;
            border: 0;
            height: 19px;
        }

    nav .tippy-top-ul .phone {
        display: none;
    }

    /* #Media Queries/Min300/Footer# */
    .footer-top {
        padding-top: 25px;
        padding-bottom: 25px;
        overflow: auto;
    }

        .footer-top .address,
        .footer-top .footer-top-links {
            display: inline-block;
        }


        .footer-top .col ul {
            display: none;
        }

        .footer-top .footer-top-links .col {
            vertical-align: top;
            padding-bottom: 7px;
        }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }

        .footer-bottom .links {
            display: none;
        }

        .footer-bottom .social li:first-child {
            display: block;
            font-size: 12px;
        }

        .footer-bottom .social li {
            display: inline-block;
        }

        .footer-bottom .copy,
        footer-bottom .privacy {
            margin-top: 30px;
            font-size: 12px;
        }

        .footer-bottom .copy {
            color: #666;
        }

        .footer-bottom .privacy a {
            color: #013668;
            font-size: 12px;
            /*padding-top:10px;*/
            display: block;
        }




    /* #Media Queries/Min300/Home/Level2# */
    .home section.level2 .link-col {
        width: 49%;
        padding-bottom: 25px;
    }

        .home section.level2 .link-col a {
            font-size: 16px;
        }

        .home section.level2 .link-col span {
            clear: both;
            display: block;
        }

        .home section.level2 .link-col:nth-of-type(1) a span {
            padding: .7em;
            width: 100px;
            margin: 0 auto;
        }

        .home section.level2 .link-col:nth-of-type(2) a span {
            padding: .7em;
            width: 130px;
            margin: 0 auto;
        }

        .home section.level2 .link-col:nth-of-type(3) a span {
            padding: .7em;
            width: 100px;
            margin: 0 auto;
        }

        .home section.level2 .link-col:nth-of-type(4) a span {
            padding: .7em;
            width: 100px;
            margin: 0 auto;
        }

        .home section.level2 .link-col:nth-of-type(5) a span {
            padding: .7em;
            width: 100px;
            margin: 0 auto;
        }

    .home section.level2 {
        padding-bottom: 0;
    }

    /* #Media Queries/Min300/Home/Level3#* */
    .home section.level3 {
        padding-top: 1px;
    }

        .home section.level3 .news {
            float: none;
            width: 90%;
            margin: 0 auto 1.5em !important;
        }

        .home section.level3 .inner-wrapper h1 {
            font-weight: 500 !important;
            font-size: 33px;
        }

        .home section.level3 .news-content .news-title a {
            font-size: 19px;
            line-height: 23px;
        }

        .home section.level3 .news-content .news-date {
            font-size: 13px;
            line-height: 18px;
        }

        .home section.level3 .news-content .news-text {
            font-size: 13px;
            line-height: 18px;
            display: none;
        }

        .home section.level3 .featured {
            float: none;
            margin-bottom: 1.5em;
        }

            .home section.level3 .featured img,
            .home section.level3 img {
                width: 100%;
                margin: 0 auto;
            }

        .home section.level3 .news-content {
            margin: 0 auto;
            max-width: 100%;
            background-color: #fff;
            padding: 1.4em;
        }

        .home section.level3 .news-title a,
        .home section.level3 .news-date span {
            margin-left: 10px;
            margin-right: 10px;
            display: block;
        }

        .home section.level3 .news-date {
            padding-bottom: 20px;
        }
}

/* #Media Queries/Min300Max500# */
@media (min-width:300px) and (max-width:500px) {
    .header .logo {
        text-align: left;
    }

    #upSearchOrigin {
        text-align: center;
    }

    .address-input-container {
        padding-right: 0;
    }

    .doctor-search .secondary-filters .inner-wrapper .filter {
        margin-right: 0;
    }

    .doctor-search .secondary-filters input {
        margin: 0 auto;
    }

    .header .logo img {
        max-width: 255px;
    }

    .hamburger {
        width: 65px;
        height: 62px;
    }

    .footer .footer-top .address {
        padding: 0;
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    .footer .footer-top .footer-top-links {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }

    .home section.level2 .link-col img {
        max-width: 85px;
    }
}

/* #Media Queries/Min900Max1024# */
@media (min-width: 900px) and (max-width: 1024px) {

    .header .search.tablet,
    .tippy-top-nav {
        display: block;
    }

    .search.desktop {
        display: none;
    }

    .header nav li a {
        padding: 0 10px;
    }

    .footer-bottom {
        padding-left: 10px;
    }
}



/* #Media Queries/Min768# */
@media (min-width : 768px) {

    .content.eventcalendar #calendar-header {
        display: flex;
    }
    div[id*='calendar']:nth-of-type(3) {
        display: block;
    }
    .desktop,
    .tippy-top-nav {
        display: block;
    }

    /*
	.mobile{
		display:none;
	}
  */

    /* #Media Queries/Min768/Nav# */


    /* Top Nav */
    .header .top-nav {
        margin: 0 auto;
    }


        .header .top-nav .tippy-top-nav {
            display: inline-block;
            vertical-align: top;
            margin-top: 5px;
        }


    nav ul {
        display: flex;
        align-items: stretch;
        /* Default */
        justify-content: space-between;
        width: 100%;
    }

    nav li {
        flex: 0 1 auto;
        /* Default */
    }

    .header .top-nav ul {
        display: inline-block;
        border-right: 1px solid #ccc;
        margin-left: 10px;
    }

        .header .top-nav ul:last-child {
            border-right: none;
            margin-right: none;
            padding-right: none;
        }

    .header .top-nav li {
        padding-right: 12px;
    }

        .header .top-nav li a {
            font-size: 14px;
            color: #013668;
            height: 13px;
            transition: all 0.3s ease 0s;
            font-weight: 700;
        }

            .header .top-nav li a:hover {
                color: #666;
            }

    .header .top-nav .phone {
        font-size: 14px;
        color: #666;
        font-weight: 700;
    }

    /* Main nav */
    .header nav {
        width: 100%;
        background: #013668;
        height: 35px;
        margin: 0 auto;
    }

        .header nav ul.nav {
            margin: 0 auto;
        }

        .header nav ul li {
            padding-left: 0;
            border-bottom: none;
            line-height: 0;
        }

        .header nav li {
            transition: all 0.3s ease 0s;
            float: left;
            width: 100%;
            text-align: center;
            border-right: 1px solid #FFFFFF;
        }

            .header nav li:nth-child(9),
            .header nav li:nth-child(8) {
                border-right: none;
                width: 141%;
            }

            .header nav li a {
                border-right: medium none;
                line-height: 35px;
                text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
                transition: all 0.3s ease 0s;
                display: inline-block;
            }

    .nav .search.desktop {
        background-color: #ccecef;
    }

    .nav .search input[type=text] {
        width: 120px;
        height: 33px;
        background-color: #ccecef;
        border: 0;
        vertical-align: top;
    }

    .nav .search input[type=button] {
        height: 25px;
        position: relative;
        top: 7px;
    }

    .nav li.current,
    .nav li:hover {
        background: #FFFFFF;
    }

        .nav li.current a,
        .nav li:hover a {
            color: #013668;
        }

    /* #Media Queries/Min768/Footer# */
    .footer-top {
        padding-top: 64px;
        padding-bottom: 64px;
    }

        .footer-top .col ul {
            display: block;
        }

        .footer-top .col {
            display: inline-block;
            width: 19%;
            vertical-align: top;
        }

        .footer-top .address {
        }

        .footer-top .footer-top-links {
            display: inline-block;
            width: 76%;
            padding-left: 50px;
        }

    .footer .col .nav-header {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 7px;
    }

    .footer-top .col a {
        padding: 2px;
        display: block;
    }

    .footer-bottom {
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: left;
    }

        .footer-bottom .links,
        .footer-bottom li {
            display: inline-block;
            vertical-align: middle;
        }

            .footer-bottom .links li a {
                color: #013668;
                padding-right: 16px;
                text-transform: uppercase;
                font-size: 13px;
            }

        .footer-bottom .social {
            display: inline-block;
            font-size: 13px;
            text-transform: uppercase;
            float: right;
        }

            .footer-bottom .social li {
                padding-right: 6px;
            }

                .footer-bottom .social li:first-child {
                    display: inline-block;
                }

    /* #Media Queries/Min768/Home# */
    /* #Media Queries/Min768/Home/Level2# */
    .home section.level2 .link-col {
        width: 19%;
    }

        .home section.level2 .link-col a {
            font-size: 15px;
        }

    /* #Media Queries/Min768/Home/Level3# */

    .home section.level3 .featured .news-content {
        display: inline-block;
        width: 25%;
        margin-left: 23px;
        vertical-align: top;
        margin-top: 30px;
    }

    .home section.level3 .featured {
        width: 100%;
        float: none;
        background-color: #fff;
        margin-bottom: 10px;
        max-height: 442px;
    }

    .home section.level3 .news-boxes {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .home section.level3 .news-content .news-title a {
        font-size: 20px;
        line-height: 25px;
    }

    .home section.level3 .news-content .news-date {
        font-size: 15px;
        line-height: 20px;
    }

    .home section.level3 .news-content .news-text {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }

    .home section.level3 .featured img.desktop {
        display: inline-block;
        max-width: 648px;
        width: 67%;
    }

    .home section.level3 .featured img.mobile {
        display: none;
    }

    .home section.level3 .news {
        width: 100%;
        max-width: 100%;
        float: none;
        overflow: hidden;
    }

    .home section.level3 .news-boxes .news {
        max-width: 316px;
        background-color: #fff;
    }

        .home section.level3 .news-boxes .news .news-content {
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 7px;
        }
}

/*JP -> iPad fix for displaying Hamburger button in Portrait Mode */
@media (min-width : 769px) {
    .mobile {
        display: none;
    }
}

/* #Media Queries/Min1025# */
@media (min-width : 1025px) {
    .nav .search.desktop {
        display: block;
    }

    .header .top-nav .tippy-top-nav {
        margin-top: 30px;
    }

    .tablet {
        display: none;
    }


    .header .logo {
        text-align: left;
        width: auto;
        margin-bottom: 10px;
    }
}

.award.swiper-container {
    padding: 2em 0;
}

    .award.swiper-container .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 300px;
    }

/* #INTERACTIVE MAP CAROUSEL# */
.interactive {
    background-color: #C4E5EF;
    margin: 2em 0;
    height: 409px;
    width: 597px;
}

    .interactive .carousel-control {
        opacity: 1;
    }

        .interactive .carousel-control:hover {
            opacity: 0.8;
        }

    .interactive .carousel-indicators {
        bottom: -22px;
        left: 0;
        margin-left: 0;
        text-align: left;
        width: 100%;
    }

        .interactive .carousel-indicators li {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            height: auto;
            margin: 0;
            text-indent: 0;
            width: 9%;
        }

            .interactive .carousel-indicators li.active {
                opacity: .6;
            }

    .interactive ol.carousel-indicators li img {
        height: 33px;
        width: 51px;
    }

    .interactive .carousel-inner img {
        padding: 0;
    }

    .interactive .carousel-inner > .item,
    .interactive .carousel-inner > .item.active {
        padding-left: 2.5em;
        padding-top: 0.8em;
    }

    .interactive .carousel-control img {
        padding: 0;
        float: none !important;
    }

    .interactive .carousel-control.right {
        margin-right: -28px;
        top: 40%;
    }

    .interactive .carousel-control.left {
        margin-left: -28px;
        top: 40%;
    }

    .interactive .carousel-control.left,
    .interactive .carousel-control.right {
        background: transparent;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.general hr {
    margin-bottom: 2em;
}

.general .backTop {
    float: right;
    font-size: 13px;
    margin-top: 1.5em;
}

    .general .backTop a {
        text-decoration: none !important;
    }

a img {
    border: 0px;
}

.mediaElement_playlist .playlistContainer a .pl_item_thumb img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    padding-top: 6px !important;
    padding-left: 4px !important;
}

/* #Physician Detail# */
.physician > .content {
    margin-top: 30px;
}

.physician .colleft {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

.physician .colright {
    float: left;
    padding-left: 10px;
    font-size: 16px;
    width: 50%;
}

.physician .colleft img {
    width: 100%;
}

.physician .colright .specialties {
    font-size: 20px;
}

.physician .colright .info {
    margin-top: 15px;
}

.clearfix {
    clear: both;
}

/* 12/14/16 */
.doctor-search .search .inner-wrapper,
.doctor-search .level2 .inner-wrapper {
    max-width: 1080px;
}

.doctor-search .search .filter a,
.doctor-search .search .search-boxes,
.doctor-search .search .search-button,
.doctor-search .search .filter {
    display: none;
}

.doctor-search .secondary-filters {
    background-color: #00a0af;
}

.doctor-search .search {
    padding-bottom: 0px;
}

/* #Printer-friendly Styles# */
/* JP 1/3/17 -> Print Styles for doctors */

@media print {

    #container #content #main {
        width: 90%;
        margin: 0px;
        padding: 0px;
    }

    * {
        color: #000;
        background-color: #fff;
        @include box-shadow(none);
        @include text-shadow(none);
    }

    #slider li .content {
        width: 0;
        padding-left: 0;
    }

    /*a:after {
    content: "( "attr(href)" )";
  }*/

    /* .results .physician {width:800px !important;} */

    .header .top-nav .tippy-top-nav {
        display: none !important;
    }

    /* Display menu items inline */
    nav ul {
        display: none;
    }

    /* For 'page-break-inside' to work properly,
  make sure you use it on 'block' style elements */
    .doctor-search .results .inner-wrapper {
        width: 800px !important;
        margin: 0 auto !important;
        display: block;
    }

    .doctor-search .search {
        display: none;
    }

    .doctor-search .secondary-filters {
        display: none;
    }

    .doctor-search section.results .physician .col:first-child {
        width: 150px;
        float: left;
        position: relative;
        /* page-break-inside:avoid; */
    }

    footer {
        display: none;
    }

    .aqua-row {
        display: none;
    }

    .doctor-search section.results .physician img {
        position: relative;
        /* page-break-inside:avoid; */
    }

    .results .physician .col:last-child {
        line-height: 22px;
        width: 70%;
        float: left;
        margin-top: .9em;
        margin-left: 20px;
        position: relative;
        /* page-break-inside:avoid; */
        font-size: 14px !important;
    }

    .results {
        overflow: hidden !important;
    }
}

/* JP 2/1/17 -> Printer Friendly Styles */

.printer_friendly {
    width: 10%;
    float: right;
    display: inline-block;
}

    .printer_friendly span {
        color: #013668;
        display: inline-block;
        float: left;
    }

/* For Physician Pages */
.printer_friendly_label {
    font-size: 1.2em;
    font-weight: 600;
}

.printer_friendly a {
    width: 25px;
    height: 25px;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.printer_friendly img {
    width: 25px;
    height: 25px;
}

@media (max-width: 768px) {
    .printer_friendly {
        width: 30%;
    }
}

/* #Event Calendar# */

.main-body .events .col .content.eventcalendar,
.events .eventcalendar table {
    width: 100%;
}

    .events .eventcalendar table th {
        background-color: #ccecef;
        border: 1px solid #013668;
    }

    .events .eventcalendar table td {
        padding: 0;
        border: 1px solid #013668;
        font-size: 15px;
        font-weight: bold;
    }

        .events .eventcalendar table td .eventcontent {
            min-height: 50px;
            font-size: 12px;
            font-weight: normal;
            padding-top: 5px;
        }

    .events .eventcalendar table table {
        height: 50px;
        font-size: 25px;
        background-color: #013668;
        color: #ffffff;
    }

        .events .eventcalendar table table td a {
            padding-left: 10px;
            padding-right: 10px;
            color: #ffffff !important;
        }

@media (max-width: 768px) {
    .physician .physician {
        width: 90%;
        margin: 0 auto;
    }

    .info.locations {
        width: 100%;
    }

    .physician .colleft,
    .physician .colright {
        float: none;
        width: 100%;
        margin: 20px auto;
        padding-left: 0;
    }
}

/*# Media Gallery #*/
iframe.gallery {
    display: block;
    float: none;
    margin: 0 auto;
    width: 500px;
    height: 281px;
}

.bxslider li,
.bxslider img {
    padding: 0 !important;
}

    .bxslider li:before {
        content: none;
    }

/*# Media Gallery/NICU #*/
.nicu img {
    max-height: 400px;
}

.nicu .caption {
    position: absolute;
    bottom: 0;
    background-color: #017DA5;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

    .nicu .caption p {
        font-size: 12px !important;
        color: #f0f0f0;
        line-height: 17px !important;
        margin: 0;
        font-style: italic;
    }

    .nicu .caption .title {
        color: #ededed;
        padding-bottom: 5px;
        font-weight: 700;
    }

@media (max-width: 768px) {
    .nicu .caption {
        position: relative;
    }

        .nicu .caption p {
            font-size: 10px !important;
            line-height: 15px !important;
        }
}

.bx-wrapper {
    background: #000000 !important;
    border: none !important;
}

    .bx-wrapper .bx-pager {
        position: relative !important;
        padding: 10px !important;
        box-sizing: border-box;
        width: 100%;
        bottom: 0 !important;
    }

        .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #ffffff !important;
        }

.video .bx-viewport {
    height: 400px !important;
}

.video iframe.gallery {
    height: 307px;
}

.video .nicu .caption {
    top: 100%;
    height: 100px;
}

/*# Media Gallery/Concussion #*/
.concussion .bx-viewport,
.concussion iframe.gallery {
    min-height: 450px !important;
}

.concussion iframe.gallery {
    width: 700px;
}

/* Maternity Tour Form */
.formitem {
    padding-top: 15px;
}

    .formitem .left {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }

    .formitem .right {
        display: inline-block;
        width: 74%;
        vertical-align: top;
    }

        .formitem .right label {
            font-size: 12px;
        }

    .formitem p {
        margin: 0 !important;
        line-height: 15px;
    }

    .formitem td {
        padding-right: 10px;
    }

    .formitem.phone .right input {
        width: 50px;
    }

    .formitem.phone .right label {
        display: none;
    }

    .formitem.duedate button {
        margin: 0 10px;
    }

    .formitem.newsletter .right {
        margin-top: -7px;
    }

        .formitem.newsletter .right div {
            display: inline-block;
        }

    .formitem input[type="submit"] {
        padding: 7px;
        font-size: 16px;
        color: #666666;
    }

.checkbox div {
    width: 6%;
    display: inline-block;
}

.checkbox label {
    vertical-align: top;
    width: 94%;
}

@media (max-width: 960px) {
    .services .col {
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

        .services .col:first-of-type {
            width: 100% !important;
            padding-right: 15px;
        }

        .services .col .side-nav ul {
            margin: 0;
        }

        .services .col div.side-nav {
            margin: 10px auto;
            text-align: center;
        }
}

.main-body .general .content .contact.donate iframe {
    width: 100% !important;
    height: 1766px !important;
    padding: 0 0 20px 0 !important;
}

@media (max-width: 1017px) {
    .main-body .general .content .contact.donate iframe {
        height: 2000px !important;
    }
}

/*# Newsletter Signup CTA #*/
.newslettercta {
    padding: 15px 15px 0px 15px;
}

    .newslettercta p {
        font-size: 1.17em;
        line-height: 1.7em;
    }

    .newslettercta .email-signup input {
        float: none;
        width: 100%;
    }

        .newslettercta .email-signup input.button {
            margin-top: 15px;
            border: none;
            font-size: 1.17em;
        }

/*# NEW Landing Page #*/
.general.imgbtnlp {
    margin: 3em auto;
}

.imgbtnlp .content.mainStyles {
    padding: 20px;
}

    .imgbtnlp .content.mainStyles.imageboxes {
        text-align: center;
        padding: 0;
    }

.imgbtnlp .imageboxes .image {
    display: inline-block;
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

    .imgbtnlp .imageboxes .image img {
        height: auto;
        max-width: 100%;
        padding: 0;
    }

.imgbtnlp .content.mainStyles.buttons {
    padding: 0;
    text-align: center;
}

    .imgbtnlp .content.mainStyles.buttons a.button {
        display: inline-block;
        margin: 20px;
        width: 29%;
        font-size: 19px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #013668;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

        .imgbtnlp .content.mainStyles.buttons a.button:hover {
            color: #013668;
        }

@media (max-width: 768px) {
    .imgbtnlp .content.mainStyles.buttons a.button {
        width: 40%;
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    .imgbtnlp .imageboxes .image {
        width: 100%;
    }

    .imgbtnlp .content.mainStyles.buttons a.button {
        width: 80%;
        font-size: 19px;
    }
}

a.button {
    color: #ffffff !important;
}

.general a.button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    border: 1px solid #013668;
}

a.button:hover {
    color: #013668 !important;
}

.footerctas {
    width: 100%;
    padding: 50px 0 30px 0;
}

    .footerctas .footercta {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        background-color: #013668;
        margin-bottom: 20px;
    }

        .footerctas .footercta a {
            color: #ffffff !important;
            text-decoration: none !important;
            font-size: 11px !important;
            font-weight: 500 !important;
            text-transform: uppercase;
        }

        .footerctas .footercta:hover {
            background-color: #00a0af;
        }

        .footerctas .footercta img {
            width: 100%;
        }

@media (max-width: 768px) {
    .footerctas .footercta {
        width: 50%;
    }

        .footerctas .footercta a {
            font-size: 15px !important;
        }
}

@media (max-width: 500px) {
    .footerctas .footercta {
        width: 100%;
    }
}

/*# 2018 update #*/

/*# 2018 update / Services #*/
.main-body .services .content.mainStyles,
.main-body .services .content.mainStyles p {
    color: #333333 !important;
}

/*# 2018 update / Services / Listing Page #*/
.servicesnew.single-col {
    margin: 0;
}

.servicesnew .hero {
    position: relative;
}
/*
    .servicesnew .hero h1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 85px;
        padding-left: 36px;
        font-size: 75px;
        color: #ffffff;
        pointer-events: none;
    }*/

.servicesnew .content {
    margin-left: 8px;
    margin-right: 8px;
}

.servicesnew .breadcrumbs {
    margin-top: 13px;
    padding-bottom: 11px;
    border-bottom: 1px solid #c4c2c2;
    font-size: 14px;
}

    .servicesnew .breadcrumbs span {
        margin-right: 5px;
        color: #0fa1ae;
    }

        .servicesnew .breadcrumbs span a {
            color: #5a5959;
        }

            .servicesnew .breadcrumbs span a:hover {
                text-decoration: underline;
            }

        .servicesnew .breadcrumbs span.separator {
            color: #5a5959;
        }

.servicesnew.single-col .services-nav {
    margin-top: 55px;
    margin-bottom: 73px;
}

.main-body .servicesnew h2 {
    font-size: 36px;
}

.main-body .servicesnew h3 {
    color: #0fa1ae;
    margin: 5px 0 20px;
    font-weight: 400;
    word-spacing: -2px;
    font-size: 21px;
}

.servicesnew.single-col .services-nav a {
    color: #003867;
    font-weight: 600;
}

.servicesnew .serviceslisting {
    border-top: 1px solid #c4c2c2;
    width: 75%;
}

    .servicesnew .serviceslisting .letter {
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        color: #0fa1ae;
        width: 35px;
        vertical-align: top;
    }

    .servicesnew .serviceslisting .list {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        width: calc(100% - 40px);
    }

        .servicesnew .serviceslisting .list .service-name {
            margin-top: 5px;
            position: relative;
        }

            .servicesnew .serviceslisting .list .service-name .servicename,
            .servicesnew .serviceslisting .list .service-name .phone {
                display: inline-block;
                vertical-align: top;
            }

            .servicesnew .serviceslisting .list .service-name .servicename {
                width: 70%;
            }

            .servicesnew .serviceslisting .list .service-name .phone {
                width: 29%;
                font-weight: 400;
            }

            .servicesnew .serviceslisting .list .service-name a {
                color: #333333;
            }

                .servicesnew .serviceslisting .list .service-name a:hover {
                    text-decoration: underline;
                }

    .servicesnew .serviceslisting .top {
        text-align: right;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 3px;
    }

        .servicesnew .serviceslisting .top a {
            color: #333333;
            font-weight: 600;
        }

            .servicesnew .serviceslisting .top a .fas {
                color: #0fa1af;
            }

            .servicesnew .serviceslisting .top a:hover {
                text-decoration: underline;
            }

    .servicesnew .serviceslisting:last-child {
        margin-bottom: 31px;
    }

@media (max-width: 920px) {
    .servicesnew.single-col {
        width: 100%;
    }

    .servicesnew .content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .servicesnew .serviceslisting {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .servicesnew.single-col {
        padding: 0;
    }

    .servicesnew .hero {
        height: 200px !important; 
    }

        .servicesnew .hero img {
            object-fit: cover;
            object-position: left;
            width: 100%;
            height: 100%;
        }

        .servicesnew .hero h1 {
            line-height: 50px !important;
            font-size: 35px;
            padding: 10px;
        }

    .servicesnew .service-name .phone {
        padding: 15px 0;
    }

    .servicesnew .serviceslisting .list .service-name .servicename,
    .servicesnew .serviceslisting .list .service-name .phone {
        width: 49%;
    }
}

/*# 2018 update / Services / Details Page #*/
.servicesnew.details .colLeft {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.servicesnew.details .colRight {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin-top: 15.5em;
}

.servicesnew.details .general {
    margin: 4.3em 0;
    padding-right: 80px;
    margin-bottom: 76px;
}

    .servicesnew.details .general p,
    .servicesnew.details .general {
        color: #333333;
        line-height: 26px;
        font-size: 15px;
        margin-bottom: 25px;
    }

        .servicesnew.details .general ul,
        .servicesnew.details .general ol {
            padding: 0 20px;
            margin: 20px 0;
        }

.main-body .servicesnew.details h2 {
    font-size: 38px;
    line-height: 44px;
    color: #333;
    letter-spacing: 0;
}

.servicesnew.details .general a {
    color: #333333;
    font-weight: 600;
}

.servicesnew.details .intro {
    margin-top: 40px;
    margin-bottom: 26px;
}

    .servicesnew.details .intro p {
        font-size: 21px;
        font-weight: 400;
        color: #0fa1af;
        line-height: 30px;
    }

    .servicesnew.details .intro a {
        color: #0fa1af;
        font-weight: 600;
    }

.servicesnew.details .video {
    margin-top: 60px;
}

.servicesnew.details .general .video iframe {
    width: 48% !important;
    height: 185px !important;
    margin-right: 10px;
    margin-bottom: 25px;
}

.main-body .servicesnew.details h3 {
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 600;
}

.servicesnew.details .colRight .side-nav li {
    background-color: #003867;
    padding: 20px;
    margin-bottom: 20px;
}

    .servicesnew.details .colRight .side-nav li:nth-child(even) {
        background-color: #0fa1af;
    }

    .servicesnew.details .colRight .side-nav li a {
        color: #ffffff;
        font-size: 25px;
        line-height: 36px;
    }

        .servicesnew.details .colRight .side-nav li a:hover {
            text-decoration: underline;
        }

        .servicesnew.details .colRight .side-nav li a:after {
            content: url('/SaintPeters/media/SaintPeters/arrow-menu.png');
            display: block;
            margin-top: 12px;
        }

.servicesnew.details .footericons {
    border-top: 1px solid #c4c2c2;
    padding: 40px 0 115px;
    width: 75%;
}

    .servicesnew.details .footericons .footercta {
        display: inline-block;
        width: 160px;
        height: 160px;
        background-color: #003867;
        margin-right: 20px;
        text-align: center;
        vertical-align: top;
        margin-bottom: 20px;
    }

        .servicesnew.details .footericons .footercta a {
            color: #ffffff;
            display: block;
            width: 100%;
            height: 100%;
            padding: 11px;
            box-sizing: border-box;
        }

            .servicesnew.details .footericons .footercta a img {
                margin-bottom: 10px;
            }

            .servicesnew.details .footericons .footercta a span {
                display: block;
                font-size: 17px;
            }

@media (max-width: 960px) {
    .servicesnew.details .footericons {
        width: 100%;
    }
}

@media (max-width: 850px) {

    .servicesnew.details .colRight,
    .servicesnew.details .colLeft,
    .main-body .servicesnew.details h2 {
        width: 100%;
    }

    .servicesnew.details .general {
        padding-right: 0;
    }

        .servicesnew.details .general .video iframe {
            height: 200px !important;
        }

    .servicesnew.details .general {
        margin-bottom: 25px;
    }

    .servicesnew.details .colRight {
        margin-top: 0;
        margin-bottom: 20px;
    }

        .servicesnew.details .colRight .side-nav li {
            display: inline-block;
            width: 40%;
            margin-right: 4%;
            vertical-align: top;
            height: 200px;
        }

    .servicesnew.details .footericons {
        padding-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .servicesnew.details .colRight .side-nav li {
        width: 100%;
        height: auto;
        margin-right: 0;
        box-sizing: border-box;
    }

    .servicesnew.details .footericons .footercta {
        width: 30%;
    }
}

@media (max-width: 500px) {
    .servicesnew.details .footericons .footercta {
        width: 40%;
    }

    .servicesnew.details .general .video iframe {
        width: 100% !important;
    }
}

/*# 2018 update / News #*/

/*# 2018 update / News / Listing Page #*/
.newsnew .content .news > div{
    margin-top: 60px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 54px;
}

.newsnew .content .communitycalendar {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    width: 100%;
}

    .newsnew .content .communitycalendar .img {
        font-size: 40px;
        display: inline-block;
        width: 45px;
        margin-right: 5px;
        vertical-align: top;
    }

    .newsnew .content .communitycalendar .text {
        display: inline-block;
        width: calc(100%-60px);
        vertical-align: top;
    }

    .newsnew .content .communitycalendar a:hover {
        text-decoration: underline;
    }

.newsnew .content .news .newsitem {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    padding-bottom: 85px;
    border-bottom: 1px solid #c4c2c2;
    margin-bottom: 55px;
    display: none;
}

    .newsnew .content .news .newsitem:nth-child(even) {
        margin-right: 0;
    }

    .newsnew .content .news .newsitem img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        max-height: 500px;
    }

    .newsnew .content .news .newsitem p.date {
        margin-top: 26px;
        font-size: 15px;
        font-weight: 700;
        color: #003867;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

.main-body .servicesnew.details.newsnew .newsitem h2 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
}

    .main-body .servicesnew.details.newsnew .newsitem h2 a {
        color: #0fa1ae;
    }

        .main-body .servicesnew.details.newsnew .newsitem h2 a:hover {
            text-decoration: underline;
        }

.newsnew .content #loadMore {
    width: 230px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #0fa1ae;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center;
    margin-bottom: 16em;
}

@media (max-width: 768px) {
    .newsnew .content .news .newsitem {
        width: 100%;
        margin-right: 0;
    }
}

/*# 2018 update / News / Details Page #*/
.newsdetailnew.servicesnew .breadcrumbs {
    margin-top: 29px;
    margin-bottom: 55px;
}

.main-body .newsdetailnew h1 {
    font-size: 13px;
    font-weight: 700;
    color: #0fa1ae;
    letter-spacing: 0;
    margin-bottom: 7px;
}

.main-body .newsdetailnew.servicesnew.details h2 {
    font-size: 48px;
    width: 80%;
    line-height: 49px;
}

.main-body .newsdetailnew p.date {
    font-size: 18px;
    margin-top: 14px;
    color: #003867;
    margin-bottom: 40px;
}

.newsdetailnew .articleimg {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

.newsdetailnew .newscontent,
.newsdetailnew .newscontent p {
    font-size: 16px;
    line-height: 26px;
}

.newsdetailnew .newsdetail {
    margin-bottom: 50px;
}

.newsdetailnew .share {
    margin-bottom: 36px;
}

.newsdetailnew .sharetext {
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    vertical-align: top;
}

.newsdetailnew .addthis_inline_share_toolbox {
    display: inline-block;
    margin-top: -14px;
    margin-left: 10px;
    margin-bottom: 33px;
}

.newsdetailnew .buttons {
    margin-bottom: 100px;
}

    .newsdetailnew .buttons a {
        font-size: 12px;
        font-weight: 700;
        width: 40%;
        display: block;
        color: #707070;
        vertical-align: top;
        float: left;
    }

        .newsdetailnew .buttons a:hover {
            text-decoration: underline;
        }

    .newsdetailnew .buttons .fa {
        font-size: 19px;
        vertical-align: middle;
        margin-right: 1px;
        color: #0fa1ae;
    }

    .newsdetailnew .buttons .articletitle {
        display: block;
        margin-top: 12px;
        font-size: 15px;
        color: #000000;
    }

    .newsdetailnew .buttons a.nextbutton {
        text-align: right;
        float: right;
    }

.newsdetailnew.servicesnew.details .colRight {
    margin-top: 2.3em;
}

.main-body .newsdetailnew.servicesnew.details .rightnav {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 30px;
}

    .main-body .newsdetailnew.servicesnew.details .rightnav h3 {
        margin: 0;
        font-size: 20px;
        line-height: 51px;
        color: #003867;
        letter-spacing: 0;
    }

    .main-body .newsdetailnew.servicesnew.details .rightnav .navhead {
        border-top: 1px solid #c4c2c2;
        border-bottom: 1px solid #c4c2c2;
        margin-bottom: 20px;
    }

    .main-body .newsdetailnew.servicesnew.details .rightnav a {
        color: #333333;
    }

        .main-body .newsdetailnew.servicesnew.details .rightnav a:hover {
            text-decoration: underline;
        }

        .main-body .newsdetailnew.servicesnew.details .rightnav a .fas,
        .main-body .newsdetailnew.servicesnew.details .rightnav a.active {
            color: #0fa1af;
        }

/*# 2018 update / Locations #*/

/*# 2018 update / Locations / Listing Page #*/

.servicesnew.locationsnew .breadcrumbs {
    margin-bottom: 50px;
}

.main-body .servicesnew.locationsnew h2 {
    color: #003867;
    line-height: 45px;
    margin-bottom: 27px;
}

.main-body .locationsnew .location {
    padding-bottom: 23px;
    border-bottom: 1px solid #c4c2c2;
    margin-bottom: 22px;
    width: 75%;
}

    .main-body .locationsnew .location:last-child {
        border-bottom: 0;
        margin-bottom: 121px;
    }

.servicesnew.locationsnew .left,
.servicesnew.locationsnew .right {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    padding-right: 80px;
    box-sizing: border-box;
}

.servicesnew.locationsnew .right {
    width: 36%;
    padding-right: 0;
}

.main-body .locationsnew p {
    line-height: 16px;
    font-weight: bold;
    margin: .5em 0;
    color: #333333;
}

    .main-body .locationsnew p.loc {
        margin-top: 20px;
        font-size: 14px;
    }

        .main-body .locationsnew p.loc a {
            color: #0fa1af;
        }

.locationsnew .location iframe,
.locationsnew .map iframe {
    height: 180px !important;
    width: 100% !important;
}

@media (max-width: 1080px) {
    .main-body .locationsnew .location {
        width: 100%;
    }

    .servicesnew.locationsnew .content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 600px) {

    .servicesnew.locationsnew .left,
    .servicesnew.locationsnew .right {
        width: 100%;
    }

    .servicesnew.locationsnew .left {
        margin-bottom: 20px;
        padding-right: 0;
    }
}

/*# 2018 update / Locations / Details Page #*/
.servicesnew.locationsnew.details .colLeft {
    padding-right: 85px;
    box-sizing: border-box;
    padding-bottom: 70px;
    border-bottom: 1px solid #c4c2c2;
}

.main-body .servicesnew.locationsnew.details h2 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 42px;
    width: 100%;
    margin-top: 6px;
}

.main-body .locationsnew.details p,
.main-body .locationsnew.details .colLeft ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 26px;
}

    .main-body .locationsnew.details .colLeft ul,
    .main-body .locationsnew.details .colLeft ul li {
        list-style-type: disc;
        margin-left: 20px;
    }

.servicesnew.locationsnew.details .intro p {
    font-size: 21px;
    font-weight: 400;
    color: #0fa1af;
    line-height: 30px;
}

.servicesnew.locationsnew.details .colRight {
    margin-top: 11.5em;
}

    .servicesnew.locationsnew.details .colRight .contact {
        background-color: #003867;
        color: #ffffff;
        padding: 30px 20px;
        margin-bottom: 16px;
    }

.main-body .servicesnew.locationsnew.details .contact h3 {
    color: #ffffff;
    font-size: 29px;
    line-height: 23px;
    letter-spacing: 0px;
    word-spacing: 0;
    margin-bottom: 32px;
}

.main-body .servicesnew.locationsnew.details .contact p {
    color: #ffffff;
    font-weight: 700;
    line-height: 23px;
}

    .main-body .servicesnew.locationsnew.details .contact p a.tel {
        color: #ffffff;
        text-decoration: underline;
    }

.main-body .locationsnew.details .map p a {
    font-size: 14px;
    color: #0fa1af;
    font-weight: 600;
}

@media (max-width: 850px) {

    .servicesnew.locationsnew.details .colRight .contact,
    .servicesnew.locationsnew.details .colRight .map {
        width: 50%;
        min-width: 300px;
        margin: 0 auto 16px auto;
    }

    .servicesnew.locationsnew.details .colLeft {
        padding: 0 20px;
    }
}

/*# 2018 update / Services / Boxes #*/
.boxes {
    width: 100%;
}

    .boxes .box {
        width: 49%;
        display: inline-block;
        text-align: center;
        padding-right: 20px;
        box-sizing: border-box;
        vertical-align: top;
    }

        .boxes .box img {
            max-width: 100%;
            padding: 0;
        }

/*# Hearts of St Peters LP #*/

.lp3 .threecols .col {
    width: 25% !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding-right: 2%;
}

    .lp3 .threecols .col:last-child {
        padding-right: 0;
    }

    .lp3 .threecols .col:nth-child(2) {
        width: 43% !important;
    }

.lp3 h1 img {
    vertical-align: top;
    width: 335px;
    padding: 0;
    margin-top: -8px;
}

.lp3 h1 {
    font-weight: 500;
    color: #181818;
    margin-top: 8px;
    font-size: 3.7em;
}

.lp3 .general p {
    line-height: 26px;
    color: #181818;
}

@media (max-width: 900px) {

    .lp3 .threecols .col,
    .lp3 .threecols .col:nth-child(2) {
        width: 100% !important;
        margin: 2em 0;
        padding: 0 2em;
        box-sizing: border-box;
    }

    .lp3 h1 {
        text-align: center;
    }
}

/*# 2019 Updates #*/

/*# 2019 Updates / Home #*/
.home2019 h1.accessibility {
    text-indent: -9999px;
    position: absolute;
}

.home2019 section.level3 {
    padding-top: 48px;
}

    .home2019 section.level3 .inner-wrapper h2,
    .home2019 section.level4 .inner-wrapper h2,
    .home2019 section.level5 .inner-wrapper h2 {
        font-weight: 500;
        font-size: 33px;
        text-align: center;
        color: #181818;
        margin: 0 0 15px 0;
        letter-spacing: 2px;
    }

.home2019 section.level5 {
    padding-top: 48px;
    padding-bottom: 40px;
}

    .home2019 section.level5 .locations-boxes,
    .home2019 section.level4 .awards {
        position: relative;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

.home2019 section.level4 .awards {
    overflow: unset;
}

    .home2019 section.level5 .locations-boxes .slick-arrow,
    .home2019 section.level4 .awards .slick-arrow {
        position: absolute;
        top: calc(50% - 30px);
        font-size: 30px;
        cursor: pointer;
    }

        .home2019 section.level5 .locations-boxes .slick-arrow.fa-chevron-left,
        .home2019 section.level4 .awards .slick-arrow.fa-chevron-left {
            left: -30px;
        }

        .home2019 section.level5 .locations-boxes .slick-arrow.fa-chevron-right,
        .home2019 section.level4 .awards .slick-arrow.fa-chevron-right {
            right: -30px;
        }

.home2019 section.level5 .locations-boxes .location {
    padding: 0 15px;
}

    .home2019 section.level5 .locations-boxes .location a {
        font-size: 15px;
        line-height: 18px;
    }

        .home2019 section.level5 .locations-boxes .location a img {
            margin: 0 auto;
            padding-bottom: 10px;
            width: 100%;
            max-width: 100%;
        }

        .home2019 section.level5 .locations-boxes .location a:hover,
        .home2019 section.level5 .locations-boxes .location a:focus {
            text-decoration: underline;
        }

.home.home2019 section.level4 {
    padding-top: 13px;
    padding-bottom: 40px;
    margin: 0;
}

.home2019 section.level4 .awards img {
    margin: 0 auto;
}

@media (max-width: 600px) {

    .home2019 section.level5 .locations-boxes .slick-arrow.fa-chevron-left,
    .home2019 section.level4 .awards .slick-arrow.fa-chevron-left {
        left: -15px;
    }

    .home2019 section.level5 .locations-boxes .slick-arrow.fa-chevron-right,
    .home2019 section.level4 .awards .slick-arrow.fa-chevron-right {
        right: -15px;
    }
}

.general .contact.donate iframe {
    height: 1700px !important;
    overflow: scroll !important;
}

.hbspt-form {
    margin-bottom: 15px;
}

    .hbspt-form .hs-error-msg {
        color: #ff0000;
    }

    .hbspt-form .submitted-message {
        font-weight: 700;
        font-size: 1.1em;
    }

    .hbspt-form input.hs-input {
        padding: .7em .2em;
        display: block;
        border: 1px solid #ccc;
        width: 100%;
    }

    .hbspt-form input[type="submit"] {
        margin-top: 15px;
        border: none;
        font-size: 1.17em;
        color: #fff;
        background-color: #013769;
        transition: all .3s ease 0s;
        max-width: 96px;
        padding: 10px 10px;
        display: block;
    }

/*# Alert #*/
.alert {
    background-color: #d13239;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 10px;
}

    .alert.Notice {
        background-color: #00a0af;
    }

    .alert p {
        margin: 0 !important;
    }

        .alert p a {
            color: #ffffff;
            text-decoration: underline;
        }

/*# 2020 Updates #*/
/*# 2020 Updates / Careers #*/
.main-body .servicesnew.details.careers h2 {
    width: 100%;
}

.main-body .servicesnew.details.careers h3 {
    font-size: 29px;
    line-height: 1em;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 14px;
    letter-spacing: 0;
}

.servicesnew.details.careers .general {
    margin-bottom: 30px;
    padding-right: 50px;
}

    .servicesnew.details.careers .general p {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 9px;
    }

    .servicesnew.details.careers .general .intro p {
        font-size: 21px;
    }

.whyworkhere {
    height: 460px;
}

    .whyworkhere .slick-arrow {
        position: absolute;
        bottom: 30px;
        background: transparent;
        border: 0;
        text-indent: -9999px;
        font-size: 20px;
        color: #003867;
        cursor: pointer;
    }

        .whyworkhere .slick-arrow.slick-next {
            left: calc(50% + 20px);
        }

            .whyworkhere .slick-arrow.slick-next:before {
                content: "\f054";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                text-indent: 0;
            }

        .whyworkhere .slick-arrow.slick-prev {
            left: calc(50% - 20px);
            border-right: 1px solid #c4c2c2;
            padding-right: 20px;
        }

            .whyworkhere .slick-arrow.slick-prev:before {
                content: "\f053";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                text-indent: 0;
            }

    .whyworkhere img {
        max-width: 100%;
        padding: 0;
        max-height: 385px;
        margin: 0 auto;
    }

    .whyworkhere iframe {
        width: 100% !important;
        height: 385px !important;
        padding: 0 !important;
    }

.careers hr {
    height: 1px;
    background-color: #c4c2c2;
    border: none;
}

.servicesnew.details.careers .general.bottom {
    margin-top: 30px;
    padding-right: 0;
}

.careers .alternating .img {
    width: 28%;
    text-align: center;
    margin-bottom: 60px;
}

    .careers .alternating .img img {
        max-width: 100%;
        padding: 0;
    }

.careers .alternating {
    clear: both;
    margin-top: 10px;
}

    .careers .alternating .content {
        width: 70%;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .careers .alternating:nth-child(odd) .img,
    .careers .alternating:nth-child(even) .content {
        float: left;
    }

    .careers .alternating:nth-child(even) .img,
    .careers .alternating:nth-child(odd) .content {
        float: right;
    }

    .careers .alternating:nth-child(odd) .content {
        text-align: right;
    }

.main-body .servicesnew.details.careers .bottom h2 {
    margin-bottom: 37px;
}

.main-body .servicesnew.details.careers .bottom p {
    font-size: 22px;
}

.general.bottom hr {
    margin-bottom: 2.7em;
}

.general.bottom .singletestimonial {
    margin-bottom: 65px;
}

    .general.bottom .singletestimonial > img {
        display: inline-block;
        width: 26%;
        padding: 0;
        margin-top: 16px;
        vertical-align: top;
        max-width: 100%;
    }

.servicesnew.details .general.bottom .singletestimonial .content {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    padding-left: 70px;
    box-sizing: border-box;
}

    .servicesnew.details .general.bottom .singletestimonial .content p {
        color: #1da7b4;
        font-size: 29px;
        line-height: 34px;
    }

        .servicesnew.details .general.bottom .singletestimonial .content p:last-child {
            font-size: 21px;
            margin-top: 30px;
        }

.general.bottom .singletestimonial .content img {
    padding: 0;
    margin-bottom: 10px;
}

.general.bottom .employeeportal {
    background: url('/SaintPeters/media/SaintPeters/careers/employee-portal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    padding-left: 50%;
    padding-right: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

    .general.bottom .employeeportal a.btn {
        display: inline-block;
        width: 160px;
        text-align: center;
        text-decoration: none;
        margin-top: 27px;
        font-size: 18px;
        color: #ffffff;
        background-color: #003867;
        padding: 15px 0;
    }

.servicesnew.details.careers .colLeft {
    width: 72%;
}

.servicesnew.details.careers .colRight {
    margin-top: 13em;
    width: 27%;
}

    .servicesnew.details.careers .colRight .side-nav li a {
        font-size: 18px;
        line-height: 18px;
    }

    .servicesnew.details.careers .colRight .side-nav li {
        background-image: url('/SaintPeters/media/SaintPeters/arrow-menu.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 25px;
    }

        .servicesnew.details.careers .colRight .side-nav li a:after {
            content: none;
        }

    .servicesnew.details.careers .colRight div.side-nav {
        padding-bottom: 15px;
        border-bottom: 1px solid grey;
    }

    .servicesnew.details.careers .colRight .bottomcta {
        margin-top: 30px;
    }

        .servicesnew.details.careers .colRight .bottomcta p {
            font-size: 18px;
            font-weight: 900;
        }

    .servicesnew.details.careers .colRight .side-nav li:nth-child(even) {
        background-color: #003867;
    }

    .servicesnew.details.careers .colRight .side-nav li:last-child {
        background-color: #0fa1af;
    }

    .servicesnew.details.careers .colRight .side-nav li:nth-last-child(2) {
        background-color: #0fa1af;
    }

@media (max-width: 1084px) {
    .servicesnew.details.careers .colLeft {
        width: 65%;
    }

    .servicesnew.details.careers .colRight {
        width: 34%;
    }
}

@media (max-width: 925px) {

    .servicesnew.details.careers .colLeft,
    .servicesnew.details.careers .colRight {
        width: 100%;
    }

    .servicesnew.details.careers .general {
        padding-right: 0;
    }

    .servicesnew.details.careers .colRight {
        margin-top: 0;
    }

    .careers .alternating .img,
    .careers .alternating .content {
        float: none !important;
        width: 100%;
    }

    .careers .alternating:nth-child(odd) .content {
        text-align: left;
    }

    .servicesnew.details .general.bottom .singletestimonial .content {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .general.bottom .singletestimonial > img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .general.bottom .employeeportal {
        background-image: none;
        background-color: #f2f2f2;
        padding: 25px;
        text-align: left;
    }

        .general.bottom .employeeportal .mobile {
            display: block !important;
        }

            .general.bottom .employeeportal .mobile img {
                padding: 0;
                max-width: 100%;
                margin-top: 30px;
            }
}

@media (max-width: 850px) {
    .servicesnew.details.careers .colRight .side-nav li {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

/*# Event Calendar / mobile #*/
@media (max-width: 1080px) {
    .events {
        padding: 0 2rem;
    }

        .events > .col,
        .events .col:first-of-type {
            width: 100% !important;
            margin-bottom: 50px !important;
        }
}

@media (max-width: 768px) {

    .events .PagerControl span:nth-of-type(3),
    .events .PagerControl .link-first,
    .events .PagerControl .link-last,
    .events .PagerControl .results,
    .events .PagerControl .physician-list,
    .events .PagerResults {
        display: inline;
    }

    .events .PagerControl span {
        font-size: 20px;
    }

    .events .PagerNumberArea {
        margin-top: 15px;
    }

    .events .PagerControl {
        text-align: center;
    }

        .events .PagerControl a.UnselectedPrev,
        .events .PagerControl .SelectedPrev,
        .events .PagerControl .link-prev,
        .events .PagerControl a.UnselectedNext,
        .events .PagerControl .SelectedNext,
        .events .PagerControl .link-next {
            float: none;
        }
}

/*# Accordions #*/
.servicesnew.details .general:not(:first-child) {
    margin-top: 0;
}

.PaneHeader, .SelectedPaneHeader {
    color: #0fa1af;
    text-decoration: underline;
    cursor: pointer;
}

.PaneContent > div {
    margin-left: 30px;
    margin-bottom: 30px;
}

/*# Krames Video #*/
.kramesvideo {
    margin-bottom: 40px;
}

    .kramesvideo > div > div:nth-child(2) {
        width: 100%;
    }

    .kramesvideo video {
        width: 100% !important;
        height: auto !important;
    }

/*# Our Benefits #*/

.benefits-page-title {
    margin-top: 3.7rem;
}

.benefits-page-intro {
    margin-top: 2.2rem;
}

    .benefits-page-intro p {
        color: #10a1af;
        font-size: 22px;
        font-weight: 500;
    }

.our-benefits-listing-container > div {
    margin-top: 3.8rem;
    margin-bottom: 23.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
}



a.our-benefits-item {
    background-color: #10a1af;
    width: 22rem;
    height: 10.8rem;
}

    a.our-benefits-item:nth-child(even) {
        background-color: #013668
    }

p.our-benefits-item-text {
    font-size: 25px;
    font-weight: 600;
    padding-left: 2rem;
    padding-top: 1.8rem;
    padding-right: 0rem;
    color: #fff
}

span.our-benefits-item-icon {
    display: block;
}

    span.our-benefits-item-icon::after {
        background-image: url("/SaintPeters/media/SaintPeters/arrow-menu.png");
        content: '';
        width: 45px;
        display: block;
        height: 45px;
        background-repeat: no-repeat;
        float: right;
        margin-right: 1.4rem;
        position: relative;
        top: -3px;
        background-size: 36px;
    }

/*# Health & Wellness #*/

.health-wellness-container {
    margin-top: 3.6rem;
    margin-bottom: 30px;
    padding-right: 50px;
}

    .health-wellness-container h2 {
        font-size: 31px !important;
    }

    .health-wellness-container p {
        font-size: 17px;
        margin-top: 6px;
    }

.health-plan-container {
    margin-bottom: 35px;
    padding-right: 50px;
}

p.health-plan-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

p.health-plan-description {
    margin: 0;
    font-size: 17px;
}

a.health-plan-link {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    font-weight: bold;
}

    a.health-plan-link.active::after {
        background-image: url('/SaintPeters/media/SaintPeters/filled-right-chevron-transparent.png');
        content: '';
        width: 28px;
        height: 28px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 16px;
        vertical-align: middle;
        top: 4px;
        left: 9px;
        position: relative;
    }

.health-wellness .colLeft ul li {
    font-size: 17px;
    margin-bottom: 28px !important;
}

.health-wellness .colLeft ul.bullets li {
    list-style: disc;
    margin-left: 1.5rem;
}

table.our-benefits-table {
    width: 100%;
    font-size: 15px;
}

    table.our-benefits-table thead {
        font-weight: bold;
    }

table.our-benefits-table, .our-benefits-table th, .our-benefits-table td {
    border: 1px solid black;
    border-collapse: collapse;
}
/*# !END OF FILE #*/
