/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header .header-image {
    width: 225px;
    height: 82px;
}
h1,
h2,
h3 {
    line-height: 1.1em;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.entry-content h1 {
    margin-top: 0px;
}

.main-nav li.slideout-toggle {
    display: none;
}

.site-content,
.entry-header {
    word-wrap: normal;
}

.slideout-toggle {
	cursor: pointer;
    margin-top: 10px;
    margin-left: auto;
    position: absolute;
    right: 40px;
    top: 40px;
}

.slideout-toggle a {
    /* background-color: #cc1632; */
    padding: 6px 2px 2px;
}

.slideout-toggle a:before {
    font-family: GeneratePress !important;
    color: #ffffff;
    font-size: 200%;
}

.unset-slideout-toggle {
	margin-top: unset;
    margin-left: unset;
    position: unset;
    right: unset;
    top: unset;
}

.slideout-logo {
    padding: 15px 10px 0;
}

.slideout-logo img {
    max-width: 225px;
}

.nav-float-right .inside-header .main-navigation {
	padding-top: 10px;
}

.navigation-search input {
    border: 1px solid #cccccc;
}

.navigation-search input[type=search], .navigation-search input[type=search]:active, .navigation-search input[type=search]:focus, .main-navigation .main-nav ul li.search-item.active>a {
    border-left: 1px solid #ccc;
}

.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a {
    background-color: transparent;
}

.slideout-navigation::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 100px;
}

.slideout-navigation::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

.slideout-navigation::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 100px;
}
.slideout-navigation::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 100px;
}

.slideout-navigation .slideout-menu {
    font-weight: 500;
    padding: 10px;
}

.slideout-navigation.main-navigation .main-nav ul li a {
    align-items: center;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    justify-content: space-between;
    min-height: 44px;
    padding: 0;
}

.slideout-navigation.main-navigation .main-nav > ul > li > a {
    line-height: 44px;
}

nav.main-navigation.offside.is-open {
    width: 85%;
}

.offside-js--is-left.slide-opened div.slideout-overlay button.slideout-exit {
    left: 85%;
}

@media screen and (min-width:480px) {
    nav.main-navigation.offside.is-open {
        width: 320px;
    }

    .offside-js--is-left.slide-opened div.slideout-overlay button.slideout-exit {
        left: 320px;
    }
}

.slideout-menu li.menu-item-has-children .dropdown-menu-toggle {
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 24px;
    margin-top: 0;
}

.slideout-menu li.menu-item-has-children.menu-item-4576 .dropdown-menu-toggle {
    border-bottom: 1px solid #ddd;
}

.slideout-menu li.menu-item-has-children.menu-item-4576.sfHover .dropdown-menu-toggle {
    border-bottom: none;
}

body .slideout-navigation .main-nav, .slideout-navigation .slideout-widget:not(:last-child) {
    margin-bottom: 60px;
}

li.menu-item-has-children .dropdown-menu-toggle[aria-expanded="true"] {
    background-color: #eee;
}

li.menu-item-has-children:last-of-type .dropdown-menu-toggle {
    border-bottom: 1px solid #ddd;
}

#generate-slideout-menu.main-navigation .main-nav ul ul {
    background-color: #eee;
    box-shadow: none;
    padding-left: 10px;
    box-sizing: border-box;
}

#generate-slideout-menu.main-navigation .main-nav ul ul ul {
    background-color: #ddd;
}

body.dropdown-hover nav.slideout-navigation:not(.toggled) ul ul .dropdown-menu-toggle {
    background-color: #ddd;
}

body.dropdown-hover nav.slideout-navigation:not(.toggled) ul ul .dropdown-menu-toggle:before {
    content: "\f107";
    text-align: center;
}

body.dropdown-hover nav.slideout-navigation:not(.toggled) ul ul .sfHover > a > .dropdown-menu-toggle:before {
    content: "\f106";
}

.result-hero-row-ccf .slideout-toggle {
    margin-top: -20px;
}

.result-hero-row-ellia .slideout-toggle {
    background-color: #cc1632;
    padding-top: 2px;
}

.teachers-video {
    line-height: 0;
}

@media (max-width: 768px) {
    .gb-container.teachers-row-mobile-bg {
        background-size: auto;
    }
}

/* .teachers-video video::-webkit-media-controls-panel {
    background-image: none !important;
    filter: brightness(0.4);
 } */

.black-toggle {
    position: relative;
}

.black-toggle .slideout-toggle {
    top: 0;
}

.result-hero-row-ce .slideout-toggle a:before,
.result-hero-row-fi .slideout-toggle a:before,
.result-hero-row-mwf .slideout-toggle a:before,
.result-hero-row-hfhs .slideout-toggle a:before,
.result-hero-row-ccf .slideout-toggle a:before,
.result-hero-row-dnr .slideout-toggle a:before,
.black-toggle .slideout-toggle a:before
 {
    color: #000000;
}

.result-hero-row-ivaccinate .slideout-toggle a:before {
    color: #50504f;
}

.result-hero-row-hap .slideout-toggle a:before {
    color: #ffffff;
}

.slideout-toggle a:hover {
    cursor: pointer;
}

.widget-title {
    margin-bottom: 20px;
}

.main-navigation .main-nav ul ul li a {
    text-transform: none;
    font-size: 15px;
    font-weight: normal;
}

.main-navigation .main-nav ul ul li a {
    padding: 5px 16px;
}

#page.container {
    padding-left: 0px;
    padding-right: 0px;
}

h1 {
    text-align: center;
}

#breadcrumbs {
    max-width: 1200px;
    padding: 0 40px 16px;
    margin: 0 auto;
}

#breadcrumbs {
    font-size: 14px;
}

.sidebar ul {
    margin: 0 0 1.5em 1.4em;
}

.sidebar li {
    color: #d2202f;
}

aside#custom_html-3 {
    border: 1px solid rgb(218, 225, 225);
    padding: 10px 15px 10px 16px;
}

aside#custom_html-3 h2.widget-title {
    margin-bottom: 0px;
}

body.page-id-102 {
    font-family: "Source Sans Pro",sans-serif !important;
}

.post-type-archive-blog .page-header, .post-type-archive-brogan-news .page-header {
    display: none;
}

.tax-blog-category h1 {
    text-align: left;
}

body.post-type-archive-brogan-news #page.grid-container,
body.tax-blog-category #page.grid-container,
body.single-brogan-news #page.grid-container,
body.post-type-archive-blog #page.grid-container,
body.single-blog #page.grid-container {
    max-width: 1280px;
}

.post-type-archive-brogan-news h2.blog-title a,
.post-type-archive-blog h2.blog-title a,
.tax-news-category h2.entry-title a,
.tax-blog-category h2.blog-title a,
.search-results h2.entry-title a {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

.post-type-archive-brogan-news h2.blog-title a:hover,
.post-type-archive-blog h2.blog-title a:hover,
.tax-news-category h2.entry-title a:hover,
.tax-blog-category h2.blog-title a:hover,
.search-results h2.entry-title a:hover {
    color: #d2202f;
}

.single-blog .entry-content ul ul {
    list-style: circle !important;
}

.single-blog .entry-content ul ul ul {
    list-style: square !important;
}

.home-content-container {
    max-width: 1012px;
    margin: 0 auto;
}

h2.home-header {
    text-align: left;
    font-weight: normal;
    font-size: 40px;
    padding-top: 0px !important;
}

.home-p {
    font-size: 19px;
}

.home-p-head {
    text-transform: uppercase;
    font-weight: 600;
}

@media (min-width: 768px) {
    .home-image {
        margin-top: -20px;
    }
}

p.home-content {
    max-width: 680px;
}

body.page .featured-image.grid-container {
    max-width: 100%;
    padding-bottom: 20px;
}

.page .featured-image img, .staff-banner img {
    width: 100%;
}

.video-container {
    position: relative;
}

.video-container video {
    height: auto;
    vertical-align: middle;
    width: 100%;
    pointer-events: none;
}

.video-container .overlay-desc {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container .overlay-desc h1 {
    color: #ffffff;
    font-size: 5vw;
    font-weight: normal;
    text-shadow: 2px 2px 4px #666666;
    text-align: left;
    line-height: 1.6em;
}

.video-container .overlay-desc h1 .video-subheader {
    display: block;
    font-size: 10vw;
    text-align: left;
}

.video-container .overlay-desc-2021 {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container .overlay-desc-2021 h1 {
    color: #ffffff;
    font-size: 5vw;
    font-weight: normal;
    text-shadow: 6px 2px 0px #fac530;
    text-align: left;
    line-height: 1.1em;
}

.video-container .overlay-desc-2021 h1 .video-subheader-2021-1 {
    display: block;
    font-size: 6vw;
    text-align: left;
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: .7em;
}

.video-container .overlay-desc-2021 h1 .video-subheader-2021-2 {
    display: block;
    font-size: 8vw;
    text-align: left;
    font-family: league-gothic, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: .95em;
}

.video-container .overlay-desc-2021 h1 .video-subheader-2021-3 {
    display: block;
    font-size: 6vw;
    text-align: left;
    font-family: league-gothic, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: .95em;
}

@media (max-width: 480px) {
    h1.fade-in {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .video-container .overlay-desc-2021 h1 .video-subheader-2021-1 {
        font-size: 160%;
        line-height: .8em;
        text-shadow: 2px 2px 0px #fac530;
    }
    .video-container .overlay-desc-2021 h1 .video-subheader-2021-2 {
        font-size: 210%;
        line-height: 1em;
        text-shadow: 2px 2px 0px #fac530;
    }
    .video-container .overlay-desc-2021 h1 .video-subheader-2021-3 {
        font-size: 180%;
        line-height: 1em;
        text-shadow: 2px 2px 0px #fac530;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.outer-box-container {
    max-width: 1020px;
    margin-top: 60px;
    text-align: center;
}

#outer-box {
    max-width: 324px;
    height: auto;
    position: relative;
    margin: 0 5px 10px 5px;
    display: inline-block;
    line-height: 0;
}

#outer-box img {
    width: 324px;
    height: auto;
}

#outer-box #inner-box {
    /* background-color: rgba(207, 16, 45, 0.8); */
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#outer-box #inner-box p {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    padding: 20px;
    margin-bottom: 0px;
}

#outer-box #inner-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#outer-box:hover #inner-box {
    opacity: 1;
    transition: opacity .5s;
}

.inner-box-link {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    top: 45%;
    position: absolute;
    width: 100%;
	line-height: 1.2em;
}

.cta-hero-give-image {
    margin: 0 auto;
    max-width: 100%;
    overflow: auto;
}

.red-ampersand {
    font-weight: bold;
    color: #d2202f;
}

.give-back-container {
    background-position: center center;
}

.give-back-container p {
    display: none;
}

#cta-hero-give-photos {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.cta-hero-give-back-link {
    background-color: #ffffff;
    color: #d2202f;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    padding: 8px 16px;
    margin-top: 20px;
    border: 3px solid #ffffff;
}

.cta-hero-give-back p {
    display: none;
}

.give-back-container:hover .cta-hero-give-back-link {
    border: 3px solid #d2202f;
}

#cta-hero-give-photos a {
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}

#cta-hero-give-photos img {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
}

a.cta-hero-give-back {
    display: block;
    padding: 3% 0%;
    /* position: absolute; */
    color: #000000;
    font-size: 29px;
    text-transform: none;
    text-align: left;
    line-height: 32px;
    z-index: 20;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-hero-about-image {
    margin: 0 auto;
    max-width: 100%;
    overflow: auto;
}

.cta-hero-give-back-headline {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.cta-hero-give-back-content {
    font-family: league-gothic, sans-serif;
    color: #f29bc1;
    font-size: 4.5vw;
    text-shadow: 4px 2px 0px #cc1632;
    line-height: 1.05em;
}

@media (max-width: 768px) {
    .cta-hero-give-back-content {
        font-size: 40px;
        text-shadow: 3px 2px 0px #cc1632;
    }
}

#cta-hero-about-photos {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

#cta-hero-about-photos a {
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}

#cta-hero-about-photos img {
    position: relative;
    float: left;
    width: 100%;
}

#cta-hero-about-photos a.cta-hero-about-us {
    display: block;
    padding: 15% 0 0 10%;
    position: absolute;
    max-width: 100%;
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    text-align: center;
}

.cta-hero-about-image:hover #cta-hero-about-photos a.cta-hero-about-us {
    color: #d2202f;
}

.bg-blog {
    background: transparent url("images/bg-blog.gif") repeat-x scroll left top;
    height: 110px;
}

.single-blog h1.entry-title {
    text-align: left;
}

.blog-row {
    overflow: auto;
    margin: 0 0 40px 0;
}

.post-type-archive-blog .attachment-thumbnail,
.tax-blog-category .attachment-thumbnail {
    margin: 0px 30px 0px 0px;
    padding-bottom: 30px;
    max-width: 260px;
}

/* #right-sidebar {
    margin-top: 30px;
} */

.page #right-sidebar {
    margin-top: 0px;
}

.blog-author-date {
    color: #727272;
    font-size: 14px;
    margin-top: 16px;
}

.blog-author {
    background: url("images/icon-blog-author.gif") no-repeat left center;
    padding: 0 17px;
}

.blog-date {
    background: url("images/icon-blog-date.gif") no-repeat left center;
    padding: 0 17px;
}

.blog-excerpt {
    margin-top: 1em;
}

.blog-excerpt a.read-more {
    white-space: nowrap;
}

.related-posts-sidebar {
    margin-bottom: 8px;
}

.related-blog-posts-bottom-container {
    background-color: #f6f6f6;
}

.related-blog-posts-bottom-content {
    padding: 40px 20px;
    max-width: 1060px;
    margin: 0 auto;
}

.related-blog-posts-bottom-content h2.widget-title {
    text-align: center;
}

.c-accordion__item {
    border-bottom: 1px solid #3a3a3a;
}

.entry-content > .wp-block-pb-accordion-item:not(:last-child) {
    margin-bottom: 0em !important;
}

.c-accordion__item:first-of-type {
    border-top: 1px solid #3a3a3a;
} 

.c-accordion__title {
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 15px 15px 0;
    transition: color 150ms ease-in-out;
    text-transform: uppercase;
}

.c-accordion__title:hover {
    color: #d2202f;
}

.c-accordion__title::after {
    color: #3a3a3a;
    font-weight: 600;
    transition: color 150ms ease-in-out;
}

.c-accordion__title:hover::after {
    color: #d2202f;
}

.sidebar ul#menu-blog-industries,
.sidebar ul#menu-blog-topic,
.sidebar ul#menu-brogan-news-categories {
    margin: 0 0 1.5em .4em;
}

ul#menu-blog-industries li,
ul#menu-blog-topic li,
ul#menu-brogan-news-categories li {
    color: #d2202f;
    list-style: disc;
    list-style-position: inside;
}

.page .widget ul li.menu-item {
    list-style: disc;
}

a.page-numbers {
    padding: 5px 10px;
    border: 1px solid #efefef;
    text-align: center;
    text-decoration: none;
}

.page-numbers.current,
a.page-numbers:hover {
    padding: 5px 10px;
    border: 1px solid #bacad6;
}

a.page-numbers:first-child,
a.page-numbers:last-child {
    border: 0px;
}

.wpv-archive-pagination-prev-link,
.wpv-archive-pagination-next-link {
    display: none;
}

p.services-icons {
    text-align: center;
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.services-icon {
    margin: 0 50px 40px 0;
}

img.services-icon {
    transition: filter .2s ease-in-out;
    -webkit-filter: grayscale(0%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%);
    /* FF 35+ */
}

img.services-icon:hover {
    -webkit-filter: grayscale(100%);
    /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%);
    /* FF 35+ */
}

.result-hero-row-ellia,
.result-hero-row-ce,
.result-hero-row-fi,
.result-hero-row-mwf,
.result-hero-row-covenant,
.result-hero-row-delta-dental,
.result-hero-row-mfcu,
.result-hero-row-hfhs,
.result-content1-row-hfhs,
.result-content2-row-hfhs,
.result-content3-row-hfhs,
.result-content4-row-hfhs,
.result-hero-row-mdhhs,
.result-hero-row-hap,
.result-hero-row-ivaccinate, 
.result-content1-row-ccf {
    /*background: radial-gradient(rgba(131,198,191,0),rgba(97,147,141,1)), #89d0c8 url('http://localhost/broganwp/wp-content/uploads/2019/01/ellia-hero.jpg') no-repeat center;*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.result-hero-row-ccf {
    background-repeat: no-repeat;
    background-position: right;
    position: relative;    
}

.result-hero-row-ohsp .hidden-image {
    display: none;
}

.result-hero-row-ellia .grid-container,
.result-hero-row-mfcu .grid-container {
    position: relative;
}

.result-hero-content-ce {
    margin: auto;
    position: absolute;
    max-width: 800px;
    padding: 0 20px;
    top: 40%;
    left: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-hero-content-hfhs {
    margin: auto;
    position: absolute;
    max-width: 730px;
    padding: 0 20px;
    top: 30%;
    left: 45%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-content-row-ohsp {
    position: relative;
}

.result-content1-ccf p, .result-content2-ccf p, .result-testimonial-ccf p {
    font-size: 22px;
    line-height: 1.4em;
}

.result-content1-hfhs {
    margin: auto;
    position: absolute;
    max-width: 800px;
    padding: 0 20px;
    top: 20%;
    left: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-content2-hfhs {
    margin: auto;
    position: absolute;
    max-width: 800px;
    padding: 0 20px;
    top: 30%;
    left: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-content3-hfhs {
    margin: auto;
    position: absolute;
    max-width: 600px;
    padding: 0 20px;
    top: 25%;
    left: 30%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-content4-hfhs {
    margin: auto;
    position: absolute;
    max-width: 600px;
    padding: 0 20px;
    top: 25%;
    left: 30%;
    bottom: 0;
    right: 0;
    /* -webkit-transform: translateX(-50%);
	transform: translateX(-50%) */
}

.result-content1-hfhs h2 {
    text-align: left;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}

.result-content2-hfhs h2 {
    text-align: left;
    color: #00467f;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}

.result-content3-hfhs h2 {
    text-align: left;
    color: #00467f;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}

.result-content4-hfhs h2 {
    text-align: left;
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}

.result-content1-hfhs p {
    font-size: 22px;
    line-height: 1.4em;
    color: #2e6c83;
}

.result-content2-hfhs p {
    font-size: 22px;
    line-height: 1.4em;
    color: #000304;
}

.result-content3-hfhs p {
    font-size: 22px;
    line-height: 1.4em;
    color: #000304;
}

.result-content4-hfhs p {
    font-size: 22px;
    line-height: 1.4em;
    color: #ffffff;
}

.result-content1-ccf {
    margin: auto;
    position: absolute;
    max-width: 400px;
    padding: 0 20px;
    top: 25%;
    left: 55%;
    bottom: 0;
    right: 0;
}

.result-testimonial-ccf {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}

p.result-testimonial-content-ccf {
    font-weight: 300;
}

.result-content-inside-ohsp {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}

.result-content-inside-ohsp h2 {
    text-align: left;
    color: #f5c031;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
}

.result-content-inside-ohsp p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
    padding-bottom: 40px;
}

.result-content-inside2-ohsp h2 {
    text-align: left;
    color: #f5c031;
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
    max-width: 800px;
}

.result-content-inside2-ohsp p {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4em;
    text-align: left;
    max-width: 475px;
}

@media (min-width: 1044px) {
    .result-content-inside2-ohsp {padding-bottom: 120px;}
    .result-content-inside2-ohsp h2 {padding-top: 120px;}
}

.result-hero-row-ohsp .result-header {
    padding: 20px 20px 70px;
}

.result-hero-content-ohsp-top {
    max-width: 700px;
    padding: 0 20px 220px;
    margin-left: 25%;
}

.result-hero-content-ohsp-top-p {
    margin-bottom: 0px;
}

.result-hero-content-ohsp-bottom {
    background-color: #ffcc00;
    margin: 0px 0 0 20px;
    margin-left: 20%;
}

.ohsp-badge {
    padding: 40px;
}

.result-ohsp-circle-counters-content {
    max-width: 600px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.result-summary-counter-circle-ohsp {
    border: 16px #f28d2e solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-color: #000000;
    color: #f5c031;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
}

.result-summary-counter-circle-ohsp .counter,
.result-summary-counter-circle-ohsp .counter-after {
    padding-top: 50px;
    display: inline-block;
    text-align: center;
}

.result-summary-circle-content-ohsp p {
    text-align: center;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 16px;
    line-height: 1em;
}

.result-hero-content-mdhhs-covid-top {
    position: absolute;
    max-width: 700px;
    left: 40%;
    top: 30%;
}

.result-hero-content-mdhhs-covid-top h1 {
    color: #1db9b2;
    text-align: left;
    font-size: 80px;
    line-height: 1em;
    font-weight: 400;
}

@media (max-width: 768px) {
    .result-hero-content-mdhhs-covid-top {
        left: 10%;
    }
    .result-hero-content-mdhhs-covid-top h1 {
        font-size: 38px;
    }
}

.result-content-1-container-covid-right p {
    margin-bottom: 0;
}

.result-content-2-container-covid-left {
    background-color: #5f234b;
}
.result-content-2-container-covid-right {
    background-color: #893e6e;
}

@media (min-width: 768px) {
    .result-content-1-row-covid .generate-sections-inside-container, .result-content-2-row-covid .generate-sections-inside-container {
        display: flex;
    }
    .result-content-1-container-covid-left, .result-content-1-container-covid-right {
        width: 50%;
    }
    .result-content-2-container-covid-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .result-content-1-container-covid-right p {
        padding: 15% 15% 4%;
        font-size: 1.7vw;
    }
    .result-content-1-container-covid-left {
        line-height: 0;
    }
    .result-content-2-container-covid-left {
        width: 55%;
    }
    .result-content-2-container-covid-right {
        width: 45%;
    }
    .result-content-2-container-covid-left h2 {
        font-size: 30px;
        font-weight: 400;
        line-height: 1em;
        color: #eee5a3;
        padding: 7% 7% 4%;
    }
    .result-content-2-container-covid-right p {
        font-size: 1.7vw;
        padding: 10% 10% 6% 10%;
        color: #ffffff;
    }
	.result-row-mobile-covid {
		display: flex;
	}
	.result-row-mobile-covid-item {
		width: 20%;
		line-height: 0;
	}
	.result-row-poster-covid {
		display: flex;
	}
	.result-row-poster-covid-item {
		width: 50%;
		line-height: 0;
	}
    .result-row-social-media-covid {
        display: flex;
    }
    .result-row-social-media-covid-1, .result-row-social-media-covid-2, .result-row-social-media-covid-3 {
        width: 33.33%;
        line-height: 0;
    }
    .result-row2-social-media-covid .generate-sections-inside-container {
        display: flex;
    }
    .result-row2-social-media-covid {
        line-height: 0;
    }
    .result-content-3-container-covid h2 {
        font-size: 60px;
        font-weight: 400;
        line-height: 1em;
        color: #ffffff;
        padding: 1% 7% 2% 33%;
    }
    .result-content-3-container-covid p {
        font-size: 22px;
        line-height: 1.4em;
        padding: 0 7% 0% 33%;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .result-content-1-row-covid .generate-sections-inside-container {
        display: block;
    }
    .result-content-1-container-covid-right p {
        padding: 40px;
        font-size: 18px;
    }
    .result-row-social-media-covid, .result-row-social-media-covid-1 {
        display: block;
    }
	.result-row-mobile-covid-item {
		width: 100%;
		line-height: 0;
	}
	.result-row-poster-covid-item {
		width: 100%;
		line-height: 0;
	}
    .result-row-social-media-covid-1, .result-row-social-media-covid-2, .result-row-social-media-covid-3 {
        width: 100%;
        line-height: 0;
    }
    .result-content-2-container-covid-left h2 {
        font-size: 38px;
        color: #eee5a3;
        padding: 20px;
        margin-bottom: 0px;
    }
    .result-content-2-container-covid-right p {
        font-size: 18px;
        line-height: initial;
        padding: 20px;
        color: #ffffff;
        margin-bottom: 0px;
    }
    .result-row2-social-media-covid .generate-sections-inside-container {
        display: block;
    }
    .result-row2-social-media-covid {
        line-height: 0;
    }
    .result-content-3-container-covid h2 {
        font-size: 38px;
        padding: 20px 20px 16px;
        color: #ffffff;
    }
    .result-content-3-container-covid p {
        font-size: 18px;
        line-height: initial;
        padding: 0 20px 20px;
        color: #ffffff;
    }
}

@media (min-width: 1080px) {
    .result-content-2-container-covid-left h2 {
        font-size: 60px;
    }
}

@media (max-width: 1080px) {
    .result-content-2-container-covid-left h2 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .result-content-2-container-covid-left h2 {
        font-size: 28px;
    }
}

.result-hero-content-mwf {
    max-width: 760px;
    position: absolute;
    right: 15%;
    top: 25%;
}

.result-hero-content-fi {
    margin: auto;
    position: absolute;
    max-width: 800px;
    padding: 0 20px;
    top: 30%;
    left: 50%;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.result-hero-content-ce h1 {
    font-size: 60px;
    line-height: 1em;
}

.result-hero-content-ce h1 {
    font-size: 60px;
    line-height: 1em;
}

.result-hero-content-fi h1 {
    font-size: 53px;
    line-height: 1em;
}

.result-hero-content-ce p,
.result-hero-content-fi p {
    font-size: 22px;
}

.result-hero-content-mwf p {
    font-size: 22px;
}

.result-hero-content-ce h1,
.result-hero-content-ce p,
.result-hero-content-fi h1 {
    color: #ffffff;
    text-align: left;
}

.result-hero-content-mwf h1 {
    color: #ffffff;
    text-align: left;
    font-size: 4.5vw;
    text-shadow: 2px 2px 4px #666666;
}

.result-hero-content-hfhs h1 {
    color: #15477b;
    text-align: left;
    font-size: 4.5vw;
}

.result-hero-content-hfhs p {
    font-size: 22px;
}

.result-hero-content-ohsp-top h1 {
    color: #f5c031;
    text-align: left;
    font-size: 80px;
    line-height: 1em;
    ;
}

.result-hero-content-fi p {
    color: #252525;
    text-align: left;
}

.result-hero-content-ohsp-top p {
    color: #ffffff;
    text-align: left;
    font-size: 21px;
}

.result-hero-content-ohsp-bottom-column {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.result-hero-content-ohsp-bottom h2 {
    color: #000000;
    text-align: left;
    padding: 16px 20px 14px;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
}

.result-hero-content-ohsp-bottom p {
    color: #000000;
    text-align: left;
    font-size: 22px;
    padding: 20px 20px 0;
}

.result-quote-row-ce,
.result-quote-row-fi {
    position: relative;
}

.result-quote-container-ce,
.result-quote-container-fi {
    position: absolute;
    max-width: 580px;
    padding: 0 20px 0 40px;
    top: 50%;
    transform: translateY(-50%);
}

.result-quote-ce,
.result-quote-fi {
    color: #ffffff;
    font-size: 36px;
    font-weight: 200;
    line-height: 1.4em;
}

.result-quote-name-ce,
.result-quote-name-fi {
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.2em;
}

.result-hero-content-ellia {
    position: absolute;
    top: 35%;
    right: 20%;
    width: 40%;
    padding: 0 40px;
}

.result-hero-content-ellia h1 {
    font-size: 4vw;
}

.result-hero-content-ellia p {
    font-size: 22px;
}

.result-hero-content-ellia h1,
.result-hero-content-ellia p {
    color: #636363;
    text-align: left;
}

.result-hero-content-mfcu {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 43%;
    padding: 40px 50px 20px;
    background-color: #ff5959;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.result-hero-content-mfcu h1 {
    font-size: 3vw;
    margin-bottom: 40px;
}

.result-hero-content-mfcu p {
    font-size: 1.6vw;
}

.result-hero-content-mfcu h1,
.result-hero-content-mfcu p {
    color: #ffffff;
    text-align: left;
}

.result-hero-content-covenant {
    position: absolute;
    bottom: 45%;
    left: 5%;
    width: 50%;
    padding: 0 40px;
}

.result-hero-content-covenant-subhead {
    display: block;
    text-transform: uppercase;
    font-size: 130%;
}

.result-hero-content-covenant h1 {
    font-size: 4vw;
}

.result-hero-content-covenant p {
    font-size: 22px;
    line-height: 1.4em;
}

.result-hero-content-covenant h1,
.result-hero-content-covenant p {
    color: #ffffff;
    text-align: left;
}

.result-bus-covenant {
    text-align: center;
    margin-top: -150px;
    z-index: 100;
    position: relative;
    padding-bottom: 40px;
}

.result-summary-content-covenant p {
    padding-top: 60px;
    font-size: 22px;
}

.grid-50.result-covenant-video-grid {
    padding: 0px 20px;
}

.grid-50.result-covenant-video-grid:nth-child(1),
.grid-50.result-covenant-video-grid:nth-child(2) {
    padding: 0px 20px 40px;
}

.result-covenant-purple-row {
    border-bottom: #94115a solid 120px;
}

.result-hero-content-delta-dental {
    position: absolute;
    bottom: 30%;
    left: 5%;
    width: 40%;
    padding: 0 40px;
}

.result-hero-content-delta-dental h1 {
    font-size: 4vw;
}

.result-hero-content-delta-dental p {
    font-size: 22px;
    line-height: 1.4em;
}

.result-hero-content-delta-dental h1,
.result-hero-content-delta-dental p {
    color: #50504f;
    text-align: left;
}

.result-hero-row-ccf .result-hero-content-ccf {
    position: absolute;
    top: 22%;
    left: 30%;
    width: 40%;
}

.result-hero-blend-ccf {
    background-color: #00aeee;
    mix-blend-mode: multiply;
    width: 575px;
    height: 500px;
}

.result-hero-content-ccf h1 {
    font-size: 70px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    mix-blend-mode: normal;
    position: absolute;
    top: 100px;
    left: 80px;
    z-index: 1;
}

.result-hero-content-dnr h1 {
    font-size: 70px;
    font-weight: 400;
    color: #db5c33;
    text-align: center;
}

.result-hero-block-ccf {
    display: block;
}

.result-hero-content-mdhhs-container {
    background-image: url('/wp-content/uploads/2019/02/mdhhs-hero-content-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 1153px;
    margin: 0 auto;
    position: relative;
}

.result-hero-content-mdhhs {
    position: absolute;
    /* bottom: 40%;
    left: 5%;
    width: 50%; */
    top: 44%;
    max-width: 630px;
    left: 39%;
    padding: 0 40px;
}

.result-hero-content-mdhhs h1 {
    font-size: 3vw;
}

.result-hero-content-mdhhs p {
    font-size: 2.1vw;
    line-height: 1.4em;
}

@media (min-width: 1200px) {
    .result-hero-content-mdhhs p {
        font-size: 22px;
    }
}

.result-hero-content-mdhhs h1,
.result-hero-content-mdhhs p {
    color: #50504f;
    text-align: left;
}

.result-hero-mdhhs-hidden-image {
    padding-bottom: 80px;
}

.result-hero-content-ivaccinate {
    position: absolute;
    bottom: 40%;
    left: 5%;
    width: 45%;
    padding: 0 40px;
}

.result-hero-content-ivaccinate h1 {
    font-size: 4vw;
}

.result-hero-content-ivaccinate p {
    font-size: 22px;
    line-height: 1.4em;
}

.result-hero-content-ivaccinate h1,
.result-hero-content-ivaccinate p {
    color: #50504f;
    text-align: left;
}

.result-mdhhs-anti-drugs-row {
    background-size: contain;
}

.mdhhs-anti-drugs-content {
    background-color: #ffffff;
    margin: 40px;
    padding: 40px;
}

.mdhhs-anti-drugs-content h2 {
    font-size: 50px;
    font-weight: 600;
    padding-left: 10px;
    color: #252525;
}

.mdhhs-anti-drugs-content p {
    font-size: 22px;
    color: #252525;
}

.mdhhs-hiv-content,
.mdhhs-prep-content,
.mdhhs-mht-content {
    max-width: 700px;
}

.dnr-content-row-2-columns-1 {
    margin-top: 200px;
}

.dnr-content-row-1 h2 {
    font-size: 50px;
    font-weight: 400;
    color: #db5c33;
    padding-top: 30px;
}

.dnr-content-row-1 p, .dnr-content-row-2 p, .dnr-content-row-3 p {
    font-size: 22px;
}

.dnr-content-row-2 h2 {
    font-size: 50px;
    font-weight: 400;
    color: #db5c33;
    padding-top: 60px;
}

.dnr-content-row-3 h2 {
    font-size: 70px;
    font-weight: 400;
    color: #db5c33;
}

.dnr-content-row-2-column-2 p:last-child {
    padding-left: 0px;
}

.dnr-content-row-2-columns-1 p:last-child {
    margin-bottom: .8em;
}

@media (min-width: 1048px) {
    .dnr-content-row-2-columns-1 {
        display: flex;
    }
    
    .dnr-content-row-2-column-2 {
        align-self: flex-end;
    }
    .dnr-content-row-2-column-3 img {
        float: right;
    }
    .dnr-content-row-2 h2 {
        padding-left: 80px;
        padding-right: 80px;
    }
    .dnr-content-row-2-columns-2 p:last-child {
        padding-bottom: 12%;
    }
    .dnr-content-row-2-column-2 p {
        padding-left: 30px;
    }
}

@media (min-width: 1528px) {
    .dnr-content-row-2 {
        background-size: 100% 95%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1048px) {
    .dnr-content-row-1 p:last-child {
        margin-bottom: 0px;
    }
    .dnr-content-row-2 {
        background-position: 5% 5%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .dnr-content-row-2 h2, .dnr-content-row-3 h2 {
        font-size: 38px;
    }
    .dnr-content-row-2-columns-1 img, .dnr-content-row-2-columns-2 img {
        clear: both;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .dnr-content-row-2-columns-1 {
        margin-top: 110px;
    }
}

.ivaccinate-content-row {
    background: url('images/ivaccinate-content-bg.png') repeat-x;
}

.ivaccinate-content {
    max-width: 800px;
    padding-top: 150px;
}

.mdhhs-hiv-content h2,
.mdhhs-mht-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #555555;
}

.mdhhs-prep-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #555555;
	padding-top: 100px;
}

.mdhhs-hiv-content p,
.mdhhs-prep-content p,
.mdhhs-mht-content p {
    font-size: 22px;
    color: #555555;
}

@media (max-width: 768px) {
	.mdhhs-prep-content h2 {
		padding-top: 0px;
	}
}

.ivaccinate-content p {
    font-size: 22px;
    color: #ffffff;
}

.result-hero-content-hap {
    /* position: absolute; */
    bottom: 20%;
    left: 5%;
    width: 50%;
    padding: 0 40px;
    margin-top: 100px;
}

.result-hero-content-hap h1, .result-hap-content h2 {
    font-size: 4vw;
}

.result-hero-content-hap p {
    font-size: 22px;
    line-height: 1.4em;
}

.result-hero-content-hap h1 {
    color: #ffffff;
    text-align: left;
    margin-top: -30px;
    margin-left: 50px;
}

.result-hap-content h2 {
    color: #ffffff;
    font-weight: 600;
}

.result-hero-content-hap p {
    color: #ffffff;
    text-align: left;
    margin: 0 0 0 50px;
}

.result-summary-counter-1-hap {
    text-align: center;
    font-size: 80px;
    line-height: 1em;
    color: #7d7d7d;
    font-weight: 600;
}

.result-delta-dental-content {
    max-width: 1000px;
    margin: 0 auto;
}

.result-delta-dental-content h2 {
    font-size: 40px;
    color: #50504f;
}

.result-delta-dental-content p {
    font-size: 22px;
    color: #50504f;
}

.result-hap-content {
    max-width: 865px;
    margin: 0 auto;
}

/* .result-hap-content h2 {
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
} */

.result-hap-content p {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
}

.result-mfcu-content h2 {
    font-size: 40px;
}

.result-mfcu-content p {
    font-size: 22px;
}

.result-mfcu-counter-container {
    border-bottom: 15px solid #f05a5c;
    max-width: 382px;
    margin: 40px auto;
}

.result-mfcu-counter-container h2 {
    font-size: 36px;
    line-height: 1em;
    font-weight: 600;
}

.result-mfcu-counter-column {
    width: 189px;
    height: 272px;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
}

.result-mfcu-counter-cell1,
.result-mfcu-counter-cell3 {
    position: absolute;
    bottom: 0px;
}

.result-mfcu-counter-cell2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 110px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result-mfcu-counter-cell4 {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 110px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result-mfcu-counter-item {
    width: 189px;
    text-align: center;
}

.result-mfcu-counter-item .counter,
.result-mfcu-counter-item .counter-after {
    color: #ffffff;
    font-size: 70px;
    line-height: 1em;
}

.result-mfcu-counter-description {
    color: #ffffff;
    text-align: center;
}

.result-mfcu-counter-column:nth-child(2) {
    background: url('images/mfcu-results-counter-background.gif')
}

.result-mfcu-counter-column h2 {
    margin-bottom: 0px;
}

.result-mfcu-mobile-row .result-mfcu-content h2 {
    color: #ffffff;
    margin-top: 60px;
    font-weight: 600;
}

.result-delta-dental-content h2, .result-delta-dental-content2 h2 {
    font-size: 60px;
    color: #50504f;
    font-weight: 600;
}

.result-delta-dental-content2 p {
    font-size: 22px;
    color: #50504f;
}

.result-quote-mwf {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4em;
}

.result-quote-name-mwf {
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.2em;
}

.result-summary-container-mwf {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
}

.result-quote-container-mwf {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.result-summary-container-mwf h2 {
    color: #ffffff;
    text-align: left;
    font-size: 70px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.result-summary-container-mwf p {
    font-size: 22px;
}

ul.result-statistic-mwf {
    margin: 0px;
}

.result-quote-image-mwf {
    padding: 0 20px 40px;
}

.result-statistic-mwf li {
    list-style-type: none;
    color: #ffffff;
    text-align: left;
    font-size: 48px;
    line-height: 1em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    border-bottom: 4px dotted #ffffff;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.result-image-grid-mwf .grid-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    font-size: 100%;
    padding: 0px;
}

.result-image-grid-mwf .img__container {
    display: flex;
    align-content: center;
}

.result-image-grid-mwf .img_item {
    background-size: cover;
    background-position: center center;
    padding-bottom: 18.5%;
    width: 20%;
}

.result-image-grid-mwf .img_item img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .result-image-grid-mwf .img_item {
        padding-bottom: 17.5%;
    }
    .result-hero-content-ccf h1 {
        font-size: 45px;
        font-weight: 400;
        color: #ffffff;
        text-align: left;
        mix-blend-mode: normal;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 1;
        padding: 30px 20px 20px;
        line-height: 1em;
    }
    .result-hero-content-dnr h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .result-image-grid-mwf .img_item {
        padding-bottom: 16.5%;
    }
}

@media (max-width: 480px) {
    .result-image-grid-mwf .img__container {
        flex-direction: column;
        align-items: center;
    }
    .result-image-grid-mwf .img_item {
        padding-bottom: 94%;
        width: 100%;
    }
}

.result-image-grid-fi .grid-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    font-size: 100%;
    padding: 0px;
}

.result-image-grid-fi .img__container {
    display: flex;
    align-content: center;
}

.result-image-grid-fi .img_item {
    background-size: cover;
    background-position: center center;
    padding-bottom: 23%;
    width: 25%;
}

.result-image-grid-fi .img_item img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .result-image-grid-fi .img_item {
        padding-bottom: 22%;
    }
}

@media (max-width: 768px) {
    .result-image-grid-fi .img_item {
        padding-bottom: 21%;
    }
}

@media (max-width: 480px) {
    .result-image-grid-fi .img__container {
        flex-direction: column;
        align-items: center;
    }
    .result-image-grid-fi .img_item {
        padding-bottom: 94%;
        width: 100%;
    }
}

.result-image-grid-delta-dental .grid-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    font-size: 100%;
    padding: 0px;
}

.result-image-grid-delta-dental .img__container {
    display: flex;
    align-content: center;
}

.result-image-grid-delta-dental .img_item {
    background-size: cover;
    background-position: center center;
    padding-bottom: 32%;
    width: 33.333%;
}

.result-image-grid-delta-dental .img_item img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .result-image-grid-delta-dental .img_item {
        padding-bottom: 31%;
    }
}

@media (max-width: 768px) {
    .result-image-grid-delta-dental .img_item {
        padding-bottom: 30%;
    }
}

@media (max-width: 480px) {
    .result-image-grid-delta-dental .img__container {
        flex-direction: column;
        align-items: center;
    }
    .result-image-grid-delta-dental .img_item {
        padding-bottom: 94%;
        width: 100%;
    }
}

.result-image-grid-ellia .grid-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    font-size: 100%;
    padding: 0px;
}

.result-image-grid-ellia .img__container {
    display: flex;
    align-content: center;
}

.result-image-grid-ellia .img_item {
    background-size: cover;
    background-position: center center;
    padding-bottom: 23%;
    width: 25%;
}

.result-image-grid-ellia .img_item img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .result-image-grid-ellia .img_item {
        padding-bottom: 22%;
    }
}

@media (max-width: 768px) {
    .result-image-grid-ellia .img_item {
        padding-bottom: 21%;
    }
}

@media (max-width: 480px) {
    .result-image-grid-ellia .img__container {
        flex-direction: column;
        align-items: center;
    }
    .result-image-grid-ellia .img_item {
        padding-bottom: 94%;
        width: 100%;
    }
}

.result-image-grid-hap .grid-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    font-size: 100%;
    padding: 0px;
}

.result-image-grid-hap .img__container {
    display: flex;
    align-content: center;
}

.result-image-grid-hap .img_item {
    background-size: cover;
    background-position: center center;
}

.result-image-grid-hap .img_item_1,
.result-image-grid-hap .img_item_4 {
    padding-bottom: 32%;
    width: 34%;
}

.result-image-grid-hap .img_item_3,
.result-image-grid-hap .img_item_6 {
    padding-bottom: 32%;
    width: 32%;
}

.result-image-grid-hap .img_item_2,
.result-image-grid-hap .img_item_5 {
    padding-bottom: 32%;
    width: 34%;
}

.result-image-grid-hap .img_item img {
    vertical-align: middle;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .result-image-grid-hap .img_item_1,
    .result-image-grid-hap .img_item_2 {
        padding-bottom: 29%;
    }
    .result-image-grid-hap .img_item_3 {
        padding-bottom: 29%;
    }
    .result-image-grid-hap .img_item_4 {
        padding-bottom: 32%;
    }
    .result-image-grid-hap .img_item_5 {
        padding-bottom: 32%;
    }
}

@media (max-width: 768px) {
    .result-image-grid-hap .img_item_1,
    .result-image-grid-hap .img_item_2,
    .result-image-grid-hap .img_item_3,
    .result-image-grid-hap .img_item_4,
    .result-image-grid-hap .img_item_5,
    .result-image-grid-hap .img_item_6 {
        padding-bottom: 31%;
    }
}

@media (max-width: 480px) {
    .result-image-grid-hap .img__container {
        flex-direction: column;
        align-items: center;
    }
    .result-image-grid-hap .img_item_1,
    .result-image-grid-hap .img_item_2,
    .result-image-grid-hap .img_item_3,
    .result-image-grid-hap .img_item_4,
    .result-image-grid-hap .img_item_5,
    .result-image-grid-hap .img_item_6 {
        padding-bottom: 90%;
        width: 100%;
    }
}

.results-bp-logo {
    padding-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.result-header {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 100;
}

.results-client-name {
    align-self: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.result-hero-row-ellia .results-client-name {
    color: #636363;
    font-weight: 600;
}

.result-hero-row-mwf .results-client-name {
    color: #ef5a28;
    font-weight: 600;
}

.result-hero-row-ccf .results-client-name, 
.result-hero-row-dnr .results-client-name {
    color: #000000;
    font-weight: 600;
}

.result-hero-row-ivaccinate .results-client-name {
    color: #50504f;
    font-weight: 600;
}

.result-hero-row-mdhhs .results-client-name {
    color: #ffffff;
    font-weight: 600;
}

.result-hero-row-hap .results-client-name {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px 4px #666666;
}

.result-hero-row-hfhs .results-client-name {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px 4px #666666;
}

.result-summary-row-ellia {
    background-repeat: no-repeat;
}

.result-summary-counter-container-ellia {
    position: relative;
}

.result-summary-content-ellia {
    padding-top: 60px;
    width: 50%;
    font-size: 22px;
}

.result-summary-counter-ellia {
    position: absolute;
    bottom: 0px;
}

.result-summary-counter-ellia h2 {
    font-size: 3.5vw;
    margin-bottom: 0px;
    line-height: 1em;
}

.result-summary-row-ellia .counter,
.result-summary-row-ellia .counter-after {
    font-size: 7.5vw;
    font-weight: bold;
    line-height: 1em;
}

.result-summary-row-delta-dental h2 {
    font-size: 3.5vw;
    line-height: 1em;
}

.result-summary-row-delta-dental .counter,
.result-summary-row-delta-dental .counter-after {
    font-size: 7.5vw;
    font-weight: bold;
    line-height: 1em;
}

.result-summary-row-mdhhs-anti-smoking h2 {
    font-size: 3.5vw;
    line-height: 1em;
    color: #ffffff;
}

.result-summary-row-mdhhs-anti-smoking .counter,
.result-summary-row-mdhhs-anti-smoking .counter-after {
    font-size: 7.5vw;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
}

.result-summary-row-mdhhs-stigma h2 {
    font-size: 3.5vw;
    line-height: 1em;
	font-weight: 600;
}

.mdhhs-hiv-slider .flexslider {
	background: #ffffff;
}

.mdhhs-anti-drugs-content .grid-50 h2 {
    font-size: 3.5vw;
    line-height: 1em;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #252525;
}

.mdhhs-anti-drugs-content .counter,
.mdhhs-anti-drugs-content .counter-after {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1em;
    color: #252525;
}

.mdhhs-mht-content h2.mdhhs-mht-counter-title {
    font-size: 3.5vw;
    line-height: 1em;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #555555;
}

.mdhhs-mht-content .counter,
.mdhhs-mht-content .counter-after {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1em;
    color: #555555;
}

.ivaccinate-content h2.ivaccinate-counter-title {
    font-size: 3.5vw;
    line-height: 1em;
    padding-left: 0px;
    margin-bottom: 16px;
    color: #ffffff;
}

.ivaccinate-content .counter,
.ivaccinate-content .counter-after {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
}

.result-summary-counter-1-delta-dental {
    color: #fc6821;
    padding-bottom: 20px;
}

.result-summary-counter-2-delta-dental {
    color: #8461a6;
    padding-bottom: 40px;
}

.result-summary-counter-3-delta-dental {
    color: #1bacc4;
}

.result-summary-counter-4-delta-dental {
    color: #1bacc4;
}

.result-summary-counter-5-delta-dental {
    color: #8461a6;
}

.result-summary-counter-6-delta-dental {
    color: #fc6821;
    padding-bottom: 20px;
}

.result-summary-row-delta-dental .grid-50:nth-child(2) {
    padding-left: 60px;
}

.result-summary-content-delta-dental {
    padding-right: 50px;
    font-size: 22px;
}

.result-summary-counter-mdhhs h2 {
    margin-bottom: 0px;
}

.result-summary-row-mdhhs-anti-smoking p {
    padding-right: 50px;
    font-size: 22px;
    color: #ffffff;
    margin-top: 40px;
}

.result-summary-counter-1-mdhhs-anti-smoking {
    padding-bottom: 40px;
}

.result-summary-row-mdhhs-stigma p {
    padding-right: 50px;
    font-size: 22px;
    margin-top: 40px;
}

.result-summary-row-ohsp h2 {
    font-size: 3.5vw;
    line-height: 1em;
    color: #f5c031;
    font-weight: 600;
}

.result-summary-row-ohsp .counter,
.result-summary-row-ohsp .counter-after {
    font-size: 7.5vw;
    font-weight: 600;
    line-height: 1em;
    color: #ffffff;
}

.result-summary-counter-ohsp {
    padding-bottom: 20px;
}

.result-summary-content-ohsp {
    padding-right: 50px;
    font-size: 22px;
    color: #ffffff;
}

.result-summary-content-ohsp-divider {
    border-bottom: 2px dashed #f5c031;
    margin-bottom: 30px;
}

.hidden-image {
    visibility: hidden;
    /* margin-top: -137px; */
}

.result-hero-row-hfhs .hidden-image,
.result-hero-row-hap .hidden-image {
    margin-top: -537px;
}

.result-hero-row-ccf .hidden-image {
    margin-top: -137px;
}

.result-hero-row-ellia .hidden-image {
    margin-top: -275px;
}

.quote-container {
    padding: 25px 0 30px;
    background-color: #d3202f
}

.quote-width {
    max-width: 1200px;
    margin: 0 auto;
}

.quote-banner {
    text-align: center;
    padding-bottom: 0px;
}

.quote-banner p {
    color: #ffffff;
    font-size: 15px;
    padding: 0 140px;
    margin-bottom: 0px;
}

.quote-banner h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.bios-container {
    text-align: center;
    margin-top: 30px;
}

.bio-single {
    float: left;
    margin: 0 14px 30px;
    height: 230px;
}

.bio-single p {
    line-height: 18px;
}

.bio-single a,
.bio-single a:hover {
    color: #000000;
}

.bio-name {
    font-family: 'Covered By Your Grace', cursive;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .01em;
}

.bio-title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
}

a.rollover {
    /*opacity: 0.6; */
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

a.rollover:hover {
    background-position: -236px 0;
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.displace {
    position: absolute;
    left: -5000px;
}

a.rollover-ed {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-ellyn-2022.jpg");
}

a.rollover-lh {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-laurie.jpg");
}

a.rollover-kl {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-kim3.jpg");
}

a.rollover-br {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-becky.jpg");
}

a.rollover-jhp {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-julie.jpg");
}

a.rollover-lb {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-lori2.jpg");
}

a.rollover-jm {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-julia.jpg");
}

a.rollover-lz {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-lauren2.jpg");
}

a.rollover-kr {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-katie2.jpg");
}

a.rollover-cs {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-carly-2025.jpg");
}

a.rollover-em {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-emily2.jpg");
}

a.rollover-kk {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-kaitlynn.jpg");
}

a.rollover-vl {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-vong.jpg");
}

a.rollover-eb {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-eric2.jpg");
}

a.rollover-lp {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-laura.jpg");
}

a.rollover-sk {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-sarah.jpg");
}

a.rollover-ct {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-christina.jpg");
}

a.rollover-tm {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-tami.jpg");
}

a.rollover-cl {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-colleen.jpg");
}

a.rollover-cc2 {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-celeste.jpg");
}

a.rollover-ep {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-erin.jpg");
}

a.rollover-aw {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-abigail-2025.jpg");
}

a.rollover-ag {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-abby.jpg");
}

a.rollover-gc {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-gabrielle.jpg");
}

a.rollover-ka {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-kahla.jpg");
}

a.rollover-ss {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-samantha-2025.jpg");
}

a.rollover-kw {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-kayla.jpg");
}

a.rollover-sf {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-sean.jpg");
}

a.rollover-as {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-angela2.jpg");
}

a.rollover-ld {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-lacey.webp");
}

a.rollover-am {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-annie-2025.jpg");
}

a.rollover-jk {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-jenniferk.jpg");
}

a.rollover-ss2 {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-soujanya.jpg");
}

a.rollover-cf {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-cameron.jpg");
}

a.rollover-jd {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-jazmine.jpg");
}

a.rollover-nc {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-noah.jpg");
}

a.rollover-am2 {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-amanda.jpg");
}

a.rollover-mh {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-madison2.jpg");
}

a.rollover-js2 {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-julia-s.jpg");
}

a.rollover-bd {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-brett.jpg");
}

a.rollover-eo {
    display: block;
    width: 236px;
    height: 157px;
    text-decoration: none;
    background: url("images/bio-emily-o.jpg");
}

h1.bio-header {
    font-family: 'Covered By Your Grace', cursive;
    color: #000000;
    font-weight: 400;
    font-size: 38px;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    letter-spacing: .01em;
}

h2.bio-subheader {
    padding-top: 0px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
}

.client-logos {
    text-align: center;
    margin-bottom: 30px;
}

.client-logos img {
    padding: 3px 15px;
}

.client-logo-text {
    padding: 3px 15px;
}

.client-logos-row {
    text-align: center;
    padding-bottom: 40px;
}

.client-logos-row a img {
    max-width: 280px;
    /* border: 1x solid #dae1e1; */
    border: 1px solid #ffffff;
    margin: 0 15px 10px 0;
}

.client-logos-row a img:hover {
    /* border: 1px solid #363c44; */
    border: 1px solid #dae1e1;
}

.client-subheader {
    padding-top: 0px;
    text-align: center;
    border-bottom: 0px solid #E0E0E0;
    font-size: 30px;
    text-transform: uppercase;
}

.tooltip {
    font-size: 14px !important;
}

.tooltip-inner {
    color: #c3cdd2 !important;
}

.landingpage-title {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 4px;
}

.landingpage-subtitle {
    padding-left: 10px;
    color: #797979;
    font-size: 18px;
    line-height: 1.625;
    padding-top: 0px !important;
}

.landingpage-right-inner {
    background-color: #D8D8D8;
    padding: 0 15px 15px;
}

.lightgalleries img {
    margin-bottom: 4px;
}

.rtecenter {
    text-align: center;
}

a.read-more {
    font-weight: 600;
}

.brogan-news-template-default h1 {
    text-align: left;
	text-wrap: pretty;
}

.archive .entry-summary,
.brogan-news-template-default .entry-content {
    margin-top: 1.4em;
}

.after-title-meta {
    color: #727272;
    font-size: 14px;
    margin-top: 16px;
}

.after-title-meta-author {
    background: url('images/icon-blog-author.gif') no-repeat left center;
    padding: 0 17px;
}

.after-title-meta-date {
    background: url('images/icon-blog-date.gif') no-repeat left center;
    padding: 0 17px;
}

.category-button-container {
    margin-top: 40px;
}

.archive .category-button-container {
    margin: 24px 0 20px;
}

.category-button-title {
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding-right: 14px;
}

.category-button,
.category-button-container a {
    font-size: 13px;
    background-color: #d2202f;
    color: #ffffff;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    font-weight: 500;
    white-space: nowrap;
}

.category-button:hover,
.category-button-container a:hover {
    color: #ffffff;
}

.portfolioContainer {
    max-width: 1035px;
    margin: 0 auto;
}

.portfolioContainer div.show-image {
    height: 295px;
}

.results-arrow {
    max-width: 18px;
    vertical-align: middle;
}

div.show-image:hover img.results-arrow {
	opacity: 1;
}

.work-template-default .wp-block-image {
    margin: 0;
}

.footer-client-logos {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 40px;
}

/* body .logo-carousel-free .sp-lc-logo img {
    max-width: 70%;
} */

.site-footer {
    border-top: 15px solid #05bbd3;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}

/* .footer-widgets,
.widget-area .widget {
    padding: 40px 0px;
}

.footer-widget-1,
.footer-widget-2 {
    margin: 0 20px 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 0px;
} */

.footer-blog-date {
    font-size: 15px;
    color: #999999;
    padding: 45px 50px 6px;
}

.footer-blog-title {
    padding: 0px 50px 15px;
}

.footer-blog-title a {
    font-size: 36px;
    line-height: 1.1em;
    color: #333333;
}

.footer-blog-excerpt {
    padding: 0px 50px 50px;
}

.footer-blog-author-comments {
    font-size: 15px;
    color: #999999;
    padding: 0px 50px 15px;
}

.footer-blog-author {
    background: url('images/icon-blog-author.gif') no-repeat left center;
    font-size: 15px;
    color: #999999;
    padding: 0 18px;
}

.footer-blog-comments {
    background: url('images/icon-blog-comments.gif') no-repeat left center;
    padding: 0 19px;
}

a[title*="Edit view"] {
    display: none;
}

h2.footer-subhead {
    padding: 45px 50px 32px;
    text-transform: uppercase;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0px;
}

ul.social-bookmarks {
    /* padding: 0 50px; */
}

ul.social-bookmarks li {
    margin: 0px 10px 5px 0px;
    display: inline-block;
}

.footer-widgets .widget ul.social-bookmarks li:last-child {
    margin: 0px 5px 5px 0px;
}

.footer-widgets h2.widget-title, .footer-address {
    text-transform: none;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
}

@media (min-width: 1080px) {
    .site-footer .footer-widgets-container .footer-widget-1 .inner-padding {
        padding-left: 20px;
    }
    .site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
        /*padding-left: 180px;*/
    }
	.site-footer .footer-widgets-container .footer-widget-3 .inner-padding {
        padding-left: 90px;
    }
}

@media (max-width: 480px) {
	.footer-logos {}
	.footer-logos img {display: block; margin: 0 auto 16px auto;}
}

.footer-address {
    margin-bottom: 30px;
}

ul.social-bookmarks li a {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    border: 0px solid #5b5b5b;
    display: block;
}

ul.social-bookmarks li.facebook a {
    background-image: url(images/facebook.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.instagram a {
    background-image: url(images/instagram.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.twitter a {
    background-image: url(images/twitter-x.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.linkedin a {
    background-image: url(images/linkedin.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.youtube a {
    background-image: url(images/youtube.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.flickr a {
    background-image: url(images/flickr.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.pinterest a {
    background-image: url(images/pinterest.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li.google a {
    background-image: url(images/google.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.social-bookmarks li a:hover {
    border: 0px solid #ce5828 !important;
}

.footer-widgets #gform_3 input {
    max-width: 300px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 6px !important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #333 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #888;
    margin: 2px 0;
    width: 100%;
    color: #333 !important;
    font-size: 15px !important;
}

.gform_wrapper textarea.medium {
    border: 1px solid #888;
    height: 100px !important;
    color: #333 !important;
    font-size: 15px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    padding: 4px 18px !important;
}

.gform_wrapper .gform_footer {
    margin: 6px 0 0 0 !important;
}

.gform_wrapper#gform_wrapper_3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

body .gform_legacy_markup_wrapper .gform_footer {
    padding: 8px 0 10px 0;
}

hr.footer-hr {
    border-top: 1px solid #dddddd;
    background-color: transparent;
}

.footer-icons {
    height: 55px;
    padding: 0 50px 10px;
    margin-bottom: 10px;
}

.footer-phone img,
.footer-email img {
    vertical-align: middle;
}

p.footer-phone,
p.footer-email {
    color: #666666;
    margin: 10px 0 0 0;
    line-height: 25px;
    font-size: 24px;
}

.footer-form {
    padding: 0 50px;
}

h3.footer-form-header {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

.copyright-bar {
    text-align: right;
}

.copyright-bar .copyright-1, .copyright-bar .copyright-2 {
    display: inline-block;
}

.copyright-bar .copyright-1 {
    text-align: left;
}

@media (min-width: 768px) {
    .copyright-bar .copyright-1, .copyright-bar .copyright-2 {
        width: 49%;
    }
    .copyright-bar .copyright-2 {
        vertical-align: top;
        padding-top: 0px;
    }
}

.copyright-bar a {
    font-size: 11px;
}

.copyright-bar a:hover {
    text-decoration: underline;
}

.copyright-logo {
    margin-right: 10px;
}

@media (max-width: 480px) {
    body .copyright-bar .copyright-1 {
        display: flex;
        justify-content: center;
    }
}

.site-info {
    background: #000000 url('images/footer-bg.jpg') repeat-x center bottom;
    height: 55px;
}

.site-info a:visited {
    color: #ffffff;
}

@media (max-width: 768px) {
    .copyright-bar .copyright-1, .copyright-bar .copyright-2 {
        display: block;
        text-align: center;
    }
    .site-info {
        height: 153px;
    }
}

@media all and (min-width: 1400px) {
    .result-quote-container-ce,
    .result-quote-container-fi {
        max-width: 800px;
    }
    .result-summary-row-delta-dental .counter,
    .result-summary-row-delta-dental .counter-after,
    .result-summary-row-mdhhs-anti-smoking .counter,
    .result-summary-row-mdhhs-anti-smoking .counter-after {
        font-size: 100px;
    }
    .result-summary-row-ohsp .counter,
    .result-summary-row-ohsp .counter-after {
        font-size: 100px;
    }
    .result-hero-content-hfhs h1,
    .result-hero-content-covenant h1,
    .result-hero-content-delta-dental h1,
    .result-hero-content-ivaccinate h1 {
        font-size: 70px;
    }
    .result-hero-content-mdhhs h1 {
        font-size: 50px;
    }
    .result-hero-content-hap h1 {
        font-size: 60px;
    }
    .result-hap-content h2 {
        font-size: 60px;
        line-height: 1em;
        color: #ffffff;
        text-align: left;
        font-weight: 600;
    }
    .result-hero-content-ellia h1 {
        font-size: 60px;
    }
    .result-summary-counter-ellia h2 {
        font-size: 50px;
    }
    .result-summary-row-ellia .counter,
    .result-summary-row-ellia .counter-after {
        font-size: 90px;
    }
}

@media all and (max-width: 1400px) {
    .result-content1-hfhs h2,
    .result-content2-hfhs h2,
    .result-content3-hfhs h2,
    .result-content4-hfhs h2 {
        font-size: 46px;
    }
}

@media all and (min-width: 1044px) {
    .result-row-mfcu {
        margin-bottom: 180px;
    }
    .mfcu-mobile-image {
        margin-top: -180px;
    }
    .result-mfcu-mobile-row .result-mfcu-content {
        width: 60%;
    }
    .result-mfcu-mobile-row .result-mfcu-content h2 {
        width: 50%;
    }
    .result-summary-counter-mdhhs {
        padding-top: 150px;
    }
}

@media all and (max-width: 1044px) {
    .result-hero-row-ccf .results-client-name {
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 1px 4px #666;
    }
    .result-summary-row-ellia {
        background-size: contain;
    }
    .result-content3-row-hfhs {
        background-position: left top;
        background-size: initial;
    }
    .result-content4-row-hfhs {
        background-position: right top;
        background-size: initial;
    }
    .result-content1-row-hfhs .hidden-image,
    .result-content2-row-hfhs .hidden-image,
    .result-content3-row-hfhs .hidden-image,
    .result-content4-row-hfhs .hidden-image {
        display: none;
    }
    .result-content3-hfhs {
        width: 60%;
        margin: initial;
    }
    .result-content4-hfhs {
        width: 60%;
        margin: initial;
    }
    .result-content1-hfhs,
    .result-content2-hfhs,
    .result-content3-hfhs,
    .result-content4-hfhs {
        position: static;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        padding: 60px;
    }
    .result-content1-hfhs h2,
    .result-content2-hfhs h2,
    .result-content3-hfhs h2,
    .result-content4-hfhs h2 {
        font-size: 34px;
    }
    .result-content1-hfhs p,
    .result-content2-hfhs p,
    .result-content3-hfhs p,
    .result-content4-hfhs p,
    .result-content1-ccf p,
    .result-content2-ccf p,
    p.result-testimonial-content-ccf {
        font-size: 18px;
    }
    .result-mfcu-video-row {
        margin-top: 40px;
    }
    .result-summary-circle-content-ohsp p {
        font-size: 28px;
        margin-bottom: 40px;
    }
    #generate-section-3.result-row-mfcu .generate-sections-inside-container {
        padding-top: 40px;
    }
    /* #cta-hero-give-photos a.cta-hero-give-back {
        position: static;
        max-width: 100%;
        background-color: #ffffff;
        padding: 20px;
        text-align: center;
        width: auto;
        font-size: 24px;
        line-height: 28px;
    } */
    .cta-hero-give-back-headline {
        margin: 0 auto;
    }
    .result-summary-counter-ellia {
        position: static;
    }
    .result-summary-row-delta-dental h2,
    .result-summary-row-mdhhs-anti-smoking h2,
    .result-delta-dental-content h2,
	.result-summary-row-mdhhs-stigma h2 {
        font-size: 32px;
        padding-bottom: 4px;
    }
    .result-summary-row-delta-dental .grid-50:nth-child(2) {
        padding-left: 10px;
    }
    .result-summary-content-delta-dental {
        padding-right: 0px;
    }
    .result-hero-row-ce,
    .result-hero-row-fi {
        background-image: none;
    }
    .result-hero-row-ce .result-header,
    .result-hero-row-fi .result-header,
    .result-hero-row-ohsp .result-header {
        padding: 20px 20px 80px;
    }
    .result-hero-content-ce,
    .result-hero-content-fi,
    .result-hero-content-ohsp {
        position: static;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        padding-bottom: 60px;
    }
    #generate-section-1.generate-sections-container.result-hero-row-ohsp {
        background-position: right top;
    }
    .result-hero-content-ohsp-top {
        margin-left: 0;
        padding: 0 20px 40px;
    }
    .result-hero-content-ohsp-bottom-column {
        width: 100%;
        display: block;
    }
    .result-hero-row-ce .hidden-image,
    .result-hero-row-fi .hidden-image,
    .result-hero-row-ohsp .hidden-image {
        display: none;
    }
    .result-hero-content-ohsp-bottom {
        margin: 0;
    }
    .result-quote-container-ce,
    .result-quote-container-fi {
        position: static;
        padding-top: 40px;
        padding-bottom: 10px;
        transform: translateY(0%);
    }
    .result-quote-row-ce,
    .result-quote-row-fi {
        background-image: url(none) !important;
    }
    .result-quote-row-ce .hidden-image,
    .result-quote-row-fi .hidden-image {
        visibility: visible;
    }
    .result-hero-content-mwf .grid-50:first-child {
        display: none;
    }
    .result-summary-container-mwf h2 {
        font-size: 36px;
    }
    .result-statistic-mwf li {
        font-size: 30px;
    }
    .result-covenant-row-video-grid .generate-sections-inside-container {
        padding: 0px;
    }
    .grid-50.result-covenant-video-grid:nth-child(1),
    .grid-50.result-covenant-video-grid:nth-child(2) {
        padding: 0 0 40px;
    }
    .result-hero-content-covenant {
        bottom: 35%;
    }
    .grid-50.result-mfcu-video:nth-child(1) {
        padding: 0;
    }
    .result-row-mfcu .generate-sections-inside-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .result-summary-row-mdhhs-anti-smoking p,
	.result-summary-row-mdhhs-stigma p{
        font-size: 22px;
        margin-top: 0px;
    }
    .result-summary-row-mdhhs-anti-smoking .counter,
    .result-summary-row-mdhhs-anti-smoking .counter-after,
    .mdhhs-anti-drugs-content .counter,
    .mdhhs-anti-drugs-content .counter-after,
    .mdhhs-mht-content .counter,
    .mdhhs-mht-content .counter-after,
    .ivaccinate-content .counter,
    .ivaccinate-content .counter-after {
        font-size: 32px;
    }
    .mdhhs-anti-drugs-content {
        margin: 0px;
        padding: 10px;
    }
    .mdhhs-anti-drugs-content h2,
    .mdhhs-hiv-content h2,
	.mdhhs-prep-content h2,
    .mdhhs-mht-content h2,
    .ivaccinate-content h2,
    .dnr-content-row-1 h2 {
        font-size: 38px;
    }
    .result-summary-counter-1-hap {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .home-nav-link {
        display: none;
    }
    .single-work .home-nav-link {
        display: block;
    }
    .portfolio-item {
        width: 345px;
    }
    .isotope-item {
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
    }
    .portfolioContainer {
        position: relative !important;
        overflow: hidden !important;
    }
    /* .site-footer .footer-widgets-container .inside-footer-widgets {
        display: flex;
        justify-content: flex-start;
    }
    .footer-widget-1,
    .footer-widget-2 {
        width: 40%;
        float: none;
    } */
    .quote-width {
        background: #d3202f url("images/quote-right.png") no-repeat 95% 50%;
    }
    .quote-banner {
        background: transparent url("images/quote-left.png") no-repeat 5% 50%;
    }
    .blog-featured-image {
        float: left;
    }
}

@media (max-width: 768px) {
    .menu-toggle,
    .main-navigation .mobile-bar-items a {
        line-height: 40px;
    }
    .navigation-search input {
        height: 40px;
    }
    .inside-header {
        padding: 40px 40px 20px 40px;
    }
    .result-content1-hfhs,
    .result-content2-hfhs,
    .result-content3-hfhs,
    .result-content4-hfhs,
    .result-content1-ccf {
        padding: 20px;
    }
    #generate-section-4.generate-sections-container.result-content1-row-ccf {
        background-image: none;
    }
    .result-content1-ccf {
        margin: auto;
        position: relative;
        max-width: 100%;
        padding: 40px 20px 20px;
        left: 0;
    }
    .result-content1-row-ccf .hidden-image {
        visibility: visible;
    }
    .result-hero-row-hfhs {
        background-position: left center;
    }
    .result-hero-row-hfhs .result-header {
        padding: 20px 20px 80px;
    }
    .result-content-inside-ohsp h2 {
        font-size: 40px;
    }
    .result-content-inside-ohsp p {
        font-size: 18px;
    }
    .result-content-inside2-ohsp h2 {
        font-size: 40px;
    }
    .result-content-inside2-ohsp p {
        font-size: 18px;
    }
    .result-summary-row-delta-dental h2,
    .result-summary-row-ohsp h2,
    .result-summary-row-mdhhs-anti-smoking h2,
	.result-summary-row-mdhhs-stigma h2,
    .mdhhs-anti-drugs-content .grid-50 h2,
    .mdhhs-mht-content h2.mdhhs-mht-counter-title,
    .ivaccinate-content h2.ivaccinate-counter-title, 
    .result-delta-dental-content h2 {
        font-size: 40px;
    }
    .result-summary-row-delta-dental .counter,
    .result-summary-row-delta-dental .counter-after,
    .result-summary-row-mdhhs-anti-smoking .counter-after {
        font-size: 40px;
    }
    .result-summary-row-ohsp .counter,
    .result-summary-row-ohsp .counter-after {
        font-size: 40px;
    }
    .result-hero-content-mfcu {
        /* position: static;
		width: initial;*/
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        bottom: 0%;
        width: 55%;
        padding: 20px 20px 10px;
    }
    .result-hero-content-mwf {
        padding: 0 20px;
    }
    .result-hero-content-hap {
        margin-top: 20px;
    }
    .quote-banner p {
        padding: 0 40px;
    }
    .inside-footer-widgets>div {
        width: auto;
    }
    .blog-row {
        text-align: center;
    }
    h2.blog-title {
        margin-top: 10px;
        text-align: left;
    }
    .blog-author-date {
        text-align: left;
    }
    .blog-excerpt {
        text-align: left;
    }
    .result-header {
        padding: 20px 20px 0px;
    }
    .result-hero-row-delta-dental .result-header {
        padding: 20px 20px 120px;
    }
    .slideout-toggle {
        top: 20px;
        right: 20px;
    }
    .results-client-name {
        display: block;
    }
    .result-hero-content-ellia {
        padding: 0 100px;
        margin: 0 auto;
    }
    .result-hero-row-ellia .hidden-image {
        margin-top: 0px;
    }
    .result-hero-content-ellia h1,
    .result-hero-content-ce h1,
    .result-hero-content-fi h1,
    .result-hero-content-covenant h1,
    .result-hero-content-delta-dental h1,
    .result-hero-content-ohsp-top h1,
    .result-hero-content-ohsp-bottom h2,
    .result-hero-content-hfhs h1,
    .result-hero-content-mdhhs h1,
    .result-hero-content-hap h1,
    .result-hero-content-ivaccinate h1, .result-hap-content h2 {
        font-size: 38px;
    }
    .result-hero-content-ohsp-bottom {
        padding: 20px;
    }
    .result-hero-content-mfcu h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .result-hero-content-mdhhs p.hide-on-mobile {
        display: none;
    } 
    .result-hero-content-ellia p,
    .result-hero-content-ce p,
    .result-hero-content-fi p,
    .result-hero-content-covenant p,
    .result-hero-content-delta-dental p,
    .result-hero-content-hfhs p,
    .result-hero-content-ivaccinate p,
    .result-hero-content-hap p,
    .result-hap-content p {
        font-size: 18px;
        line-height: 1.2em;
    }
    .result-hero-content-mfcu p {
        font-size: 15px;
        line-height: 1.2em;
    }
    .result-summary-content-delta-dental {
        font-size: 17px;
    }
    .result-summary-content-ellia {
        padding-top: 20px;
        width: 50%;
        font-size: 17px;
    }
    .result-summary-content-covenant p {
        padding: 40px 20px 0;
        font-size: 17px;
    }
    .result-summary-counter-ellia h2 {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .result-summary-row-ellia .counter,
    .result-summary-row-ellia .counter-after {
        font-size: 32px;
    }
    .result-quote-ce,
    .result-quote-mwf,
    .result-quote-fi {
        font-size: 28px;
    }
    .result-hero-content-mwf p {
        font-size: 17px;
    }
    .result-delta-dental-content2 p,
    .result-delta-dental-content p {
        font-size: 17px;
    }
    .result-hero-row-ivaccinate .result-header {
        padding: 20px 20px 150px;
    }
    .result-hero-row-hap .result-header {
        padding: 20px 20px 50px;
    }
    .result-hero-content-covenant {
        bottom: 30%;
    }
    .result-summary-counter-1-hap {
        font-size: 30px;
    }
    .flex-control-nav {
        width: 90% !important;
    }
    .footer-blog-date {
        padding: 45px 20px 6px;
    }
    .footer-blog-title {
        padding: 0px 20px 15px;
    }
    .footer-blog-excerpt {
        padding: 0px 20px 50px;
    }
    .footer-blog-author-comments {
        padding: 0px 20px 15px;
    }
    h2.footer-subhead {
        padding: 45px 20px 32px;
    }
    .footer-icons {
        padding: 0 20px 10px;
    }
    /* ul.social-bookmarks {
        padding: 0 20px;
    } */
    .footer-form {
        padding: 0 20px;
    }
}

@media (max-width: 570px) {
    .result-hero-content-mdhhs h1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .services-icon {
        margin: 0 0px 40px 0;
    }
    p.services-icons a {
        display: block;
    }
    .result-header {
        padding: 20px 20px 50px;
    }
    .result-hero-row-mdhhs .result-header {
        padding: 20px 20px 0px;
    }
    .result-hero-row-mfcu {
        background-position: left top;
        background-size: 751px 500px;
    }
    .result-hero-content-mfcu {
        width: initial;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        bottom: 0%;
        padding: 20px 20px 10px;
    }
    .result-hero-row-hap {
        background-position: right top;
        background-size: contain;
        background-color: #0373af;
    }
    .result-hero-content-hap {
        width: initial;
        margin-top: 100px;
        background-color: #0373af;
    }
    .result-hero-content-hap img {
        width: 80%;
    }
    .result-hero-content-hap h1,
    .result-hero-content-hap p {
        /* text-shadow: 2px 2px 4px #000000; */
        margin-left: 32px;
    }
    .mfcu-hidden-image {
        margin-top: 50%;
    }
    .result-hero-content-hfhs h1 {
        font-size: 22px;
    }
    .result-content3-hfhs {
        width: 90%;
    }
    .result-content4-hfhs,
    .result-content1-ccf {
        width: 90%;
    }
    .result-hero-content-ellia h1,
    .result-hero-content-covenant h1,
    .result-hero-content-delta-dental h1,
    .result-hero-content-mdhhs h1,
    .result-hero-content-ivaccinate h1,
    .result-hero-content-hap h1,
    .result-hap-content h2 {
        font-size: 26px;
    }
    .result-hero-content-ellia p,
    .result-hero-content-covenant p,
    .result-hero-content-delta-dental p,
    .result-hero-content-mdhhs p,
    .result-hero-content-ivaccinate p,
    .result-hero-content-hap p,
    .result-hap-content p {
        font-size: 18px;
        line-height: 1.2em;
    }
    .result-summary-content-ellia {
        width: 55%;
        font-size: 16px;
    }
    .result-hero-content-mwf h1 {
        font-size: 20px;
    }
    .result-hero-content-mwf p {
        font-size: 15px;
        line-height: 1.2em;
    }
    .result-statistic-mwf li {
        font-size: 22px;
    }
    .result-mfcu-counter-container {
        max-width: 300px;
    }
    .result-mfcu-counter-column {
        width: 145px;
        height: 209px;
    }
    .result-mfcu-counter-cell4 {
        top: 85px;
    }
    .result-mfcu-counter-container h2 {
        font-size: 30px;
    }
    .result-summary-row-mdhhs-anti-smoking p,
	.result-summary-row-mdhhs-stigma p {
        padding-right: 0px;
    }
    .result-hero-row-ivaccinate .result-header {
        padding: 20px 20px 150px;
    }
    .result-hero-row-ivaccinate {
        background-position: right top;
        background-size: contain;
        background-color: #f8f8f8;
    }
    .result-hero-row-mdhhs .slideout-toggle,
    .result-hero-row-hap .slideout-toggle,
    .result-hero-row-ivaccinate .slideout-toggle {
        background: rgba(255, 255, 255, 0.5);
    }
    .result-hero-row-mdhhs .results-client-name,
    .result-hero-row-ivaccinate .results-client-name {
        width: 60%;
        line-height: 1.2em;
    }
    .result-hero-content-ivaccinate {
        bottom: 0;
        left: 0;
        width: initial;
        padding: 0 20px;
        background-color: #f8f8f8;
    }
    .result-hero-row-hfhs .hidden-image {
        margin-top: 0px;
    }
    .result-hero-row-hfhs .result-header {
        padding: 20px 20px 120px;
    }
    .result-hero-row-hfhs {
        background-position: right top;
        background-size: contain;
        background-color: #f8f8f8;
    }
    .result-hero-row-hfhs .slideout-toggle {
        background: rgba(255, 255, 255, 0.5);
    }
    .result-hero-row-hfhs .results-client-name {
        width: 65%;
        line-height: 1.2em;
    }
    .result-hero-content-hfhs {
        bottom: 0;
        left: 0;
        top: initial;
        width: initial;
        padding: 0 20px;
        background-color: #f8f8f8;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .result-content3-row-hfhs {
        background-size: initial;
    }
    .result-content4-row-hfhs {
        background-size: initial;
    }
    .result-hero-row-delta-dental .result-header {
        padding: 20px 20px 200px;
    }
    .result-hero-row-delta-dental {
        background-position: right top;
        background-size: contain;
        background-color: #f8f8f8;
    }
    .result-hero-row-delta-dental .slideout-toggle {
        background: rgba(255, 255, 255, 0.5);
    }
    .result-hero-row-delta-dental .results-client-name {
        width: 60%;
        line-height: 1.2em;
    }
    .result-hero-content-delta-dental {
        bottom: 0;
        left: 0;
        width: initial;
        padding: 0 20px;
        background-color: #f8f8f8;
    }
    .result-hero-row-covenant .result-header {
        padding: 20px 20px 150px;
    }
    .result-hero-row-covenant {
        background-position: right top;
        background-size: contain;
        background-color: #3bbbde;
    }
    .result-hero-row-covenant .slideout-toggle {
        background: rgba(255, 255, 255, 0.5);
    }
    .result-hero-row-covenant .results-client-name {
        width: 60%;
        line-height: 1.2em;
    }
    .result-hero-content-covenant {
        bottom: 0;
        left: 0;
        width: initial;
        padding: 0 20px;
        background-color: #3bbbde;
    }
    .result-bus-covenant {
        margin-top: 30px;
    }
    .result-hero-row-ellia .result-header {
        padding: 20px 20px 60px;
    }
    .result-hero-row-ellia {
        background-position: right top;
        background-size: contain;
        background-color: #f8f8f8;
    }
    .result-hero-row-ellia .results-client-name {
        width: 60%;
        line-height: 1.2em;
        text-shadow: 2px 2px 4px #fff;
        background: rgba(255, 255, 255, 0.6);
    }
    .result-hero-content-ellia {
        bottom: 0;
        top: initial;
        left: 0;
        width: 100%;
        padding: 0 20px;
        background-color: #f8f8f8;
    }
    .result-hero-content-ellia h1 {
        padding-top: 20px;
        color: #3a3a3a;
        padding-right: 40px;
    }
    .result-hero-content-ellia p {
        color: #3a3a3a;
        padding-right: 40px;
    }
    h2.footer-subhead {
        font-size: 26px;
    }
    ul.social-bookmarks li {
        margin: 0px 4px 5px 0px;
    }
    ul.social-bookmarks li a {
        width: 40px;
        height: 40px;
        background-size: 90% 90%;
    }
    p.footer-phone img,
    p.footer-email img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 375px) {
    .result-hero-content-mdhhs h1 {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .result-header {
        padding: 20px 20px 100px;
    }
    .result-hero-row-mdhhs .result-header {
        padding: 20px 20px 0px;
    }
    .result-hero-row-delta-dental .result-header {
        padding: 20px 20px 230px;
    }
    .result-hero-row-mfcu {
        background-position: left top;
        background-size: 430px 286px;
    }
    .result-hero-row-ellia .result-header {
        padding: 20px 20px 110px;
    }
    .result-hero-content-hap {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .inside-header {
        display: flex;
        align-items: center;
        padding: 20px;
    }
    .mobile-bar-items {
        position: initial;
    }
    button.menu-toggle {
        padding-left: 10px;
        padding-right: 10px;
        background-color: rgba(0,0,0,0.02);
    }
    .inside-header>:not(:last-child):not(.main-navigation) {
        margin-bottom: 0px;
    }
    .navigation-search {
        width: 90%;
        top: 120px;
        border: 1px solid #000;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .navigation-search input[type="search"] {
        height: 40px;
    }
    .inside-navigation {
        position: initial;
        display: flex;
    }
    .navigation-search.nav-search-active {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .main-navigation {
        margin-left: auto;
    }
    .site-header .header-image {
        max-width: 200px;
    }
}

@media (max-width: 320px) {
    .site-header .header-image {
        max-width: 180px;
    }
}

/* Make-A-Wish Menu */
.navigation-make-a-wish a {
  text-decoration: none;
}

nav.navigation-make-a-wish {
  position: relative;
  z-index: 100;
}

.navigation-make-a-wish ul {
  background: #d2202f;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.navigation-make-a-wish li {
  color: #fff;
  background: #d2202f;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
  
.navigation-make-a-wish li a {
  color: #fff;
  padding: .7rem 1rem;
  display: block;
}

.navigation-make-a-wish li li a {
  color: #000000;
  padding: .4rem 1rem;
}

.navigation-make-a-wish li li:hover a {
  color: #fff;
}

.navigation-make-a-wish ul li a:after {
    content: "\f107";
    font-family: GeneratePress;
    display: inline-block;
    width: 0.8em;
    text-align: left;
	margin-left: 6px;
}

.navigation-make-a-wish ul li ul li a:after {
    content: "";	
}

.navigation-make-a-wish li:hover {
  background: #d2202f;
  cursor: pointer;
}

.navigation-make-a-wish ul li ul {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); 
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  min-width: 11.5rem;
  position: absolute;
  transition: all 0.5s ease;
  /*margin-top: 1rem;*/
  left: 0;
  display: none;
}

.navigation-make-a-wish ul li:hover > ul,
.navigation-make-a-wish ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navigation-make-a-wish ul li ul li {
  background: #ffffff;
  clear: both;
  width: 100%;
}

.single-brogan-news .site-content ul li li {
	list-style-type: circle;
}

.band-from-right, .band-from-right *, .band-from-left, .band-from-left * {
    position: relative;
}

.band-from-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
}

.band-from-left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
}

.band-background-gray::before {
    background-color: #dae5f0;
}

.band-background-blue::before {
    background-color: #d0dfed;
}

.video-image {
	width: 100%;
}

/* .portfolio-filter-title a:after {
    background-color: #000000;
    mask-image: url(//brogan.com/wp-content/themes/generatepress_child/images/arrow-right-solid.svg);
    -webkit-mask-image: url(//brogan.com/wp-content/themes/generatepress_child/images/arrow-right-solid.svg);
    content: "";
    position: absolute;
    right: 12px;
    height: 24px;
    bottom: 11.5%;
    transform: translateX(0) translateY(-50%);
    width: 21px;
    transition: transform .15s ease-in-out;
} */

/* Outer wrapper around entire CTA */
.cta-wrapper {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

/* Card with image */
.cta-card {
  position: relative;
  overflow: hidden;
  display: block;
}

/* Responsive image */
.cta-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Hover overlay with only the button */
.cta-overlay-animated {
  position: absolute;
  top: 100%; /* start hidden below image */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;    /* center button horizontally */
  align-items: center;        /* center button vertically */
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  z-index: 2;
}

/* Slide the button overlay up on hover */
.cta-wrapper:hover .cta-overlay-animated {
  top: 0;
  opacity: 1;
}

/* Static text section below image — always visible */
.cta-overlay-static {
  background-color: white;
  color: black;
  padding: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
