/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

/* Styles are broken up into the sections listed below | Use the codes in the list to jump around easily */

/* 1.) Site Wide Styles | Code: SWS */
/* 2.) Home Page Styles | Code HPS */
/* 3.) Sub Page Styles | Code: SPS */
/* 4.) Responsive Styles | Code: RPS */

/* Start Site Wide Styles - SWS */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab&display=swap');

:root {
    --color-brand: #345729;
    --color-brand-rgba: 52, 87, 41;
    --color-black: #131a0e;
    --color-black-rgba: 19, 26, 14;
}

html body {
    font-family: "Raleway", sans-serif;
}

html .infinite-top-bar-background {
    background-color: #7ed2ee;
}

html .infinite-navigation .infinite-navigation-slide-bar, html .infinite-navigation .infinite-navigation-slide-bar-style-dot:before {
    display: none !important;
}

html .infinite-top-bar .infinite-top-bar-right-social a {
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}

html .infinite-top-bar-right-social a {
    margin-left: 10px;
}

.form-btns a {
    width: 100%;
    max-width: 400px;
}

.topBarText .topBarOne, .topBarText .topBarPhone {
    margin-right: 20px;
}

.topBarText .topBarTwo {
    margin-right: 12px;
}

.topBarText .topBarPhone a {
    font-size: 16px;
}

p.HomePageTitle {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #08475e;
}

.topBarText a {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 14px;
}

html .sf-menu .farRightDropdown.infinite-normal-menu ul {
    margin-left: -150px;
}

html .infinite-navigation .sf-menu > li > a, html .infinite-navigation li ul.sub-menu li a, .topBarText a, html .infinite-top-bar .infinite-top-bar-right-social a, html .infinite-footer-wrapper .footerContact a, .footerResources a, .pmaxText a {
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

html .infinite-navigation .sf-menu > li > a:hover, html .infinite-navigation .sf-menu > li > a:active, html .infinite-navigation li ul.sub-menu li a:hover, html .infinite-navigation li ul.sub-menu li a:active, .topBarText a:hover, html .infinite-top-bar .infinite-top-bar-right-social a:hover, html .infinite-footer-wrapper .footerContact a:hover, .footerResources a:hover, .pmaxText a:hover {
    opacity: .6;
}

html .infinite-footer-wrapper .infinite-widget-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
}

html .infinite-footer-wrapper.infinite-with-column-divider .infinite-footer-column {
    border: none
}

html .infinite-footer-wrapper .footerContact a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

html .infinite-footer-wrapper .footerContact .footerPhone a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footerHours, .footerResources a {
    font-size: 16px;
    font-weight: 600;
}

.pmaxText a.whiteHov:hover {
    opacity: 1;
}

html .infinite-copyright-text {
    letter-spacing: 1px;
}

html .infinite-animate-fixed-navigation.infinite-header-style-plain .infinite-logo, html .infinite-animate-fixed-navigation.infinite-header-style-boxed .infinite-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

html .infinite-animate-fixed-navigation.infinite-header-style-plain .infinite-navigation, html .infinite-animate-fixed-navigation.infinite-header-style-boxed .infinite-navigation {
    padding-top: 36px;
}

html .infinite-header-style-plain .infinite-header-background {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

/* End Site Wide Styles */

/* Start Home Page Styles - HPS */

/* Home Page Hero Video */
.gdlr-core-pbf-wrapper.fullwidth .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container.gdlr-core-pbf-wrapper-full-no-space {
    max-width: 100vw;
}

.wtp-video-container.wtp-video-background {
    height: 80vw;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

.wtp-video-container.wtp-video-background .wtp-video-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
    font-family: 'Josefin Slab', serif;
    color: #f8f8f8;
    display: block;
    font-size: 6vw !important;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: zoom-in 0.3s 1 normal ease forwards 0.5s;
    animation: zoom-in 0.3s 1 normal ease forwards 0.5s;
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button,
a.yt--popper.wtp-button.laser, a.wtp-button.laser {
    background-color: rgba(237, 115, 172, 1);
    color: #f8f8f8;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 24px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: block;
    max-width: 280px;
}

a.yt--popper.wtp-button.laser, a.wtp-button.laser {
    display: inline-block;
    padding: 11.5px 24px;
    font-size: 18px;
}

a.yt--popper.wtp-button.laser {
    margin-right: 32px;
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button:hover,
a.yt--popper.wtp-button.laser:hover {
    background-color: rgba(237, 115, 172, 0.8);
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button:nth-child(3),
a.wtp-button.laser {
    background-color: rgba(126, 210, 238, 1);
    margin-bottom: 0;
}

.wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button:nth-child(3):hover,
a.wtp-button.laser:hover {
    background-color: rgba(126, 210, 238, 0.8);
}

h1 span.laser {
    font-size: 40px;
    display: block;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe.wtp-hero-iframe {
    -webkit-transform: scale(1.55);
    -ms-transform: scale(1.55);
    transform: scale(1.55);
}

@media (min-width: 600px) {
    @media (max-width: 767px) {
        .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
            font-size: 45px !important;
            line-height: 50px;
        }
    }
}

@media (min-width: 768px) {
    .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe.wtp-hero-iframe {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        max-width: 80vw;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 45px !important;
        line-height: 50px;
    }
}

@media (min-width: 778px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        max-width: calc(100vw - 100px);
        text-align: left;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 65px !important;
        line-height: 70px;
        display: table;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 24px;
        max-width: none;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button:nth-child(3) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner h1 {
        font-size: 80px !important;
        line-height: 85px;
        margin-bottom: 60px;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button {
        padding: 11.5px 24px;
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        max-width: 1080px;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button {
        margin-right: 32px;
    }

    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner a.wtp-button:nth-child(3) {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        /*max-width: calc(100vw - 185px);*/
    }
}

@media (min-width: 1920px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        /*max-width: calc(100vw - 668px);*/
    }
}

@media (min-width: 2400px) {
    .wtp-video-container.wtp-video-background .wtp-video-text .wtp-video-text-inner {
        /*max-width: 50vw;*/
    }
}

@media (orientation: landscape) {
    .wtp-video-container.wtp-video-background {
        height: 56vw;
        max-height: calc(100vh - 144.25px);
        overflow: hidden;
        position: relative;
    }

    .wtp-video-container.wtp-video-background .wtp-video-foreground {
        height: 0;
        padding-bottom: 56.6%;
    }

    .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner {
        height: 0;
        padding-bottom: 56.6%;
    }

    .wtp-video-container.wtp-video-background .wtp-video-foreground .wtp-video-inner iframe.wtp-hero-iframe {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    @media (min-height: 944px) {
        .wtp-video-container.wtp-video-background {
            max-height: 800px;
        }
    }
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

/* Make all video popups larger on tablet or larger (overrides plugin styles) */
@media screen and (min-width: 768px) {
    .mfp-wrap .mfp-iframe-holder .mfp-content {
        width: 90vw;
        max-width: 1400px;
        max-height: 90vh;
    }
}

/* End Home Page Hero Video */

html #rev_slider_2_1_wrapper {
    min-width: 100%;
}

.infinite-body-front .aboutUsBlock .gdlr-core-container .homeText {
    padding-top: 6%;
}

.inlineImages {
    max-width: 75%;
    column-count: 3;
    display: block;
    margin: 0 auto;
}

.inlineImages img {
    mix-blend-mode: multiply;
}

.infinite-body .aboutUsBlock h3, .infinite-body .homeBlogTitle h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #08475e;
}

.aboutUsBlock p {
    color: #08465e;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}


.gdlr-core-body .aboutUsBlock .gdlr-core-button.gdlr-core-button-gradient, .gdlr-core-body .serviceRow .gdlr-core-button.gdlr-core-button-gradient {
    background: #ed73ac;
    font-size: 14px;
    letter-spacing: 2px;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.gdlr-core-body .aboutUsBlock .gdlr-core-button.gdlr-core-button-gradient:hover, .gdlr-core-body .serviceRow .gdlr-core-button.gdlr-core-button-gradient:hover {
    opacity: .6;
}

html .serviceRow p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
}

.serviceRow h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
}

.financeRow .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}

.overlayBox .gdlr-core-text-box-item-content {
    text-transform: none;
    background: #7ed2ee;
    min-width: 100%;
    padding: 80px 90px;
    margin-left: -250px;
}

.overlayBox .gdlr-core-text-box-item-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.overlayBox .gdlr-core-text-box-item-content p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.overlayBox .gdlr-core-text-box-item-content .outlineButton {
    margin-top: 40px;
}

.overlayBox .gdlr-core-text-box-item-content .outlineButton a {
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 20px;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.overlayBox .gdlr-core-text-box-item-content .outlineButton a:hover {
    opacity: .6;
}

.homePopup .gdlr-core-item-pdlr {
    padding: 0 8px;
}

.homePopup .yt--popper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.homePopup .yt--popper:before {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "FontAwesome", sans-serif;
    font-size: 65px;
    color: #7ed2ee;
    text-shadow: 0 0 15px rgb(255, 255, 255);
    z-index: 2;
}

.homePopup .yt--popper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.homePopup .yt--popper:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.homeBlog .gdlr-core-blog-info.gdlr-core-blog-info-font.gdlr-core-skin-caption.gdlr-core-blog-info-date, .homeBlog .gdlr-core-blog-grid .gdlr-core-blog-grid-date .gdlr-core-blog-info-date, .homeBlog .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper, .blogPage .gdlr-core-blog-grid .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-date {
    display: none;
}

.homeBlog .gdlr-core-blog-title a, .homeBlog .gdlr-core-blog-grid .gdlr-core-blog-title, .blogPage .gdlr-core-blog-grid h3.gdlr-core-blog-title a, .blogPage .gdlr-core-blog-grid h3.gdlr-core-blog-title {
    font-size: 17px;
    line-height: 23px;
    color: #7ed2ee;
    margin-bottom: 5px;
    text-transform: uppercase;
    min-height: 50px;
}

html .gdlr-core-blog-grid .gdlr-core-blog-title {
    margin-bottom: 0;
}

.homeBlog .gdlr-core-blog-grid .gdlr-core-blog-content, .blogPage .gdlr-core-blog-grid .gdlr-core-blog-content {
    color: #08465e;
}

.gdlr-core-body .homeBlog .gdlr-core-button, .blogPage .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more {
    background: #ed73ac;
    letter-spacing: 2px;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.gdlr-core-body .homeBlog .gdlr-core-button:hover, .blogPage .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more:hover {
    opacity: .6;
}

.homeBlog .gdlr-core-blog-grid .gdlr-core-excerpt-read-more, .blogPage .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more {
    margin-top: 15px;
}

.homeBlog .gdlr-core-item-pdlr, .blogPage .gdlr-core-item-pdlr {
    padding: 0 5px;
}

.home.infinite-body .gdlr-core-revolution-slider-item a {
    color: #fff;
}

/* End Home Page Styles */

/* Start Sub Page Styles - SPS */

.secondaryPageTitle h1 {
    font-size: 72px;
    font-family: "Josefin Slab", serif;
    font-weight: 500;
    font-style: normal;
}

.innerText.aboutBlock .gdlr-core-left-align {
    text-align: center;
}

.innerText.aboutBlock h2, .innerText h2 {
    font-size: 30px;
    font-weight: 600;
    color: #08475e;
    text-transform: uppercase;
}

.innerText h3 {
    font-size: 26px;
    font-weight: 600;
    color: #08475e;
    text-transform: uppercase;
}

.innerText h4 {
    font-size: 20px;
    font-weight: 600;
    color: #7ed2ee;
    text-transform: uppercase;
}

.innerText.aboutBlock p, .innerText p, .innerText ul li, .innerText ol li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.innerText p a, .innerText ul li a, .innerText ol li a {
    color: #ed73ac;
}

.innerText p a:hover, .innerText p a.hide-link, .innerText p a.hide-link:hover, .innerText ul li a.hide-link, .innerText ol li a.hide-link:hover {
    color: #000;
}

.innerText p a.hide-link:hover, .innerText ul li a.hide-link, .innerText ol li a.hide-link:hover {
    cursor: text;
}

.gdlr-core-body .innerText .gdlr-core-button, html .gdlr-core-body .gdlr-core-button {
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.gdlr-core-body .innerText .gdlr-core-button:hover, .gdlr-core-body .pageCta .gdlr-core-button:hover {
    opacity: .6;
}

.pageCta p, .pageCta ol li, .pageCta ul li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.pageCta a.hide-link:hover {
    cursor: text;
}

.pageCta h2 {
    font-size: 34px;
}

.pageCta h3 {
    font-size: 30px;
}

.bullets {
    display: -ms-inline-grid;
    display: inline-grid;
}

.serviceBlock ul li, .serviceBlock ol li {
    list-style: inside;
}

.innerText .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
    font-size: 16px;
    color: #7ed2ee;
}

.innerText .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title {
    background-color: #dddddd;
}

.gdlr-core-item-pdb.serviceBlock {
    padding-bottom: 0;
}

.pageCta h3 {
    color: #fff;
}

.innerText .yt--popper, .yt--popper.homePopupImage {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.innerText .yt--popper:before, .yt--popper.homePopupImage:before {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "FontAwesome", sans-serif;
    font-size: 65px;
    color: #7ed2ee;
    text-shadow: 0 0 15px rgb(255, 255, 255);
    z-index: 2;
}

.innerText .yt--popper.laser:before {
    top: 45%;
}

.innerText .yt--popper.aboutPopup:before {
    top: 75%;
    left: 65%;
    font-size: 75px;
}

.yt--popper.homePopupImage:before {
    top: 75%;
    left: 43%;
    font-size: 75px;
}

.innerText .yt--popper:after, .yt--popper.homePopupImage:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.innerText .yt--popper:hover:after, .yt--popper.homePopupImage:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.innerText.aboutBlock .gdlr-core-left-align {
    text-align: center;
}

.innerText.aboutBlock h2, .innerText h2 {
    font-size: 30px;
    font-weight: 600;
    color: #08475e;
    text-transform: uppercase;
    line-height: 36px;
    margin: 10px 0;
}

.innerText h3 {
    font-size: 26px;
    font-weight: 600;
    color: #08475e;
    text-transform: uppercase;
    line-height: 32px;
    margin: 10px 0;
}

.innerText h4 {
    font-size: 20px;
    font-weight: 600;
    color: #7ed2ee;
    text-transform: uppercase;
    line-height: 26px;
    margin: 10px 0;
}

.innerText.aboutBlock p, .innerText p, .innerText ul li, .innerText ol li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.innerText p a, .innerText ul li a, .innerText ol li a {
    color: #ed73ac;
}

.innerText p a:hover, .innerText p a.hide-link, .innerText p a.hide-link:hover, .innerText ul li a.hide-link, .innerText ol li a.hide-link:hover {
    color: #000;
}

.innerText p a.hide-link:hover, .innerText ul li a.hide-link, .innerText ol li a.hide-link:hover {
    cursor: text;
}

.gdlr-core-body .innerText .gdlr-core-button, html .gdlr-core-body .gdlr-core-button {
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.gdlr-core-body .innerText .gdlr-core-button:hover, .gdlr-core-body .pageCta .gdlr-core-button:hover {
    opacity: .6;
}

.pageCta p, .pageCta ol li, .pageCta ul li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.pageCta a.hide-link:hover {
    cursor: text;
}

.pageCta h2 {
    font-size: 34px;
}

.pageCta h3 {
    font-size: 30px;
}

.bullets {
    display: -ms-inline-grid;
    display: inline-grid;
}

.serviceBlock ul li, .serviceBlock ol li {
    list-style: inside;
}

.innerText .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
    font-size: 16px;
    color: #7ed2ee;
}

.innerText .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title {
    background-color: #dddddd;
}

.gdlr-core-item-pdb.serviceBlock {
    padding-bottom: 0;
}

.pageCta h3 {
    color: #fff;
}

.responsiveIframe {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.responsiveIframe iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body .contactPage .gform_wrapper ul li.gfield {
    margin-top: 5px;
}

.contactPage .gform_wrapper label.gfield_label {
    font-weight: 300;
}

.contactPage .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 1px 0 0 1px;
    font-weight: 300;
}

.contactPage .gform_wrapper .gform_footer input.button, .contactPage .gform_wrapper .gform_footer input[type=submit] {
    background-color: #ed73ac;
    border-color: #ed73ac;
    letter-spacing: .2em;
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    height: auto;
}

.contactPage .gform_wrapper .gform_footer input.button:hover, .contactPage .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: .6;
}

.contactPage .gform_wrapper {
    margin: 0;
}

.contactPage .gform_wrapper .gform_footer {
    padding: 5px 0 0 0;
    margin: 0;
}

.contactPage .gform_wrapper input, .contactPage .gform_wrapper select {
    height: 40px;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 2px;
}

.contactPage .gform_wrapper input[type="checkbox"] {
    height: auto;
}

.contactPage .gform_wrapper textarea {
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 2px;
}

.contactPage .gform_wrapper .top_label input.large.datepicker, .contactPage .gform_wrapper .top_label input.medium.datepicker, .contactPage .gform_wrapper .top_label input.small.datepicker {
    width: 100%;
}

.ui-datepicker table tr th {
    background-color: #fff;
}

body .contactPage .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .contactPage .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
}

html .infinite-blog-title-wrap, body.single-post .infinite-sidebar-style-none {
    display: none;
}

.gdlr-core-page-builder-body .bannerPopup i {
    font-size: 100px;
    color: #7ed2ee;
    text-shadow: 0 0 15px rgb(255, 255, 255);
    transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}

.gdlr-core-page-builder-body .bannerPopup i:hover {
    opacity: .6;
}

.pdso-blog .gdlr-core-blog-grid > .gdlr-core-blog-thumbnail > a,
.pdso-blog .gdlr-core-blog-grid > .gdlr-core-blog-thumbnail > a > img {
    display: block;
    min-width: 100%;
    height: auto;
}

.page-id-2670 .gdlr-core-text-box-item-content p {
    min-height: auto !important;
}

/*.pdso-blog .gdlr-core-blog-grid-content-wrap.clearfix {*/
/*    display: flex;*/
/*    flex-flow: column;*/
/*}*/

/*.pdso-blog .gdlr-core-blog-grid-content-wrap.clearfix h3,*/
/*.pdso-blog .gdlr-core-blog-grid-content-wrap.clearfix .gdlr-core-blog-content.clearfix {*/
/*    flex: 1 1 auto;*/
/*}*/

/* End Sub Page Styles */
div#gform_confirmation_message_2,
.gform_confirmation_message_2.gform_confirmation_message, html body .gform_confirmation_message {
    font-weight: 700;
    font-size: 26px;
    background-color: #ed73ac;
    color: #fff;
    padding: 10px;
}

.pmax-pds-faq-wrapper .gdlr-core-accordion-item-content .gdlr-core-fluid-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.pmax-pdo-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.pmax-pdo-video-wrapper iframe,
.pmax-pdo-video-wrapper object,
.pmax-pdo-video-wrapper video,
.pmax-pdo-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Start Responsive Styles - RPS */
@media (max-width: 1199px) {
    html .infinite-navigation .sf-menu > li, html .infinite-header-container.infinite-header-full {
        padding-left: 10px;
        padding-right: 10px;
    }

    html .infinite-top-bar-container.infinite-top-bar-full {
        padding-right: 10px;
        padding-left: 0;
    }

    html .infinite-logo-inner {
        max-width: 250px;
    }

    .overlayBox .gdlr-core-text-box-item-content {
        padding: 60px 70px;
    }
}

@media (min-width: 1052px) {
    /*.innerText .videoPopup .gdlr-core-text-box-item-content > p:nth-of-type(2){*/
    /*    min-height: 180px;*/
    /*}*/
}

@media (min-width: 1000px) and (max-width: 1050px) {
    /*.innerText .videoPopup .gdlr-core-text-box-item-content > p:nth-of-type(2){*/
    /*    min-height: 210px;*/
    /*}*/
}

@media (max-width: 1050px) {
    .overlayBox .gdlr-core-text-box-item-content {
        padding: 40px 50px;
    }
}

@media (max-width: 999px) {
    .topBarText .topBarPhone {
        display: none;
    }

    html body .infinite-mobile-header .infinite-logo {
        padding: 0;
    }

    .mobilePhone {
        float: left;
        font-size: 18px;
        font-weight: 600;
        margin-top: -7px;
    }

    .mobilePhone a {
        color: #ed73ac;
    }

    html .infinite-mobile-menu .infinite-mobile-menu-button {
        border-color: #7ed2ee;
    }

    html .infinite-top-menu-button i, html .infinite-mobile-menu-button i {
        color: #08475e;
    }

    html ul.mm-listview li a, html ul.mm-listview li span.infinite-mm-menu-blank {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {

    .infinite-body .aboutUsBlock h3 {
        font-size: 28px;
    }

    .aboutUsBlock p {
        line-height: 26px;
    }

    .overlayBox .gdlr-core-text-box-item-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .overlayBox .gdlr-core-text-box-item-content .outlineButton {
        margin-top: 30px;
    }

    .overlayBox .gdlr-core-text-box-item-content {
        padding: 30px 40px;
    }

    .infinite-body-front .aboutUsBlock .gdlr-core-container .homeText {
        padding-top: 0;
    }

    .homePopup .yt--popper:before {
        top: 77%;
        font-size: 55px;
    }

    .inlineImages {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .innerText .videoPopup .gdlr-core-text-box-item-content > h3 {
        min-height: 67px;
    }

    /*.innerText .videoPopup .gdlr-core-text-box-item-content > p:nth-of-type(2){*/
    /*    min-height: 305px;*/
    /*}*/
}

@media (max-width: 800px) {
    .overlayBox .gdlr-core-text-box-item-content p {
        line-height: 24px;
    }

    .overlayBox .gdlr-core-text-box-item-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .overlayBox .gdlr-core-text-box-item-content .outlineButton {
        margin-top: 20px;
    }

    .overlayBox .gdlr-core-text-box-item-content {
        padding: 10px 20px 20px;
    }
}

@media (max-width: 767px) {
    .infinite-body-front .aboutUsBlock .gdlr-core-container {
        display: block;
    }

    html body.infinite-body-front .infinite-container, html body.infinite-body-front .gdlr-core-container {
        max-width: 100%;
    }

    html .infinite-mobile-header-wrap .infinite-top-bar-left {
        float: left;
    }

    html .infinite-mobile-header-wrap .infinite-top-bar-right {
        float: right;
    }

    .topBarText a, html .infinite-top-bar .infinite-top-bar-right-social a {
        font-size: 16px;
    }

    html .infinite-mobile-menu-right {
        right: 15px;
    }

    .financeRow .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container-custom {
        display: block;
    }

    .overlayBox .gdlr-core-text-box-item-content {
        padding: 30px 40px 40px;
        margin-left: 0;
    }

    html body .financeRow .gdlr-core-container-custom {
        max-width: 100% !important;
    }

    footer {
        text-align: center;
    }

    .homePopup .yt--popper:before {
        top: 78%;
        font-size: 70px;
    }

    .infinite-body-front .aboutUsBlock .gdlr-core-container .homeText .gdlr-core-left-align, .overlayBox .gdlr-core-left-align {
        text-align: center;
    }

    .aboutUsBlock .gdlr-core-button-item {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .bullets {
        display: block;
    }

    .innerText ul {
        margin-bottom: 0;
    }

    .topBarText .topBarTwo {
        margin-right: 0;
    }

    html .infinite-top-bar-right.infinite-item-pdlr {
        padding: 0;
    }

    .secondaryPageTitle {
        padding: 50px 0 50px 0 !important;
    }

    .gdlr-core-page-builder-body .bannerPopup i {
        font-size: 80px;
    }

    .page-id-2856 .gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-excerpt-read-more {
        font-size: 16px;
    }

    a.yt--popper.wtp-button.laser, a.wtp-button.laser {
        display: block;
        margin: 0 auto 15px auto;
        max-width: 280px;
    }

    h1 span.laser {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    html .infinite-logo-inner {
        max-width: 180px;
    }

    html .infinite-top-bar-right.infinite-item-pdlr {
        padding: 0;
    }

    html .infinite-mobile-header-wrap .infinite-top-bar-left, html .infinite-mobile-header-wrap .infinite-top-bar-right {
        float: none;
    }

    .topBarText {
        margin-top: 10px;
    }

    .topBarText .topBarOne {
        margin-right: 15px;
    }

    .topBarText a {
        letter-spacing: 0;
        text-transform: none;
    }

    .infinite-body .aboutUsBlock h3, .serviceRow h3 {
        font-size: 24px;
    }

    html .serviceRow p {
        font-size: 16px;
        line-height: 28px;
    }

    .innerText .yt--popper.aboutPopup:before {
        top: 70%;
        font-size: 65px;
    }

    .yt--popper.homePopupImage:before {
        top: 70%;
        font-size: 65px;
    }

    .inlineImages {
        column-count: 1;
        margin: 0 auto 30px;
    }
}

@media (max-width: 400px) {
    .mobilePhone {
        font-size: 16px;
        font-weight: 400;
        margin-top: -5px;
    }

    html .infinite-mobile-menu {
        margin-left: 10px;
    }

    html .infinite-logo-inner {
        max-width: 150px;
    }
}

@media (max-width: 350px) {
    html body.infinite-body-front .infinite-mobile-header .infinite-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    html .infinite-mobile-menu-right {
        right: 5px;
    }

    html .infinite-mobile-menu {
        margin-left: 5px;
    }

    html .infinite-logo-inner {
        max-width: 140px;
    }
}

html body p.HomePageTitle {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #08475e;
    font-family: "Raleway", sans-serif;
    line-height: 38px;
}

html p.FooterTitle {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}

/* End Responsive Styles */