

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,500,700');
/* ----------------------------------------------------
Backgrounds
---------------------------------------------------- */
.bg-dark-green {
    background-color: #00643c;
}

.bg-light-green {
    background-color: #699d27;
    color: #ffffff;
}

    .bg-light-green h2,
    .bg-light-green h3,
    .bg-light-green h4,
    .bg-light-green .content-label {
        color: #ffffff;
    }

    .bg-light-green a {
        color: #ffffff;
    }

        .bg-light-green a .title,
        .bg-light-green a .content-type {
            color: #ffffff !important;
        }

.bg-bright-green {
    background-color: #a6dd5f;
}

.bg-gray {
    background-color: #696a6c;
}

.bg-light-gray {
    background-color: #929499;
}

.bg-soft-gray {
    background-color: #f4f4f5;
}

.bg-dark-blue {
    background-color: #286077;
}

.bg-orange {
    background-color: #de641f;
}

.bg-light-blue {
    background-color: #0e94e1;
}

.bg-light-orange {
    background-color: #f9a255;
}

.bg-brown {
    background-color: #715c2a;
}

.bg-tan {
    background-color: #ccab76;
}

.bg-link-blue {
    background-color: #0074b8;
}

.bg-alert-red {
    background-color: #e53e30;
}

.bg-alert-yellow {
    background-color: #ffa800;
}

.bg-alert-green {
    background-color: #a6dd5f;
}
/* ----------------------------------------------------
Buttons
---------------------------------------------------- */
.btn {
    border-radius: 2px;
    font-weight: 700;
}

.btn-primary {
    background-color: #0074b8;
    border-color: #0074b8;
    color: #ffffff;
}

.btn-default {
    background-color: #ffffff;
    border-color: #0074b8;
    color: #0074b8;
}

.btn-white-outline {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-lg {
    padding: 18px;
}

.btn-sm {
    padding: 9px;
}

.btn-xs {
    padding: 4px 9px;
}

#MyHealth {
    display: block;
    text-align: center;

}
#MyHealth a {
    background: #de641f;
    border: none;
    padding: 9px 15px;
	color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
	border-radius: 2px;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	margin-right:10px;
}
#MyHealth a:hover {
	text-decoration:none;
}
#MyHealth span {
    font-size: 1.2rem;
}

        #MyHealth span.green {
            color: #00643c;
            font-size: 1.5rem;
        }
/* ----------------------------------------------------
Type
---------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-weight: 500;
}

@media (min-width: 992px) {
    body {
        font-size: 1.8rem;
    }
}
/* ----------------------------------------------------
Typeface classes
---------------------------------------------------- */
.primary-font {
    font-family: 'Montserrat', sans-serif;
}

.secondary-font {
    font-family: Georgia, Times, "Times New Roman", serif;
}
/* ----------------------------------------------------
Headers
Header scales from http://type-scale.com/
---------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading,
body.internal .homepage-tabs-row .homepage-tabs-heading,
body.internal .internal-slider .slide .slide-text .slide-heading,
body.internal .story-slider .slide .slide-text .slide-heading {
    color: #00643c;
    font-weight: 700;
    line-height: 1.3;
}

    h1:display,
    .h1:display,
    h2:display,
    .h2:display,
    h3:display,
    .h3:display,
    h4:display,
    .h4:display {
        text-transform: uppercase;
        font-weight: 200;
    }

h1,
.h1 {
    margin-bottom: 36px;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading {
    margin-bottom: 18px;
}

h1,
.h1,
.h1-size {
    font-size: 2.7rem;
}

p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    h1,
    .h1,
    .h1-size {
        font-size: 4.3rem;
    }
}

@media (min-width: 992px) {
    h1,
    .h1,
    .h1-size {
        font-size: 5rem;
    }
}

h2,
.h2,
.h2-size {
    font-size: 2.3rem;
}

@media (min-width: 768px) {
    h2,
    .h2,
    .h2-size {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    h2,
    .h2,
    .h2-size {
        font-size: 3.5rem;
    }
}

h3,
.h3,
.h3-size,
body.home .homepage-tabs-row .homepage-tabs-heading,
body.home .frontpage-slider .slide .slide-text .slide-heading,
body.internal .homepage-tabs-row .homepage-tabs-heading,
body.internal .internal-slider .slide .slide-text .slide-heading
body.internal .story-slider .slide .slide-text .slide-heading {
    font-size: 2rem;
}

@media (min-width: 768px) {
    h3,
    .h3,
    .h3-size,
    body.home .homepage-tabs-row .homepage-tabs-heading,
    body.home .frontpage-slider .slide .slide-text .slide-heading,
    body.internal .homepage-tabs-row .homepage-tabs-heading,
    body.internal .internal-slider .slide .slide-text .slide-heading,
    body.internal .story-slider .slide .slide-text .slide-heading {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    h3,
    .h3,
    .h3-size,
    body.home .homepage-tabs-row .homepage-tabs-heading,
    body.home .frontpage-slider .slide .slide-text .slide-heading,
    body.internal .homepage-tabs-row .homepage-tabs-heading,
    body.internal .internal-slider .slide .slide-text .slide-heading,
    body.internal .story-slider .slide .slide-text .slide-heading {
        font-size: 2.5rem;
    }
}

h4,
.h4,
.h4-size {
    font-size: 1.8rem;
}

h4,
.h4 {
    text-transform: uppercase;
}
/* ----------------------------------------------------
Copy Sizes
---------------------------------------------------- */
.intro-copy {
    font-size: 2rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .intro-copy {
        font-size: 2.3rem;
    }
}

.extra-large-type {
    font-size: 2rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .extra-large-type {
        font-size: 2.3rem;
    }
}

.large-type {
    font-size: 1.8rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .large-type {
        font-size: 2rem;
    }
}

.default-type {
    font-size: 1.6rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .default-type {
        font-size: 1.8rem;
    }
}

.small-type {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .small-type {
        font-size: 1.6rem;
    }
}

.extra-small-type {
    font-size: 1.4rem;
}
/* ----------------------------------------------------
Custom type classes
---------------------------------------------------- */
.meta {
    font-size: 1.4rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}

    .meta a {
        display: inline-block !important;
    }

.content-label {
    font-size: 1.2rem;
    color: #00643c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
}

.content-type {
    font-size: 1.4rem;
    color: #696a6c;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
}

.dash-top {
    margin-top: 18px;
    padding-top: 18px;
    position: relative;
}

    .dash-top:before {
        content: "";
        height: 3px;
        line-height: 3px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        background-color: #a6dd5f;
    }

.dash-bottom {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

    .dash-bottom:before {
        content: " ";
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        background-color: #a6dd5f;
    }
/* --------------------------------------------------
Multiple columns
-------------------------------------------------- */
@media (min-width: 768px) {
    .multi-column-2 {
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}

@media (min-width: 768px) {
    .multi-column-3 {
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}

@media (min-width: 992px) {
    .multi-column-3 {
        -webkit-column-width: 33%;
        -moz-column-width: 33%;
        column-width: 33%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 36px;
        -moz-column-gap: 36px;
        column-gap: 36px;
    }
}

.control-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    background-color: transparent;
}

    .control-wrapper:before,
    .control-wrapper:after {
        content: " ";
        display: table;
    }

    .control-wrapper:after {
        clear: both;
    }

@media (min-width: 768px) {
    .control-wrapper {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.control-wrapper.container {
    width: 100%;
}
/* --------------------------------------------------
Link Lists
-------------------------------------------------- */
.link-list ul,
.link-list dl {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

.link-list li,
.link-list dd {
    margin-bottom: 9px;
    line-height: 1.4;
}

.link-list dt {
    position: relative;
}

    .link-list dt:before {
        left: 0;
        margin-left: 0;
    }

.link-list h2,
.link-list h3,
.link-list h4 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 9px;
    margin-bottom: 36px;
}

    .link-list h2 span,
    .link-list h3 span,
    .link-list h4 span {
        font-weight: 200;
    }

.link-list.block {
    background-color: #f4f4f5;
    padding: 18px;
    margin-bottom: 36px;
}

    .link-list.block h2,
    .link-list.block h3,
    .link-list.block h4 {
        border-bottom-color: #dedede;
    }

@media (min-width: 768px) {
    .link-list.block {
        padding: 36px;
    }
}

.link-list.collapsable ul,
.link-list.collapsable dl {
    display: none;
}

@media (min-width: 992px) {
    .link-list.collapsable ul,
    .link-list.collapsable dl {
        display: block;
    }
}

@media (max-width: 768px) {
    .link-list.collapsable .content-label {
        border-top: 1px solid #ebebeb;
    }
}
/* --------------------------------------------------
Accordion
-------------------------------------------------- */
[data-toggle="collapse"],
[class|="collapsable-header"] {
    position: relative;
    padding-left: 36px;
    display: block;
    text-decoration: none;
}

    [data-toggle="collapse"]:hover,
    [class|="collapsable-header"]:hover,
    [data-toggle="collapse"]:active,
    [class|="collapsable-header"]:active,
    [data-toggle="collapse"]:visited,
    [class|="collapsable-header"]:visited {
        text-decoration: none;
    }

    [data-toggle="collapse"][aria-expanded="true"] svg,
    [class|="collapsable-header"][aria-expanded="true"] svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

        [data-toggle="collapse"][aria-expanded="true"] svg .bar-horizontal,
        [class|="collapsable-header"][aria-expanded="true"] svg .bar-horizontal {
            visibility: hidden;
        }

    [data-toggle="collapse"] svg,
    [class|="collapsable-header"] svg {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
        height: 16px;
        width: 16px;
        fill: #0074b8;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        [data-toggle="collapse"] svg rect.bar-horizontal,
        [class|="collapsable-header"] svg rect.bar-horizontal {
            visibility: inherit;
        }

[class|="collapsable-header"] {
    padding-left: 20px;
}

    [class|="collapsable-header"] svg {
        margin-top: -5px;
        height: 10px;
        width: 10px;
    }

.accordion {
    padding-top: 18px;
    border-top: 1px solid #ebebeb;
    float: left;
    width: 100%;
}

    .accordion:last-of-type {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 36px;
    }

    .accordion .accordion-title {
        text-transform: none;
        margin: 0 0 18px;
    }

        .accordion .accordion-title a {
            position: relative;
            padding-left: 36px;
            display: block;
            text-decoration: none;
        }
		
		.sidegrbox {
			background-color: #699d27;
		}
		
		.sidegrbox .accordion .accordion-title a,
		.sidegrbox .accordion .accordion-title a:hover,
            .sidegrbox .accordion .accordion-title a:active,
            .sidegrbox .accordion .accordion-title a:visited {
			color:#fff;
        }

            .accordion .accordion-title a:hover,
            .accordion .accordion-title a:active,
            .accordion .accordion-title a:visited {
                text-decoration: none;
            }

            .accordion .accordion-title a[aria-expanded="true"] svg, .sidegrbox .accordion .accordion-title a[aria-expanded="true"] svg {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
            }

                .accordion .accordion-title a[aria-expanded="true"] svg .bar-horizontal, .sidegrbox .accordion .accordion-title a[aria-expanded="true"] svg .bar-horizontal {
                    visibility: hidden;
                }

            .accordion .accordion-title a svg {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -8px;
                height: 16px;
                width: 16px;
                fill: #0e94e1;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                -ms-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }
			
			.sidegrbox .accordion .accordion-title a svg {
                fill: #000;
            }

                .accordion .accordion-title a svg rect.bar-horizontal, .sidegrbox .accordion .accordion-title a svg rect.bar-horizontal {
                    visibility: inherit;
                } 

    .accordion .learn-more {
        text-align: center;
    }

.accordion-wrapper {
    float: left;
    width: 100%;
}

    .accordion-wrapper > .row {
        background-color: #f4f4f5;
        margin: 0;
        padding-top: 18px;
    }

@media (min-width: 768px) {
    .accordion-wrapper > .row {
        padding: 36px;
    }
}
/* --------------------------------------------------
Nav callouts
-------------------------------------------------- */
.nav-callout {
    display: block;
    padding: 36px 0 0;
    border-top: 1px solid #ebebeb;
}

@media (min-width: 768px) {
    .nav-callout {
        padding: 36px 0;
    }
}

.nav-callout:first-of-type {
    border-top: none;
    padding-top: 0;
}

.nav-callout .callout-title {
    color: #0074b8;
    margin: 0 0 18px;
}

.nav-callout .photo {
    margin-bottom: 36px;
}

    .nav-callout .photo img {
        max-width: 100%;
    }

.nav-callout p {
    color: #000000;
}

.nav-callout:hover {
    text-decoration: none;
}

    .nav-callout:hover h2 {
        color: #286077;
        text-decoration: underline;
    }
/* --------------------------------------------------
Media cards
-------------------------------------------------- */
.mc {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .mc {
        margin-bottom: 36px;
    }
}

.mc img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.mc .mc-wrapper {
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    background-color: #f4f4f5;
    padding-bottom: 36px;
}

.mc .mc-title,
.mc .meta,
.mc .content-type {
    display: block;
    margin-bottom: 18px;
}

    .mc .mc-title a,
    .mc .meta a,
    .mc .content-type a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

.mc .mc-title {
    font-weight: 700;
    color: #00643c;
    margin-top: 0;
}

.mc a:not(.btn) {
    display: block;
}

.mc a .mc-title {
    color: #0074b8;
}

.mc.mc-full-bleed .mc-wrapper {
    align-content: center;
    align-items: center;
    display: flex;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    justify-content: center;
    padding: 36px;
    text-align: center;
    min-height: 250px;
}

@media (min-width: 768px) {
    .mc.mc-full-bleed .mc-wrapper {
        min-height: 400px;
    }
}

.mc.mc-full-bleed .mc-title {
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    margin-top: 0;
}

.mc.mc-full-bleed p {
    color: #ffffff;
}

    .mc.mc-full-bleed p:last-of-type {
        margin-bottom: 0;
    }

.mc.mc-full-bleed .btn-secondary {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

    .mc.mc-full-bleed .btn-secondary:hover {
        background-color: #0074b8 !important;
        color: #ffffff !important;
        border-color: #0074b8 !important;
    }

.mc.mc-full-bleed a {
    color: #ffffff;
}

    .mc.mc-full-bleed a:hover {
        text-decoration: none;
    }

        .mc.mc-full-bleed a:hover svg {
            fill: #ffffff;
        }

        .mc.mc-full-bleed a:hover .btn {
            background-color: #0074b8;
            border-color: #0074b8;
            color: #ffffff;
        }

.mc.mc-50-50 {
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media (min-width: 500px) {
    .mc.mc-50-50 {
        float: none;
        display: flex;
    }
}

.mc.mc-50-50 .mc-photo {
    min-height: 250px;
    background-size: cover;
    width: 100%;
}

@media (min-width: 500px) {
    .mc.mc-50-50 .mc-photo {
        float: none;
        width: 50%;
    }
}

.mc.mc-50-50 .mc-title {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .mc.mc-50-50 .mc-title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .mc.mc-50-50 .mc-title {
        font-size: 2.5rem;
    }
}

.mc.mc-50-50 .mc-copy {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 36px;
}

@media (min-width: 500px) {
    .mc.mc-50-50 .mc-copy {
        float: none;
        width: 50%;
        padding: 36px;
    }
}

@media (min-width: 992px) {
    .mc.mc-50-50 .mc-copy {
        padding: 72px 36px;
    }
}

.mc-copy {
    font-size: 1.6rem;
    display: block;
    padding: 36px 36px 0;
}

@media (min-width: 768px) {
    .mc-flexbox-stretch {
        float: none;
        display: flex;
    }

        .mc-flexbox-stretch .mc-full-bleed {
            float: none;
            display: flex;
        }
}
/* --------------------------------------------------
Pullquote
-------------------------------------------------- */
.pullquote {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
    text-align: center;
}

    .pullquote img {
        display: inline-block;
        text-align: center;
        margin: 0 auto 9px;
        width: 100px;
        height: 100px;
    }

@media (min-width: 768px) {
    .pullquote img {
        width: 150px;
        height: 150px;
    }
}

.pullquote .quote-wrapper {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media (min-width: 992px) {
    .pullquote .quote-wrapper {
        font-size: 1.6rem;
    }
}

.pullquote .quote-wrapper .row {
    width: 100%;
    margin: 0;
    padding: 0 36px;
}

.pullquote blockquote {
    border: none;
    padding: 0;
    margin: 0;
}

.pullquote .quote {
    color: #00643c;
    font-weight: 700;
    line-height: 1.3;
    font-size: 2rem;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
}

    .pullquote .quote:display {
        text-transform: uppercase;
        font-weight: 200;
    }

@media (min-width: 768px) {
    .pullquote .quote {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .pullquote .quote {
        font-size: 2.5rem;
    }
}

.pullquote .credit {
    font-size: 1.4rem;
    margin-top: 18px;
    padding-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

    .pullquote .credit:before {
        content: "";
        height: 3px;
        line-height: 3px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -9px;
        width: 18px;
        background-color: #a6dd5f;
    }

.pullquote.hero {
    background: #699d27 url(/img/weave.png) no-repeat left top;
    background-size: 400px auto;
}

@media (min-width: 768px) {
    .pullquote.hero {
        background-size: 550px auto;
    }
}

@media (min-width: 992px) {
    .pullquote.hero {
        background-size: 700px auto;
    }
}

@media (min-width: 992px) {
    .pullquote.hero .quote-wrapper {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

.pullquote.hero .quote {
    font-size: 2.3rem;
    color: #ffffff;
}

@media (min-width: 768px) {
    .pullquote.hero .quote {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    .pullquote.hero .quote {
        font-size: 3.5rem;
    }
}

.pullquote.hero .credit {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
/* --------------------------------------------------
Content Block 25-75
-------------------------------------------------- */
.cb-25-75 {
    border-top: 1px solid #ebebeb;
}

    .cb-25-75:first-of-type {
        border-top: none;
    }

    .cb-25-75 .cb-photo {
        padding: 36px 9px 0;
    }

@media (min-width: 768px) {
    .cb-25-75 .cb-photo {
        padding-right: 18px;
    }
}

@media (min-width: 992px) {
    .cb-25-75 .cb-photo {
        padding-right: 36px;
    }
}

.cb-25-75 .cb-photo img {
    display: block;
    margin: 0 auto;
}

.cb-25-75 .cb-copy {
    padding: 36px 9px 0;
}

@media (min-width: 768px) {
    .cb-25-75 .cb-copy {
        border-left: 1px solid #ebebeb;
        padding-left: 18px;
    }
}

@media (min-width: 992px) {
    .cb-25-75 .cb-copy {
        padding-left: 36px;
    }
}

.cb-25-75 .cb-title {
    margin-top: 0;
}
/* --------------------------------------------------
Notables
-------------------------------------------------- */
.notables {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 36px;
}

@media (min-width: 992px) {
    .notables {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .notables {
        float: none;
        display: table;
    }
}

.notables .item {
    text-align: center;
    padding: 36px 36px 0;
    border-bottom: 1px solid #ebebeb;
}

@media (min-width: 768px) {
    .notables .item {
        border-bottom: none;
        border-left: 1px solid #ebebeb;
        float: none;
        display: table-cell;
    }

        .notables .item:first-of-type {
            border: none;
        }
}

.notables .note-graphic {
    font-size: 6rem;
    color: #286077;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 768px) {
    .notables .note-graphic {
        font-size: 4rem;
    }
}

@media (min-width: 992px) {
    .notables .note-graphic {
        font-size: 5rem;
    }
}

@media (min-width: 1200px) {
    .notables .note-graphic {
        font-size: 6rem;
    }
}

.notables img {
    height: auto;
    max-width: 100px;
    width: 100%;
}
/* --------------------------------------------------
Table
-------------------------------------------------- */
.table {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 36px;
    width: 100%;
}

    .table thead th {
        font-size: 1.2rem;
        color: #00643c;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 9px;
        border-top: none;
        border-bottom: 2px solid #000000;
        font-weight: 500;
    }

    .table td {
        padding: 12px;
        vertical-align: top;
        border-top-color: #ebebeb;
    }

    .table.job-stats td:first-of-type {
        font-size: 1.4rem;
        color: #00643c;
        text-transform: uppercase;
    }

    .table .highlight-row {
        background-color: #f4f4f5;
        font-weight: 700;
    }

@media (max-width: 768px) {
    .table-stack-sm table tr {
        display: block;
        border-top: 1px solid #ebebeb;
        padding: 9px 0;
    }

    .table-stack-sm table td,
    .table-stack-sm table th {
        display: block;
        border: none !important;
        padding: 9px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.uvm-default-link {
    color: #0074b8;
    display: inline-block;
    padding: 0;
    background-color: transparent;
}

    .uvm-default-link:hover,
    .uvm-default-link:focus,
    .uvm-default-link:active {
        color: #286077;
        text-decoration: underline;
    }

.uvm-green-link {
    padding: 0;
    display: inline-block;
    background-color: transparent;
    color: #00643c;
}

    .uvm-green-link:hover,
    .uvm-green-link:focus,
    .uvm-green-link:active {
        text-decoration: underline;
        color: #005030;
    }
/***********************
 * General Styles
 ***********************/
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

html,
body {
    overflow-x: hidden;
}

#content {
    position: relative;
}

    #content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        opacity: 0;
        transition: 0s height, .5s opacity;
    }

#main-content {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

    #main-content > .control-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    #main-content ul,
    #main-content ol {
        margin-bottom: 36px;
    }
	#main-content p {
        margin-bottom: 10px;
    }

.pm-event-item-date {
    max-width: 100px;
    height: auto;
    background-color: #286077;
    margin: 4px;
    text-align: center;
    padding-bottom: 5px;
}

.pm-event-item-month {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 25px;
}

.pm-event-item-day {
    color: white;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 35px;
}

@media (max-width: 767px) {
    html.showing-mobile-menu,
    html.showing-mobile-menu body {
        overflow-x: hidden;
    }

   
}

@media (min-width: 768px) {
    html.showing-desktop-menu,
    html.showing-desktop-menu body {
        overflow-x: hidden;
    }

   
}

img {
    margin: 0 0 10px;
    max-width: 100%;
    height: auto;
}

.green-link {
    color: #00643c;
}

    .green-link:hover,
    .green-link:focus,
    .green-link:active {
        color: #699d27;
    }

#main-content .cb-25-75 p:last-child {
    margin-bottom: 30px;
}

#main-content .mc .mc-wrapper img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.uvm-page-header-tabs > .image-part {
    background-color: #F4F4F5;
}

    .uvm-page-header-tabs > .image-part.has_thumbnail {
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
    }

        .uvm-page-header-tabs > .image-part.has_thumbnail .content-block {
            min-height: 250px;
        }

    .uvm-page-header-tabs > .image-part .content-block-excerpt {
        font-size: 1.8rem;
        color: #333;
        font-weight: 500;
    }

body.single #main-content .parent-page h1.h2 {
    margin-bottom: 12px;
}

@media all and (min-width: 600px) {
    article.type-page .wp-block-columns.has-2-columns .wp-block-column {
        flex-basis: 100%;
    }
}

@media all and (max-width: 781px) {
    article.type-page .wp-block-columns.has-2-columns .wp-block-column {
        margin-left: 0px;
    }
}

input.gform_button.button {
    color: #ffffff;
    background-color: #0074b8;
    border-color: #0074b8;
    font-weight: 700;
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 14px !important;
}

    input.gform_button.button:hover {
        background-color: #286090;
        border-color: #286090;
        text-decoration: none;
    }

body.error404 .page-content ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #0074b8;
}

.irc-starter-responsive-image-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

    .irc-starter-responsive-image-wrap > img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .irc-starter-responsive-image-wrap.auto-height > img:not(.wpsmartcrop-image),
    .irc-starter-responsive-image-wrap.auto-width > img:not(.wpsmartcrop-image) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .irc-starter-responsive-image-wrap.auto-height.auto-height > img:not(.wpsmartcrop-image),
    .irc-starter-responsive-image-wrap.auto-width.auto-height > img:not(.wpsmartcrop-image) {
        height: auto;
    }

    .irc-starter-responsive-image-wrap.auto-height.auto-width > img:not(.wpsmartcrop-image),
    .irc-starter-responsive-image-wrap.auto-width.auto-width > img:not(.wpsmartcrop-image) {
        width: auto;
        max-width: none;
    }

.fb-page-wrapper {
    border-radius: 5px;
    overflow: hidden;
    background-color: $white;
}

a.focus-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

    a.focus-only:focus,
    a.focus-only:active {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: auto;
        height: auto;
        margin: 5px;
        padding: 10px;
        background: #ffffff;
        color: #000000;
        border: 2px solid #000000;
        text-decoration: underline;
        clip: auto;
        z-index: 1000000;
    }
/***********************
 * Frame Styles
 ***********************/
/***********************
 * Frame Styles
 ***********************/
#top-header {
    background-color: #ffffff;
}

    #top-header .logo-area {
        padding: 20px 0;
    }

        #top-header .logo-area > .container > .row {
            display: flex;
        }

            #top-header .logo-area > .container > .row .navbar-brand {
                float: none;
                padding: 0;
            }

        #top-header .logo-area .site-title {
            display: none;
        }

        #top-header .logo-area .lead {
            display: none;
        }

        #top-header .logo-area img {
            
            margin-bottom: 0;
        }

@media (max-width: 767px) {
    #top-header .logo-area {
        padding: 10px 0;
    }

        #top-header .logo-area img {
          
        }
}

#top-header .logo-area .header-widgets {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #top-header .logo-area .header-widgets > * {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #top-header .logo-area .header-widgets > * .widget_media_image {
            display: flex;
            flex-basis: 100%;
        }

            #top-header .logo-area .header-widgets > * .widget_media_image h2 {
                display: none;
            }

            #top-header .logo-area .header-widgets > * .widget_media_image a {
                margin-left: auto;
            }

            #top-header .logo-area .header-widgets > * .widget_media_image img {
                max-width: 100%;
                height: auto;
            }

@media (max-width: 767px) {
    #top-header .logo-area .header-widgets > * .widget_media_image {
        display: none;
    }
}

#top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link {
    background-color: #d25d12;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px;
    margin-right: 15px;
}

    #top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link span:last-child {
        font-style: italic;
    }

    #top-header .logo-area .header-widgets > * .widget_custom_html .header-portal-link:hover {
        background-color: #00643c;
    }

@media (max-width: 767px) {
    #top-header .logo-area .header-widgets > * .widget_custom_html {
        display: none;
    }
}

#top-header .logo-area .header-widgets > * .mobile-eyebrow-button {
    margin: 0;
    background-color: #f4f4f5;
    color: #696a6c;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    border: none;
    transition: 0.3s background-color;
}

    #top-header .logo-area .header-widgets > * .mobile-eyebrow-button span.glyphicon {
        font-size: 18px;
        color: #373737;
    }

    #top-header .logo-area .header-widgets > * .mobile-eyebrow-button span.glyphicon-search {
        color: #141414;
    }

    #top-header .logo-area .header-widgets > * .mobile-eyebrow-button:hover,
    #top-header .logo-area .header-widgets > * .mobile-eyebrow-button:focus,
    #top-header .logo-area .header-widgets > * .mobile-eyebrow-button:active {
        background-color: #efeff0;
    }

#top-header .logo-area .header-widgets > * .widget_nav_menu {
    display: inline-block;
}

@media (min-width: 768px) {
    #top-header .logo-area .header-widgets > * .widget_nav_menu {
        display: none;
    }
}

#top-header .logo-area .header-widgets > * .widget_nav_menu li {
    display: inline-block;
}

#top-header .logo-area .header-widgets > * .widget_nav_menu h2 {
    display: none;
}

#top-header .logo-area .header-widgets > * .widget_nav_menu a {
    margin: 0;
    background-color: #f4f4f5;
    color: #696a6c;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    border: none;
    transition: 0.3s background-color;
}

    #top-header .logo-area .header-widgets > * .widget_nav_menu a span.glyphicon {
        font-size: 18px;
        color: #373737;
    }

    #top-header .logo-area .header-widgets > * .widget_nav_menu a span.glyphicon-search {
        color: #141414;
    }

    #top-header .logo-area .header-widgets > * .widget_nav_menu a:hover,
    #top-header .logo-area .header-widgets > * .widget_nav_menu a:focus,
    #top-header .logo-area .header-widgets > * .widget_nav_menu a:active {
        background-color: #efeff0;
    }

#top-header .logo-area .header-widgets > * .searchform-template {
    width: unset;
}

    #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle {
        margin: 0;
        background-color: #f4f4f5;
        color: #696a6c;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 0;
        border: none;
        transition: 0.3s background-color;
        margin-right: 0;
    }

        #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle span.glyphicon {
            font-size: 18px;
            color: #373737;
        }

        #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle span.glyphicon-search {
            color: #141414;
        }

        #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:hover,
        #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:focus,
        #top-header .logo-area .header-widgets > * .searchform-template .btn.dropdown-toggle:active {
            background-color: #efeff0;
        }

    #top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown {
        display: inline-block;
        margin-left: -2px;
    }

        #top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown.open .btn {
            background-color: #0074b8;
            border-color: #0074b8;
            color: #ffffff;
        }

        #top-header .logo-area .header-widgets > * .searchform-template.searchform-dropdown ul.dropdown-menu {
            border: none;
            left: calc(-100% - 10px);
            width: calc(200% + 20px);
            background-color: white;
            padding: 15px 26px;
            float: none;
            height: 70px;
            border-radius: 0;
            box-shadow: none;
            margin-top: 10px;
            border-bottom: 4px solid #00643c;
        }

#top-header .logo-area .header-widgets .hidden-xs {
    width: 100%;
}

#eyebrow-nav div.nav-eyebrow, #eyebrow-nav2 div.nav-eyebrow {
    border-bottom: 1px solid #ebebeb;
}

#eyebrow-nav .nav, #eyebrow-nav2 .nav {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .7em;
    display: flex;
    font-weight: 400;
    padding: 0.3em 0em;
	float:right;
}

    #eyebrow-nav .nav .nav-item:not(:last-child):after, #eyebrow-nav2 .nav .nav-item:not(:last-child):after {
        content: '|';
        color: #b0b0b0;
        display: inline-block;
        margin: 0 10px;
        font-weight: 200;
    }

    #eyebrow-nav .nav a, #eyebrow-nav2 .nav a {
        display: inline-block;
        color: #000000;
        padding: 2px;
        background-color: transparent;
    }

        #eyebrow-nav .nav a:hover, #eyebrow-nav2 .nav a:hover {
            text-decoration: underline;
            color: #286077;
        }

    #eyebrow-nav .nav li:first-child a, #eyebrow-nav2 .nav li:first-child a {
        padding-left: 0;
    }

@media (max-width: 767px) {
    #eyebrow-nav {
        display: none;
    }
}

.nav-area {
    background-color: #00643c;
    position: relative;
}

@media (max-width: 885px) {
    .nav-area .container-wrapper {
        padding: 0;
    }
}

.nav-area .col-md-12 {
    position: static;
}

.nav-area #primary-nav {
    margin-bottom: 0;
    border: none;
    background: none;
    padding: 0;
    position: static;
}

    .nav-area #primary-nav .navbar-collapse {
        padding: 0;
    }

@media (min-width: 768px) {
    .nav-area #primary-nav .navbar-toggle {
        display: none;
    }
}

.nav-area #primary-nav .nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    flex-wrap: nowrap;
    display: flex;
    min-height: 50px;
}

@media (max-width: 1070px) {
    .nav-area #primary-nav .nav {
        font-size: .9em;
    }
}

@media (max-width: 865px) {
    .nav-area #primary-nav .nav {
        font-size: .85em;
    }
}

.nav-area #primary-nav .nav:before,
.nav-area #primary-nav .nav:after {
    display: none;
}

.nav-area #primary-nav .nav .mega-drop-container {
    position: absolute;
    bottom: 0.5px;
    left: 0;
    z-index: 100;
    transform: translatey(100%);
    background-color: #ffffff;
    width: 100%;
    display: none;
    box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.4);
}

    .nav-area #primary-nav .nav .mega-drop-container:hover {
        display: block;
    }

    .nav-area #primary-nav .nav .mega-drop-container .widget {
        text-align: left;
        margin-bottom: 20px;
    }

        .nav-area #primary-nav .nav .mega-drop-container .widget h2 {
            border-bottom: 1px solid #ebebeb;
            color: #00643c;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 18px;
            font-size: 1.8rem;
            text-transform: uppercase;
            font-size: 1.5rem;
            padding-bottom: 5px;
            letter-spacing: 1.5px;
            margin-top: 45px;
        }

            .nav-area #primary-nav .nav .mega-drop-container .widget h2:display {
                text-transform: uppercase;
                font-weight: 200;
            }

            .nav-area #primary-nav .nav .mega-drop-container .widget h2:empty {
                display: none;
            }

        .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav,
        .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu {
            display: block;
            padding-left: 0;
        }

            .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li,
            .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li {
                text-align: left;
                display: block;
                margin-bottom: 10px;
            }

                .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a,
                .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a {
                    color: #0074b8;
                    display: inline-block;
                    padding: 0;
                    background-color: transparent;
                    font-size: 0.85em;
                }

                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:hover,
                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:hover,
                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:focus,
                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:focus,
                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.nav li a:active,
                    .nav-area #primary-nav .nav .mega-drop-container .widget ul.menu li a:active {
                        color: #286077;
                        text-decoration: underline;
                    }

        .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu {
            display: flex;
            flex-wrap: wrap;
        }

            .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li {
                width: calc(42%);
            }

@media all and (max-width: 991px) {
    .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li {
        width: calc(23%);
    }
}

.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li:nth-child(odd) {
    margin-right: 16px;
}

.nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a {
    display: block;
}

    .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a:hover div {
        box-shadow: 0px 0px 0px lightgrey;
    }

    .nav-area #primary-nav .nav .mega-drop-container .widget.widget_grid_nav_menu ul.menu li a div {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background-size: cover;
        background-position: center;
        margin-bottom: 0.5em;
        border: 3px solid white;
        box-shadow: 1px 3px 5px lightgray;
    }

.nav-area #primary-nav .nav .mega-drop-container .widget img {
    width: 100%;
}

.nav-area #primary-nav .nav .nav-item {
    align-self: stretch;
    display: flex;
    position: static;
    float: none;
    min-width: 12.5%;
}

    .nav-area #primary-nav .nav .nav-item a {
        color: #ffffff;
        align-self: stretch;
        align-items: center;
        display: flex;
        padding: 1em .6em;
        border: 2px solid transparent;
        border-top: none;
        border-bottom: none;
        line-height: 1.1em;
        font-size: .80em;
        font-weight: 500;
        width: 100%;
        justify-content: center;
    }

        .nav-area #primary-nav .nav .nav-item a.dropdown-toggle:after {
            display: none;
        }

        .nav-area #primary-nav .nav .nav-item a span {
            display: inline-block;
        }

        .nav-area #primary-nav .nav .nav-item a:hover,
        .nav-area #primary-nav .nav .nav-item a:focus,
        .nav-area #primary-nav .nav .nav-item a:active {
            background-color: initial;
        }

            .nav-area #primary-nav .nav .nav-item a:hover + .mega-drop-container,
            .nav-area #primary-nav .nav .nav-item a:focus + .mega-drop-container,
            .nav-area #primary-nav .nav .nav-item a:active + .mega-drop-container {
                display: block;
            }

        .nav-area #primary-nav .nav .nav-item a:hover {
            background-color: #ffffff;
            color: #00643c;
        }

    .nav-area #primary-nav .nav .nav-item.highlight a {
        background-color: #0074b8;
        border-color: #ffffff;
    }

        .nav-area #primary-nav .nav .nav-item.highlight a:hover {
            background-color: #286077;
            color: #ffffff;
        }

.nav-area #primary-nav #mobile-menus {
    display: none;
}

@media (max-width: 767px) {
    .nav-area #primary-nav {
        position: relative;
    }

        .nav-area #primary-nav #main-menu {
            display: none;
        }

        .nav-area #primary-nav #mobile-menus {
            display: block;
        }

            .nav-area #primary-nav #mobile-menus #mobile-menu-shown {
                position: absolute;
                top: 0;
                width: calc(100% - 88px);
                height: 68px;
            }

                .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav {
                    padding: 0;
                    margin: 0;
                }

                    .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        padding: 0 10px;
                        justify-content: space-around;
                    }

                        .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child a {
                            white-space: nowrap;
                            font-size: 1em;
                        }

            .nav-area #primary-nav #mobile-menus .navbar-collapse {
                margin-top: 64px;
                width: 100%;
                background-color: #ffffff;
                position: absolute;
                z-index: 100;
                border-top: none;
                box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.4);
            }

                .nav-area #primary-nav #mobile-menus .navbar-collapse .nav {
                    display: block;
                    margin: 0;
                    padding: 20px 10px;
                }

                    .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a {
                        color: #0074b8;
                        font-size: 16px;
                        font-weight: 500;
                    }

                        .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:hover,
                        .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:focus,
                        .nav-area #primary-nav #mobile-menus .navbar-collapse .nav .nav-item a:active {
                            color: #286077;
                        }

                .nav-area #primary-nav #mobile-menus .navbar-collapse .widget:not(.widget_media_image) {
                    display: none;
                }

                .nav-area #primary-nav #mobile-menus .navbar-collapse .widget {
                    padding: 0 20px 30px;
                }

                    .nav-area #primary-nav #mobile-menus .navbar-collapse .widget h2 {
                        display: none;
                    }

                    .nav-area #primary-nav #mobile-menus .navbar-collapse .widget img {
                        margin-bottom: 0;
                        max-width: 220px;
                    }

                    .nav-area #primary-nav #mobile-menus .navbar-collapse .widget.widget_media_image {
                        text-align: center;
                    }

        .nav-area #primary-nav .navbar-toggle {
            background-color: #f4f4f5;
            margin: 0;
            border-radius: 0;
            padding: 10px 20px;
            text-align: center;
            color: #00643c;
            text-transform: uppercase;
            font-size: .9em;
            transition: 0.3s background-color;
        }

            .nav-area #primary-nav .navbar-toggle:hover,
            .nav-area #primary-nav .navbar-toggle:focus,
            .nav-area #primary-nav .navbar-toggle:active {
                background-color: #efeff0;
            }

            .nav-area #primary-nav .navbar-toggle .icon-bar {
                background-color: #00643c;
                width: .5em;
                height: .5em;
                display: inline-block;
                border-radius: 50%;
                margin-top: 0;
            }

            .nav-area #primary-nav .navbar-toggle span:not(.icon-bar) {
                position: relative;
                display: block;
                bottom: .1em;
            }
}

@media (max-width: 410px) {
    .nav-area #primary-nav .navbar-toggle {
        padding-left: 8px;
        padding-right: 8px;
    }

    .nav-area #primary-nav #mobile-menus #mobile-menu-shown {
        width: calc(100% - 68px);
    }

        .nav-area #primary-nav #mobile-menus #mobile-menu-shown .nav:first-child a {
            font-size: .9em;
        }
}

#lower-page {
    background-color: #f4f4f5;
}

    #lower-page .footer-top {
        padding-bottom: 25px;
        font-size: 0.8em;
    }

        #lower-page .footer-top h2 {
            color: #00643c;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 18px;
            font-size: 1.8rem;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 1.5rem;
            letter-spacing: 1.5px;
            color: #696a6c;
        }

            #lower-page .footer-top h2:display {
                text-transform: uppercase;
                font-weight: 200;
            }

        #lower-page .footer-top .nav {
            display: block;
        }

            #lower-page .footer-top .nav li {
                margin-bottom: 10px;
            }

        #lower-page .footer-top a {
            padding: 0;
            display: inline-block;
            background-color: transparent;
            color: #00643c;
            color: rgba(0, 100, 63, 0.8);
        }

            #lower-page .footer-top a:hover,
            #lower-page .footer-top a:focus,
            #lower-page .footer-top a:active {
                text-decoration: underline;
                color: #005030;
            }

        #lower-page .footer-top .widget:not(.widget_media_image) {
            margin-bottom: 50px;
        }

        #lower-page .footer-top .widget_media_image {
            display: inline-block;
            max-width: 70px;
            height: auto;
            margin-right: 20px;
            margin-top: 10px;
        }

@media all and (max-width: 767px) {
    #lower-page .footer-top.footer-four-column .widget {
        margin-bottom: 15px;
    }
}

#lower-page .footer-top.footer-two-column {
    padding: 35px 0px 0px 0px;
}

    #lower-page .footer-top.footer-two-column .nav {
        padding-top: 15px;
    }

        #lower-page .footer-top.footer-two-column .nav li {
            color: rgba(105, 106, 108, 0.8);
            float: right;
            font-size: 25px;
            height: 40px;
            width: 40px;
            margin-left: 0.5em;
        }

            #lower-page .footer-top.footer-two-column .nav li a {
                position: absolute;
                height: 100%;
                width: 100%;
                background-color: rgba(105, 106, 108, 0.8);
                border-radius: 50%;
                top: 0px;
                left: 0px;
                transition: 0.3s;
            }

                #lower-page .footer-top.footer-two-column .nav li a:hover {
                    background-color: #00643c;
                }

                #lower-page .footer-top.footer-two-column .nav li a i.fa {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    color: #ffffff;
                }

    #lower-page .footer-top.footer-two-column #nav_menu-8,
    #lower-page .footer-top.footer-two-column #text-6 {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    #lower-page .footer-top.footer-two-column #text-6 {
        padding-top: 15px;
        font-size: 1.85em;
    }

        #lower-page .footer-top.footer-two-column #text-6 a {
            color: #929499;
        }

            #lower-page .footer-top.footer-two-column #text-6 a:hover {
                text-decoration: underline;
            }

        #lower-page .footer-top.footer-two-column #text-6 b {
            color: #696a6c;
            margin-right: 15px;
        }

            #lower-page .footer-top.footer-two-column #text-6 b i {
                margin-right: 5px;
            }

@media (max-width: 767px) {
    #lower-page .footer-top.footer-two-column {
        text-align: center;
    }

        #lower-page .footer-top.footer-two-column .nav {
            display: inline-block;
        }
}

#lower-page .control-wrapper hr {
    border-top: 1px solid #D9D9DB;
}

#lower-page .footer-bottom {
    background-color: #00643c;
    padding: 60px 0 100px;
    color: rgba(255, 255, 255, 0.8);
    font-size: .7em;
    font-weight: 400;
}

    #lower-page .footer-bottom a {
        color: rgba(255, 255, 255, 0.8);
    }

    #lower-page .footer-bottom .col-lg-5 .widget_text {
        margin-bottom: 40px;
    }

        #lower-page .footer-bottom .col-lg-5 .widget_text h2 {
            margin-top: 0;
            font-weight: 700;
            color: #ffffff;
            font-size: 1em;
        }

        #lower-page .footer-bottom .col-lg-5 .widget_text h2,
        #lower-page .footer-bottom .col-lg-5 .widget_text p {
            margin-bottom: 0;
        }

        #lower-page .footer-bottom .col-lg-5 .widget_text .textwidget {
            margin-top: 5px;
        }

    #lower-page .footer-bottom .col-lg-7 .widget_text h2 {
        display: none;
    }

    #lower-page .footer-bottom hr {
        margin-top: 22px;
        margin-bottom: 52px;
    }

@media all and (max-width: 767px) {
    #lower-page .footer-bottom hr {
        margin-bottom: 22px;
    }
}

#lower-page .footer-bottom .copyright-area h2 {
    display: none;
}

#lower-page .footer-bottom .copyright-area .nav {
    justify-content: flex-end;
    font-size: .9em;
    display: flex;
}

    #lower-page .footer-bottom .copyright-area .nav li:not(:last-child):after {
        content: '|';
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        margin: 0 10px;
        font-weight: 200;
    }

    #lower-page .footer-bottom .copyright-area .nav li a {
        display: inline-block;
        background-color: transparent;
        padding: 0;
    }

        #lower-page .footer-bottom .copyright-area .nav li a:hover,
        #lower-page .footer-bottom .copyright-area .nav li a:focus,
        #lower-page .footer-bottom .copyright-area .nav li a:active {
            text-decoration: underline;
        }

@media all and (max-width: 767px) {
    #lower-page .footer-bottom .copyright-area .nav {
        justify-content: flex-start;
    }
}

#lower-page .footer-bottom .copyright-area img {
    width: 175px;
    opacity: 0.80;
}

@media all and (max-width: 767px) {
    #lower-page .footer-bottom .copyright-area img {
        margin-bottom: 22px;
    }
}

#lower-page #irc-size-checkers {
    height: 1px;
    overflow: hidden;
}

.breadcrumbs {
    margin-top: 20px;
    font-size: 1.4rem;
}

    .breadcrumbs span {
        color: #00643c;
        font-weight: 500;
    }

        .breadcrumbs span[property] {
            color: #696a6c;
            font-weight: 400;
        }

#lower-page #footer-base {
    color: #bababa;
    font-size: 14px;
    background-color: #333;
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

    #lower-page #footer-base a {
        color: #bababa;
        margin: 0 5px 5px 5px;
        display: inline-block;
    }
/***********************
 * Parts Styles
 ***********************/
/***********************
 * Parts Styles
 ***********************/
#main-content .entry-content-thumbnail {
    margin: 10px auto;
}

#main-content blockquote {
    border-left: 5px solid rgba(0, 116, 184, 0.7);
    padding: 0 15px;
    margin: 15px 0;
    font-style: italic;
}

#main-content img {
    margin: 10px;
    max-width: 100%;
    height: auto;
}

    #main-content img.alignright {
        float: right;
        margin: 10px;
    }

    #main-content img.alignleft {
        float: left;
        margin: 10px;
    }

    #main-content img.aligncenter {
        display: block;
        margin: 10px auto;
    }

#main-content .gallery-wrapper {
    border: none !important;
    display: flex;
    justify-content: center;
}

    #main-content .gallery-wrapper div {
        width: 40vh;
    }

        #main-content .gallery-wrapper div .metaslider {
            width: unset;
        }

    #main-content .gallery-wrapper img {
        margin: 0px;
    }

@media all and (max-width: 781px) {
    #main-content .reverse-on-mobile {
        flex-direction: column-reverse;
    }
}

.gform_fields {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .gform_fields input,
    .gform_fields select,
    .gform_fields textarea {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .gform_fields textarea {
        height: auto;
    }

.gfield_description {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.validation_error {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
}

.validation_message {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
}

.gform_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gfield_required {
    color: #721c24;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.gform_validation_container {
    display: none;
}

.gfield_error .ginput_container {
    margin-bottom: 10px;
}

ul.nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 12px;
    background-color: #f4f4f5;
}

    ul.nav.nav-tabs li {
        margin-bottom: 0;
    }

        ul.nav.nav-tabs li a {
            font-weight: 700;
            display: inline-block;
            padding-top: 1.1em;
			padding-bottom: 1.1em;
			padding-left: 0.75em;
			padding-right: 0.75em;
            color: #00643c;
            margin: 0;
            border: none;
            border-radius: 0;
            font-size: 1.2rem;
        }

        ul.nav.nav-tabs li.active a {
            background-color: #00643c;
            color: #ffffff;
            position: relative;
            border: none;
        }

            ul.nav.nav-tabs li.active a:after {
                content: '';
                border: 9px solid transparent;
                border-top-color: #00643c;
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
            }

@media all and (max-width: 767px) {
    ul.nav.nav-tabs li {
        float: none;
    }

        ul.nav.nav-tabs li a {
            width: 100%;
        }

        ul.nav.nav-tabs li.active a:after {
            visibility: hidden;
        }
}

.searchform-template {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

@media all and (max-width: 767px) {
    .searchform-template {
        width: auto;
    }
}

.searchform-template form.search-form {
    width: auto;
    position: relative;
    float: right;
}

    .searchform-template form.search-form .form-control {
        width: 100%;
    }

        .searchform-template form.search-form .form-control::placeholder {
            color: #000000;
        }

    .searchform-template form.search-form .btn {
        width: 45px;
    }

        .searchform-template form.search-form .btn .glyphicon-search {
            top: 3px;
            font-size: 24px;
            color: #000000;
        }

    .searchform-template form.search-form .form-control,
    .searchform-template form.search-form .btn {
        height: 45px;
        background-color: #f4f4f5;
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.archive-pagination-template {
    margin: 1.5rem auto;
    text-align: center;
}

    .archive-pagination-template.load-more a.btn.loading {
        color: transparent;
        position: relative;
    }

        .archive-pagination-template.load-more a.btn.loading:before {
            display: inline-block;
            content: 'Loading';
            color: #000000;
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 15px;
        }

        .archive-pagination-template.load-more a.btn.loading:after {
            content: '\f110';
            font-family: 'FontAwesome';
            color: #000000;
            position: relative;
            display: inline-block;
            -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
            line-height: 1;
        }

.blog-pagination-wrapper .page-numbers {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    padding: 5px 15px;
    color: #00643c;
}

    .blog-pagination-wrapper .page-numbers.prev {
        text-transform: uppercase;
    }

    .blog-pagination-wrapper .page-numbers.next {
        text-transform: uppercase;
    }

.uvm-page-header-tabs {
    /*overflow: hidden;
    margin-bottom: 20px;*/
}

    .uvm-page-header-tabs .image-part {
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
    }

@media all and (max-width: 991px) {
    .uvm-page-header-tabs .image-part.has_thumbnail {
        min-height: unset;
        background-size: contain;
    }
}

.uvm-page-header-tabs .image-part.has_thumbnail .content-block.no-excerpt {
    min-height: 250px;
}

@media all and (max-width: 991px) {
    .uvm-page-header-tabs .image-part.has_thumbnail .content-block.no-excerpt {
        min-height: 25vw;
    }
}

@media all and (max-width: 991px) {
    .uvm-page-header-tabs .image-part.has_thumbnail .content-block:not(.no-excerpt) {
        min-height: 23vw;
    }
}

@media all and (max-width: 767px) {
    .uvm-page-header-tabs .image-part.has_thumbnail {
        background-position: top left;
    }

        .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper {
            padding-top: 200px;
        }

            .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper .content-block {
                max-width: unset;
                background-size: 30%;
            }
			
.uvm-page-header-tabs .image-part .content-block {
    background-color: rgba(244, 244, 245, 0.9);	
}	
}

@media all and (max-width: 375px) {
    .uvm-page-header-tabs .image-part.has_thumbnail .content-wrapper {
        padding-top: 175px;
    }
}

.uvm-page-header-tabs .image-part .content-block {
    width: 100%;
    margin-left: auto;
    max-width: 620px;
    /*background-color: rgba(244, 244, 245, 0.7);*/
    padding: 45px 40px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media all and (min-width: 767px) {
    .uvm-page-header-tabs .image-part .content-block {
        padding: 45px 150px 45px 40px;
    }
}

@media all and (max-width: 991px) {
    .uvm-page-header-tabs .image-part .content-block {
        max-width: 50vw;
        min-height: 23vw;
    }
}

.uvm-page-header-tabs .image-part .content-block.no-excerpt {
    min-height: unset;
}

.uvm-page-header-tabs .image-part .content-block .h2 {
    display: block;
    margin-bottom: 9px;
    margin-top: 0;
}

.uvm-page-header-tabs .image-part .content-block > div {
    font-size: 1.4rem;
}

.uvm-page-header-tabs .image-part .content-block p:last-child {
    margin-bottom: 0;
}

.uvm-page-header-tabs .image-part:not(.has_thumbnail) .content-block {
    max-width: unset;
    background-size: 30%;
    min-height: 210px;
}

.uvm-page-header-tabs .child-page-navigation {
    background-color: #f4f4f5;
    border-top: 4px solid #00643c;
}

    .uvm-page-header-tabs .child-page-navigation.tabs-hidden {
        display: none;
    }

.porter-provider-card .no-img {
    width: 100%;
    max-height: 300px;
    background-color: #696a6c;
}

.porter-provider-card .title {
    padding: 5px 15px;
    display: inline-block;
}

.providers-grid-item:nth-child(4n+1) {
    clear: left;
}

.providers-grid-item:not(:nth-child(4n+1)) {
    clear: none;
}

@media (max-width: 1200px) {
    .providers-grid-item:nth-child(3n+1) {
        clear: left;
    }

    .providers-grid-item:not(:nth-child(3n+1)) {
        clear: none;
    }
}

@media (max-width: 768px) {
    .providers-grid-item:nth-child(2n+1) {
        clear: left;
    }

    .providers-grid-item:not(:nth-child(2n+1)) {
        clear: none;
    }
}

.archive-grid-item:nth-child(3n+1) {
    clear: left;
}

.archive-grid-item:not(:nth-child(3n+1)) {
    clear: none;
}

@media (max-width: 992px) {
    .archive-grid-item:nth-child(2n+1) {
        clear: left;
    }

    .archive-grid-item:not(:nth-child(2n+1)) {
        clear: none;
    }
}

#main-content .child-page-cards .mc-wrapper {
    height: auto;
}

    #main-content .child-page-cards .mc-wrapper .meta {
        display: none;
    }

    #main-content .child-page-cards .mc-wrapper .content-type.excerpt {
        height: auto;
    }

#main-content .porter-provider-card .mc-wrapper {
    text-align: center;
    height: 400px;
    background-color: unset;
}

@media all and (max-width: 767px) {
    #main-content .porter-provider-card .mc-wrapper {
        height: 450px;
    }
}

#main-content .porter-provider-card .mc-wrapper img {
    height: 267px;
    padding: 0px 18px;
}

#main-content .porter-provider-card .mc-wrapper .title {
    padding: 20px 18px;
    font-weight: 500;
    font-size: 1.7rem;
}

#main-content .porter-provider-card .mc-wrapper .specialty {
    font-size: 1.4rem;
    padding: 0px 18px;
}

    #main-content .porter-provider-card .mc-wrapper .specialty .specialty-title {
        font-size: 1.4rem;
    }

#main-content .mc-wrapper {
    overflow-y: hidden;
    padding-bottom: 20px;
}

@media all and (max-width: 767px) {
    #main-content .mc-wrapper {
        height: 700px;
    }
}

#main-content .mc-wrapper img {
    margin: 0px;
    height: 200px;
    width: 100%;
}

@media all and (max-width: 767px) {
    #main-content .mc-wrapper img {
        height: 355px;
    }
}

#main-content .mc-wrapper .title,
#main-content .mc-wrapper .meta,
#main-content .mc-wrapper .content-type,
#main-content .mc-wrapper .read-more {
    padding: 5px 30px;
    display: block;
}

#main-content .mc-wrapper .title {
    padding-top: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

#main-content .mc-wrapper .meta {
    font-style: italic;
    margin-bottom: 10px;
}

#main-content .mc-wrapper .read-more {
    font-size: 1.4rem;
}

body.blog #main-content .mc-wrapper .meta {
    font-style: italic;
}

body.blog #main-content .mc-wrapper .read-more,
body.blog #main-content .mc-wrapper .excerpt {
    font-style: normal;
}

#main-content .col-25-75 {
    border-top: 1px solid #ebebeb;
}

    #main-content .col-25-75 .wp-block-column {
        margin: 0;
    }

        #main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
            padding: 36px 9px 0;
            padding-left: 0;
            margin-left: 0;
        }

        #main-content .col-25-75 .wp-block-column:last-child {
            padding: 20px 9px 36px 0;
        }

@media all and (min-width: 600px) {
    #main-content .col-25-75 .wp-block-column:first-child {
        flex-basis: 25%;
    }

        #main-content .col-25-75 .wp-block-column:first-child .wp-block-image {
            padding-right: 36px;
        }

            #main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
                width: 100%;
                margin: 0;
            }

    #main-content .col-25-75 .wp-block-column:last-child {
        border-left: 1px solid #ebebeb;
        padding-left: 36px;
        flex-basis: 75%;
    }
}

@media all and (max-width: 600px) {
    #main-content .col-25-75 .wp-block-column:first-child .wp-block-image {
        padding: 36px 9px 0;
    }

        #main-content .col-25-75 .wp-block-column:first-child .wp-block-image img {
            margin: 0;
            padding: 0;
            width: 100%;
        }
}

.gutenberg-nest-block table > thead > tr > th {
    border-top: none;
}

ul.sidebar-menu {
    padding-left: 0;
    list-style: none;
}

    ul.sidebar-menu li {
        margin-bottom: 9px;
        line-height: 1.4;
    }

        ul.sidebar-menu li h2 {
            color: #00643c;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 18px;
            font-size: 1.8rem;
            text-transform: uppercase;
        }

        ul.sidebar-menu li a {
            padding: 0;
        }

            ul.sidebar-menu li a:hover {
                text-decoration: underline;
                background-color: #ffffff;
            }

        ul.sidebar-menu li .tel-link {
            display: inline-block;
            margin: 10px 0;
        }

.side-bar-right .left-col {
    padding-left: 0;
}

.side-bar-right .right-col {
    padding-right: 0;
}

@media all and (max-width: 992px) {
    .side-bar-right .right-col {
        padding-left: 0;
    }
}

@media all and (max-width: 992px) {
    .column-block-2 .wp-block-column {
        margin-left: 0;
    }
}

ul.sidebar-menu .widget_grid_nav_menu h2 {
    color: #00643c;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

ul.sidebar-menu .widget_grid_nav_menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

    ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
        width: 100%;
    }

@media all and (max-width: 991px) {
    ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
        width: calc(23%);
    }
}

@media all and (max-width: 767px) {
    ul.sidebar-menu .widget_grid_nav_menu ul.menu li {
        width: calc(42%);
    }
}

ul.sidebar-menu .widget_grid_nav_menu ul.menu li:nth-child(odd) {
    margin-right: 16px;
}

ul.sidebar-menu .widget_grid_nav_menu ul.menu li a {
    display: block;
}

    ul.sidebar-menu .widget_grid_nav_menu ul.menu li a:hover div {
        box-shadow: 0px 0px 0px lightgrey;
    }

    ul.sidebar-menu .widget_grid_nav_menu ul.menu li a div {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        background-size: cover;
        background-position: center;
        margin-bottom: 0.5em;
        border: 3px solid white;
        box-shadow: 1px 3px 5px lightgray;
    }

.location-item ul.location-list {
    list-style: none;
    padding-left: 0;
}

    .location-item ul.location-list .location-item-title {
        font-weight: bold;
    }

body:not(.home) .doctor-finder {
    background-color: #286077;
    left: 0;
    top: 50px;
    display: block;
    z-index: 1;
    max-width: 350px;
    padding: 10px 30px 20px;
    border-radius: 0px 5px 5px 0px;
}

    body:not(.home) .doctor-finder .title {
        font-size: 2.5rem;
    }

    body:not(.home) .doctor-finder .message {
        font-size: 14px;
    }

    body:not(.home) .doctor-finder .title,
    body:not(.home) .doctor-finder .message,
    body:not(.home) .doctor-finder .cross-link {
        color: #ffffff;
    }

        body:not(.home) .doctor-finder .cross-link a {
            color: #ffffff;
            font-size: 1.5rem;
            text-decoration: underline;
        }

    body:not(.home) .doctor-finder select {
        width: 100%;
        margin-bottom: 10px;
        font-style: italic;
        color: #929499;
    }

        body:not(.home) .doctor-finder select option {
            font-weight: 400;
        }

    body:not(.home) .doctor-finder input[type=submit],
    body:not(.home) .doctor-finder button[type=submit] {
        background-color: #b8e5f8;
        margin-bottom: 10px;
        color: #286077;
        position: relative;
    }

        body:not(.home) .doctor-finder input[type=submit]:hover,
        body:not(.home) .doctor-finder button[type=submit]:hover {
            background-color: #0e94e1;
        }

@media all and (max-width: 991px) {
    body:not(.home) .doctor-finder {
        position: static;
        max-width: unset;
        padding: 20px;
        border-radius: 1px;
    }

        body:not(.home) .doctor-finder select {
            max-width: 300px;
        }

        body:not(.home) .doctor-finder .title {
            margin-top: 0;
        }
}
/***********************
 * Pages Styles
 ***********************/
/***********************
 * Page Styles
 * when adding stylesheets for specific pages,
 * wrap them in a body class.
 * This will prevent stylesheets from accidentally
 * interfering with each other
 ***********************/
body.home #main-content {
    border-top: 4px solid #00643c;
    padding: 40px 0 0px;
    position: relative;
}

    body.home #main-content:before {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(../images/weave1.svg);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        top: 0;
        left: 0;
    }

    body.home #main-content .wp-block-image {
        margin-bottom: 2.25em;
    }

    body.home #main-content h2,
    body.home #main-content h3,
    body.home #main-content h4 {
        font-family: Georgia, Times, "Times New Roman", serif;
    }

body.home .homepage-tabs-row {
    margin: 65px -15px 60px;
}

    body.home .homepage-tabs-row .homepage-tabs-wrap {
        margin: 20px 0;
    }

        body.home .homepage-tabs-row .homepage-tabs-wrap ul.nav.nav-tabs li a {
            font-size: 1.5rem;
            font-weight: 500;
        }

    body.home .homepage-tabs-row .tab-content {
        min-height: 400px;
        max-height: 550px;
        height: auto;
        padding: 20px 0;
    }

        body.home .homepage-tabs-row .tab-content .tabs-post {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f4f4f5;
        }

            body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link {
                display: -webkit-flex;
                display: flex;
                -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
            }

                body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image {
                    -webkit-flex: 0 0 130px;
                    flex: 0 0 130px;
                    width: 130px;
                    min-height: 130px;
                    position: relative;
                    overflow: hidden;
                    margin-right: 25px;
                }

                    body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image img.wpsmartcrop-rendered {
                        position: absolute;
                        height: 100%;
                        width: 100%;
                    }

                    body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-image img.wpsmartcrop-image:not(.wpsmartcrop-rendered) {
                        position: absolute;
                        width: 100%;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                    }

                body.home .homepage-tabs-row .tab-content .tabs-post .tabs-post-link .tabs-post-title {
                    flex: 1 1 auto;
                    font-weight: 400;
                }

body.home .hero-wrapper {
    position: relative;
}

    body.home .hero-wrapper .doctor-finder {
        background-color: #286077;
        position: absolute;
        left: 0;
        top: 50px;
        display: block;
        z-index: 1;
        border-radius: 0px 5px 5px 0px;
    }

        body.home .hero-wrapper .doctor-finder .title {
            font-size: 2.5rem;
        }

        body.home .hero-wrapper .doctor-finder .message {
            font-size: 14px;
        }

        body.home .hero-wrapper .doctor-finder .title,
        body.home .hero-wrapper .doctor-finder .message,
        body.home .hero-wrapper .doctor-finder .cross-link {
            color: #ffffff;
        }

            body.home .hero-wrapper .doctor-finder .cross-link a {
                color: #ffffff;
                font-size: 1.5rem;
                text-decoration: underline;
            }

        body.home .hero-wrapper .doctor-finder select {
            width: 100%;
            font-style: italic;
            color: #929499;
        }

            body.home .hero-wrapper .doctor-finder select option {
                font-weight: 400;
            }

        body.home .hero-wrapper .doctor-finder input[type=submit],
        body.home .hero-wrapper .doctor-finder button[type=submit] {
            background-color: #b8e5f8;
            color: #286077;
            position: relative;
        }

            body.home .hero-wrapper .doctor-finder input[type=submit]:hover,
            body.home .hero-wrapper .doctor-finder button[type=submit]:hover {
                background-color: #0e94e1;
            }

@media all and (max-width: 991px) {
    body.home .hero-wrapper .doctor-finder {
        position: static;
        max-width: unset;
        padding: 20px;
        border-radius: 1px;
    }

        body.home .hero-wrapper .doctor-finder select {
            max-width: 300px;
        }

        body.home .hero-wrapper .doctor-finder .title {
            margin-top: 0;
        }
}

body.home .frontpage-slider .slide,
body.internal .internal-slider .slide,
body.internal .story-slider .slide {
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media all and (max-width: 991px) {
    body.home .frontpage-slider .slide,
    body.internal .internal-slider .slide,
    body.internal .story-slider .slide {
        background-position: right;
    }
}

body.home .frontpage-slider .slide .slide-text {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 20px 30px;
    position: absolute;
    width: 300px;
    max-width: calc(66% - 40px);
    height: 69.5%;
    max-height: calc(100% - 156px);
    top: 50px;
    left: 395px;
}

body.internal .internal-slider .slide .slide-text {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 20px 30px;
    position: absolute;
    width: 300px;
    max-width: calc(66% - 40px);
    height: 69.5%;
    max-height: calc(100% - 156px);
    top: 50px;
    left: 40px;
}
body.internal .internal-slider .slide .slide-text2 {
    background-color: rgba(0, 100, 60, 0.9);
    border-radius: 4px;
    padding: 20px 30px;
    position: absolute;
    width: 700px;
    max-width: calc(66% - 40px);
    max-height: calc(100% - 156px);
    top: 250px;
    left: 40px;
}
body.internal .internal-slider .slide .slide-text2 h1 {
    line-height: 46px;
    font-weight: 300;
    margin: 0px;
    letter-spacing: -.03em;
    color: #ffffff;
}
 body.internal .internal-slider .slide .slide-text2 h2 {
    line-height: 1.1em;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0.25em auto 0px;
    text-transform: none;
}

body.internal .internal-slider .slide .slide-text2 a {
	display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    margin: 1.5em 0px 0px;
    line-height: 1.2vw !important;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    z-index: 1;
}

body.internal .internal-slider .slide .slide-text2 a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #699d27;
  transform-origin: left;
  transform: scaleX(0);
  transition: .2s all ease-in-out;
}
body.internal .internal-slider .slide .slide-text2 a:hover::before, body.internal .internal-slider .slide .slide-text2 a:focus::before, body.internal .internal-slider .slide .slide-text2 a:active::before {
  transform: scaleX(1);
}

body.internal .story-slider .slide .slide-text {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 20px 30px;
    position: absolute;
    width: 300px;
    max-width: calc(66% - 40px);
    height: 69.5%;
    max-height: calc(100% - 156px);
    top: 50px;
    left: 40px;
}

@media all and (max-width: 991px) {
	body.internal .internal-slider .slide .slide-text2 a {
		font-size:12px;
	}
    body.home .frontpage-slider .slide .slide-text {
        left: 20px;
    }

    body.internal .internal-slider .slide .slide-text {
        left: 20px;
    }
    body.internal .story-slider .slide .slide-text {
        left: 20px;
    }
}

@media all and (max-width: 767px) {
    body.home .frontpage-slider .slide .slide-text {
        width: unset;
        max-width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }


    body.internal .internal-slider .slide .slide-text {
        width: unset;
        max-width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
    body.internal .story-slider .slide .slide-text {
        width: unset;
        max-width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}

body.home .frontpage-slider .slide .slide-text .slide-heading, body.home .frontpage-slider .slide .slide-text h2 {
    font-size: 2.8rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

body.home .frontpage-slider .slide .slide-text .slide-description, body.home .frontpage-slider .slide .slide-text p {
    margin-bottom: 10px;
    font-size: 14px;
}

body.home .frontpage-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

    body.home .frontpage-slider .owl-dots .owl-dot:not(:last-child) {
        margin-right: 8px;
    }

    body.home .frontpage-slider .owl-dots .owl-dot span {
        border-radius: 50%;
        border: 1px solid #ffffff;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        height: 20px;
        width: 20px;
    }

    body.home .frontpage-slider .owl-dots .owl-dot.active span {
        background-color: #a6dd5f;
    }

body.internal .internal-slider .slide .slide-text .slide-heading, body.internal .internal-slider .slide .slide-text h2 {
    font-size: 2.8rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

body.internal .internal-slider .slide .slide-text .slide-description, body.internal .internal-slider .slide .slide-text p {
    margin-bottom: 10px;
    font-size: 14px;
}
body.internal .story-slider .slide .slide-text .slide-heading, body.internal .story-slider .slide .slide-text h2 {
    font-size: 2.8rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

body.internal .story-slider .slide .slide-text .slide-description, body.internal .story-slider .slide .slide-text p {
    margin-bottom: 10px;
    font-size: 14px;
}

body.internal .internal-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

    body.internal .internal-slider .owl-dots .owl-dot:not(:last-child) {
        margin-right: 8px;
    }

    body.internal .internal-slider .owl-dots .owl-dot span {
        border-radius: 50%;
        border: 1px solid #ffffff;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        height: 20px;
        width: 20px;
    }

    body.internal .internal-slider .owl-dots .owl-dot.active span {
        background-color: #a6dd5f;
    }

div[id="main-content"].parent-page {
    margin-bottom: 4rem;
}

    div[id="main-content"].parent-page h1 {
        margin-top: 0;
    }

    div[id="main-content"].parent-page article h2 {
        color: #00643c;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 18px;
        font-size: 2rem;
    }

        div[id="main-content"].parent-page article h2:display {
            text-transform: uppercase;
            font-weight: 200;
        }

@media (min-width: 768px) {
    div[id="main-content"].parent-page article h2 {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    div[id="main-content"].parent-page article h2 {
        font-size: 2.5rem;
    }
}

div[id="main-content"].parent-page article h3 {
    color: #00643c;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
}

    div[id="main-content"].parent-page article h3:display {
        text-transform: uppercase;
        font-weight: 200;
    }

div[id="main-content"].parent-page article > h2:first-child {
    color: #00643c;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 2.3rem;
}

    div[id="main-content"].parent-page article > h2:first-child:display {
        text-transform: uppercase;
        font-weight: 200;
    }

@media (min-width: 768px) {
    div[id="main-content"].parent-page article > h2:first-child {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) {
    div[id="main-content"].parent-page article > h2:first-child {
        font-size: 3.5rem;
    }
}

body.archive.post-type-archive-tribe_events #tribe-events h1 {
    font-size: 5rem;
}

@media (max-width: 640px) {
    body.archive.post-type-archive-tribe_events #tribe-events h1 {
        font-size: 2.7rem;
    }
}

body.archive.post-type-archive-tribe_events #tribe-events h2 {
    font-size: 3.5rem;
}

@media (max-width: 640px) {
    body.archive.post-type-archive-tribe_events #tribe-events h2 {
        font-size: 2.3rem;
    }
}

body.archive.post-type-archive-tribe_events #tribe-events h3 {
    font-size: 2.5rem;
}

@media (max-width: 640px) {
    body.archive.post-type-archive-tribe_events #tribe-events h3 {
        font-size: 2rem;
    }
}

body.archive.post-type-archive-tribe_events #tribe-events h4 {
    font-size: 1.8rem;
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-submit .tribe-events-button {
    padding: 18px 18px;
    font-size: 14px;
    background-color: #0074b8;
    border-radius: 2px;
    transition: all .2s;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 700;
}

    body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-submit .tribe-events-button:hover {
        color: #fff;
        transition: all .2s;
        background-color: #286077;
    }

body.archive.post-type-archive-tribe_events #tribe-events .tribe-bar-views-inner {
    padding: 23px 0;
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-event-meta span {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 500;
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical {
    background-color: #0074b8;
    padding: 13px 13px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
    letter-spacing: normal;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical {
        padding: 0px 13px;
    }
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:hover {
    color: #fff;
    transition: all .2s;
    background-color: #286077;
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-abbr,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-date-label,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-time-label {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-back a {
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-back a:hover {
        color: #286077;
        text-decoration: underline;
    }

body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span,
body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:hover,
    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
    body.archive.post-type-archive-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span:hover {
        color: #286077;
        text-decoration: underline;
    }

body.single.single-tribe_events #tribe-events h1 {
    font-size: 5rem;
}

@media (max-width: 640px) {
    body.single.single-tribe_events #tribe-events h1 {
        font-size: 2.7rem;
    }
}

body.single.single-tribe_events #tribe-events h2 {
    font-size: 3.5rem;
}

@media (max-width: 640px) {
    body.single.single-tribe_events #tribe-events h2 {
        font-size: 2.3rem;
    }
}

body.single.single-tribe_events #tribe-events h3 {
    font-size: 2.5rem;
}

@media (max-width: 640px) {
    body.single.single-tribe_events #tribe-events h3 {
        font-size: 2rem;
    }
}

body.single.single-tribe_events #tribe-events h4 {
    font-size: 1.8rem;
}

body.single.single-tribe_events #tribe-events .tribe-events-single-event-description.tribe-events-content span {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 30.6px !important;
    font-family: 'Montserrat', sans-serif !important;
}

body.single.single-tribe_events #tribe-events .tribe-events-button {
    background-color: #0074b8;
    padding: 13px 13px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
    letter-spacing: normal;
}

    body.single.single-tribe_events #tribe-events .tribe-events-button:hover {
        color: #fff;
        transition: all .2s;
        background-color: #286077;
    }

body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-abbr,
body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-date-label,
body.single.single-tribe_events #tribe-events .tribe-events-meta-group .tribe-events-start-time-label {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span,
body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
    body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next a:hover,
    body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-previous span:hover,
    body.single.single-tribe_events #tribe-events .tribe-events-sub-nav .tribe-events-nav-next span:hover {
        color: #286077;
        text-decoration: underline;
    }

body.single.single-tribe_events #tribe-events .tribe-events-back a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    body.single.single-tribe_events #tribe-events .tribe-events-back a:hover {
        color: #286077;
        text-decoration: underline;
    }

body.post-template-default.single.single-post div.entry-meta {
    margin: 5px 0px 10px 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #f4f4f5;
}

body.post-template-default.single.single-post #main-content img {
    margin: 0px;
}

body.post-template-default.single.single-post #main-content .h2.heading-title {
    margin-top: 0px;
}

body.post-template-default.single.single-post #main-content .irc-starter-responsive-image-wrap {
    padding-bottom: 43.449%;
    background-position: center;
    background-size: cover;
}

body.search #main-content .searchform-template {
    display: none;
}

body.search .irc-archive-page-container {
    margin-top: 30px;
}

body.single-porter_provider #main-content .cb-photo img {
    height: 275px;
    margin: 0px;
}

body.single-porter_provider #main-content .location-title {
    display: inline-block;
    margin-bottom: 10px;
}

.banner-tabs {
    position: absolute;
    top: 45px;
    left: 5px;
    z-index: 2;
}

    .banner-tabs .tabs-left {
        width: 350px;
        height: 390px;
    }

#content .banner-tabs .tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
    margin-top: 0px;
    border-right: none;
    border-bottom: 0;
    width: 23%;
    padding: 0;
}

.banner-tabs .tab-content > .tab-pane, .banner-tabs .pill-content > .pill-pane {
    display: none;
}

.banner-tabs .tabs-left > .tab-content {
    padding: 10px 30px;
    float: right;
    width: 77%;
}

#BannerTabs .tab-content p, #BannerTabs .tab-content li, #BannerTabs .tab-content a, #BannerTabs .tab-content span {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

#BannerTabs .tab-content a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.banner-tabs .tab-content > .active, .banner-tabs .pill-content > .active {
    display: block;
}

#content .banner-tabs .tabs-left > .nav-tabs > li {
    float: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.banner-tabs .tabs-left > .nav-tabs > li > a {
    width: 90px;
    height: 78px;
    display: block;
    margin: 0;
    padding: 0;
    background-image: url(../images/banner_helper.png);
    background-color: #b8e5f8;
    border-radius: 0;
}

    .banner-tabs .tabs-left > .nav-tabs > li > a:hover {
        background-color: #286077;
    }

    .banner-tabs .tabs-left > .nav-tabs > li > a > img {
        width: 90px;
        height: 77px;
    }

.docfindertab {
    background-position: 0 0;
}

.charttab {
    background-position: 0 -77px;
}

.apptstab {
    background-position: 0 -154px;
}

#appts li {
    margin-bottom: 15px;
}

.billstab {
    background-position: 0 -231px;
}

#bills li {
    margin-bottom: 15px;
}

.sympttab {
    background-position: 0 -308px;
}

.banner-tabs .nav-tabs li.active a, .banner-tabs .nav-tabs > li.active > a:hover, .banner-tabs .nav-tabs > li.active > a:focus, .hero-wrapper ul.nav-tabs li.active a {
    background-color: #286077;
    border-color: transparent;
    border-image: none;
    border-style: none;
    border-width: 0px;
    color: #555;
    cursor: default;
}

.banner-tabs #docfinder .public_wrap.providers_wrap.search_wrap .form_group p.form_info {
    color: #fff;
    margin: 0px;
}
/*Find a Doctor Tab*/
.banner-tabs .tabs-left #ProviderSearchButtonWrap {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .banner-tabs {
        position: static;
        top: 0;
        left: 0;
    }

        .banner-tabs .tabs-left {
            width: 100%;
        }

    #content .banner-tabs .tabs-left > .nav-tabs {
        width: 13%;
    }

    .banner-tabs .tabs-left > .tab-content {
        width: 87%;
    }
}

@media (min-width: 992px) {
    .banner-tabs {
        position: absolute;
        top: 10px;
        left: 7px;
    }

        .banner-tabs .tabs-left {
            width: 390px;
        }

    #content .banner-tabs .tabs-left > .nav-tabs {
        width: 23%;
    }

    .banner-tabs .tabs-left > .tab-content {
        width: 77%;
    }
}

@media(min-width:1200px) {

    .banner-tabs {
        position: absolute;
        top: 45px;
        left: 0px;
        padding-left: 0px;
        max-width: 375px;
    }
}

.panel-group {
    margin-bottom: 10px;
    border-radius: 9px;
}

    .panel-group:last-child {
        margin-bottom: 0;
    }

.panel-body {
    border-top: none;
}

#accordion .panel {
    border-radius: 9px;
    margin-bottom: 9px;
}

    #accordion .panel:last-child {
        margin-bottom: 0;
    }

span.expand_collapse_image {
    display: inline-block;
    position: relative;
}

.panel-heading div.panel-title {
    padding-left: 98px;
    min-height: 66px;
}

.instructions, .expand_collapse_image {
    display: table-cell;
}

.instructions {
    width: 100%;
    vertical-align: top;
    padding: 13px 0;
}

.expand_collapse_image {
    min-width: 32px;
    vertical-align: middle;
}

#keywordSearch div.panel-title {
    background: url("/assets/images/graphics/abc.png") no-repeat 20px center transparent;
}

#specialtySearch div.panel-title {
    background: url("/assets/images/graphics/suitcase.png") no-repeat 20px center transparent;
}

#typeSearch div.panel-title {
    background: url("/assets/images/graphics/stethoscope.png") no-repeat 20px center transparent;
}

#proximitySearch div.panel-title {
    background: url("/assets/images/graphics/proximity.png") no-repeat 20px center transparent;
}

#eventsLanding #typeSearch div.panel-title,
#newsLanding #dateSearch div.panel-title {
    background: url("/assets/images/graphics/type.png") no-repeat 20px center transparent;
}

#eventsLanding #topicSearch div.panel-title,
#newsLanding #topicSearch div.panel-title {
    background: url("/assets/images/graphics/topic.png") no-repeat 20px center transparent;
}

#proximitySearch #section4 div[id$='PostalCodeDiv'] {
    margin-bottom: 10px;
}

.search_by, .search_instructions {
    display: inline-block;
    float: left;
    width: 85%;
}

.panel-heading {
    padding: 0;
    border-color: rgba(255, 255, 255, 0.1);
    border-style: solid;
    border-width: 1px;
}

.expand_collapse_image {
    background-position: left center;
    min-width: 42px;
}

.search_by {
    color: white;
    font-size: 1.4em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.search_instructions {
    color: white;
    font-size: 0.9em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

.panel-heading {
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0;
    filter: initial;
}


    .panel-heading.accordion-expanded {
        /*background-image: linear-gradient(to top, #395e82 0px, #5f9dd9 100%);
  text-decoration: none;*/
        background-image: none;
        background-color: #00643c;
    }


    .panel-heading.accordion-collapsed {
        /*background-image: linear-gradient(to top, #c9c9c9 0px, #616161 100%);
  text-decoration: none;*/
        background-color: #699d27;
    }

.accordion-panel-detail.accordion-expanded, .accordion-panel-detail.accordion-collapsed {
    filter: initial;
    background-image: none;
    background-color: #F5F5F5
}

.accordion-panel-detail.panel-heading div.panel-title {
    padding-left: 15px;
    min-height: 40px;
}

#accordion .panel.panel-detail {
    border-color: #DDD;
    margin-bottom: 15px;
}

.panel-detail .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading .search_by {
    color: #699d27;
    color: #fff;
    font-size: 1.88em;
}

.search_instructions {
    color: gray;
    color: #fff;
    font-size: 0.9em;
}

.panel-heading.accordion-expanded .search_by, .panel-heading.accordion-expanded .search_instructions {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.panel-heading.accordion-collapsed .search_by, .panel-heading.accordion-collapsed .search_instructions {
    /*text-shadow: none;*/
}


#accordion .panel {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
    border-style: none;
}

#accordion .panel-body {
    background-color: #e5e5e5;
}

/*Removing border from everything except map widget (#medseekLocationMap-container,)*/
#accordion, .callouts_container, #newsLanding .callouts .webpart {
    border: 0 none #ccc;
    border-radius: 0;
    padding: 0;
}


/*Bottom Banner (baby with blue background)*/
#providersLanding #bottom, #newsLanding #bottom, #orgUnitsLanding #bottom, #eventsLanding #bottom {
    background: none no-repeat scroll 0 0 transparent;
    border: none 0px transparent;
    height: auto;
}

.accordion-expanded .expand_collapse_image {
    background-image: url('/assets/images/graphics/minus_icon_32.png');
    background-repeat: no-repeat
}

.accordion-collapsed .expand_collapse_image {
    background-image: url('/assets/images/graphics/plus_icon_32.png');
    background-repeat: no-repeat
}

.accordion-expanded .expand_collapse_dark_image {
    background-image: url(/assets/images/graphics/minus_dark_icon_32.png);
}

.accordion-collapsed .expand_collapse_dark_image {
    background-image: url(/assets/images/graphics/plus_dark_icon_32.png);
}

.mega_nav_wrap_inner .autocomplete-suggestions, .autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.mega_nav_wrap_inner .autocomplete-suggestion, .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.mega_nav_wrap_inner .autocomplete-selected, .autocomplete-selected {
    background: #F0F0F0;
}

.mega_nav_wrap_inner .autocomplete-suggestions strong, .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.mega_nav_wrap_inner .autocomplete-grou, .autocomplete-grou {
    padding: 2px 5px;
}

.mega_nav_wrap_inner .autocomplete-group strong, .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.loading {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(225, 225, 225, 0.2);
    border-right: 1.1em solid rgba(225, 225, 225, 0.2);
    border-bottom: 1.1em solid rgba(225, 225, 225, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .loading,
    .loading:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

.title-actions-wrap h3 {
    margin-top: 0;
    margin-bottom: 0;
}

#sub-widget {
    background-color: #699d27;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 15px 15px 0px;
    margin-top: 20px;
}

    #sub-widget p {
        text-shadow: 1px 1px 1px #333;
        color: #fff;
        margin: 0 25px;
        line-height: 24px;
        padding-bottom: 20px;
    }


h3.widget-title {
    font-family: Georgia, serif;
    font-size: 26px;
    border-bottom: 2px solid #bcbcbc;
    color: #006140;
    padding-bottom: 10px;
}

ul.slides {
    list-style-type: none;
    padding: 0;
}

#catlist ul {
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
}

    #catlist ul a {
        background-repeat: no-repeat;
        background-position: 10px center;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        padding: 10px 10px 10px 32px;
        text-decoration: none;
        display: block;
        color: #222;
        font-weight: bold;
        font-size: 1.6rem;
    }

.gr-text {
    font-size: 22px;
    color: #68943E;
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: 'Roboto Slab',serif;
}

a.grbutton2 {
    background-color: #68943E;
    border: 0 solid #68943E;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
    margin-left: 0;
    height: auto;
}

.story-font {
    font-size: 18px;
    line-height: 1.6;
}

    .story-font p {
        margin: 0 0 25px;
    }

    .story-font a {
        color: #68943E;
        text-decoration: underline;
    }

.storygreen-box {
    background-color: #68943E;
    /* min-height: 152px; */
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 20px;
    font-family: 'Roboto Slab',serif;
}

h2.storyh2 {
    margin-bottom: 0px;
    color: #68943E;
    font-size: 34px;
    font-family: 'Roboto Slab',serif;
}

h3.storyh3 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #68943E;
    font-size: 24px;
    font-family: 'Roboto Slab',serif;
}

    h3.storyh3.pad25 {
        margin-bottom: 25px;
    }

h4.storyh4 {
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
    font-family: 'Roboto Slab',serif;
}

@media(max-width:550px) {

    .storyvid {
        width: 400px;
        height: 224px;
    }
}

@media(min-width:776px) {

    .storyvid {
        width: 600px;
        height: 336px;
    }
}

@media(min-width:992px) {

    .storyvid {
        width: 750px;
        height: 420px;
    }
}

@media(min-width:1170px) {

    .storyvid {
        width: 1140px;
        height: 640px;
    }
}

@media(min-width:992px) {
    .rt-border:after {
        content: "";
        background: black;
        position: absolute;
        top: 5%;
        right: 0;
        height: 90%;
        width: 1px;
    }

    #HomeBanner .banner-inner4 {
        min-width: 800px;
    }
}

@media(min-width:776px) {
    .rt-side {
        margin-top: 100px;
    }
}

#HomeBanner .banner-inner4 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner-inner4 .whiteitalic {
    font-family: ariel;
    font-size: 20px;
    font-style: italic;
    text-shadow: 0 0 12px #242323;
}

.banner-inner4 h3 {
    font-family: 'Roboto Slab',serif;
    letter-spacing: 1px;
    text-shadow: 0 0 13px #242323;
    color: #fff;
}

    .banner-inner4 h3 .blockgr {
        display: inline-block;
        letter-spacing: 2px;
        padding: 7px;
        background-color: #68943E;
        text-shadow: none;
        text-align: center;
    }

@media(max-width:769px) {
    #HomeBanner .banner-inner4 {
        min-width: 600px;
    }

    .banner-inner4 h3 {
        font-size: 16px;
    }
}

@media(min-width:769px) {

    .banner-inner4 h3 {
        padding-bottom: 25px;
    }

    .floattxt {
        float: left;
    }

    .lefttxt {
        text-align: left;
        padding-top: 5px;
    }
}

@media(max-width:550px) {
    .banner-inner4 h3 {
        font-size: 14px;
    }

    #HomeBanner .banner-inner4 {
        max-width: 500px;
        min-width: 500px;
    }

    .banner-inner4 .whiteitalic {
        font-size: 12px;
    }
}


/* override position and transform in 3.3.x */
#myCarousel.carousel-inner .item.left.active {
    transform: translateX(-33%);
}

#myCarousel.carousel-inner .item.right.active {
    transform: translateX(33%);
}

#myCarousel.carousel-inner .item.next {
    transform: translateX(33%)
}

#myCarousel.carousel-inner .item.prev {
    transform: translateX(-33%)
}

#myCarousel.carousel-inner .item.right,
#myCarousel.carousel-inner .item.left {
    transform: translateX(0);
}


.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    width: 5%;
    opacity: 1;
}

a.carousel-control {
    color: #fff;
}

#myCarousel .banner-inner6 {
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 300px;
    max-width: 340px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-inner6 h4 {
    font-family: 'Roboto Slab',serif;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 25px;
    text-shadow: 0 0 6px #242323;
}

@media(max-width:991px) {

    #myCarousel .banner-inner6 {
        min-width: 240px;
        max-width: 240px;
    }

    .banner-inner6 h4 {
        font-size: 14px;
    }

    .xspad25 {
        padding-bottom: 25px;
    }
}

@media(max-width:768px) {

    #myCarousel .banner-inner6 {
        min-width: 300px;
        max-width: 340px;
    }

    .banner-inner6 h4 {
        font-size: 16px;
    }

    .xspad25 {
        padding-bottom: 25px;
        width: 372px;
    }
}

.author-box {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.clearfix {
    zoom: 1;
}

.author-box img {
    float: left;
    margin-right: 20px;
    max-width: 218px;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.author-box h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: Georgia, serif;
    margin-bottom: auto;
}

.author-box p {
    margin-top: 10px;
}

.author-box .author-btn {
    text-align: right;
}

    .author-box .author-btn a {
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        white-space: nowrap;
        border-radius: 4px;
        color: #ffffff;
        background-color: #D26016;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #ccc;
        text-decoration: none;
    }

h1.page-title {
    color: #000000;
    font-family: Georgia, serif;
    font-size: 32px;
}

.thumbnail_links {
    font-size: 1.6rem;
}

.rd-txt {
    color: #D26017;
    font-weight: bold;
}

.blue-slider {
    background-color: #0074b8;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 22px;
}

.blue-img {
    background-size: cover;
    min-height: 423px;
}
.blue-img2 {
	background-size:cover;
	min-height:338px;
}
.blue-img3 {
	background-size:cover;
	min-height:327px;
}
.blue-img4 {
	background-size:cover;
	min-height:542px;
}
.blue-panel {
    background-color: #0074b8;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}
.blue-panel4 {
	background-color:#0074b8;
	color:#fff;
	padding-top:55px;
	padding-bottom:55px;
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
}
.blue-panel4 a {
	color:#fff;
	text-decoration:underline;

}
    .blue-panel h4 {
        font-size: 18px;
		color: #fff;
    }

    .blue-panel h3, .blue-panel4 h3 {
        text-align: left;
        font-weight: normal;
        font-size: 26px;
		color: #fff;
    }

.dkgreen-img {
    background-size: cover;
    min-height: 385px;
}
.dkgreen-img2 {
	background-size:cover;
	min-height:420px;
}
.dkgreen-img3 {
	background-size:cover;
	min-height:546px;
}
.dkgreen-panel {
    background-color: #00643c;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
	    font-size: 14px;
}

    .dkgreen-panel h3 {
        text-align: left;
        font-weight: normal;
        font-size: 26px;
		color:#fff;
    }
.dkgreen-panel3 {
	background-color:#00643c;
	color:#fff;
	padding-top:55px;
	padding-bottom:55px;
	padding-left:40px;
	padding-right:40px;
	 font-size: 14px;	
}

.dkgreen-panel3 h3 {
	text-align:left;
	font-weight:bold;
	font-size:24px;
	color:#fff;
}
.green-img {
    background-size: cover;
    min-height: 495px;
}
.green-img2 {
	background-size:cover;
	min-height:453px;
}
.green-img3 {
	background-size:cover;
	min-height:484px;
}
.green-panel {
    background-color: #699d27;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 14px;
}

    .green-panel h3, .green-panel3 h3 {
        text-align: left;
        font-weight: normal;
        font-size: 26px;
		color:#fff;
    }
.green-panel3 {
	background-color:#699d27;
	color:#fff;
	padding-top:55px;
	padding-bottom:55px;
	padding-left:40px;
	padding-right:40px;
	font-size: 14px;
}
.orange-img {
    background-size: cover;
    min-height: 495px;
}

.orange-panel {
    background-color: #EDA34F;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 14px;
}

    .orange-panel h3 {
        text-align: left;
        font-weight: normal;
        font-size: 26px;
		color:#fff;
    }

.orange-img2 {
    background-size: cover;
    min-height: 460px;
}

.orange-panel2 {
    background-color: #EDA34F;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 14px;
}

    .orange-panel2 h3 {
        text-align: left;
        color: #fff;
        font-family: georgia;
        font-weight: normal;
        font-size: 28px;
    }
.brown-img {
    background-size: cover;
    min-height: 495px;
}

.brown-panel {
    background-color: #57420b;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 14px;
}

    .brown-panel h3 {
        text-align: left;
        font-weight: normal;
        font-size: 26px;
		color:#fff;
    }
.pad-bottom-15 {
    padding-bottom: 25px;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.margin-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.grey-panel {
    background-color: #f0f0f0;
    color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 385px;
}

    .grey-panel h3 {
        color: #00633c;
    }

    .grey-panel p {
        margin: 0 0 15px;
    }

.gray-panel {
    background-color: #f0f0f0;
    color: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 160px;
    padding-right: 160px;
}

    .gray-panel h3 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 32px;
    }

    .gray-panel h4 {
        color: #696A6C;
        font-family: Georgia;
        font-style: italic;
        font-weight: normal;
        font-size: 24px;
    }

    .gray-panel p {
        color: #696A6C;
        margin: 0 0 15px;
        font-size: 18px;
    }

.gray-box {
    background-color: #f0f0f0;
    color: #000;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 30px;
    padding-right: 30px;
}

    .gray-box h2 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 32px;
        border-bottom: 2px solid #bcbcbc;
        padding-bottom: 10px;
    }

    .gray-box h3 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 26px;
    }

.gray-box2 {
    background-color: #f0f0f0;
    color: #000;
    padding-top: 32px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

    .gray-box2 h3 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 26px;
    }

.gray-box3 {
    background-color: #f0f0f0;
    color: #000;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

    .gray-box3 h3 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 25px;
    }

.gray-img1 {
    background-size: cover;
    min-height: 276px;
}

.gray-img2 {
    background-size: cover;
    min-height: 288px;
}

.gray-img3 {
    background-size: cover;
    min-height: 152px;
}

.gray-txt2 {
    font-family: Arial;
    color: #696A6C;
    font-size: 18px;
}

.gray-txt {
    font-family: Arial;
    letter-spacing: 0.1em;
    color: #696A6C;
    margin: 0 0 15px;
    font-size: 28px;
}

.green-txt {
    font-family: Arial;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #699d27;
    margin: 0 0 15px;
    font-size: 34px;
}

.left-img {
    padding-right: 25px;
    padding-bottom: 25px;
    float: left;
    display: inline-block;
}

.right-img {
    padding-left: 25px;
    padding-bottom: 25px;
    float: right;
    display: inline-block;
}

.green-box {
    background-color: #699d27;
    /* min-height: 152px; */
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 20px;
}

    .green-box .sm {
        font-size: 12px;
    }

.drkgreen-box {
    background-color: #0F643D;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 20px;
    font-family: georgia;
}

.drkgreen {
    color: #0F643D;
    font-family: georgia;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 30px;
    font-style: italic;
}

.circle-box {
    background-color: #669840;
    padding: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

    .circle-box h3 {
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 10px;
        font-family: georgia;
    }

.dr-box {
    position: relative;
    min-height: 500px;
    background-color: #f0f0f0;
    color: #000;
    font-size: 12px;
    text-align: center;

}
#main-content .dr-box img {
	margin:0;	
}
#VidBanner .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;
}

#VidBanner .carousel-indicators {
    text-align: right;
    left: inherit !important;
    top: inherit !important;
    margin-left: inherit;
    right: 30px;
}

    #VidBanner .carousel-indicators li, .carousel-indicators .active {
        width: 20px;
        height: 20px;
        margin-left: 10px;
        background-color: #FFFFFF;
    }

    #VidBanner .carousel-indicators .active {
        background-color: #D15D11;
        border-color: #E0B497;
    }

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
}

    .close-button a {
        color: #000;
    }

.pdrt50 {
    padding-right: 50px;
    padding-top: 50px;
}

    .pdrt50 h3 {
        color: #006140;
        font-family: Georgia;
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 10px;
    }

.vidyt {
    width: 560px;
    height: 315px;
}

.banner-bottom-inner {
    padding: 35px;
    width: 495px;
    color: #fff;
}


div.green {
    background-color: #006140;
    border: none;
    z-index: 800;
    font-size: 13px;
}


#subnavWrapper .navbar {
    min-height: 0;
    border-radius: 0px;
    margin-top: -6px;
}

    #subnavWrapper .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    #subnavWrapper .navbar .navbar-collapse {
        text-align: left;
    }


#subnavWrapper .navbar-default .navbar-nav li a {
    color: #fff;
    padding: 18px 15px 0;
    height: 55px;
}


    #subnavWrapper .navbar-default .navbar-nav li a:hover {
        background-color: #789d4a;
        padding: 18px 15px 0;
    }

ul.nav.nav-tabs li.org a {
    background-color: #D25D12;
	color:#fff;
}
ul.nav.nav-tabs li.org a:hover {
	color:#00643c;
	background-color: #fff;
}


.biggreen {
    color: #006140;
    font-family: Georgia;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.1;
}

.grayitalic {
    color: #696A6C;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
}

.graytext {
    color: #696A6C;
    margin: 0 0 15px;
    font-size: 18px;
}

#progbar h2 {
    color: #000;
    margin: 0;
    font-size: 36px;
}

#progbar .progress-bar {
    background-color: #789D4a;
}

#MapBanner {
    height: 614px;
    position: relative;
}

    #MapBanner .banner-wrapper {
        position: relative;
    }

    #MapBanner .banner-outer {
        height: 614px;
        background-size: contain;
    }

    #MapBanner .banner-inner {
        width: 360px;
        position: absolute;
        left: 750px;
        top: 300px;
        padding: 20px;
        font-family: georgia;
        text-align: center;
        border-radius: 4px;
    }



    #MapBanner .carousel-indicators {
        text-align: right;
        left: inherit !important;
        top: inherit !important;
        margin-left: inherit;
        right: 30px;
    }

        #MapBanner .carousel-indicators li {
            width: 20px;
            height: 20px;
            margin-left: 10px;
            background-color: #FFFFFF;
        }

        #MapBanner .carousel-indicators .active {
            background-color: #D15D11;
            border-color: #E0B497;
        }

.banner-tabs {
    position: absolute;
    top: 45px;
    left: 35px;
}

    .banner-tabs .tabs-left {
        width: 390px;
        height: 390px;
        background-color: #f19f53;
        border-radius: 4px;
    }

#content .banner-tabs .tabs-left > .nav-tabs {
    float: left;
    margin-right: 0;
    margin-top: 0px;
    border-right: none;
    border-bottom: 0;
    width: 23%;
    padding: 0;
}

.banner-tabs .tab-content > .tab-pane, .banner-tabs .pill-content > .pill-pane {
    display: none;
}

.banner-tabs .tabs-left > .tab-content {
    padding: 10px 30px;
    float: right;
    width: 77%;
}

#main-content .carousel-inner img {
    margin: 0px;
}

@media(max-width:767px) {
    #MapBanner {
        height: auto;
    }


        #MapBanner .banner-outer {
            display: none;
        }

        #MapBanner .banner-outerb {
            height: auto;
            background-size: contain;
        }

        #MapBanner img {
            display: block;
            height: auto;
            max-width: 100%;
            width: 100%;
        }

        #MapBanner .banner-inner {
            width: 100%;
            position: relative;
            left: 0px;
            top: 0px;
            background-color: rgba(0, 0, 0, 0.1);
            padding: 0;
            border-radius: 0 0 4px 4px;
            border-color: #ccc;
            border-style: solid;
            border-width: 0 2px 2px 2px;
            padding: 20px;
        }
}

@media(min-width:1200px) {
    #HomeBanner {
        height: 510px;
    }

    #MapBanner {
        height: 614px;
    }

    #HomeBanner .banner-outer, #HomeBanner img {
        height: 510px;
    }

    #MapBanner .banner-outer, #MapBanner img {
        height: 614px;
    }

    #HomeBanner .banner-inner {
        width: 300px;
        left: 444px;
        top: 46px;
        padding: 20px;
        bottom: auto;
    }

    #MapBanner .banner-inner {
        width: 380px;
        left: 700px;
        top: 250px;
        padding: 20px;
        bottom: auto;
    }

    #HomeBanner .banner-inner1 {
        width: 350px;
        left: 40px;
        top: 120px;
        padding: 20px;
        bottom: auto;
    }

    #HomeBanner .banner-inner2 {
        width: 700px;
        left: 15px;
        bottom: 20px;
        padding: 20px;
    }

    .banner-tabs {
        position: absolute;
        top: 45px;
        left: 35px;
    }

    .flex-video {
        height: auto;
        margin-bottom: 0;
        overflow: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        position: static;
    }

        .flex-video iframe, .flex-video object, .flex-video embed {
            height: 360px;
            left: auto;
            position: static;
            top: auto;
            width: 640px;
            margin-left: 100px;
        }

    .title-actions-wrap {
        margin-left: -45px;
    }
}

@media(min-width:768px) {
    #MapBanner .banner-outerb {
        display: none;
    }
}
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

#featured_depts h2 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    line-height: 1.1 !important;
}
#featured_depts ul {
    padding: 0;
    margin: 0;
}
#featured_depts li {
    float: left;
    margin: 0 8px !important;
    text-align: center;
    width: 115px !important;
    height: 115px !important;
    list-style-type: none;
}
#featured_depts li, #featured_depts li a {
    text-align: center;
    color: #d25d12;
    line-height: 14px !important;
    font-size: 12px;
    font-weight: bold;
}

.contentbox {
    background-color: #f4f4f5;
}
.contentbox .wp-content {
    margin: 0;
}
#main-content .contentbox .wp-content img {
    width: 100%;
	margin: 0;
    background-color: #bcbcbc;
}
#main-content  .contentbox .wp-content h2 {
    font-weight: normal;
    font-size: 32px;
    margin: 22px 25px 20px 25px;
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 10px;
}
#main-content .contentbox .wp-content p {
    color: #4d4d4f;
    font-size: 14px;
    line-height: 24px;
	margin-bottom:0px;
    margin: 0 25px;
}
#main-content .contentbox .wp-content ul {
    font-size: 14px;
}
.medcenter-cewp {
	min-height: 632px;
	
}
.thumbnail_large_wrap {
    max-width: 200px;
}

#main-content .blog-img-box {
	position:relative;
	float:left;
	max-width:300px;
	max-height:203px;
	padding:5px;
	margin:5px;
	border:1px #000 solid;
}
#main-content .blog-img-box img {
	margin:0;
}

#main-content .blog-av-box {
	position:relative;
	float:left;
	max-width:150px;
	padding:5px;
	margin:5px;
	border:1px #000 solid;
	font-size: 12px;
}
#main-content .blog-av-box img {
	margin:0;
}
ul.detail_list{margin-bottom:0;padding-left:0;list-style:none}

li.title{margin-bottom:10px}

@media (min-width: 767px){
.highlighted-content {
    padding: 20px 30px;
}
}
.highlighted-content {
    background: #f4f4f5;
    padding: 20px 10px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #00643c;
}
#announcementbanner {
    background-color: #0074b8;
    color: #FFF;
    /* position: fixed; */
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
}
#announcementbanner a {
    color: #FFF;
    text-decoration: underline;
}
#alerttopbanner {
    background-color: #D25D12;
    color: #FFF;
    /* position: fixed; */
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
}
#alerttopbanner a {
    color: #FFF;
    text-decoration: underline;
}
@media (min-width: 1200px) {
.home-page-banner-alert {

    width: 1125px;
}
}
@media (min-width: 992px) {
.home-page-banner-alert {

    width: 925px;
}
}
@media (min-width: 768px) {
.home-page-banner-alert {

    width: 705px;
    z-index: 99;
}
}
@media (min-width: 768px){
.home-page-banner-alert {
    padding: 10px 30px 5px;
}
}

.home-page-banner-alert {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: rgb(222, 100, 31);
    color: rgb(255, 255, 255);
    padding: 10px 10px 5px;
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}
.home-page-banner-alert a {
    color: rgb(255, 255, 255) !important;
    text-decoration: underline !important;
}

h3.icon-after {
    margin-bottom: 20px;
}
h3.icon-after img {
    width: 50px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
ul.green-bullets {
    margin-left: 0;
}
}
ul.green-bullets {
    margin-bottom: 40px;
    margin-left: 10px;
}
ul.green-bullets li {
    list-style-type: none;
    margin-bottom: 20px;
}
ul.green-bullets li::before {
    content: "\2022";
    font-size: 11px;
    color: green;
    background: #699d27;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
}
span.upper-green {
    color: #00643c;
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width: 768px) {

.pullquote-fancy.hero {
    background-size: 700px auto;
}

.pullquote-fancy.hero {
    background-size: 550px auto;
}

.pullquote-fancy.hero {
    background: #699d27 url(/data/images/weave-quote.png) no-repeat left top;
    background-size: 400px auto;
}
.pullquote-fancy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
	color:#fff;
}
.pullquote-fancy blockquote {
    border: none;
    padding: 0;
    margin: 0;
}
}
.bg-gray-block {
    background: #f4f4f5;
    padding: 30px 20px 0;
    margin-bottom: 30px;
}

ol .icon-list {
	font-size: 1.6rem;
    line-height: 1.8;
}

ol li:last-of-type {
    margin-bottom: 20px;
}
ul.list-chevrons li, .list-chevrons ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.list-chevrons li:before {
    content: "\e075";
    font-family: 'Glyphicons Halflings';
    font-size: 1.5rem;
    float: left;
    margin-left: -25px;
    color: #de641f;
}

.org-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: rgb(222, 100, 31);
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.lt-org-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #ECA154;;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;	
}

.gr-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #00643c;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.lt-gr-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #699d27;;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;	
}

.bl-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #4F758B;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.lt-bl-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #7BAFD4;;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;	
}
.drk-gry-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #696A6C;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}

.lt-gry-block {
	position: relative;
    width: 100%;
    z-index: 99;
    background-color: #97999B;;
    color: rgb(255, 255, 255);
    padding: 15px 15px 15px 15px;
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
	text-align:center;	
}
.our-positions-main
{
	width:100%;
	height:auto;
	text-align:center;
	overflow:hidden;
	position:relative;
	transition:0.5s;
}


.our-positions-main img
{
	/*border-radius:50%;
	margin-bottom:20px;
	width: 90px;*/
}

.our-positions-main h3
{
	font-size:18px;
	font-weight:700;
	margin-bottom:0;
}

.our-positions-main p
{
	margin-bottom:0;
	font-size:12px;
}

.positions-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.positions-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	bottom:0px;
	transition: all 0.5s ease;
}

.our-positions-main:hover .positions-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}

.our-positions-main:hover
{
	border-color:#777;
	transition:0.5s;
}

label#LbllocationPreference{color:#fff;}

#announcementbannerBlog {
    background-color: #0074b8;
    color: #FFF;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px 10px 15px;
	display: table-cell;
}

#announcementbannerBlog  a{
	color: #FFF;
}

.story-teaser p.topic {
    line-height: 1.2;
}
.story-teaser p {
    margin: 0;
}

.story-teaser a, .story-teaser a:link {
    color: #00643c !important;
}

.story-teaser h3 {
    margin: 0 0 5px;
}
.story-teaser p.teaser-body {
    display: block;
}

.story-teaser img {
    margin-top: 15px;
    width: auto;
    height: auto;
}

#story-teaser .collapse:not(.show) {
        display: block;
        height: 120px;
        overflow: hidden;
    }

    #story-teaser .collapsed {
        height: 120px;
    }

    #story-teaser a.collapsed::after {
        content: '+ Show More';
    }

    #story-teaser a:not(.collapsed)::after {
        content: '- Show Less';
    }

.apptbox {
	background: #68973B;
	margin-right: 10px;
}

.apptbox h3 {
	color: white;
}

.apptbox p {
	color: white; 
	margin-bottom: 20px;
}

.apptlink {
	background: #046240; 
	margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	color: white;
}
.apptlink a {
	color: white;
}

.quick-pay-left, .quick-pay-right {
    background: #f4f4f5;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
}

@media (max-width: 992px) {	
	.ulnopad {
			margin-bottom:0px !important;
	}
	#related_providers {
		text-align:center;
		min-height:200px;
	}
}
@media (mid-width: 992px) {	
	#related_providers {
		text-align:center;
		min-height:350px;
	}
}

.bonus-copy {
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0) 65%), url(../images/grey-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bonus-copy .callout-lower {
    list-style: none;
    margin: 2em auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bonus-copy .callout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 9% 1% 2.5%;
    box-sizing: border-box;
    width: 24.5%;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
    font-weight: 400;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.bonus-copy .callout:first-child::before {
    background-image: url(/data/images/icons/CVPH-NYS-Worker-Bonus-Icon.png);
	top: 13%;
    width: 24%;
    padding-bottom: 24%;
}
.bonus-copy .callout:nth-child(2)::before {
    background-image: url(/data/images/icons/CVPH-Sign-on-Bonus.png);
    top: 13%;
    width: 24%;
    padding-bottom: 24%;
}
.bonus-copy .callout:nth-child(3)::before {
    background-image: url(/data/images/icons/CVPH-Referral-Icon.png);
    top: 13%;
    width: 24%;
    padding-bottom: 24%;
}
.bonus-copy .callout:last-child::before {
    background-image: url(/data/images/icons/CVPH-Experience-Pay-Icon.png);
    top: 13.5%;
    width: 22%;
    padding-bottom: 22%;
}
.bonus-copy .callout::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15%;
    width: 20%;
    padding-bottom: 20%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bonus-copy h3 {
    margin: 0px auto;
    padding: 0px;
    font-size: 24px;
    color: #333333;
    letter-spacing: -.02em;
}

.bonus-copy .callout span {
    font-size: 14px;
    line-height: 14px;
    margin: 4px auto 0px;
}

.bonus-copy .disclaimer {
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 400;
    color: #666666;
    margin: 0em auto 0px;
}
@media only screen and (max-width: 800px) {
.bonus-copy .callout-lower {
    margin: 2em auto;
    display: block;
}
.bonus-copy .callout {
    display: block;
    padding: 25% 1% 5%;
    margin: 0px 0px 10px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 10%);
}
.bonus-copy .callout::before {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    padding-bottom: 20%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;   
}
.bonus-copy .callout:first-child::before {
    background-image: url(/data/images/icons/CVPH-NYS-Worker-Bonus-Icon.png);
    top: 7%;
    width: 21%;
    padding-bottom: 21%;
}
.bonus-copy .callout:nth-child(2)::before {
    background-image: url(/data/images/icons/CVPH-Sign-on-Bonus.png);
    top: 7%;
    width: 22%;
    padding-bottom: 22%;
}
.bonus-copy .callout:nth-child(3)::before {
    background-image: url(/data/images/icons/CVPH-Referral-Icon.png);
    top: 7%;
    width: 22%;
    padding-bottom: 22%;
}
.bonus-copy .callout:last-child::before {
    background-image: url(/data/images/icons/CVPH-Experience-Pay-Icon.png);
    top: 7%;
    width: 21%;
    padding-bottom: 21%;
}
.bonus-copy h3 {
    font-size: 3.5vw;
    line-height: 1em;
}
}
	.no-pad {
		padding-right: 0px;
		padding-left: 0px;
	}
	
#footerbutton {
	display:block;
	text-align:center;
	vertical-align:middle;
}


#footerbutton a.btn-footer {
	display: inline-block;
	color: #fff;
    background-color: #0074b8;
    border-color: #122b40;
	padding: 18px;
	font-size: 18px;
    line-height: 1.3333333;
	border-radius: 2px;
    font-weight: 700;
	margin-bottom: 0;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	touch-action: manipulation;
    cursor: pointer;
	padding-left:40px;
	padding-right:40px;
	text-decoration:none;
}

#footerbutton a.btn-footer:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}	
.fixed-banner-privacy.alert {
    background: #696a6c;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    z-index: 999;
    box-shadow: 1px 2px 4px 3px rgba(105,106,108,0.8);
    margin: 0;
    padding: 10px 0;
    color: #fff;
  }
  
  .alert .alert-copy {
    font-size: calc(15px + (17 - 15) * ((100vw - 375px) / 1225));
    font-family: "Quattrocento Sans",sans-serif;
  }
  
  .fixed-banner-privacy.alert .alert-copy p {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .alert .alert-copy p {
    margin: 0;
  }
  
  .fixed-banner-privacy.alert .close-container {
    text-align: right;
  }
  
  
  .fixed-banner-privacy .btn.btn-default {
    background-color: #fff;
    border: 2px solid #0074b8;
    color: #0074b8;
    text-decoration: none !important;
    line-height: 1.4;
    padding: 7px 10px;
    border-radius: 7px;
    margin-top: 5px;
  }
  
  @media (min-width: 768px) {
    .fixed-banner-privacy .btn.btn-default {
        padding: 10px 20px;
        border:none;
    }
    }
    .cookiealert {
  
      visibility: hidden;
  
      transform: translateY(100%);
      transition: all 500ms ease-out;
     }
  
  .cookiealert.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0%);
      transition-delay: 1000ms;
  }
  
  