/*--------------------------------------------------------------
### generic.css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# fonts
--------------------------------------------------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
h2 {
    font-family: inherit;
    font-size: 28px;
    letter-spacing: 0.44px;
    line-height: 38px;
    color: #293189;
    margin-bottom: 20px;
}
h3 {

}
h4, h5 {
	font-family: inherit;
    font-size: 18px;
    line-height: 28px;
    color: #008F9D;
    font-weight: 600;
    margin-bottom: 20px;
}
h6 {
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color:#222222;
    font-family: 'Source Sans Pro', sans-serif;
}
.white-font {
    color:white;
}
ul, ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
li {
    line-height: 2;
}
figcaption {
    font-size: 12px;
}
@media (min-width:780px) {
    h1 {
        font-size: 38px;
    	line-height: 48px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (min-width:1040px) {
    h1 {
        font-size: 48px;
    	line-height: 58px;
    }
}
/*--------------------------------------------------------------
# button
--------------------------------------------------------------*/
.btn {
    margin-top:0px;
}
.btn a{
    padding: 25px 35px;
    display: block;
    background-color: #E94890;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    border-radius: 40px;
    line-height: 1;
    letter-spacing: 1.7px;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.btn a:hover, .btn a:focus {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: -4px -2px 10px rgba(0,0,0,0.18);
            box-shadow: -4px -2px 10px rgba(0,0,0,0.18);
}
@media (max-width:900px) {
    .sm-hidden {
        display: none;
    }
}
/*--------------------------------------------------------------
# nav
--------------------------------------------------------------*/
.main-header-container {
	background-color: white;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top:-80px;
    transform: translateY(0px);
    background: transparent;
    background-image: linear-gradient(110deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0));
}
.main-header-container.above-fold {
    position: absolute;
    top: 0px;
    left: 0px;
}
body:not(.home) .main-header-container.above-fold {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    background-image: linear-gradient(110deg, #00A291, #007FC7);
}
.main-header-container.below-fold {
    position: fixed;
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    background-image: linear-gradient(110deg, #00A291, #007FC7);
    top: -80px;
    transform: translateY(80px);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.main-header-container.below-fold.is-active .nav--wrap {
    height: 80px;
}
.nav--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px; 
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#primary-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    list-style: none;
    margin-bottom: 0px;
    margin-left: 0px;
}
#primary-menu .menu-item {
    position: relative;
}
#primary-menu .sub-menu {
    position: relative;
    right: 14px;
    padding-left: 0px;
    margin-left: 0px;
    left: 0px;
    list-style-type: none;
    min-width: 100px;
    background: #0195a6;
    box-shadow: 0px 18px 32px rgba(0,0,0,0.2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
#primary-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-item.unclickable a {
    cursor: default;
}
#primary-menu .menu-item.unclickable a:hover {
    text-decoration: none;
}
#primary-menu .menu-item.unclickable .sub-menu a:hover {
    cursor: pointer;
    text-decoration: underline;
}
#primary-menu .sub-menu .menu-item a {
    padding: 10px;
}
#primary-menu .menu-item.current-menu-item a {
    text-decoration: underline;
}
#primary-menu .menu-item a {
    padding-right: 18px;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    text-shadow: 0.82px 0.6px 1px rgba(1,1,1,0.65);
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif;
    transition: 0.7s;
    -webkit-transition: 0.7s;    
}
#primary-menu .menu-item a:hover {
    text-decoration: underline;
    text-shadow: 0.82px 0.6px 8px rgba(1,1,1,0.45);
}
#navlogo {
    display: block;
    height: 100%;
    padding-bottom: 3px;
}
#navlogo img {
    display: block;
    height: 100%;
    object-fit: contain;
}
@media (min-width:900px) {
	.nav--wrap {
		height: 84px;
	}
    .menu-main-menu-container {
        display: inherit;
    }
    #primary-menu .sub-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width:899px) {
    #primary-menu {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100vh;
        width: 100vw;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        background-image: linear-gradient(60deg, #00A291, #007FC7);
        opacity: 0;
        visibility: hidden;
    }
    #primary-menu.is-active {
        opacity: 1;
        visibility:visible;
    }
    #primary-menu li {
        width: 100%;
        text-align: center;
    }
    #primary-menu .menu-item a {
        padding: 20px;
        display: block;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1.1px;
        line-height: 28px;
        color: white;
        text-shadow: none;
    }
    #primary-menu .current-menu-item a {
        text-decoration: underline;
    }
}
/*--------------------------------------------------------------
# generic
--------------------------------------------------------------*/
.main-page-container {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    max-width: 1320px;
    margin: 0 auto;
}
body:not(.home) .main-page-container {
    padding-top: 70px;
}
.full-width {
	margin-left:-25px;
	margin-right:-25px;
}
.container {
	padding-left: 15px;
    padding-right: 15px;
}
.inner--wrap {

}
@media (min-width:900px) {
	.main-page-container {
		padding-top: 0px;
	}
    body:not(.home) .main-page-container {
        padding-top: 84px;
    }
}
@media (min-width:1320px) {
	.full-width {
		margin-left:calc((100vw - 1320px + 50px)/-2);
		margin-right:calc((100vw - 1320px + 50px)/-2);
	}
}
@media (min-width:1590px) {
	/*.full-width {
		margin-left: -150px;
    	margin-right: -150px;
	}*/
}
.full-width .inner--wrap {
	max-width: 1320px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.background-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.with-parallax {
    background-attachment: fixed;
    transition: background-position 0.1s ease;
    -webkit-transition: background-position 0.1s ease;
}
/*--------------------------------------------------------------
# gform styling
--------------------------------------------------------------*/
.gform_body label {
    display: none;
}
h3.gform_title {
    color: #00AE99;
}
.gform_wrapper .gform_description {
    text-align: center;
    display: block;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 400px;
    margin: 0 auto 20px;
}
.gform_fields {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
.gform_validation_container {
    display: none;
}
.gform_confirmation_message {
    color: white;
    padding: 40px 30px;
    line-height: 32px;
    font-size: 22px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: linear-gradient(110deg, #00A291, #007FC7);
}
.footer__top {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.footer--inner {
	max-width: 1320px;
	margin-left: auto;
	margin-right:auto;
}
.footer__iQ__logo img {
	width: 200px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.footer__iQ__logo:hover img {
    transform: translateY(-4px);
}
.footer__logo:hover img {
    transform: translateY(-4px);
}
.footer__logo img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.footer-col-1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.footer-col-1 a {
    display: block;
}
.footer-menu {
    margin-bottom: 20px;
    width: 100%;
}
.footer__iQ__logo {
    display: block;
    width: 100%;
    text-align: center;
}
#legal-menu {
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-right: 10px;
}
#legal-menu .menu-item a {
    padding: 2px 18px;
    display: block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-family: inherit;
    white-space: nowrap;
    border-right: 1px solid white;
}
#legal-menu .menu-item:last-of-type a {
    border-right: none;
}
.footer-col-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
legal {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
}
copyright {
	display: block;
    font-size: 13px;
    line-height: 1;
    color: white;
    margin-top: 14px;
}
@media (min-width:740px) {
    .footer-menu {
        margin-bottom: 0px;
    }
    .footer-col-2, .footer-col-1 {
        width: initial;
        flex-wrap: nowrap;
    }
}
/*--------------------------------------------------------------
# basic page
--------------------------------------------------------------*/
.aligncenter .wp-block-embed__wrapper {
    text-align:center;
}
/*--------------------------------------------------------------
# .wp-accordion-item
--------------------------------------------------------------*/
.wp-block-pb-accordion-item {
    border: 3px solid #007FC8;
    border-radius: 8px;
    margin-bottom: 10px;
}
.wp-block-pb-accordion-item h2 {
    padding: 22px;
    color: #00A191;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 1.2;
}
.wp-block-pb-accordion-item .c-accordion__content {
    padding: 0px 22px 22px;
}
.wp-block-pb-accordion-item .c-accordion__content p:last-child {
    margin-bottom: 0px;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
    color: #00A191;
    font-weight: 900;
    margin-right: 22px;
}
