/* Typography - Start */
h1, h2, h3{
    text-transform: uppercase
}
/* Typography - End */


/* Button - Start */
.button {
    background: rgb(18,155,218); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bda', endColorstr='#161b4b',GradientType=1 ); /* IE6-9 */
    border-radius: 4px;
    min-width: 160px;
    border: 0;
}

.button:hover {
    background: #129bda;
}
/* Button - End */

/* Custom - Start */
@media (min-width: 1024px){
    .grid-x>.large-2_4{
        width: 20%;
    }   
}
/* Custom - End */

/* Top Header - Start */
.header .top-header .cell.small-6:first-child{
	width: 85%;
}
.header .top-header .cell.small-6:last-child{
	width: 15%;
}

.header .top-header{
    border-bottom: 1px solid;
    border-image-source: rgb(18,155,218); /* Old browsers */
    border-image-source: -moz-linear-gradient(45deg,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
    border-image-source: -webkit-linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image-source: linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}


.header .top-bar .top-bar-right.hide-for-large{
	margin-top: 0;
}

.header .top-bar .top-bar-right.hide-for-large > ul{
    display: flex;
    justify-content: flex-end;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number{
	display: block;
}

.header .menu.top .elem:first-child {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.header .menu.top .elem:first-child a{
	margin-right: 0;
	font-size: 20px;
    color: #129bda;
}

.header .menu.top .elem:first-child a:before{
	content: "\f879";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

@media(max-width: 640px){
	.header .menu.top .elem:first-child a{
		font-size: 18px;
	}
}

/* Top Header - End */

/* Header - Start */
.header {
    box-shadow: 0px 2px 4px rgba(10,0,0,.15);
}

.menu-icon {
    width: 36px;
    height: 26px;
}

.menu-icon:after {
    background: #129bda !important;
    box-shadow: 0 10px 0 #129bda, 0 20px 0 #129bda !important;
    height: 4px;
}

.header .topbar-inner {
    align-items: center;
    display: flex;
}

.top-header i {
    font-size: 18px;
    color: #129bda;
}

.top-header .contact-info i{
    margin-right: 10px;
}

.contact-layout-1.has-bg-img input,
.contact-layout-1.has-bg-img textarea{
    color: #FFF;
} 
.gfield input:focus,
.gfield textarea:focus {
    box-shadow: none;    
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
        border: 1px solid #cacaca;
}
.error404 .hero-banner-message a {
        color: #FFF !important;
    text-decoration: underline;

}

/* .header .menu a{
	font-size: 16px;
} */

.header .menu .custom-menu-link{
	position: absolute;
    top: -70px;
    right: 0;
}
.header .menu .custom-menu-link a{
	color: #149cda;
    font-weight: 700;
    font-size: 30px;
}

@media (max-width: 640px){
    .header .top-bar .top-bar-left, .header .top-bar .top-bar-right {
        width: auto;
        flex: 1 1 100%;
    }
    
    .header .top-bar ul{
        justify-content: flex-end;
    }
    
    .contact-info li > :not(.address) span {
        display: none;
    }
    
    .header .top-header ul.contact-info li:not(:last-child){
        border-right: 0;
    }
    
    .contact-info span {
        display: none;
    }
    
    .top-header i{
        font-size: 32px;
    }
    
    .top-header .grid-x .cell {
        width: auto !important;
    }
    .top-header .grid-x {
        display: flex;
        justify-content: space-between;
    }
}
/* 
@media (max-width: 1023px){
    .header .menu.top .elem:first-child {
        display: none;
    }
} */

@media (min-width: 1024px){
    .header .menu li.active > a{
        color: #129bda !important;
    }
    
    .menu-button a{
        background: rgb(18,155,218); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bda', endColorstr='#161b4b',GradientType=1 ); /* IE6-9 */
        border-radius: 6px;
    }
    
    .header .menu .menu-button.active a{
        color: #fff !important;
    }
    
    .header .menu .menu-button a:hover{
        background: #129bda;
        color: #fff !important;
    }

    .header .topbar-inner {
        align-items: flex-end;
    }
    
    .header .top-bar a {
        color: #000;
    }

    .dropdown.menu>li>a:hover, .dropdown.menu>li.active>a {
        border-color: #129bda;
    }
    
    .header .menu .is-dropdown-submenu li a:hover, .header .menu .is-dropdown-submenu li.active a{
        color: #fff !important;
    }
    
    .header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '\f0d7';
        color: #129bda !important;
    }
    
    .dropdown.menu>li:last-child>:not(.menu-button) a{
        padding-right: 0;
    }
    
    .header .menu .is-dropdown-submenu li{
        border-bottom: 0;
    }
    .header-default .header .menu .is-dropdown-submenu li:not(:last-child) a, .header-light .header .menu .is-dropdown-submenu li:not(:last-child) > a {
        border-bottom: 1px solid rgba(22, 27, 75, .5);
    }
}
/* Header - End */

/* Hero - Start */
.hero .hero-carousel-type .hero-banner-message {
    max-width: 50%;
}
.hero.text-right .hero-carousel-type .hero-banner-message {
    margin-right: 0;
    margin-left: auto;
}
.hero.text-center .hero-carousel-type .hero-banner-message {
    margin-right: auto;
    margin-left: auto;
}

.hero span.dblue {
    color: #161b4b;
}

.hero span.blue {
    color: #129bda;
}

.hero hr{
    width: 30%;
    border-width: 5px;
    border-color: #129bda;
}

.hero.text-right hr{
    margin-right: 0;
}

.hero.text-left hr{
    margin-left: 0;
}
/* Hero - End */

/* Off Canvas Menu - Start */
.off-canvas {
    background: #129bda;
}

.off-canvas .menu li {
    border-bottom: 1px solid #fff;
}

.off-canvas .menu li.active > a {
    background-color: #161b4b;
}

.off-canvas .menu .is-accordion-submenu-parent > a::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: all .25s ease-in-out;
}

.off-canvas .menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after{
    transform: rotate(90deg);
}

.off-canvas .menu .is-accordion-submenu-parent > a {
    position: relative;
}

.off-canvas .menu li.is-accordion-submenu-item:not(.active) > a {
    background-color: #000;
}
/* Off Canvas Menu - End */

/* Page Element - Start */
.page-element .hic-title h4,
.page-element .article-header h3{
    text-transform: uppercase;
}

.second-theme-section{
	color: #fff;
}

.image-right-content.white-boxes .hic-content,
.image-left-content.white-boxes .hic-content{
    padding: 30px;
}

.image-right-content:not(.then-left) .hic-box,
.image-left-content:not(.then-right) .hic-box{
    margin-bottom: 30px;
}

[class*="split-"] .hic-image-container:not(.has-image) {
    width: 0;
}
[class*="split-"] .hic-image-container:not(.has-image) + .hic-content {
    width: 100%;
    padding: 0;
}

.image-right-content.then-left.grid.contain-images .section-body .hic-image-container,
.image-left-content.then-right.grid.contain-images .section-body .hic-image-container{
    padding: 25px 15px;
}

.image-right-content.then-left .hic-content, 
.image-left-content.then-right .hic-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.image-right-content.then-left.grid .section-body .cell.medium-12,
.image-left-content.then-right.grid .section-body .cell.medium-12{
    margin-bottom: 0;
}

.image-right-content.then-left .hic-title h3,
.image-left-content.then-right .hic-title h3 {
    margin-bottom: 20px;
}

.image-right-content .hic-image,
.image-left-content .hic-image{
    height: 100%;
}

.page-element[class*=splift-] .hic-box{
    margin-bottom: 30px;
}

@media (max-width: 640px){
    .page-element[class*=split-].then-left .hic-box,
    .page-element[class*=split-].then-right .hic-box{
        margin-bottom: 20px;
    }
}

@media (min-width: 641px){
    .page-element[class*=split-].then-left .hic-box,
    .page-element[class*=split-].then-right .hic-box{
        margin-bottom: 0;
    }

    .image-left-content.then-right .hic-content, .image-right-content.then-left .hic-content {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: left;
    }
}
/* Page Element - Start */

/* Contact layout 1 - Start */
.ginput_recaptcha {
    margin-bottom: 20px;
}

.has-bg-img [type=text], .has-bg-img textarea {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
}

.contact-layout-1 .sub-map iframe {
    width: 100%;
    display: block;
}

.contact-layout-1 .sub-page-map {
    margin-top: 50px;
}

.contact-layout-1 .sub-map p {
    margin: 0;
}
.contact-layout-1 {
    padding-bottom: 0;
}
.page-element.map-form-element.has-bg-img a {
    color: #FFF;
}

.map-form-element.has-bg-img .button{
    background: transparent;
    border: 1px solid #fff;
}

.map-form-element.has-bg-img .button:hover{
    background: #129bda;
    border: 1px solid #129bda;
}

/* Contact Layout 1 - End */

/* Testimonial - Start */
.testimonial-element .hic-box{
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}

.testimonial-element.content-only .hic-content{
    padding-top: 0;
}

.testimonial-element.content-only .hic-title {
    background: rgb(18,155,218); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.testimonial-element.content-only .hic-blurb,
.testimonial-element.content-only .hic-title{
    padding-left: 5%;
    padding-right: 5%;
}

.testimonial-element.content-only .hic-title{
    padding-top: 80px
}

.testimonial-element.content-only .hic-blurb{
    padding-top: 60px;
    padding-bottom: 30px;
}

.testimonial-element.content-only .hic-content:before {
    top: 0;
    left: calc(50% - 40px);
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 40px;
    color: #fff;
    font-size: 34px;
}

.testimonial-element .client-location {
    font-style: italic;
}

.testimonial-element .client-name {
    text-transform: uppercase;
}
/* Testimonial - End */

/* Icon Left Content - Start */
.icon-left-content.icon-left-list-style .hic-content {
    padding: 0;
    display: flex;
    align-items: center;
}

.icon-left-content.icon-left-list-style .hic-icon {
    position: static;
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
}

.icon-left-content.icon-left-list-style .grid .section-body .cell {
    margin-bottom: 15px;
}

.icon-left-content.icon-left-list-style .hic-icon {
    font-size: 65px;
}
/* Icon Left Content - End */

/* Gallery Element - Start */
.hic-image:before, .gallery-image:before{
    background: rgb(18,155,218);
    background: -moz-linear-gradient(45deg, rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%);
    background: linear-gradient(45deg, rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bda', endColorstr='#161b4b',GradientType=1 );
    opacity: 0;
}

.image-list:hover .hic-image:before, .image-list:hover .gallery-image:before{
    opacity: .85;
}

.gallery-element.disable-pointer .image-list:hover .hic-image:after {
    opacity: 0;
    visibility: hidden;
}

.gallery-element .image-list:hover .hic-image:after {
    opacity: 1;
    visibility: visible;
}

.gallery-element .cross-icon-wrap img {
    display: none;
}

.gallery-element .cross-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.gallery-element .cross-icon-wrap::before {
    content: '\f067';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
}
/* Gallery Element - End */

/* Articles - Start */
.published-date {
    font-style: italic;
}
/* Articles - End */

/* Slider - Start */
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #129bda;
}

@media (max-width: 640px){
    .slick-dots li{
        margin: 0;
    }
}
/* Slider - End */

/* Footer - Start */
.footer a {
    color: #000;
}

.footer ul.menu li a{
	padding-left: 0;
	font-size: 16px;
	font-weight: 600;
}

.footer a:hover{
	text-decoration: underline;
}

.footer h4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #129bda;
    text-transform: uppercase;
}

.footer .footer-blurb {
    font-size: 14px;
}

.footer {
    position: relative;
    padding-bottom: 0;
    border-bottom: 1px solid;
    border-top: 18px solid;
    border-image-source: rgb(18,155,218); /* Old browsers */
    border-image-source: -moz-linear-gradient(45deg,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
    border-image-source: -webkit-linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image-source: linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}

.footer .back-to-top {
    position: absolute;
    right: .9375rem;
    width: 10px;
    height: 140px;
    top: 0;
    bottom: 0;
    left: auto;
    cursor: pointer;
    margin: auto;
}

.footer .back-to-top::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../icons/back_to_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer .social-media a {
    background-color: #f2f2f2;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    color: #129bda !important;
    text-decoration: none;
    font-size: 28px;
    border: 1px solid;
    transition: all .25s ease-in-out;
}

.footer .social-media a:hover{
    background-color: #129bda;
    color: #f2f2f2 !important;
}

.footer .contact-details{
	margin-top: 20px;
}

.footer .contact-details div{
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 45px;
}

.footer .contact-details i {
    background-color: #f2f2f2;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    color: #129bda !important;
    text-decoration: none;
    top: 0;
    border: 1px solid #129bda;
}

.footer .contact-details div:hover > i {
    background-color: #129bda;
    color: #f2f2f2 !important;
}

@media (max-width: 640px){
	.footer .logo-wrap {
        margin-bottom: 50px;
    }
    
    .bottom-footer.with-colophon-link .copyright {
        text-align: center;
    }
}

@media (min-width: 641px){
    .footer .social-media {
        margin-top: 60px;
    }
}

@media (min-width: 641px) and (max-width: 1023px){
	.footer .footer-col-3 {
        width: 41.66667%;
    }
    .footer .footer-col-2 {
        width: 25%;
    }
}
@media (min-width: 1024px){
    .footer .back-to-top {
        right: calc((100vw - 1170px + 55px) / 2);
    }
    
    .footer .footer-col {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .footer .footer-col-1 .logo-wrap {
        max-width: 320px;
    }
    
    .footer .footer-col-1 {
        width: 50%;
    }
    
    .footer .footer-col-2 {
        width: 25%;
    }
    
    .footer .footer-col-3 {
        width: 25%;
    }

}
/* Footer - End */

/* Bottom Footer - Start */
.bottom-footer {
    background-color: #fff !important;
    padding-bottom: 50px;
}

.bottom-footer.with-colophon-link .copyright {
    color: #000;
}

.bottom-footer .inner-content .copyright p, 
.bottom-footer .inner-content .menu a{
	font-size: 14px;
	color: #fff;
}
.bottom-footer .inner-content .menu a:hover{
	text-decoration: underline;
	color: #fff;
}

.bottom-footer a {
    color: #000;
}

.bottom-footer a:hover {
    color: #129bda;
}

@media (min-width: 641px){
    .bottom-footer.with-colophon-link .copyright {
        float: left;
    }
    
    .colophon-link {
        float: right;
    }
}
/* Bottom Footer - End */

/* Helper - Start */

.contain-image.hic-box .hic-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.short-width .grid-container {
    max-width: 850px;
}

.grey-boxes .hic-box,
.white-boxes .hic-box{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(10,0,0,.15);
}

.grey-boxes .hic-box {
    background-color: #e1e1e1;
    color: #000;
}

.grey-boxes .hic-content{
    padding: 15px;
}

.page-element:not(.theme-section) .hic-icon,
.grey-boxes .hic-icon,
.white-boxes .hic-icon{
    color: #129bda;
    text-shadow: 2px 2px 4px rgba(10,0,0,.15);
}

.grey-boxes.image-above-content .hic-image,
.white-boxes.image-above-content .hic-image{
    margin-bottom: 0;
}

.grey-content-boxes .hic-content{
    background-color: #e1e1e1;
    padding: 15px !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.grey-content-boxes .hic-content > *{
    width: 100%;
}

.grey-content-boxes.text-center .hic-content{
    justify-content: center;
}

.grey-content-boxes.text-left .hic-content{
    justify-content: flex-start;
}

.grey-content-boxes.text-right .hic-content{
    justify-content: flex-end;
}

.icon-above-content .hic-title + .hic-blurb {
    border-top: 1px solid #129bda;
    padding-top: 8px;
    margin-top: 12px;
}

.box-equal-height .hic-content {
    height: 302px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box-equal-height .hic-button-wrap {
    justify-self: self-end;
    margin-top: auto;
}

.checklist li, .page-element.checklist ul li {
    padding-left: 50px;
    margin-bottom: .5em;
    color: #fff;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.image-above-content.text-center .section-body{
    justify-content:center;
}

.flex.v-center {
    align-items: center;
    align-content: center;
    height: 100%;
}

.non-bullet .button {
    margin-top: 30px;
}
.non-bullet::before {
    display: none;
}

.cb-logos .image-list:hover .hic-image:before, .cb-logos .image-list:hover .gallery-image:before {
    opacity: 0;
}

.cb-logos.greyscale-images .image-list:hover .hic-image{
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
}

@media (max-width: 640px){
    .grey-content-boxes .hic-box{
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 2px 2px 4px rgba(10,0,0,.15);
    }
    
    .grey-content-boxes .hic-box{
        margin-bottom: 20px;
    }
}

@media (min-width: 641px){
    .flex-image-height .hic-box .hic-image{
        height: 100%;
        min-height: 250px;
    }
    
    .flex-image-height .hic-box .hic-image::before{
        display: none;
    }
}
/* Helper - End */

/* Flib Box CB - Start */
.flip-box-cb .hic-title h3 {
    text-transform: none;
}
    
@media (min-width: 641px){
    .flip-box-cb .hic-title h3 {
        font-size: 24px;
    }
}

@media (min-width: 641px) and (max-width: 1023px){
    .flip-box-cb .hic-box{
        display: flex;
        height: 100%;
    }
}

@media (max-width: 1023px){
    .flip-box-cb .hic-content {
        border: 5px solid #129bda;
        background: #fff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 12px;
        width: 100%;
    }
}

@media (min-width: 1024px){
    .flip-box-cb .hic-title h3 {
        font-size: 20px;
    }
    
    .flip-box-cb .hic-content {
        position: relative;
        height: auto;
    }
    
    .flip-box-cb .hic-content::before {
        content: '';
        display: block;
        width: 100%;
        height: auto;
        padding-top: 100%;
    }
    
    .flip-box-cb .hic-content > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 12px;
        box-shadow: 2px 2px 4px rgba(10,0,0,.15);
        transition: all 1s ease-in-out;
        transform-style: preserve-3d;
        backface-visibility: hidden;
    }
    
    .flip-box-cb .hic-content > .hic-icon {
        transform: perspective(1000px)rotateY(0deg);
        border: 5px solid #129bda;
        background: #fff;
        font-size: 80px;
    }
    
    .flip-box-cb .hic-content > .hic-title {
        padding: 20px;
        overflow: hidden;
        background: rgb(18,155,218); /* Old browsers */
        background: -moz-linear-gradient(45deg,  rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg,  rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bda', endColorstr='#161b4b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        color: #fff;
        transform: perspective(1000px) rotateY(-180deg);
    }
    
    .flip-box-cb .hic-box:hover .hic-content > .hic-icon {
        transform: perspective(1000px)rotateY(180deg);
    }
    
    .flip-box-cb .hic-box:hover .hic-content > .hic-title {
        transform: perspective(1000px) rotate(0deg);
    }
}
/* Flib CB - End */

/* Post - Start */
.single-post .page-element.post-content {
    padding: 30px 0;
}
/* Post - End */

/* HERO - Start */
.hero textarea {
    height: 100px;
}
.hero [type=text], .hero textarea {
    margin-bottom: .65rem;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.hero .form-title {
    text-transform: uppercase;
}

.hero-form-container{
    background: rgb(18,155,218);
    background: -moz-linear-gradient(45deg, rgba(18,155,218,1) 0%, rgba(22,27,75,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%);
    background: linear-gradient(45deg, rgba(18,155,218,1) 0%,rgba(22,27,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129bda', endColorstr='#161b4b',GradientType=1 );
}

.hero-form input[type="submit"], .hero-form button[type="submit"]{
    background: transparent;
}

.hero-form input[type="submit"]:hover, .hero-form button[type="submit"]:hover{
    background: rgba(22,27,75,1);
    border-color: rgba(22,27,75,1);
}

@media (min-width: 1024px){
    .hero-form-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
}


/* HERO - End */