/*   
Theme Name: Siblings
Theme URI: http://www.gs-interactive.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.010
*/
@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size:20px; 
	line-height:1.5;
	color: #000;
	background-color:#fff;
	font-feature-settings: 'lnum' 1;

}

@media(max-width: 950px) {
	body{
		font-size:18px;
		-webkit-text-size-adjust: none;
	}
}

a {
	text-decoration:none;
	color: #004f9d;
	transition: all .3s;
}

a:hover {
	text-decoration:none;
	color: #7e141e;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}


.navbar {
    background-color:transparent;
	position: fixed;
	top: 0;
	left: 0;
	height:120px;
	width:100%;
	z-index: 999;
	transition: all .3s;
}
.navbar.scrolled {
    background-color: #fff;
	height:50px;
}

.logged-in .navbar {
	top:32px;
}

.navbar-brand {
    position:absolute;
	top:18px;
	width:125px;
	left:35px;
	transition: all .3s;
}
@media only screen and (max-width : 950px) {
    .navbar-brand {
        left:25px;
    }
}
.navbar.scrolled .navbar-brand  {
	top:10px;
	width:55px;
}
.navbar-brand img {
	width:100%;
	height:auto;
}
.navbar-in {
    position:relative;
	margin:0 auto;
    max-width:1100px;
}
@media only screen and (max-width : 1550px) {
	.navbar-in {
        margin:0 0 0 190px;
	}
}
@media only screen and (max-width : 950px) {
	.navbar-in {
        margin:0;
        width:100%;
	}
}
#header .nav {
	position:absolute;
	top:35px;
	left:0;
    padding-left: 0;
    margin: 0;
    list-style: none;
	font-size: 1.125rem;
	transition: all .3s;
}
#header .navbar.scrolled .nav {
	top:5px;
}
@media only screen and (max-width : 950px) {
	#header .nav  {
		background:rgba(235,244,251,.90);
		top:0;
        left:auto;
		right:-350px;
		margin:0;
		padding:100px 0 15px;		
		width:300px;
	}
	#header .navbar.scrolled .nav {
		top: 0;
	}
}
#header .nav li {
    float:left;
}
@media(max-width: 950px) {
	#header .nav li {
		float:none;
		margin: 0;
		padding:0;
	}
}
#header .nav li a {
	color:#004f9d;
    display: block;
    padding: 10px 30px 10px 0;
	font-size:20px;
	line-height:1.1;
	text-transform: uppercase;
    font-weight: 700;
}
@media(max-width: 950px) {
	#header .nav li a {
		padding: 10px 10px 10px 30px;
		height:auto;
	}
}
#header .nav li a.on  {
    color: #7e141e;
}
#header .nav li a:hover {
	color: #7e141e;
    text-decoration: none;
}
#header .nav li.navlang {
	display:none;
}
@media(max-width: 950px) {
    #header .nav li.navlang {
        display:block;
        padding-top:10px;
        padding-left:30px;
        color: #004f9d;
    }
    #header .nav li.navlang a {
        font-size:17px;
        font-weight:600;
        display: inline-block;
        padding: 10px 0;
    }
}

#lang {
	display: block;
	position:absolute;
	top:45px;
	right:20px;
	width:200px;
    text-align: right;
    color: #007dbe;
    font-weight:700;
    transition:all .3s;
}
.scrolled  #lang {
		 top:10px;
	}
@media(max-width: 950px) {
	 #lang {
		 display:none;
	}
}
#lang a {
	color: #007dbe;
}
#lang a:hover {
	color: #e0eff7;
}
#lang a.on {
	color: #e0eff7;
}

#hamburger {
	display:none;
	position:absolute;
	top:30px;
	right:25px;
	width:35px;
	height:35px;
	overflow:hidden;
	z-index:999;
	transition: all .3s;
}
@media(max-width: 950px) {
	 #hamburger {
		 display: block;
	}
	.navbar.scrolled  #hamburger {
		 top:10px;
	}
}
#hamburger:hover {
	cursor:pointer;
}
#hamburger .bar {
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:8px;
	fill:#e0eff7;
	transition:all .4s;
}
#hamburger.on .bar {
	fill:#e0eff7;
}
#hamburger:hover .bar {
	fill:#007dbe;
}
#hamburger.on:hover .bar {
	fill:#007dbe;
}
#hamburger #bar1 {
	top:0;
}
#hamburger.on #bar1 {
	opacity:0;
}
#hamburger #bar2 {
	top:11px;
}
#hamburger.on #bar2 {
	transform: rotate(-45deg);
}
#hamburger #bar3 {
	top:11px;
}
#hamburger.on #bar3 {
	transform: rotate(45deg);
}
#hamburger #bar4 {
	top:21px;
}
#hamburger.on #bar4 {
	opacity:0;
}




.szd img,
.szd svg {
	width:100%;
	height:auto;
}
.szdv img,
.szdv svg {
	width:auto;
	height:100%;
}


.yellow {
	color: #fcaf17;
}

ol, ul {
	padding: 0 0 0 20px;
}
ol li,  ul li {
	padding: 0 0 10px;
}

#fullpage {
	position:relative;
	margin:0;
	padding:110px 0 0 0;
	overflow:hidden;
}
#fullpage .corner {
	position:absolute;
	top:0;
	right:0;
    width:425px;
    z-index: 998;
}
@media(max-width: 950px) {
    #fullpage .corner {
        width:250px;
    }
}
/* ====================================== home ============================= */
#home  {
	background-color:#fff;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#home .boxed {
    position: relative;
	padding:50px;
    max-width:1100px;
	margin:0 auto;
}
@media(max-width: 650px) {
	#home .boxed {
		padding:50px 25px;
	}
}
#home h1 {
	font-size:50px;
	line-height:1.1;
    color:#004f9d;
	font-weight:600;
	margin:0 auto;
	padding:50px 0 0;
	text-align:center;
}
@media(max-width: 1250px) {
	#home h1 {
		font-size:44px;
	}
}
@media(max-width: 1050px) {
	#home h1 {
		font-size:38px;
	}
}
@media(max-width: 650px) {
	#home h1 {
		font-size:32px;
	}
}



/* ====================================== intro ============================= */
#intro  {
	background-color:#007dbe;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#intro  .boxed {
    position: relative;
	padding:10vw 50px;
    max-width:1100px;
	margin:0 auto;
    color:#fff;
    font-size:25px;
}
@media(max-width: 1050px) {
	#intro  .boxed {
		font-size:22px;
	}
}
@media(max-width: 650px) {
	#intro  .boxed {
		padding:10vw 25px;
        font-size:20px;
	}
}

#intro .curve-top  {
	width:100%;
	height:auto;
	position:absolute;
	padding:0;
    top:0;
    left:0;
}
#intro .curve-bottom  {
	width:100%;
	height:auto;
	position:absolute;
	padding:0;
    bottom:0;
    left:0;
}
#intro .boxed h2 {
    margin:0;
	padding:0 0 10px 0;
    font-size:38px;
    line-height:1.2;
    font-weight:600;
    color:#fff;
}
@media(max-width: 1050px) {
    #intro .boxed h2 {
        font-size:32px;
    }
}
@media(max-width: 650px) {
    #intro .boxed h2 {
        font-size:28px;
    }
}
#intro .boxed h2+p {
    margin-top:0;
}

/* ====================================== guides ============================= */
#guides  {
    color:#011c37;
	background-color:#fff;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#guides  .boxed {
    position: relative;
	padding:50px 50px;
    max-width:1100px;
	margin:0 auto;
}
@media(max-width: 650px) {
	#guides  .boxed {
		padding:30px 25px;
	}
}
#guides .boxed h2 {
    margin:0;
	padding:0 0 10px 0;
    font-size:38px;
    line-height:1.2;
    font-weight:600;
    color:#7e141e;
}
@media(max-width: 1050px) {
    #guides .boxed h2 {
        font-size:32px;
    }
}
@media(max-width: 650px) {
    #guides .boxed h2 {
        font-size:28px;
    }
}
#guides .boxed h2+p {
    margin-top:0;
}

#guides .boxed .resource-wrap {
    position:relative;
    display:flex;
    justify-content:space-between;
    padding:50px 0;
    border-bottom:1px solid #ccc;
    height:100%;
}
#guides .boxed .resource-wrap a.doc {
    position:relative;
    width:44%;
    display:block;
}
@media(max-width: 950px) {
    #guides .boxed .resource-wrap a.doc {
        width:48%;
    }
}
#guides .boxed .resource-wrap a.doc .thumb {
    position:relative;
    border:1px solid #999;
    box-shadow:-10px 10px 10px #e7e7e7;
}
#guides .boxed .resource-wrap a.doc .dl {
    position:relative;
    margin:15px;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    color:#027dbe;
    transition:all .3s;
}
#guides .boxed .resource-wrap a.doc:hover .dl {
    color:#7e141e;
}


/* ====================================== emailform ============================= */
#emailform  {
    color:#011c37;
	background-color:#fff;
	position:absolute;
	padding:50px;
    top:0;
    left:-50px;
    width:calc(100% + 100px);
    height:100%;
    display:none;
}
@media(max-width: 1200px) {
    #emailform  {
        width:100%;
        z-index:5;
        height:auto;
    }
}
#emailform .boxed {
    position:relative;
    width:100%;
    display:flex;
    align-items: center;
    color:#011c37;
	background-color:#fff;
	margin:0;
    padding:0;
    border:1px solid #999;
}
#emailform .boxed .inner {
    position:relative;
	padding:50px 50px;
}
@media(max-width: 1200px) {
    #emailform .boxed .inner {
        padding:25px 25px;
    }
}
#emailform  .boxed h2 {
    color:#004f9d;
    text-align: center;
    max-width:700px;
    margin:0 auto;
    line-height:1.2;
}
#emailform  .boxed h2.light {
    color:#007dbe;
    margin:50px auto 20px;
}
@media(max-width: 1200px) {
    #emailform  .boxed h2.light {
        color:#007dbe;
        margin:20px auto 0;
    }
}

#emailform  .ctct-form-field input {
    width:95%;
    height:34px;
}
#emailform  .ctct-form-field-submit input {
    display:inline-block;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    box-sizing: content-box;
    width:150px;
    height:30px;
    font-size:20px;
    font-weight:500;
    color:#fff;
    background-color:#004f9d;
    border:none;
    border-radius:4px;
    padding: 5px 0;
    margin: 0;
}
@media(max-width: 650px) {
    #emailform  .ctct-form-field-submit input {
        font-size:15px;
        width:90px;
        height:26px;
    }
}
#emailform  .ctct-form-wrapper .ctct-form-field {
	text-align: center;
}

#emailform  .ctct-form-field-submit .skip {
    display:inline-block;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    width:150px;
    height:30px;
    background-color:#7e141e;
    border:none;
    border-radius:4px;
    padding:5px 0;
    margin: 0 0 0 30px;
    font-size:20px;
    line-height:1.5;
    font-weight:500;
    color:#fff;
}
@media(max-width: 650px) {
    #emailform  .ctct-form-field-submit .skip {
        width:90px;
        height:26px;
        padding:7px 0 3px;
        margin: 0 0 0 10px;
        font-size:15px;
    }
}
#emailform  .ctct-form-wrapper .ctct-form-field {
	text-align: center;
}

#emailform  .closeit {
    position:relative;
    margin:20px 0;
    text-align: center;
    display:none;
}
#emailform  .closeit a {
    display:inline-block;
    width:150px;
    height:30px;
    background-color:#7e141e;
    border:none;
    border-radius:4px;
    padding:5px 0;
    margin: 0 0 0 30px;
    font-size:20px;
    line-height:1.5;
    font-weight:500;
    color:#fff;
}
#emailform .ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
	display: none;
}


/* ====================================== experiences ============================= */
#experiences  {
	background-color:#fff;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}
#experiences  .boxed {
    position: relative;
	padding:0 50px 50px;
    max-width:1100px;
	margin:0 auto;
}
@media(max-width: 650px) {
	#experiences .boxed {
		padding:30px 25px;
	}
}
#experiences .boxed h2 {
    margin:0;
	padding:0 0 10px 0;
    font-size:38px;
    line-height:1.2;
    font-weight:600;
    color:#7e141e;
}
@media(max-width: 1050px) {
    #experiences .boxed h2 {
        font-size:32px;
    }
}
@media(max-width: 650px) {
    #experiences .boxed h2 {
        font-size:28px;
    }
}
#experiences .boxed h2+p {
    margin-top:0;
}
#experiences .boxed .video-wrap {
    position:relative;
    display:flex;
    padding: 50px 0;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}
#experiences .boxed .video-wrap .video {
    position:relative;
    width:calc(50% - 25px);
    height:auto;
}
@media(max-width: 750px) {
    #experiences .boxed .video-wrap .video {
        width:100%;
        
    }
}

#experiences .boxed .video-wrap .video video {
  width: 100%;
  height: auto;
  display: block; /* Removes any unwanted inline spacing at the bottom */
}



/* ====================================== FAQ ============================= */
#faq  {
	background-color:#e0eff7;
	width:100%;
	height:auto;
	position:relative;
	padding:0;
}

#faq .curve-top  {
	width:100%;
	height:auto;
	position:absolute;
	padding:0;
    top:0;
    left:0;
}
#faq .curve-bottom  {
	width:100%;
	height:auto;
	position:absolute;
	padding:0;
    bottom:0;
    left:0;
}

#faq .boxed {
    position:relative;
	max-width:1100px;
	padding:10vw 50px;
	margin:0 auto;
}
@media(max-width: 650px) {
	#faq .boxed {
		padding:9vw 25px;
	}
}

#faq .boxed h2 {
    margin:0;
	padding:0 0 10px 0;
    font-size:38px;
    line-height:1.2;
    font-weight:600;
    color:#004f9d;
}
@media(max-width: 1050px) {
    #faq .boxed h2 {
        font-size:32px;
    }
}
@media(max-width: 650px) {
    #faq .boxed h2 {
        font-size:28px;
    }
}
#faq .boxed .faq-wrap {
	padding:0 0 30px 0;
}
#faq .boxed .faq {
	position:relative;
	margin:0;
    padding:20px 0;
    font-size:22px;
    border-bottom:1px solid #ccc;
}
@media(max-width: 950px) {
    #faq .boxed .faq {
        font-size:20px;
    }
}
@media(max-width: 650px) {
    #faq .boxed .faq {
        font-size:18px;
    }
}
#faq .boxed .faq:hover {
	cursor:pointer;
}
#faq .boxed .faq-q {
	position:relative;
	margin:0;
	padding: 0 70px 0 0;
	color:#000;
	font-weight:600;
	transition:all .3s;
}
#faq .boxed .faq:hover .faq-q {
	color:#004f9d;
}
#faq .boxed .faq.on .faq-q {
	color:#004f9d;
    font-weight:600;
}
#faq .boxed  .faq .faq-q .arrow {
	position:absolute;
	right:20px;
	top:calc(50% - 15px);
	width:15px;
	height:auto;
	transition:all .3s;
}
@media(max-width: 950px) {
    #faq .boxed  .faq .faq-q .arrow {
        top:calc(50% - 10px);
        width:10px;
    }
}
@media(max-width: 650px) {
	#faq .boxed .faq .faq-q .arrow {
		right:8px;
	}
}
#faq .boxed .faq:hover .faq-q .arrow {
}
#faq .boxed .faq.on .faq-q .arrow {
	transform: rotate(-90deg);
}
#faq .boxed .faq .faq-q .arrow svg {
	fill:#000;
    transition:all .3s;
}
#faq .boxed .faq:hover .faq-q .arrow svg {
	fill:#004f9d;
}
#faq .boxed .faq.on .faq-q .arrow svg {
	fill:#004f9d;
}

#faq .boxed .faq-a {
	position:relative;
	display:none;
	line-height:1.5;
    pading:5px 0 0 0;
}
#faq .boxed .faq-a li::marker {
	color:#004f9d;
    font-size:18px;
    transform: translateY(-1px);
}
#faq .boxed .faq .faq-a a {
	text-decoration: underline;
}
#faq .boxed .faq .faq-a a:hover {
	text-decoration: underline;
    color:#7e141e;
}

/* ====================================== section 9999 ============================= */
#default  {
	width:100%;
	position:relative;
	
}
#default .boxed {
    position:relative;
	max-width:1100px;
	padding:50px 50px;
	margin:0 auto;
}
@media(max-width: 650px) {
	#default .boxed {
		padding:25px 25px;
	}
}
#default .boxed h2 {
    margin:0;
    font-size:38px;
    line-height:1.2;
    font-weight:600;
    color:#7e141e;
}
@media(max-width: 1050px) {
    #default .boxed h2 {
        font-size:32px;
    }
}
@media(max-width: 650px) {
    #default .boxed h2 {
        font-size:28px;
    }
}




/* ====================================== footer ============================= */

footer {
	position:relative;
	width:100%;
	background-color:#fff;
	padding:0;
}


footer .boxed {
	position:relative;
	display:flex;
	max-width:1100px;
	padding:25px 50px; 
	margin:0 auto;
    color:#1d344a;
    z-index:2;
}
@media(max-width: 650px) {
	footer .boxed {
		padding:50px 25px; 
		flex-wrap:wrap;
	}
}
footer .boxed .left {
	position:relative;
	width:calc(70% - 81px);
	padding:0 80px 0 0;
	margin:0;
    font-size:18px;
    line-height:1.3;
	font-weight:400;
    border-right:1px solid #ccc;
}
@media(max-width: 950px) {
    footer .boxed .left {
        width:calc(60% - 41px);
        padding:0 40px 0 0;
        font-size:16px;
    }
}
@media(max-width: 650px) {
    footer .boxed .left {
        width:100%;
        padding:0 0 40px  0;
        font-size:16px;
        border-bottom:1px solid #ccc;
        border-right:none;
    }
}
footer .boxed .left .logos {
	position:relative;
	width:100%;
    display:flex;
    margin:-35px 0 20px;
}
footer .boxed .right {
	position:relative;
	width:calc(30% - 80px);
	padding:0 0 0 80px;
	margin:0;
    text-align: left;
}
@media(max-width: 950px) {
    footer .boxed .right {
        width:calc(40% - 40px);
        padding:0 0 0 40px;
    }
}
@media(max-width: 650px) {
    footer .boxed .right {
        width:100%;
        padding:40px 0 0 0;
    }
}
footer .boxed .right h3 {
	margin:0;
    color:#004f9d;
}
footer .boxed .right h3+p {
	margin-top:0;
}
footer .boxed .right .socials {
	position:relative;
	display:flex;
}
footer .boxed .right .socials a {
	position:relative;
	display:block;
    width:35px;
    margin:0 15px 0 0;
    border-radius:7px;
    overflow:hidden;
}
@media(max-width: 950px) {
    footer .boxed .right .socials a {
        width:30px;
    }
}
footer .boxed .right .socials a svg {
	fill:#004f9d;
    width:100%;
    height:auto;
    transition:all .3s;
}
footer .boxed .right .socials a:hover svg {
	fill:#7e141e;;
}
#fullpage footer .corner {
	position:absolute;
	top:auto;
    bottom:0;
	right:0;
    width:20%;
    z-index:1;
}

#return-to-top {
    bottom: 25px;
    display: none;
    position: fixed;
    right:15px;
	margin:0;
    transition: all 0.3s ease 0s;
    width: 38px;
	height: 38px;
    z-index: 1000;

}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----- exit site pop-up ------*/

.exitpopupbg {
	display: none; 
	width:100%; 
	height:100vh;
	top:0;
	left:0;
	position:fixed; 
	background:rgba(0,0,0,0.6);
	z-index:999998;
}

.exitpopup {
	width:80%;
	max-width:500px; 
	height:auto; 
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:#fff; 
	padding:30px 3%; -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background-color: #000;
}

#exitpopup{
		text-align:left;
}

	
#exitpopup p{
		text-align:left;
		font-size:18px;
}

#exitpopup a{
	margin:20px 0 0 0;
	display:inline-block;
	padding:8px 10px;
	color:#fff;
	background-color: #70ad47;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	text-decoration:none;
}
/*----- exit site pop-up ------*/

.ttB {
	position:absolute;
	display:none;
	font-size:14px;
	line-height:1.5;
	max-width:300px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #999;
	box-shadow:1px 1px 5px #666;
	z-index:500;
}

.ttClose {
	position:absolute;
	top:5px;
	right:10px;
	font-weight:700;
}
.ttClose:hover {
	color:#6a2f47;
	cursor:pointer;
}