@import url("rih7sup.css");
body {
	font-family: "proxima-nova";
	font-weight: 400;
	color: #001E44;
	font-size: 17px;
	line-height: 1.3;
	-moz-osx-font-smoothing: auto;
}
img {
	max-width: 100%;
}
/*button fix */
.wrapLeft.banner_left {
	  z-index: 2;
	  position: inherit;
	}

a:link, a:visited {

	color: #001E44;

}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 5px;
}
.header_bottom ul li a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 5px;
}
a {
	color: #001E44;
}
#sliderContent_v2 {
	margin-top: 50px;
}
a.skip-to-content-link {
	background: #001E44;
	height: auto;
	left: 0;
	padding: 8px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
	padding: 20px !important;
	color: #fff;
	display: inline-block;
	z-index: 99;
}
a.skip-to-content-link:focus {
	transform: translateY(0%);
}
h1, .h1 {
	margin: 0;
	font-size: 84px;
	line-height: 80px;
	font-family: "proxima-nova";
	font-weight: 800;
}
.h1 span, h1 span {
	color: var(--sky);
	font-weight: 800;
}
h2 span {
	font-weight: 500;
	color: var(--sky);
}
h2 {
	margin: 0;
	font-size: 36px;
	line-height: 40px;
	font-family: "serifa", serif;
	font-weight: 400;
}
h3 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	font-family: "serifa", serif;
	font-weight: 500;
}
.container {
	max-width: 1170px;
	width: 100%;
}
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 {
	color: #fff;
}
.fontWhite a:hover {
	color: #fff;
	text-decoration: underline;
	transition: all .25s linear;
}
.dis_flex {
	display: flex;
	flex-wrap: wrap;
	float: none;
	display: -ms-flexbox;
}
.dis_flex>div {
	float: none;
}
.jcc {
	justify-content: center;
}
.aic {
	align-items: center;
}
.ais {
	align-items: start;
}
.jcsb {
	justify-content: space-between;
}
.btn, .btn-lg {
	vertical-align: middle;
	border-radius: 0;
	font-size: 18px;
	color: #001E44;
	font-weight: 700;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	display: inline-block;
	padding: 10.5px 16px;
	line-height: initial;
}
.btn-primary {
	background-color: #FFD100;
	border-color: #FFD100;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:hover {
	background-color: #1E407C;
	border-color: #1E407C;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
.btn svg, .btn-lg svg {
	width: 25px !important;
	vertical-align: bottom;
	margin-left: 25px;
}
.btn:hover svg path, .btn-lg:hover svg path {
	stroke: #fff !important;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
.dotted_img {
	position: absolute;
	top: 0;
	left: 0;
}
ul.slick-dots {
	text-align: left;
	padding: 0 10px;
	top: 100%;
	margin-top: 35px;
}
.slick-dots li button {
	display: none;
}
.slick-dots li {
	margin: 0 9px 0 0;
	border: 2px solid #001E44;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	padding: 0;
}
.slick-dots li.slick-active {
	background-color: rgba(30, 64, 124, .75);
}

/* Hero Section Style */
.hero_section h1{
color: #001E44;
}
.hero_section {
	position: relative;
	overflow: hidden;
	padding-top: 162px;
}
.hero_section:before {
	content: '';
	background-image: url('../svg/dot-triangle.svg');
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
}
.hero_section .banner_left {
	padding: 50px 0;
}
.hero_section .banner_left .banner_left_btn {
	margin-top: 138px;
}
.hero_section .banner_right {
	position: relative;
}
.hero_section .banner_right img {
	width: 100%;
}
.hero_section .banner_right .pattern {
	position: absolute;
	overflow: hidden;
	text-align: center;
	width: 162.6%;
	right: -22.5%;
	top: 0;
	z-index: 1;
	background-image: url('../png/banner-pattren-img.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}
/* Two Column Section */

.Two_Col_intro {
	padding: 60px 0 60px;
}
.Two_Col_intro h2 {
	width: 355px;
	margin-top: 0;
	max-width: 100%;
}
/* Links Section */

.links_list_section {
	padding: 85px 0 115px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
.links_list_section .col-sm-6 {
	margin-top: 30px;
}
.links_list_section a {
	font-family: "serifa";
	font-weight: 500;
	display: flex;
	padding-bottom: 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 3px solid #009CDE;
	font-size: 28px;
	line-height: 1.428571428571429;
}


/* Cards Section - magazine */
#cardSection1 {
  display: flex;
  justify-content: space-between;
}

#cardSection1 .cards_box {
  background: #fff;
  padding: 0px;
  margin: 10px;
}

@media (max-width: 768px) {
	#cardSection1 {
		display: block;
	}
}

/* Cards Section */

.cards_section {
	background-color: #dce8f6;
	padding: 66px 0 122px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.cards_sec_slider {
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
}
.cards_section span {
	color: #001E44;
}
.cards_box {
	padding: 0 10px;
	width: calc(100% - 40px);
	float: left;
}
.cards_box .cards_image img {
	width: 100%;
}
.cards_box .cards_content {
	position: relative;
	background-color: #fff;
	padding: 28px 26px;
	color: #001E44;
}
.cards_box:hover {
	text-decoration: underline;
}
.cards_box .cards_content .plusSymbol {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 40px;
	z-index: 1;
}
.cards_box .cards_content p {
	margin: 10px 0 0 0;
}
/* Video Section */

.video_section {
	padding: 143px 0 128px;
	position: relative;
	background-size: 100% auto;
	background-position: center center;
}
.video_section .video_section_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 96px;
}
.video_section .video_section_title h2 {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.video_section h2 {
	font-size: 48px;
	line-height: 1.117647058823529;
	font-weight: 900;
	font-family: "proxima-nova";
	color: var(--nittany-navy);
	margin-bottom:20px;
}
.video_section h3 {
	color: var(--nittany-navy);
}
.video_wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #000;
}
.video_wrapper_full {
	padding-top: 56.25%;
}
.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.videoPoster {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../jpg/video-player.jpg');
	border: none;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
.videoPoster:hover {
	cursor: pointer;
	opacity: .7;
}
.videoPoster img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 223.37px;
	height: 223.37px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
/* Facts Section */

.facts_whitebg {
	padding: 99px 0 183px;
	position: relative;
	overflow: hidden;
}
.fact_sec_slider {
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
}
.facts_title_anchor a {
	font-size: 18px;
}
.facts_title_anchor a span {
	text-decoration: underline;
	color: #001E44;
}
.fact_box_inner {
	background-image: url('../png/facts-single-tringle.png');
	background-repeat: no-repeat;
	background-position: 0 38px;
}
.fact_box {
	padding: 0 10px;
}
.fact_box .fact_box_top {
	width: calc(100% - 40px);
	margin: 0 0 0 auto;
	background-color: #001E44;
	color: #fff;
	height: 232px;
	padding: 20px;
	font-weight: 600;
}
.fact_box .fact_box_top h3 {
	margin-top: 13px;
	text-align: center;
	font-family: "proxima-nova";
}
.fact_box span {
	color: var(--lighter-pugh);
}
.fact_box .fact_box_top h3 span {
	color: #009CDE;
}
.fact_box .fact_box_content {
	position: relative;
	background-color: #DDE8F6;
	padding: 28px 33px;
}
.fact_box .fact_box_content .plusSymbol {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 40px;
	z-index: 1;
}
.facts_whitebg.v2 .dotted_img {
	left: inherit;
	right: 0;
}
.facts_whitebg.v2 .fact_box .fact_box_content {
	background-color: #fff;
}
.facts_whitebg.v2 .level_letters {
	position: absolute;
	left: -10px;
	bottom: -10px;
}
.facts_whitebg.v2 .fact_box_inner {
	background-image: url('../png/facts-single-tringle-white.png');
}
/* Testimonial Sec */

.slider_main .testimonial_content h3 {
	margin-bottom:20px;
}

.testimonial_sec {
	position: relative;
	overflow: hidden;
}
.testimonial_tringle {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	display: flex;
	align-items: end;
}
.testimonial_tringle img {
	width: 100%;
}
.testimonial_content h2 {
	font-size: 66px;
	font-family: "proxima-nova";
	line-height: 1;
	font-weight: 800;
	margin-bottom: 34px;
}
.testimonial_content h2 span {
	font-weight: 800;
	color: var(--sky);
}

.testimonial_content h2.business-but span {
	color: var(--lighter-pugh);
}
.testimonial_content p {
	width: 333px;
	margin-bottom: 56px;
	font-size: 18px;
	line-height: 22px;
	max-width: 100%;
}
.testimonial_content .btn, .testimonial_content .btn-lg {
	width: 302px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slider_sec .slider_main {
	padding: 30px 30px 0;
}
.slider_sec {
	position: relative;
	padding: 175px 0 0;
}
.slider_sec .container {
	max-width: 1230px;
}
.slider_sec .testimonial_content h2 {
	width: 420px;
	font-weight: 800;
	max-width: 100%;
}
.slider_sec .testimonial_content h2 span {
	font-weight: 800;
}
.slider_sec .testimonial_img:before {
	content: '';
	background-image: url('../svg/slider-pattern.svg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	top: -28px;
	bottom: 0;
	right: -15px;
	position: absolute;
	background-size: auto 100%;
}
.slider_arrows {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: absolute;
	display: flex;
	width: 1440px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	justify-content: space-between;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.slider_arrows>button {
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.slider_arrows>button img {
	width: 58px;
}
.slider_arrows>button:focus, .slider_arrows>button:hover {
	opacity: .7;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facts_photo_background {
	padding-bottom: 256px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;
}
.facts_photo_background .fpbg_right {
	font-size: 18px;
	line-height: 24px;
}
.facts_photo_background .fact_box .fact_box_content {
	background-color: #fff;
}
.slide_blueBg {
	position: relative;
}
.slide_blueBg .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slide_blueBg .testimonial_content {
	padding-top: 76px;
	padding-bottom: 65px;
}
.slide_blueBg .testimonial_content h2 {
	color: var(--nittany-navy);
	margin-bottom: 29px;
}
.slide_blueBg .testimonial_content h3 {
	font-size: 36px;
	margin-bottom: 21px;
	line-height: 40px;
	font-family: "serifa";
	font-weight: 400;
}
.slide_blueBg .testimonial_content p {
	width: 100%;
	margin-bottom: 40px;
}
.slide_blueBg .testimonial_img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
_:-ms-fullscreen, :root .slide_blueBg .testimonial_img {
	display: inline-block;
}
.slider2_arrows {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: absolute;
	display: flex;
	width: 1440px;
	max-width: 100%;
	left: 50%;
	top: 50%;
	justify-content: space-between;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.slider2_arrows>button {
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.slider2_arrows>button img {
	width: 58px;
}
.slider2_arrows>button:focus, .slider2_arrows>button:hover {
	opacity: .7;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.Two_Col_TI {
	padding: 120px 0 160px;
	overflow: hidden;
}
.Two_Col_TI .testimonial_content p {
	width: 415px;
	margin-bottom: 40px;
}
.Two_Col_TI .testimonial_img img {
	vertical-align: inherit;
}
.Two_Col_TI .testimonial_img:before {
	content: '';
	background-image: url('../svg/slider-pattern.svg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
	top: -28px;
	bottom: 0;
	right: -17px;
	position: absolute;
	background-size: auto 100%;
}
.Two_Col_TI .Two_Col_TI_Inner {
	margin-bottom: 55px;
}
.Two_Col_TI .Two_Col_TI_Inner div {
	font-size: 36px;
	line-height: 36px;
	color: var(--sky);
	font-family: "serifa";
	font-weight: 400;
}
.Two_Col_TI .Two_Col_TI_Inner div span {
	font-size: 22px;
	display: block;
	line-height: 1.3;
	margin-top: 10px;
}
.Two_Col_TI .testimonial_content .btn, .Two_Col_TI .testimonial_content .btn-lg {
	width: 366px;
}


@media (max-width: 1440px) {
	h1, .h1 {
		font-size: 76px;
		line-height: 76px;
	}
	.hero_section .banner_left .banner_left_btn {
		margin-top: 100px;
	}
	.Two_Col_intro {
		padding: 60px 0 60px;
	}
	.links_list_section {
		padding: 80px 0 100px;
	}
	.links_list_section a {
		font-size: 26px;
	}
	.video_section {
		padding: 125px 0;
	}
	.video_section .video_section_title {
		margin-top: 90px;
	}
	.videoPoster img {
		width: 200px;
		height: 200px;
	}
	.facts_whitebg {
		padding: 170px 0;
	}
	.slider_sec {
		padding: 150px 0 0;
	}
	.Two_Col_TI {
		padding: 120px 0;
	}
}
@media (max-width: 1280px) {
	h1, .h1 {
		font-size: 66px;
		line-height: 66px;
	}
	.video_section .video_section_title h2, .container {
		padding-left: 35px;
		padding-right: 35px
	}
	.slider2_arrows>button, .slider_arrows>button {
		width: 30px;
		height: 30px;
	}
	.hero_section .banner_left .banner_left_btn {
		margin-top: 70px;
		position: relative;
		z-index: 2;
	}
	.header_top ul li a {
		font-size: 15px;
	}
	.header_bottom ul li a {
		font-size: 15px;
		line-height: 1.2;
	}
	ul.global-nav.nav.navbar-nav.hidden-xs.pull-right {
		right: 70px;
		position: relative;
	}
	.header_bottom ul li {
		padding: 0px 0 0 20px;
		line-height: 1.1;
	}
	.dropdown-menu {
		top: 91px;
		left: 21px;
	}
	.Two_Col_intro {
		padding: 50px 0 30px;
	}
	.links_list_section {
		padding: 70px 0 90px;
	}
	.links_list_section a {
		font-size: 22px;
	}
	.cards_section {
		padding: 60px 0 100px;
	}
	.video_section {
		padding: 100px 0;
	}
	.video_section h2 {
		font-size: 60px;
	}
	.video_section .video_section_title {
		margin-top: 60px;
	}
	.videoPoster img {
		width: 160px;
		height: 160px;
	}
	.facts_whitebg {
		padding: 140px 0;
	}
	.slider_sec {
		padding: 120px 0 0;
	}
	.Two_Col_TI {
		padding: 100px 0;
	}
	#sliderContent_v2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hero_section {
	  padding-top: 156px;
	}
}
@media (max-width: 992px) {
	h1, .h1 {
		margin: 0;
		font-size: 52px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
	}
	.header_top ul li a {
		padding: 10px 5px;
		font-size: 15px;
	}
	.header_bottom ul li {
		padding-left: 0px;
	}
	ul.global-nav.nav.navbar-nav.hidden-xs.pull-right {
		right: 40px;
		position: relative;
	}
	.header_bottom ul li a {
		font-size: 14px;
		line-height: 1.2;
	}
	.dropdown-menu {
		top: 88px;
		left: 0px;
	}
	.dropdown-menu li a {
		font-size: 14px;
	}
	.hero_section .banner_left {
		padding: 50px 35px !important;
	}
	.hero_section .banner_left .banner_left_btn {
		margin-top: 53px;
	}
	.links_list_section {
		padding: 60px 0;
	}
	.links_list_section a {
		font-size: 20px;
	}
	.links_list_section .col-sm-6 {
		margin-top: 20px;
	}
	.cards_section {
		padding: 60px 0 80px;
	}
	.video_section {
		padding: 70px 0;
	}
	.video_section h2 {
		font-size: 50px;
	}
	.video_section .video_section_title {
		margin-top: 40px;
	}
	.videoPoster img {
		width: 120px;
		height: 120px;
	}
	.fact_box .fact_box_content .plusSymbol {
		width: 35px;
	}
	.fact_box .fact_box_top {
		width: calc(100% - 35px);
	}
	.fact_box .fact_box_top {
		padding: 10px;
	}
	.facts_whitebg {
		padding: 100px 0;
	}
	.slider_sec {
		padding: 80px 0 0;
	}
	.testimonial_content h2 {
		font-size: 42px;
		line-height: 46px;
		margin-bottom: 25px;
	}
	.Two_Col_TI {
		padding: 80px 0;
	}
	.dotted_img {
		opacity: .6;
		width: 25%;
	}
	.btn, .btn-lg {
		padding: 10.5px 12px;
		font-size: 16px;
	}
	.btn svg, .btn-lg svg {
		width: 18px !important;
		height: 18px;
		margin-left: 10px;
	}
}
@media (min-width: 768px) {
	.desktop_hide {
		display: none;
	}
	ul#tabs-nav li a {
		color: #001E44;
	}
	ul#tabs-nav {
		list-style: none;
		margin: 0;
		margin-top: 40px;
		width: 100%;
		padding: 5px;
		overflow: auto;
	}
	ul#tabs-nav li {
		float: left;
		border-top: 2px solid #001E44 !important;
		padding: 14px 20px;
		height: 100%;
		border-top: 2px solid #001E44;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		display: block;
		font-family: "serifa";
		font-weight: 500;
		cursor: pointer;
		width: 31%;
		margin-right: 1.63%;
		border: none;
		height: auto;
		border-radius: 0;
	}
	ul#tabs-nav li:hover, ul#tabs-nav li.active {
		background-color: var(--pugh-blue);
		color: #fff;
		border-top: 2px solid #5A99D8;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	ul#tabs-nav1 li a {
		color: #001E44;
	}
	ul#tabs-nav1 {
		list-style: none;
		margin: 0;
		margin-top: 40px;
		width: 100%;
		padding: 5px;
		overflow: auto;
	}
	ul#tabs-nav1 li {
		float: left;
		border-top: 2px solid #001E44 !important;
		padding: 14px 20px;
		height: 100%;
		border-top: 2px solid #001E44;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		display: block;
		font-family: "serifa";
		font-weight: 500;
		cursor: pointer;
		width: 31%;
		margin-right: 1.63%;
		border: none;
		height: auto;
		border-radius: 0;
	}
	ul#tabs-nav1 li:hover, ul#tabs-nav1 li.active {
		background-color: var(--pugh-blue);
		border-top: 2px solid var(--pugh-blue);
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	p.dots {
		display: none;
	}
	.fact_box {
		width: 33%;
		float: left;
	}
	.cards_box {
		width: 33%;
		float: left;
	}
	.testimonial_content {
		position: relative;
		z-index: 5;
	}
	.slider_sec .slick-dots {
		padding: 0;
		position: relative;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.slider_sec .slick-dots li {
		width: 32.2%;
		margin-right: 1.63%;
		border: none;
		height: auto;
		border-radius: 0;
	}
	.slider_sec .slick-dots li a {
		padding: 14px 20px;
		height: 100%;
		border-top: 2px solid #001E44;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		display: block;
		font-family: "serifa";
		font-weight: 500;
	}
	.slider_sec .slick-dots li a:focus, .slider_sec .slick-dots li a:hover, .slider_sec .slick-dots li.slick-active a {
		background-color: #001E44;
		color: #fff;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	.slider_sec .slick-dots li:last-child {
		margin-right: 0;
	}
	.slider2_sec .slick-dots {
		padding: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.slider2_sec .slick-dots li {
		width: 32.2%;
		margin-right: 1.63%;
		border: none;
		height: auto;
		border-radius: 0;
	}
	_:-ms-fullscreen, :root .slider2_sec .slick-dots li {
		display: inline-block;
		height: 100px;
	}
	p.number {
		font-family: "proxima-nova";
		font-weight: 500;
	}
	.slider2_sec .slick-dots li a {
		padding: 14px 20px;
		height: 100%;
		border-top: 2px solid #001E44;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		display: block;
		font-family: "serifa";
		font-weight: 500;
	}
	.slider2_sec .slick-dots li a:focus, .slider2_sec .slick-dots li a:hover, .slider2_sec .slick-dots li.slick-active a {
		background-color: #5A99D8;
		color: #001E44;
		border-top: 2px solid #5A99D8;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
	}
	.slider2_sec .slick-dots li:last-child {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.slide_blueBg .testimonial_content .btn, .slide_blueBg .testimonial_content .btn-lg, .testimonial_sec .testimonial_content .btn, .testimonial_sec .testimonial_content .btn-lg {
		width: auto;
		position: absolute;
		bottom: 40px;
		left: 35px;
		right: 35px;
		z-index: 2;
	}
	.slider_button_inner {
		display: none;
	}
	.fact_box {
		padding-bottom: 20px;
	}
	p.number {
		display: none;
	}
	ul#tabs-nav, ul#tabs-nav1 {
		list-style: none;
	}
	p.title {
		display: none;
	}
	ul#tabs-nav li:hover, ul#tabs-nav li.active, ul#tabs-nav1 li:hover, ul#tabs-nav1 li.active {
		background: white !important;
	}
	p.dots {
		margin: 0 9px 0 0;
		border: 2px solid #001E44;
		border-radius: 50%;
		width: 17px;
		height: 17px;
		padding: 0;
		float: right;
	}
	.dots p.active {
		background-color: rgba(30, 64, 124, .75);
	}
	ul#tabs-nav li, ul#tabs-nav1 li {
		width: 10px !important;
		border-top: none !important;
	}
	ul#tabs-nav li.active p.dots, ul#tabs-nav1 li.active p.dots {
		background-color: rgba(30, 64, 124, .75) !important;
	}
	ul#tabs-nav li.active {
		border-top: none !important;
	}
	ul#tabs-nav li, ul#tabs-nav1 li {
		border-top: none !important;
		margin-right: 5px !important;
		padding: 0px 15px !important;
	}
	ul#tabs-nav1, ul#tabs-nav {
		margin-top: 20px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.mobile_hide {
		display: none;
	}
	/* Header Section */
	.header_bottom {
		padding: 22px 0;
		border-top: 6px solid #1E407C;
	}
	.header_logo img {
		width: 205px;
	}
	.mobileMenu {
		cursor: pointer;
		border: 0;
		padding: 0;
	}
	.mobileMenu img {
		width: 34px;
	}
	body.activeMenu .mobileMenu img:first-child, .mobileMenu img:last-child {
		display: none;
	}
	.mobile_menu_sibebar li a:hover {
		text-decoration: none;
		opacity: .7;
	}
	body.activeMenu img:last-child {
		display: block;
	}
	.mobile_menu_sibebar_inner {
		height: 100%;
		overflow-y: scroll;
	}
	.mobile_menu_sibebar {
		padding: 31px 26px;
		position: fixed;
		height: 100%;
		width: 284px;
		right: 0;
		top: 0;
		transition: all ease .2s;
		transform: translateX(284px);
		transition: all ease .2s;
	}
	.mobile_menu_sibebar ul li a span {
		color: #fff;
		margin-right: 13px;
		width: 34px;
		height: 34px;
		background: #009CDE;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 9px;
	}
	.mobile_menu_sibebar ul li a.searchAnchor {
		color: #009CDE;
		font-family: "serifa";
		font-weight: 700;
	}
	.mobile_menu_sibebar ul:first-child li:not(:first-child) a {
		display: block;
		margin-top: 30px;
		font-size: 18px;
		border-bottom: 3px solid #009CDE;
		line-height: 22px;
	}
	.mobile_menu_sibebar ul li a br {
		display: none;
	}
	.mobile_menu_sibebar ul:nth-child(2) {
		margin-top: 45px;
	}
	.mobile_menu_sibebar ul:nth-child(2) li {
		margin-bottom: 24px;
	}
	.mobile_menu_sibebar ul:nth-child(2) li a {
		border-bottom: 1px solid #fff;
	}
	body .body_inner {
		transition: all ease .2s;
	} //body.activeMenu .body_inner {
	transform: translateX(-284px);
} //body.activeMenu .mobile_menu_sibebar {
transform: translateX(0);
}
.hero_section .banner_right .pattern {
	right: -1%;
	top: -.5%;
	width: 100%;
	background-image: url('../png/mobile-pattern.png');
}
.hero_section .banner_left .banner_left_btn a.btn {
	width: 320px;
	max-width: 100%;
	text-align: left;
}
.hero_section:before {
	background-position: top right;
	background-image: url('../svg/dot-triangle-mobile.svg');
}
.Two_Col_intro {
	padding: 49px 0 60px;
}
.Two_Col_intro_content {
	margin-top: 27px;
}
.Two_Col_intro_content p:last-child {
	margin-top: 27px;
	width: 200px;
	max-width: 100%;
	margin-bottom: 0;
}
.links_list_section {
	padding: 43px 0 67px;
	background-image: url('../png/link-list-background-mobile.png') !important;
}
.links_list_section .col-sm-6:first-child {
	margin-top: 0;
}
.links_list_section .col-sm-6 {
	margin-top: 30px;
}
.links_list_section a {
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 0;
}
.cards_section {
	padding: 45px 0 60px;
}
.cards_section {
	background-size: cover;
}
.cards_sec_slider {
	margin-top: 21px;
}
.cards_box .cards_content {
	padding: 30px 28px;
}
.cards_box .cards_content p {
	margin: 5px 0 0 0;
	font-size: 18px;
	line-height: 22px;
}
.cards_box .cards_content h3 a:hover {
	text-decoration: underline;
}
.video_section {
	padding: 57px 0;
}
.video_section .video_section_title {
	margin-top: 40px;
}
.video_section h2 {
	font-size: 42px;
	line-height: 42px
}
.videoPoster img {
	width: 97px;
	height: 97px;
}
.video_wrapper_full {
	padding-top: 430px;
}
.facts_whitebg {
	padding: 33px 0 67px;
}
.facts_whitebg .facts_title_anchor {
	margin-top: 30px;
}
.fact_box .fact_box_top {
	font-size: 68px;
	line-height: 80px;
	height: 203px;
	width: calc(100% - 35px);
}
.fact_box .fact_box_content .plusSymbol {
	width: 35px;
}
.testimonial_sec .container {
	position: relative;
}
.slide_blueBg .testimonial_content {
	position: static;
}
.testimonial_sec .testimonial_content {
	position: static;
	padding-top: 77px;
}
.testimonial_sec .testimonial_content h2 {
	font-size: 42px;
	line-height: 46px;
	margin-bottom: 18px;
}
.slide_blueBg .testimonial_content p, .testimonial_sec .testimonial_content p {
	width: 100%;
	margin-bottom: 0;
}
.testimonial_tringle {
	width: 100px;
	bottom: inherit;
	top: 0;
	align-items: start;
}
.dotted_img {
	width: 25%;
}
.facts_whitebg.v2 .dotted_img {
	width: 20%;
	text-align: right;
	right: 0;
}
.slider_sec {
	padding: 57px 0 0;
}
.slider_sec .slider_main {
	padding: 0 30px 0 0;
}
.slider_sec .testimonial_content h2 {
	width: 100%;
	margin-bottom: 25px;
}
.facts_photo_background .fpbg_right {
	margin-top: 10px;
}
.facts_title_anchor a {
	font-size: 18px;
	float: left;
}
.facts_photo_background {
	padding-top: 75px;
	background-size: 140% auto;
}
.facts_photo_background .slick-dots li {
	border: 2px solid #fff;
}
.facts_photo_background .slick-dots li.slick-active {
	background-color: rgba(255, 255, 255, .5);
}
.slide_blueBg {
	margin-bottom: 40px;
}
.slide_blueBg .testimonial_content h2, .Two_Col_TI .testimonial_content h2, .slide_blueBg .testimonial_content h3 {
	margin-bottom: 14px;
}
.slide_blueBg .testimonial_content h3 {
	font-size: 28px;
	line-height: 32px;
}
.slide_blueBg .testimonial_content {
	padding-top: 40px;
	padding-bottom: 0;
}
.Two_Col_TI {
	padding: 72px 0;
}
.Two_Col_TI .testimonial_content p {
	width: 100%;
	margin-bottom: 35px;
}
.testimonial_content p {
	font-size: 16px;
	line-height: 24px;
}
.Two_Col_TI .Two_Col_TI_Inner div {
	font-size: 28px;
	line-height: 28px;
}
.Two_Col_TI .Two_Col_TI_Inner div span {
	font-size: 16px;
	line-height: 20px;
}
.Two_Col_TI .Two_Col_TI_Inner {
	margin-bottom: 50px;
}
.Two_Col_TI .testimonial_img {
	margin-top: 70px;
	padding: 0 45px 0 15px;
}
.Two_Col_TI .testimonial_img img {
	width: 100%;
}
.Two_Col_TI .testimonial_img:before {
	right: 8px;
}
.Two_Col_TI .testimonial_content .btn, .Two_Col_TI .testimonial_content .btn-lg {
	width: 100%;
}
.footer_top .dis_flex {
	flex-direction: column-reverse;
}
.footer_bottom .dis_flex, .footer_top .dis_flex>div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.footer_bottom .footerRight span, .footer_top ul, .footer_top span {
	width: 100%;
	margin-right: 0;
}
.footer_top span {
	width: 100%;
	margin-bottom: 35px;
}
.footer_top .dis_flex>div.text-right {
	text-align: left;
	margin-bottom: 50px;
}
.footer_top .dis_flex>div.text-right img {
	width: 310px;
}
.slick-dots {
	z-index: 999;
}
}
@media (max-width: 560px) {
	.Two_Col_TI .testimonial_img:before {
		right: 11px;
	}
	.btn svg, .btn-lg svg {
		width: 25px !important;
		height: 25px !important;
		float: right;
	}
}