/* CUSTOM CSS */

@font-face {
  font-family: 'Proxima Nova Regular';
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.eot") format("embedded-opentype"),
       url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
       url("../fonts/ProximaNova-Regular.woff") format("woff"),
       url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Semi Bold';
  font-display: swap;
  src: url("../fonts/ProximaNova-Semi-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  font-display: swap;
  src: url("../fonts/ProximaNova-Bold.eot") format("embedded-opentype"),
       url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
       url("../fonts/ProximaNova-Bold.woff") format("woff"),
       url("../fonts/ProximaNova-Bold.otf") format("opentype"),
       url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Extra Bold';
  font-display: swap;
  src: url("../fonts/ProximaNova-Extra-Bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@keyframes pulse-border {
    
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
  
}

html, body{overflow-x:hidden;}

body {
    font-family:"Proxima Nova Regular", Arial, Helvetica, sans-serif !important;
    color:#000;
    font-weight: 400;
    font-size:18px;
    background:#fff;
    background-image: url(../images/section-bg-accent-1.png);
    background-size: 40px;
    background-repeat: repeat;
    background-position: top left;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.2;
    margin-bottom:1rem;
    color:#000;
    font-weight: 700;
    word-break: break-word;
    font-family:"Proxima Nova Bold", Arial, Helvetica, sans-serif;
}
h1 {font-size:56px;font-family:"Proxima Nova Extra Bold", Arial, Helvetica, sans-serif;font-weight:800;}
h2, .section-title {font-size:46px;}
h3 {font-size:38px;}
h4 {font-size:28px;}
h5 {font-size:26px;}
h6 {font-size:22px;}

p, ul, ol {line-height:1.6;margin-bottom: 1.6rem;}
ul li, ol li {margin-bottom: 4px;}
ul li:last-child, ol li:last-child {margin-bottom: 0px;}

a {
    position:relative;
    color:#2248d9;
    text-decoration:none;
}
a:focus {outline: 2px solid #FF0000!important;}

a:not(.btn,.play-button):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,1);
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin:center;
    -moz-transform-origin:center;
    -o-transform-origin: center;
    -ms-transform-origin:center;
    transform-origin: center;
    transform: scaleX(0) scaleY(1);
}
a.text-white:after {background-color: rgba(255,255,255,1);}
a:not(.btn,.video-play-button):hover:after {transform: scaleX(1) scaleY(1);}

strong {
    font-family:"Proxima Nova Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

a, .btn, input[type="submit"], navbar-toggler {
    -webkit-transition: all 0.3s ease, background 0.3s ease;
    -moz-transition: all 0.3s ease, background 0.3s ease;
    -o-transition: all 0.3s ease, background 0.3s ease;
    -ms-transition: all 0.3s ease, background 0.3s ease;
    transition: all 0.3s ease, background 0.3s ease;
}

.btn {
    position: relative;
    font-weight: 700;
    font-family:"Proxima Nova Bold", Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 30px 13px;
    line-height: 1.5;
    border: none!important;
}
.btn.large {padding: 25px 80px 23px;font-size: 20px;}
.btn.white {background-color:#fff!important;color:#000!important;}
.btn:hover {background-color: #2248d9!important;color:#fff!important;}

.btn.hexagon {
    -webkit-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -moz-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -o-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -ms-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    padding: 15px 60px 17px;
}
.btn.hexagon.large {padding: 22px 80px 26px;}

.btn.hexagon .accent { 
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -moz-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -o-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -ms-clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    clip-path: polygon(0% 50%, 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.hexagon .accent1 {
    top: -3px;
    left: -3px;
    background-color: #fff;
    z-index: 1;
}
.btn.hexagon.large .accent1 {left: -2px;}
.btn.hexagon.white .accent1 {background-color: #000!important;}
.btn.hexagon .accent2 {
    top: -6px;
    left: -4px;
    background-color: #000;
    z-index: 2;
}
.btn.hexagon.white .accent2 {background-color: #fff!important;}
.btn.hexagon:hover .accent2 {background-color: #2248d9!important;z-index: 2;}

.btn.hexagon .text {position:relative;z-index: 3;}


.clr {float:none;clear:both;height:0px;}

.screen-reader-text {
    position: absolute;
    top: -10em;
}
.screen-reader-text:focus {
    clip: auto!important;
    clip-path: none!important;
    left: 51px!important;
    top: 50px!important;
    height: auto!important;
    width: 200px!important;
    display: block!important;
    font-size: 14px!important;
    font-weight: 700!important;
    text-align: center!important;
    padding: 15px 23px 14px!important;
    background-color: #F1F1F1!important;
    color: #21759B!important;
    z-index: 100000!important;
    line-height: normal!important;
    text-decoration: none!important;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%)!important;
    border-radius: 0!important;
    outline-offset: 0px!important;
    opacity: 1!important;
}

.container {width:1110px!important;max-width:100%!important;}
.containerwrapper {
    padding-top:60px;
    padding-bottom:60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.checked-list {
    padding: 0;
    list-style: none;
}
.checked-list li {
    position:relative;
    font-family:"Proxima Semi Bold", Arial, Helvetica, sans-serif;
    font-weight:600;
    padding-left:40px;
    min-height: 25px;
    margin-bottom: 10px;
}
.checked-list li:last-child {margin-bottom: 0px;}
.checked-list li:before,
.checked-list li:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50px;
}
.checked-list li:before {
    background-image: url(../images/check-icon-1.svg);
    background-position: top 7px center;
    background-repeat: no-repeat;
    background-size: 15px;
    z-index: 1;
    filter: brightness(0) invert(1);
}
.checked-list li:after {
    background-color:#00c806;
    z-index: 0;
}

.with-bg-accent {position:relative;}
.with-bg-accent > * {position: relative;z-index:1;}
.with-bg-accent:before,
.with-bg-accent:after {
    content:"";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.with-backdrop {
    background-color: rgba(255,255,255,.1);
    -webkit-backdrop-filter: blur(1.7px);
    -moz-backdrop-filter: blur(1.7px);
    -o-backdrop-filter: blur(1.7px);
    -ms-backdrop-filter: blur(1.7px);
    backdrop-filter: blur(1.7px);
}

.video-wrapper {
    position: relative;
    padding-bottom: 54.25%!important; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-play-button,
.video-play-button span,
.video-play-button:before,
.video-play-button:after {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}

.video-play-button {
    z-index: 10;
    background-color: #fff;
}

.video-play-button:before,
.video-play-button:after {content: "";}

.video-play-button:before {
    z-index: 0;
    background: rgba(255,255,255,.5);
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    z-index: 1;
    background: #fff;
    transition: all 200ms;
}

.video-play-button:hover:after {background-color: darken(#fff, 10%);}

.video-play-button span {
    width: 12px;
    height: 23px;
    z-index: 3;
    border-left: 12px solid #2248d9;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    overflow: hidden;
    text-indent: -1000px;
    border-radius: 0;
}

.video-blur-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255,255,255,.1);
    -webkit-backdrop-filter: blur(7px);
    -moz-backdrop-filter: blur(7px);
    -o-backdrop-filter: blur(7px);
    -ms-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.video-thumb-wrapper-v1 {
    position: relative;
    height: 570px;
    width: 320px;
    max-width: 100%;
    border-radius: 11px;
    background-color: #000;
}

.video-thumb-wrapper-v1:after,
.video-thumb-wrapper-v1.withbackdrop:before {
    content:"";
    position: absolute;
    border-radius: 10px;
}

.video-thumb-wrapper-v1 img,
.video-thumb-wrapper-v1.withbackdrop:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumb-wrapper-v1.withbackdrop:before {
    
    background-color: rgba(0,0,0,.5);
    z-index: 2;
}

.video-thumb-wrapper-v1:after {
    right:-15px;
    bottom:-15px;
    width: 135px;
    height: 155px;
    background-color: rgb(34 72 217 / 20%);
    z-index: 0;
}

.video-thumb-wrapper-v1 img {
    position: absolute;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    border-radius: 10px;
}

.video-thumb-wrapper-v1 iframe,
.video-thumb-wrapper-v1 video {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: 1;
}

.video-thumb-wrapper-v1.has-thumb iframe,
.video-thumb-wrapper-v1.has-thumb video {opacity:0;}

.video-thumb-wrapper-v1 .video-blur-backdrop {z-index:2;}

.popup-overlay {
    display:none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
    background-color: rgba(0,0,0,.9);
    overflow: auto;
    padding: 0px 20px;
}
.popup-overlay.active {display:flex;}
.popup-overlay .boxed {width:100%;}
.popup-overlay .popup {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 30px;
    position: relative;
    padding: 20px;    
}
.popup-overlay .popup .close {
    float: none;
    font-size: 50px;
    position: absolute;
    right: -25px;
    top: -35px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
}
.popup-overlay .popup .close:hover,
.popup-overlay .popup .close:focus {color:#2248d9;}


.grid-auto-rows {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-auto-flow: dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.grid-cards-listing-v1 .card-entry .boxed,
.grid-cards-listing-v2 .card-entry .boxed {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 0px 12px 35px rgb(0 0 0 / 17%);
}

.grid-cards-listing-v1 .card-entry .img-wrapper {
    position: relative;
    width:75px;
    height:75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.grid-cards-listing-v1 .card-entry .img-wrapper img {height:100%;}

.grid-cards-listing-v1 .card-entry .content-wrapper .slide-title {
    font-family: "Proxima Nova Extra Bold", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 20px!important;
    padding-bottom: 5px;
}

.grid-cards-listing-v1 .card-entry .content-wrapper p {font-size:16px;}

.grid-cards-listing-v2 .card-entry .boxed {
    background-color: #1c3d75;
    padding:0;
}

.grid-cards-listing-v2 .card-entry .img-wrapper {
    position: relative;
    width:100%;
    height: 245px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-simple-listing-v1 {
    grid-gap: 20px;
    padding: 30px;
    border: 3px solid #149cfc;
    border-radius: 10px;
    background-color: #fff;
}
.grid-simple-listing-v1 .list-entry p {
    font-family: "Proxima Nova Extra Bold", Arial, Helvetica, sans-serif;
    font-weight: 800;
    border-bottom: 2px solid #149cfc;
}

.grid-simple-listing-v1 .list-entry a {color:#000;}
.grid-simple-listing-v1 .list-entry a:hover {color: #2248d9;}
.grid-simple-listing-v1 .list-entry a:after {display:none;}

#SiteHeader {
    padding: 40px 0px;
    z-index: 9999;
    left: auto;
    right:auto;
    width: 100%;
    -webkit-transition: all 0.3s ease, background 0.3s ease;
    -moz-transition: all 0.3s ease, background 0.3s ease;
    -o-transition: all 0.3s ease, background 0.3s ease;
    -ms-transition: all 0.3s ease, background 0.3s ease;
    transition: all 0.3s ease, background 0.3s ease;
}
#SiteHeader.sticky {position: fixed;}
#SiteHeader.affix {
    position: fixed!important;
    padding: 15px 0px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

#logo {width:248px;}
#logo h2 {margin:0;line-height:0;}
#logo h2 a {
    width:195px;
    max-width:100%;
    height:32px;
    background:url(../images/happywp-logo.svg) top left no-repeat;
    text-indent:-9999px;
    display: inline-block;
    background-size: contain;
    overflow: hidden;
    top: 1px;
}
#logo h2 a:after {display:none;}
 
#DTMenuLeft,
#DTMenuRight {width:calc(50% - 124px);}
#DTMenuLeft ul.header-menu {justify-content: flex-end;}

#MainContent {position: relative;overflow-x:hidden;}

#SiteFooter {background-color:#000;}
#SiteFooter,
#SiteFooter #PFCol1 {position:relative;}

#SiteFooter .pre-footer {padding: 100px 0px;}

#SiteFooter:before,
#SiteFooter:after {
    width: 400px;
    height: 342px;
    top: 130px;
}
#SiteFooter:before {
    left: -100px;
    background-image: url(../images/footer-accent-1.svg);
}
#SiteFooter:after {
    right: -100px;
    background-image: url(../images/footer-accent-2.svg);
    filter: invert(29%) sepia(85%) saturate(3881%) hue-rotate(206deg) brightness(104%) contrast(105%);
}
#SiteFooter #PFCol1:before,
#SiteFooter #PFCol1:after {
    width: 90px;
    height: 90px;
    filter: brightness(0) invert(1);
    background-image: url(../images/footer-accent-3.svg);
}
#SiteFooter #PFCol1:before {
    left: 85px;
    top: 25px;
}

#SiteFooter #PFCol1:after {
    right: 85px;
    bottom: 0;
}

#SiteFooter .main-footer {padding: 25px 0px;}
#SiteFooter .main-footer p {font-size:14px;}

#HPSection2:before,
#HPSection3:before,
#HPSection6:before,
#HPSection6:after {
    width: 250px;
    height: 214px;
}

#HPSection2:before {
    background-image: url(../images/section-bg-accent-2.svg);
    right: -43px;
    top: 0px;
    filter: invert(20%) sepia(31%) saturate(6344%) hue-rotate(224deg) brightness(107%) contrast(100%);
    transform: rotate(90deg);
}

#HPSection3:before {
    background-image: url(../images/section-bg-accent-3.svg);
    top: -127px;
    left: -90px;
}

#HPSection5 .grid-cards-listing-v1 .card-entry .img-wrapper img {filter: invert(20%) sepia(31%) saturate(6344%) hue-rotate(224deg) brightness(107%) contrast(100%);}

#HPSection6:before {
    background-image: url(../images/section-bg-accent-5.svg);
    right: -50px;
    top: -100px;
}
#HPSection6:after {
    background-image: url(../images/section-bg-accent-8.svg);
    bottom: 35px;
    left: -100px;
}



@media only screen and (min-width: 1200px) {
    
    .grid-simple-listing-v1 {grid-template-columns: repeat(auto-fit,minmax(270px,1fr));}
    .grid-simple-listing-v1 .list-entry {padding-right: 20px;}
    #HPS5FtAccent1 {position: relative;margin-top: 70px;left: -65px;}
    
}

@media only screen and (max-width: 1199px) {

    #SiteFooter:before, #SiteFooter:after {
        width: 300px;
        height: 256px;
        top: auto;
        bottom: 190px;
    }
    #SiteFooter:before {left: -110px;}
    #SiteFooter:after {bottom: 80px;}
    #SiteFooter #PFCol1:before,
    #SiteFooter #PFCol1:after {width: 60px;height: 60px;}
    #SiteFooter #PFCol1:before {top: -68px;}
    #SiteFooter #PFCol1:after {right: 147px;bottom: -86px;}
    #HPSection2:before {top: -50px;}
}


@media only screen and (max-width: 767px) {
    
    h1 {font-size:38px!important;}
    h2, .section-title {font-size: 32px!important;}
    h3 {font-size:28px!important;}
    h4 {font-size:26px!important;}
    h5 {font-size:24px!important;}
    h6 {font-size:20px!important;}
    .grid-cards-listing-v2 .card-entry .img-wrapper {background-image: none;height: auto;}

    #SiteHeader {padding: 20px 0px;}
    .popup-overlay .popup .close {
        font-size: 30px;
        right: 17px;
        top: -10px;
    }
    
}


@media only screen and (max-width: 575px) {

    #SiteFooter:before {left: -158px;bottom: 140px;}
    #SiteFooter:after {bottom: 230px;right: -129px;}
    
}