/*   
Theme Name: Blizzzzard
Theme URI: http://www.theyatesnetwork.com
Description: Theme template -- WordPress v5.2
Author: GS-I
Author URI: http://www.gs-interactive.com
Version: 1.202
*/
@CHARSET "ISO-8859-1";

html {
	overflow-y: scroll;

}

body {
    padding: 0;
    margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size:18px; 
	line-height:1.5;
	color: #000;
	background-color:#fff;
	font-feature-settings: 'lnum' 1;

}

@media(max-width: 750px) {
	body{
		font-size:15px;
		-webkit-text-size-adjust: none;
	}
}

a {
	text-decoration:none;
	color:#3e8dc8;
}

a:hover {
	text-decoration:none;
	color: #3b4a82;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}


.navbar {
    background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height:110px;
	width:100%;
	z-index: 9999;
	transition: all .3s;
}
.navbar.scrolled {
	height:50px;
}

.logged-in .navbar {
	top:32px;
}
.navbar-in {
    position:relative;
	margin:0 50px;
}
@media only screen and (max-width : 750px) {
	.navbar-in {
		margin:0 15px;
	}
}
.navbar-brand {
    position:absolute;
	top:18px;
	width:150px;
	left:0;
	transition: all .3s;
}
.navbar.scrolled .navbar-brand  {
	top:5px;
	width:70px;
}
.navbar-brand img {
	width:100%;
	height:auto;
}

#header .nav {
	position:absolute;
	top:40px;
	right:0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	font-size: 1.125rem;
	transition: all .3s;
}
#header .navbar.scrolled .nav {
	top:3px;
}
@media only screen and (max-width : 850px) {
	#header .nav  {
		background:rgba(235,244,251,.90);
		top:110px;
		right:-300px;
		margin:0;
		padding:10px 0;		
		width:240px;
	}
	#header .navbar.scrolled .nav {
		top:50px;
	}
}
#header .nav {
	list-style:none;
	margin:0;
	padding:0;
}
#header .nav li {
    float:left;
}
@media(max-width: 850px) {
	#header .nav li {
		float:none;
		margin: 0;
		padding:0;
	}
}
#header .nav li a {
	color:#3b4a82;
    display: block;
    padding: 10px 15px;
    font-weight: 500;
}
@media(max-width: 850px) {
	#header .nav li a {
		padding: 10px 10px 10px 30px;
		height:auto;
	}
}
#header .nav li a.on  {
    color: #3e8dc8;
}
#header .nav li a:hover {
	color: #3e8dc8;
    text-decoration: none;
}

#hamburger { 
	display:none;
	position:absolute;
	top:50px;
	right:0;
	width:25px;
	height:25px;
	overflow:hidden;
	z-index:9999;
	transition: all .3s;
}
.navbar.scrolled #hamburger  {
	top:14px;
}

@media(max-width: 850px) {
	#hamburger { 
		display:block;
	}
}

#hamburger:hover { 
	cursor:pointer;
}

#hamburger img { 
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:50px;
}
#hamburger:hover img { 
	top:-25px;
}








#fullpage {
	position:relative;
	margin:0;
	overflow:hidden;
}

/* ====================================== home ============================= */
#home  {
	background-color:#fff;
	background-size:cover;
	width:100%;
	height:auto;
	position:relative;
	padding:110px 0 0 0;
}

::-webkit-media-controls {
  display:none !important;
}

#home video {
	object-fit: cover;
	width:102%;
  	height: 102%;
}
#home .mobile {
	display:none;
}
@media(max-width: 750px) {
	#home video {
		display:none;
	}
	#home .mobile {
		display:block;
	}
}
#home .mobile img {
	max-width:100%;
	height:auto;
}
#home .home-text-1 {
	font-size:3.5vw;
	font-weight:700;
	position:absolute;
	top:44%;
	left:70%;
	width:45%;
	color:#3b4a82;
	opacity:0;
	padding:18px 0;
	background:rgba(255,255,255,.5);
	text-align:left;
}
@media(max-width: 750px) {
	#home .home-text-1 {
		display:none;
	}
}
#home .home-text-1 .inner {
	padding:0 30px;
	text-align:left;
	display:inline-block;
	white-space: nowrap;
}
#home .home-text-2 {
	font-size:3.5vw;
	line-height:1.2;
	font-weight:700;
	position:absolute;
	top:54%;
	left:-20%;
	width:45%;
	color:#3b4a82;
	opacity:0;
	padding:18px 0;
	background:rgba(255,255,255,.5);
	text-align:right;
}
@media(max-width: 750px) {
	#home .home-text-2 {
		display:none;
	}
}
#home .home-text-2 .inner {
	padding:0 30px;
	text-align:left;
	display:inline-block;
	white-space: nowrap;
}
#home .home-text-2 .bot {
	font-size:1.6vw;
	font-weight:400;
}
#home .msg {
	position:relative;
  	background-color: #175fac;
	text-align: center;
}
#home .msg .inner {
	position:relative;
	display:inline-block;
	font-size: 18px;
	line-height:1.3;
  	font-weight: 400;
  	color: #fff;
  	padding: 20px 25px 20px 45px;;
	background-image:url(/wp-content/uploads/2025/11/msg-arrow.png);
	background-size:35px auto;
	background-position:left center;
	background-repeat:no-repeat;
	margin:0 25px;
}
@media(max-width: 750px) {
	#home .msg .inner {
		font-size: 15px;
	}
}
/* ====================================== section 1: about ============================= */
#about  {
	padding:0;
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}

#sect1-10  {
	position:relative;
	width:100%;
	background-color: #3b4a82;
	background-image:url(images/ajax-graphic-1.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:550px auto;
}
@media(max-width: 1550px) {
	#sect1-10  {
		background-position:right -100px bottom;
	}
}
@media(max-width: 1350px) {
	#sect1-10  {
		background-position:right -200px bottom;
	}
}
@media(max-width: 1050px) {
	#sect1-10  {
		background-position:right -300px bottom;
	}
}
@media(max-width: 750px) {
	#sect1-10  {
		background-position:right bottom -360px;
	}
}

#sect1-10 .fixed  {
	padding:100px 400px 100px 50px;
	margin:0 auto;
	max-width:800px;
	overflow:hidden;
	position:relative;
	color:#fff;
	line-height:2;
}
@media(max-width: 1050px) {
	#sect1-10 .fixed  {
		padding:100px 250px 100px 50px;
	}
}
@media(max-width: 750px) {
	#sect1-10 .fixed  {
		padding:75px 25px 160px;
	}
}
#sect1-10 .fixed h1  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
	color:#fff;
}
#sect1-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:40px;
	line-height:1.2;
	color:#fff;
}
@media(max-width: 750px) {
	#sect1-10 .fixed h1  {
		font-size:30px;
	}
	#sect1-10 .fixed h2  {
		font-size:26px;
	}
}

/* ====================================== section 2 ============================= */
#rd  {
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}

#sect2-10  {
	position:relative;
	width:100%;
	padding:0;
	background-color: #fff;
	background-image:url(images/ajax-graphic-2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:170px auto;
}
@media(max-width: 750px) {
	#sect2-10  {
		background-image: none;
	}
}
#sect2-10 .fixed  {
	margin:0 auto;
	max-width:1100px;
	padding:100px 50px;
	overflow:hidden;
	position:relative;
	color:#3b4a82; 
	line-height:2;

}
@media(max-width: 1450px) {
	#sect2-10 .fixed  {
		padding:100px 25px 100px 185px;
	}
}
@media(max-width: 750px) {
	#sect2-10 .fixed  {
		padding:75px 25px;
	}
}

#sect2-10 .fixed h1  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
	font-feature-settings: 'lnum' 1;
}
#sect2-10 .fixed h2  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
	font-feature-settings: 'lnum' 1;
}
#sect2-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:38px;
	line-height:1.2;
	font-feature-settings: 'lnum' 1;
}
#sect2-10 .fixed h4 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:28px;
	line-height:1;
	font-feature-settings: 'lnum' 1;
}
@media(max-width: 750px) {
	#sect2-10 .fixed h1  {
		font-size:30px;
		font-feature-settings: 'lnum' 1;
	}
	#sect2-10 .fixed h2  {
		font-size:30px;
		font-feature-settings: 'lnum' 1;
	}
	#sect2-10 .fixed h3 {
		font-size:26px;
		font-feature-settings: 'lnum' 1;
	}
		#sect2-10 .fixed h4 {
		font-size:18px;
		font-feature-settings: 'lnum' 1;
	}
}

/* ====================================== section 3: partnership ============================= */
#partnership  {
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}
#sect3-10  {
	background-color:#3e8dc8;
	position:relative;
	width:100%;
}

#sect3-10 .fixed  {
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 50px 10px;
	color:#fff;
	line-height:2;
}
@media(max-width: 750px) {
	#sect3-10 .fixed  {
		padding:75px 25px 10px;
	}
}
#sect3-10 .fixed h1  {
	margin:0;
	font-weight:400;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
	font-feature-settings: 'lnum' 1;
}
#sect3-10 .fixed h2  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	font-feature-settings: 'lnum' 1;
}
#sect3-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:400;
	font-size:38px;
	line-height:1.2;
	font-feature-settings: 'lnum' 1;
}
#sect3-10 .fixed h4 {
	margin:0 0 15px 0;;
	font-weight:400;
	font-size:30px;
	line-height:1;
	font-feature-settings: 'lnum' 1;
}
@media(max-width: 750px) {
	#sect3-10 .fixed h1  {
		font-size:30px;
		font-feature-settings: 'lnum' 1;
	}
	#sect3-10 .fixed h2  {
		font-size:30px;
		font-feature-settings: 'lnum' 1;
	}
	#sect3-10 .fixed h3 {
		font-size:26px;
		font-feature-settings: 'lnum' 1;
	}
		#sect3-10 .fixed h4 {
		font-size:20px;
		font-feature-settings: 'lnum' 1;
	}
}


/* ====================================== section 3: clinical program ============================= */
#clinical  {
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}
#sect3-10  {
	background-color:#3e8dc8;
	position:relative;
	width:100%;
}

#sect3-10 .fixed  {
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 50px 10px;
	color:#fff;
	line-height:1.4;
}
@media(max-width: 750px) {
	#sect3-10 .fixed  {
		padding:75px 25px 10px;
	}
}

#sect3-10 .fixed h2  {
	margin:0;
	font-weight:400;
	font-size:44px;
	line-height:1.2;
	font-feature-settings: 'lnum' 1;
}

@media(max-width: 750px) {
	#sect3-10 .fixed h2  {
		font-size:30px;
		font-feature-settings: 'lnum' 1;
	}

}

#sect3-10 .fixed .block-1 {
	position:relative;
	background-image:url(/wp-content/uploads/2025/12/clinical-program-r1.jpg);
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
}
@media(max-width: 1150px) {
	#sect3-10 .fixed .block-1 {
		background-size:1100px;
		background-color:#f5f6f8;
	}
}
@media(max-width: 750px) {
	#sect3-10 .fixed .block-1 {
		background-size:750px;
		background-color:#f5f6f8;
	}
}
#sect3-10 .fixed .block-1 .inner {
	position:relative;
	padding:50px 30px 30px 50%;
	color:#1d2959;
}
@media(max-width: 1150px) {
	#sect3-10 .fixed .block-1 .inner {
		padding:465px 20px 10px;
	}
}
@media(max-width: 750px) {
	#sect3-10 .fixed .block-1 .inner {
		padding:330px 20px 10px;
	}
}
#sect3-10 .fixed .block-1 .inner h3 {
	font-size:18px;
	font-weight:700;
	margin:0;
}
#sect3-10 .fixed .block-1 .inner h3 + p {
	margin-top:0;
}
#sect3-10 .fixed .block-1 .inner li {
	padding:0 0 4px 0;
}
#sect3-10 .fixed .block-1 .inner ul {
	margin-bottom:25px;
}
#sect3-10 .fixed .block-2 {
	position:relative;
	background-color:#1a60ac;
	padding:20px;
	color:#fff;
	margin:30px 0;
}
#sect3-10 .fixed .block-2 h3 {
	font-size:30px;
	font-weight:700;
	margin-top:0;
}
@media(max-width: 750px) {
	#sect3-10 .fixed .block-2 h3 {
		font-size:22px;
	}
}
#sect3-10 .fixed .block-2 li {
	padding:0 0 10px 0;
}
/* ====================================== slides ============================= */

.linkswrap {
	position: relative;
	background-color:#3e8dc8;
	padding:0 0 100px;
}
@media(max-width: 750px) {
	.linkswrap {
		padding:0 0 75px;
	}
}
.swiper-container {
    margin: 0 auto;
	padding:10px 50px 10px;
	max-width:1100px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}
@media(max-width: 750px) {
	.swiper-container {
		padding:10px 20px 10px;
	}
}
.swiper-wrapper {
	padding:0 0 15px 0;
    overflow: hidden;
}

#hplinks img  {
	width:100%;
	height:auto;
}

.hpLinkLabel {
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	position:absolute;
	top:100%;
	left:0;
	color:#fff;
	text-align:center;
}
#hplinks .swiper-slide:hover .hpLinkLabel {
	top:0;
}
.hpLinkLabel table {
	width:100%;
	height:100%;
}
.hpLinkLabel table td {
	vertical-align:middle;
	padding:10px;
}

#hplinks .swiper-pagination-bullets {
	position:relative;
	text-align:center;
	padding:15px 0 0 0;
}


#hplinks .swiper-pagination-bullets .swiper-pagination-bullet {
	background:#fff;
	opacity:1;
	width:14px;
	height:14px;
	margin:0 6px;
}
#hplinks .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	background:#3b4a82;
}


#hplinks .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background:#3b4a82;
}


.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background-size: 45px 160px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  background-image: url("images/prev.png");
  left: 0;
}
.swiper-button-next {
  background-image: url("images/next.png");
  right: 0;
}
.swiper-button-prev:hover {
  background-image: url("images/prev.png");
  background-position: 0 -80px;
  left: 0;
}
.swiper-button-next:hover {
  background-image: url("images/next.png");
  background-position: 0 -80px;
  right: 0;
}


/* ====================================== section 4: team ============================= */
#team {
	background-image:url(images/ajax-graphic-3.jpg);
	background-position:right top 70px;
	background-repeat:no-repeat;
}
@media(max-width: 1450px) {
	#team {
		background-position:right -60px top 70px;
	}
}
@media(max-width: 750px) {
	#team {
		background-position:right -160px top 70px;
	}
}
#sect4-10  {
	position:relative;
	width:100%;
	overflow: hidden;
}

#sect4-10 .fixed  {
	margin:0 auto;
	max-width:1100px;
	overflow:hidden;
	position:relative;
	color:#3b4a82;
	padding:100px 50px 0;
	
}
@media(max-width: 750px) {
	#sect4-10 .fixed  {
		padding:75px 25px 0;
		
	}
}

#sect4-10 .fixed h2  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
@media(max-width: 750px) {
	#sect4-10 .fixed h2  {
		font-size:30px;
	}
}


#sect4-20  {
	position:relative;
	width:100%;
	margin:0;
}

#sect4-20  h2  {
	position:relative;
	font-size:36px;
	line-height:1.1;
	font-weight:500;
	color:#7e7e7f;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:15px 75px 35px;
}
@media(max-width: 750px) {
	#sect4-20  h2  {
		font-size:26px;
		padding:12px 50px 25px;
	}
}
#sect4-20  h2:hover  {
	color:#3b4a82;
	cursor:pointer;
}

#sect4-30  {
	position:relative;
	width:100%;
	margin:0;
}

#sect4-30  h2  {
	position:relative;
	font-size:36px;
	line-height:1.1;
	font-weight:500;
	color:#7e7e7f;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:15px 75px 35px;
}
@media(max-width: 750px) {
	#sect4-30  h2  {
		font-size:26px;
		padding:12px 50px 25px;
	}
}
#sect4-30  h2:hover  {
	color:#3b4a82;
	cursor:pointer;
}

#sect4-40  {
	position:relative;
	width:100%;
	margin:0;
}

#sect4-40  h2  {
	position:relative;
	font-size:36px;
	line-height:1.1;
	font-weight:500;
	color:#7e7e7f;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:15px 75px 35px;
}
@media(max-width: 750px) {
	#sect4-40  h2  {
		font-size:26px;
		padding:12px 50px 25px;
	}
}
#sect4-40  h2:hover  {
	color:#3b4a82;
	cursor:pointer;
}

#sect4-50  {
	position:relative;
	width:100%;
	margin:0;
	padding:0 0 100px;
}
@media(max-width: 750px) {
	#sect4-50  {
		padding:0 0 75px;
	}
}

#sect4-50  h2  {
	position:relative;
	font-size:36px;
	line-height:1.1;
	font-weight:500;
	color:#7e7e7f;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:15px 75px;
}
@media(max-width: 750px) {
	#sect4-50  h2  {
		font-size:26px;
		padding:12px 50px;
	}
}
#sect4-50  h2:hover  {
	color:#3b4a82;
	cursor:pointer;
}

#team .switch .switch-arrow {
	margin:0;
	position:absolute;
	width:44px;
	height:44px;
	left:15px;
	top:15px;
	overflow:hidden;
	transition: all .3s;
}
#team .switch .switch-arrow.on {
	transform:rotate(90deg);
}
#team .switch .switch-arrow img {
	position:absolute;
	left:0;
	top:0;
	width:44px;
	height:auto;
}
#team .switch:hover .switch-arrow img {
	top:-44px;
}

@media(max-width: 750px) {
	#team .switch .switch-arrow {
		width:25px;
		height:25px;
		left:10px;
		top:15px;
	}
	#team .switch .switch-arrow img {
		width:25px;
		height:auto;
	}
	#team .switch:hover .switch-arrow img {
		top:-25px;
	}
}

#team .members {
	display:none;
	max-width:1100px;
	margin:0 auto;
}
@media(max-width: 750px) {
	#team .members {
		padding:0 0 0 25px;
	}
}
#team .members .member {
	padding:0 0 10px 25px;
}
@media(max-width: 750px) {
	#team .members .member {
		padding:0 0 10px 0;
	}
}
#team .title {
	color:#3b4a82;
	/* border-bottom:2px solid #d1d2d4; */
}
#team .title:hover {
	color:#3c95d1;
	cursor:pointer;
}
#team .title .title-in {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:5px 50px;
	font-size:18px;
	font-weight:500;
}
@media(max-width: 750px) {
	#team .title .title-in {
		padding:0px 25px;
		font-size:16px;
	}
}
#team .title .title-in span {
	font-weight:700;
	font-size:21px;
}
@media(max-width: 750px) {
	#team .title .title-in span {
		font-size:18px;
	}
}

#team .title .title-arrow {
	margin:0;
	position:absolute;
	width:40px;
	height:40px;
	left:0;
	top:0;
	overflow:hidden;
	transition:all .3s;
}
#team .title .title-arrow.on {
	transform:rotate(90deg);
}
#team .title .title-arrow img {
	position:absolute;
	left:0;
	top:0;
}
#team .title:hover .title-arrow img {
	top:-40px;
}


@media(max-width: 750px) {
	#team .title .title-arrow {
		width:20px;
		height:20px;
		top:2px;
	}
	#team .title .title-arrow img {
		position:absolute;
		left:0;
		top:0;
		width:20px;
		height:auto;
	}
	#team .title:hover .title-arrow img {
		top:-20px;
	}
}

#team .bio {
	color:#6e6e6f;
	display:none;
}

#team .bio .bio-in {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:5px 200px 20px 50px;
}
@media(max-width: 750px) {
	#team .bio .bio-in {
		padding:5px 100px 20px 20px;
	}
}

#team .logos {
	text-align:center;
}
#team .logos .logos-in {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	padding:20px 50px 20px;
}

#team .logos .logo {
	display:inline-block;
	width:25%;
	height:100px;
	overflow:hidden;
}
@media(max-width: 750px) {
	#team .logos .logo {
		display:inline-block;
		width:50%;
		height:100px;
		overflow:hidden;
	}
}
#team .logos .logo img {
	max-width:100%;
	height:auto;
}

/* ====================================== section 5: careers ============================= */
#careers  {
	width:100%;
	position:relative;
	overflow: hidden;
	
}
#careers a {
	color:#83ff57;
}
#careers a:hover {
	color:#66ce41;
}
#sect5-10  {
	position:relative;
	width:100%;
	background-color: #175fac;
}

#sect5-10 .fixed  {
	max-width:850px;
	min-height:50vh;
	margin:0 auto;
	position:relative;
	color:#fff;
	padding:100px 300px 100px 50px;
	background-image:url(images/ajax-graphic-4.jpg);
	background-position:right 25px bottom;
	background-size: 250px auto;
	background-repeat:no-repeat;
}
@media(max-width: 750px) {
	#sect5-10 .fixed  {
		padding:75px 25px 100px 25px;
		background-position:right bottom;
		background-size: 150px auto;
	}
}
#sect5-10 .fixed h2  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
}
#sect5-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:38px;
	line-height:1.2;
}
@media(max-width: 750px) {
	#sect5-10 .fixed h2  {
		font-size:30px;
	}
	#sect5-10 .fixed h3 {
		font-size:26px;
	}
}

#sect5-10 .fixed .position a {
	color:#fff;
	font-size:120%;
	padding:0 0 5px 0;
}
#sect5-10 .fixed .position a:hover {
	color:#c97036;
}

/* ====================================== section 6: contact ============================= */
#contact  {
	width:100%;
	position:relative;
	overflow: hidden;
	
}
#sect6-10  {
	position:relative;
	width:100%;
	background-color: #fff;
}

#sect6-10 .fixed  {
	max-width:1150px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	color:#3c95d1;
	padding:100px 50px;
}
@media(max-width: 750px) {
	#sect6-10 .fixed  {
		padding:75px 25px;
	}
}
#sect6-10 .fixed h2  {
	margin:0;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	text-transform:uppercase;
}
#sect6-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:38px;
	line-height:1.2;
}
@media(max-width: 750px) {
	#sect6-10 .fixed h2  {
		font-size:30px;
	}
	#sect6-10 .fixed h3 {
		font-size:26px;
	}
}
#sect6-10 .fixed .left  {
	width:50%;
	float:left;
}
@media(max-width: 750px) {
	#sect6-10 .fixed .left  {
		width:100%;
		float: none;
	}
}
#sect6-10 .fixed .right  {
	width:50%;
	float:left;
	text-align:right;
}
@media(max-width: 750px) {
	#sect6-10 .fixed .right  {
		width:100%;
		float: none;
		padding:20px 0 0 0;
		text-align: center;
	}
}
#sect6-10 .fixed .right img  {
	width:175px;
	height:auto;
}
@media(max-width: 750px) {
	#sect6-10 .fixed .right img  {
		width:125px;
	}
}

/* ====================================== section 7: news ============================= */
#news  {
	padding:0;
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}

#sect7-10  {
	position:relative;
	width:100%;
	background-color: #3b4a82;
	background-image:url(images/ajax-graphic-7.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:170px auto;
}
@media(max-width: 750px) {
	#sect7-10  {
		background-image:none;
	}
}

#sect7-10 .fixed  {
	padding:100px 50px;
	margin:0 auto;
	max-width:1000px;
	overflow:hidden;
	position:relative;
	color:#fff;
	line-height:2;
}
@media(max-width: 1450px) {
	#sect7-10 .fixed  {
		padding:100px 50px 100px 200px;
	}
}
@media(max-width: 750px) {
	#sect7-10 .fixed  {
		padding:75px 25px;
	}
}

#sect7-10 .fixed .hidem  {
	display:none;
}

#sect7-10 .fixed .pr  {
	margin:0 0 25px 0;
}

#sect7-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	color:#fff;
}
#sect7-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:24px;
	line-height:1.2;
	position:relative;
}
@media(max-width: 750px) {
	#sect7-10 .fixed h2  {
		font-size:30px;
	}
	#sect7-10 .fixed h3  {
		font-size:18px;
	}
}

#sect7-10 .fixed h3 a {
	text-decoration: none;
	color: #fff;
	font-weight:500;
	transition: all .3s;
}
#sect7-10 .fixed h3 a:hover {
	text-decoration: none;
	color: #3e8dc8;
}
#sect7-10 .fixed .posters h3 a .poster-arrow {
	transform: rotate(90deg);
	width:18px;
	height:18px;
	position:absolute;
	top:5px;
	left:0;
	fill:#ffffff;
	transition: all .3s;
}
@media(max-width: 750px) {
	#sect7-10 .fixed .posters h3 a .poster-arrow {
		width:14px;
		height:14px;
		top:3px;
	}
}
#sect7-10 .fixed .posters h3 a:hover .poster-arrow {
	fill: #3e8dc8;
	left: 3px;
}
#sect7-10 .fixed .posters h3 a .title {
	display: inline-block;
	margin:0 0 0 23px;
}


#sect7-10 .fixed .morenews  {
	display: inline-block;
  	padding: 2px 25px;
  	border: 1px solid #fff;
  	color: #fff;
  	margin-top: 20px;
	margin-left: calc(50% - 50px);
  	width: 100px;
  	text-align: center;
	transition: all .3s;
}
#sect7-10 .fixed .morenews:hover {
	border: 1px solid #3e8dc8;
	color: #3e8dc8;
	cursor:pointer;
}


/* ====================================== section 8: in the news ============================= */
#itn  {
	padding:0;
	background-color: #fff;
	width:100%;
	position:relative;
	overflow: hidden;
}

#sect8-10  {
	position:relative;
	width:100%;
	background-color: #3b4a82;
}

#sect8-10 .fixed  {
	padding:20px 50px 100px 50px;
	margin:0 auto;
	max-width:1000px;
	overflow:hidden;
	position:relative;
	line-height:2;
}
@media(max-width: 1450px) {
	#sect8-10 .fixed  {
		padding:10px 50px 100px 200px;
	}
}
@media(max-width: 750px) {
	#sect8-10 .fixed  {
		padding:20px 25px 75px 25px;
	}
}
#sect8-10 .fixed .itnwrap {
	display:flex;
	gap:30px;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
@media(max-width: 1050px) {
	#sect8-10 .fixed .itnwrap {
		gap:15px;
	}
}
#sect8-10 .fixed .hidem2  {
	display:none;
}

#sect8-10 .fixed .itn  {
	align-self: stretch;
	width:calc(33% - 20px);
	background-color:#3e8dc8;
	margin:0;
}
@media(max-width: 1050px) {
	#sect8-10 .fixed .itn  {
		width:calc(33% - 10px);
	}
}
@media(max-width: 650px) {
	#sect8-10 .fixed .itn  {
		width:100%;
	}
}

#sect8-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
	color:#fff;
}
#sect8-10 .fixed h3 {
	padding:1px 20px;
	font-weight:500;
	font-size:24px;
	line-height:1.2;
	position:relative;
}
@media(max-width: 750px) {
	#sect8-10 .fixed h2  {
		font-size:30px;
	}
	#sect8-10 .fixed h3  {
		font-size:18px;
	}
}
#sect8-10 .fixed h3 span {
	display:block;
	font-size:80%;
	font-weight:300;
	margin:0 0 20px 0;
	color:#fff;
	font-weight:700;
}

#sect8-10 .fixed h3 a {
	text-decoration: none;
	color: #fff;
	font-weight:500;
	transition: all .3s;
}
#sect8-10 .fixed h3 a:hover {
	text-decoration: none;
	color:#3b4a82;
}



#sect8-10 .fixed .moreitn  {
	display: inline-block;
  	padding: 2px 25px;
  	border: 1px solid #fff;
  	color: #fff;
  	margin-top: 20px;
	margin-left: calc(50% - 50px);
  	width: 100px;
  	text-align: center;
	transition: all .3s;
}
#sect8-10 .fixed .moreitn:hover {
	border: 1px solid #3e8dc8;
	color: #3e8dc8;
	cursor:pointer;
}




/* ====================================== section 9999 ============================= */
#default  {
	width:100%;
	position:relative;
	overflow: hidden;
	padding:50px 0 0 0;
	
}
#sect999-10  {
	position:relative;
	width:100%;
	background-color: #fff;
}

#sect999-10 .fixed  {
	max-width:900px;
	min-height:80vh;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding:100px 50px;
}
@media(max-width: 750px) {
	#sect999-10 .fixed  {
		padding:75px 25px;
	}
}
#sect999-10 .fixed h2  {
	margin:0 0 15px 0;;
	font-weight:700;
	font-size:44px;
	line-height:1.2;
}
#sect999-10 .fixed h3 {
	margin:0 0 15px 0;;
	font-weight:500;
	font-size:24px;
	line-height:1.2;
}
@media(max-width: 750px) {
	#sect999-10 .fixed h2  {
		font-size:30px;
	}
	#sect999-10 .fixed h3  {
		font-size:18px;
	}
}

.footer {
	position:relative;
	width:100%;
	background-color:#d1d2d4;
	color:#175fac;
	padding:0 0 50px;
}

.footer .stripe {
	position:relative;
	width:100%;
	height:60px;
	background-color:#000000;
	background-image:url(images/ajax-graphic-5.jpg);
	background-size:cover;
}

.footer-in {
	position:relative;
	max-width:900px;
	padding:0 20px; 
	margin:0 auto;
	overflow:hidden;
}
.footer-in .copyright {
	text-align:center;
	font-size:13px;
	margin:30px 0 20px;
}
.footer-in .copyright a {
	color:#fff;
}
.footer-in .copyright a:hover {
	color:#4993aa;
}

#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;
}