﻿/* Hello World! */
* {box-sizing: border-box;}
::selection {background: #b3d4fc;text-shadow: none;}

audio,canvas,iframe,img,svg,video {vertical-align: middle;}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {display: none !important;}

/* Hide only visually, but have it available for screen readers: */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.pipe {display:inline;}
.br {display:none;}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* Hide visually and from screen readers, but maintain layout */
.invisible {visibility: hidden;}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {clear: both;}

 

 /* custom styles */

body {
	background-color: #284c59;
	font-family: 'Open Sans', sans-serif;
 	font-size: 18px;
	color:#000;
}

.green_bg {background-color: #8dc63f}
.green_txt {
	color: #8dc63f;
	font-size: 30px;
}

.container {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	height: auto;
	padding: 0px;
}

header, footer, section {
	-webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
	position: relative;
	z-index: 1;
	margin:0px auto;
	padding:45px;
	width:100%;
	height: auto;
	line-height: 150%;
}


.button-group {margin:30px 0 0 0;}
.button-group .button1:first-child {margin-right: 24px;}

h2, h3 {width:100%;line-height: 136%;font-weight: 600;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}
h4 {font-size: 15px; width: 100%; line-height: 125%; font-weight: 700;}

/* button styles */
.button1, .button2 {
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #fff;
	width: auto;
	min-width: 200px;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.button1:hover {color:#fff;background-color:#6a972d;text-decoration: none;}
.button-group {margin:30px 0 0 0;}
.button-group .button1:first-child {margin-right: 24px;}

.button2 {
	font-size: .7em;
	background: rgb(17,56,71);
	background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	color: #fff;
	border: 0px;
}
.button2:hover {text-decoration: none;opacity: 0.8;}

/* button styles */
.button4 {
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #213f55;
	width: auto;
	min-width: 200px;
	padding: 12px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	color: #213f55;
}

.button4:hover {
	color: #fff;
	background-color: #213f55;
	text-decoration: none;
	border: 1px solid #213f55;
}

/* header-bar styles */
.header-bar {
	position: fixed;
	width:100%;
	max-width: 1200px;
	left: 50%;
    transform: translateX(-50%);
	margin:0px auto;
	top:0;
    background: rgba(17, 56, 71, .85);
	color:#fff;
	z-index: 999;
	padding:10px;
}

.header-bar #x2VOL_logo {
	float:left;	
	margin-bottom: -50px;
	width:174px;
	height: auto;
}

.header-bar .header-bar-nav {
	float:right;
	font-size:16px;
}

.header-bar .header-bar-nav a {
	display: inline-block;
	border:1px solid transparent;
	width:inherit;
	min-width: 0;
	padding:7px;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.header-bar .header-bar-nav a:hover {
	border:1px solid #fff;
	/* background-color: #8dc63f; */
}

.header-bar .header-bar-nav ul {list-style: none;margin:0px;padding:0px;}
.header-bar .header-bar-nav li {
	-webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
	position: relative;
	z-index: 1;
	width:25%;
	display: inline-block;
	float:left;
	margin:0px;
	padding-top:13px;
	padding-bottom:12px;
	text-align: center;
	color: #fff;
	font-size: .7em;
	text-transform: uppercase;
	cursor: pointer;
	border:0px solid #fff;
	border-width: 0 1px 4px 0;
	border-bottom-color: #fff;
	background: rgb(17,56,71);
    background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
}
.header-bar .header-bar-nav li:last-child {border-width: 0px 0px 4px 0px}
.header-bar .header-bar-nav li:hover{border-bottom-color: #8dc63f;}
.header-bar .header-bar-nav a{color:#fff;text-decoration: none;cursor: pointer;}
.header-bar .header-bar-nav a:hover{color:#fff;text-decoration: none;}
.header-bar .header-bar-nav a img{margin-right: 4px;}

 
#hamburger {display:none;font-size:30px;}

/* mobile nav styles */
#mobile-nav {
	position: fixed;
	width:100%;
	left: 0;
	top: 75px;
    background: rgba(17, 56, 71, .85);
	color:#fff;
	z-index: 999;
	display: none;
}
 
#mobile-nav a {
	display: block;
	 color: #fff;
	 padding:10px;
	 border:1px solid #fff;
	 border-width: 0 0 1px 0;
	 width: 100%;
}


/* header styles */
header {
	padding:22% 9% 1% 9%;
  	background-image: url("../jpg/header_bg.jpg");
  	background-color: #30525f;
	height: auto;
  	min-height: 625px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color: #fff;
}

header a {color: #fff;}

.video_container {
	position: relative;
	z-index: 1;
  	background-color: #30525f;
	height: auto;
  	 
}

.video_container video {
	z-index: 2;
	position: relative;

}

.video_container .color-overlay {
	z-index: 3;
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right: 0px;
	padding:0%;
	margin:0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #30525f;
	mix-blend-mode: multiply;
}

	.video_container .overlay {
		z-index: 4;
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		padding: 15% 9% 1% 9%;
		width: 100%;
		height: 100%;
		min-height: 625px;
		color: #fff;
	}

	.video_container .overlay h3 {
		font-weight: 400;
	}

.video_container .overlay .button1 {

	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #fff;
	width:auto;
	min-width:200px;
	padding:12px;
 	font-size: .7em;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

    .video_container .overlay a {
        color: #fff;
        text-decoration: none;
    }

/* COVID-19 FLOATING FOOTER*/
.floating-section {
	z-index: 999;
	background-color: transparent;
	position: fixed;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0px auto;
	bottom: 0;
	padding: 10px;
	height: 90px;
}


/* footer styles  */
footer {
	background-color:#08212b;
	color: #fff;
	text-align: left;
	font-size:20px;
	line-height: 200%;
}

footer .col:first-child {font-size:11px;line-height: 140%;}
footer .col:nth-child(4) {text-align: center;border:0px solid red;}
footer .col:nth-child(4) img {margin-right:25px;}
footer .col:nth-child(4) img:last-child {margin-right:0px;}
footer a {color: #fff; display: block;font-weight:bold;}
footer h2 {margin-bottom: 15px;}
footer img {max-width:100%;height: auto;}
footer img[alt="x2VOL"] {margin-bottom: 15px;}
footer .button1 {
	width:inherit;
	min-width: 0;
	padding:10px;
	margin: 5px;
}

footer .button1 {text-transform: none;}

footer p.legal {margin-top: 30px;}

footer #follow-us a {
	display: inline;
}

footer .sub-footer {
	font-size:11px;	
	margin-top:40px;
}

footer .sub-footer .col-6:first-child {text-align: left;}
footer .sub-footer .col-6:last-child {text-align:right;}

/* nav styles */
#desktop-nav {display:block;}
#desktop-nav ul {list-style: none;margin:0px;padding:0px;}
#desktop-nav li {
	-webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box; 
	position: relative;
	z-index: 1;
	width:25%;
	display: inline-block;
	float:left;
	margin:0px;
	padding-top:13px;
	padding-bottom:12px;
	text-align: center;
	color: #fff;
	font-size: .7em;
	text-transform: uppercase;
	cursor: pointer;
	border:0px solid #fff;
	border-width: 0 1px 4px 0;
	border-bottom-color: #fff;
	background: rgb(17,56,71);
    background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
}
#desktop-nav li:last-child {border-width: 0px 0px 4px 0px}
#desktop-nav li:hover{border-bottom-color: #8dc63f;}
#desktop-nav a{color:#fff;text-decoration: none;cursor: pointer;}
#desktop-nav a:hover{color:#fff;text-decoration: none;}
#desktop-nav a img{margin-right: 4px;}

/* awards styles */
.awards {
	background-color: #fff;
	color: #113847;
	will-change: transform;
}
.awards p {margin:15px 0 0 0;}
.awards .logo-group {
	margin:30px 0 0 0;
	opacity: 0.6;
}
.awards .logo-group img {margin-right: 30px;}
.awards .logo-group img:last-child {margin-right: 0px;}

/* slick slider styles */
.slider-section {
	border:0px solid red;
	background-color: #fff;
	padding: 10px 45px 45px 45px; 
}
.slider {width: 100%;margin: 10px auto;}
.slick-slide {margin: 0px 35px; }
.slick-slide img {width: 100%;}
.slick-prev:before, .slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s;opacity: .2;}
.slick-active {opacity: .5;}
.slick-current {opacity: 1;}

/* carousel-section styles */

.carousel-section {
	background-color: #fff;
	padding-top:0px;
	position: relative;
}


/* partnerships styles  */
.partnerships {
	background: rgb(17,56,71);
    background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	color: #fff;
	font-size: .75em;
	will-change: transform;
	padding:45px 0px;
}

.partnerships .logo-group img {
	max-width:95%;

}

/*
.partnerships .logo-group {margin:30px 0 0 0;}
.partnerships .logo-group img {margin-right: 10%;width:25%; height: auto;}
.partnerships .logo-group img:last-child {margin-right: 0px;}
*/

/* do-you-sturggle styles  */
.do-you-sturggle {
  	background-image: url("../jpg/do-you-struggle_bg.jpg");
  	background-color: #30525f;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color: #fff;
}

.do-you-sturggle .row {border: 0px solid green; }

.do-you-sturggle .row .col {
	text-align: left;
	border: 0px solid red;
	padding:15px;
	display: table-cell;
}
.do-you-sturggle .row .col:last-child {text-align: center;}

.do-you-sturggle ul {
	list-style: inside url('../png/do-you-struggle_bullet.png') !important;
	margin:30px 0;
	padding:0;
	font-size: 0.80em;
	line-height: 200%;
}

.do-you-sturggle .video_placeholder {width: 535px;height: auto;}
.do-you-sturggle h3 {margin:20px 0;}
.do-you-sturggle a {color: #fff;}

.do-you-sturggle .video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.do-you-sturggle .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* whois styles  */
.whois {
	background-color: #113847;
	color: #fff;
}
.whois h2 {margin:0 0 30px 0;}

.whois .col  {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:0px solid red;
	padding:20px 20px 70px 20px;
	color:#113847;
	background-color: #ddeec5;
	height: auto;
	margin:10px;
}

.whois .col:first-child  {background-color: #fff;}
.whois .col:nth-child(2) {background-color: #ecf5df;}
.whois .col:nth-child(3) {background-color: #d9ecbf;}
.whois .col:nth-child(4)  {background-color: #c5e29f;}

.whois .col h3 {color:#113847;}
.whois ul {
	list-style: outside url('../png/whois_bullet.png') !important;
	margin:0px 0 0 25px;
	padding:0;
	font-size: 0.7em;
	line-height: 150%;
	border:0px solid red;
}
.whois ul li {margin: 0 0 10px 0;}
.whois ul {text-align: left;}
.whois .button-group {position: relative;}
.whois .button2 {
 	width:75%;
	position: absolute;
	bottom: 20px;
	left:0px;
 	right:0px;
	margin: auto;
}

/* district-solution-styles */
.district-solution {
	background: rgb(17,56,71);
	background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	border-radius: 10px;
	color: #fff;
	font-size: 0.7em;
	will-change: transform;
	padding: 45px 0px;
	margin: auto;
	height: auto;
}

.district-solution .row {
	border: 0px solid green;
	justify-content: center;
	margin-left: 3rem !important;
}

.district-solution .row .col {
	text-align: left;
	border: 0px solid red;
	padding: 15px;
	display: table-cell;
}

.district-solution ul {
	margin: 30px 0;
	padding: 4px;
	line-height: 200%;
}

	.district-solution ul li {
		margin: 0 0 10px 0;
	}

.district-solution h2 {
	margin: 0 0 10px 0;
	}

.district-solution a {
	color: #fff;
}

	.district-solution .custom-img {
		max-height: 260px;
	}

	
	/* community-service-styles */
.community-service {
	background-image: url("../png/community-service-bck.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #213f55;
	font-size: 0.7em;
	font-weight: bold;
	will-change: transform;
	margin: auto;
	height: auto;
	padding: 0px;
}

	.community-service .row {
		border: 0px solid green;
		justify-content: center;
	}

	.community-service .row .col {
		text-align: left;
		border: 0px solid red;
		padding: 15px;
		display: table-cell;
	}

	.community-service ul {
		margin: 30px 0;
		padding: 4px;
		line-height: 200%;
	}

	.community-service ul li {
		margin: 0 0 10px 0;
	}

	.community-service h2 {
		margin: 0 0 10px 0;
	}

	.community-service a {
		color: #fff;
	}

	.community-service .custom-img {
		max-height: 500px;
	}

	.community-service table {
		width: auto; /* Makes table width fit content */
		table-layout: auto; /* Allows columns to size to content */
		border-collapse: collapse; /* Optional: for cleaner borders */
		margin: 10px;
	}

	.community-service td {
		max-width: 550px;
	}


/* service-learning-styles */
.service-learning {
	background-image: url("../png/service-learning-bck.png");
	background-color: #30525f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 0.7em;
	will-change: transform;
	padding: 45px 0px;
	margin: auto;
	height: auto;
}

.service-learning .row {
	border: 0px solid green;
	justify-content: center;
}

.service-learning .row .col {
	text-align: left;
	border: 0px solid red;
	padding: 15px;
	display: table-cell;
}

.service-learning ul {
	margin: 30px 0;
	padding: 4px;
	line-height: 200%;
}

.service-learning ul li {
	margin: 0 0 10px 0;
}

.service-learning h2 {
	margin: 0 0 10px 0;
}

.service-learning a {
	color: #fff;
}

	.service-learning .custom-img {
		max-height: 400px;
	}

	.service-learning table {
		width: auto; /* Makes table width fit content */
		table-layout: auto; /* Allows columns to size to content */
		border-collapse: collapse; /* Optional: for cleaner borders */
		margin: 10px;
	}

	.service-learning td {
		max-width: 570px;
	}


/* work-based-learning-styles */
.work-based-learning {
	background-image: url("../png/work-based-learning-bck.png");
	background-color: #30525f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #213f55;
	font-weight:bold;
	font-size: 0.7em;
	will-change: transform;
	padding: 45px 0px;
	margin: auto;
	height: auto;
}

.work-based-learning .row {
	border: 0px solid green;
	justify-content: center;
}

.work-based-learning .row .col {
	text-align: left;
	border: 0px solid red;
	padding: 15px;
	display: table-cell;
}

.work-based-learning ul {
	margin: 30px 0;
	padding: 4px;
	line-height: 200%;
}

.work-based-learning ul li {
	margin: 0 0 10px 0;
}

.work-based-learning h2 {
	margin: 0 0 10px 0;
}

.work-based-learning a {
	color: #fff;
}

.work-based-learning .custom-img {
	max-height: 400px;
}

	.work-based-learning table {
		width: auto; /* Makes table width fit content */
		table-layout: auto; /* Allows columns to size to content */
		border-collapse: collapse; /* Optional: for cleaner borders */
		margin: 10px;
	}

	.work-based-learning td {
		max-width: 550px;
	}


/* request-pricing styles  */
.request-pricing {
	background-color: #fff;
	color: #113847;
}

.request-pricing h2 {
	margin: 0 0 30px 0;
}

.request-pricing .row {
	margin-bottom: 20px;
}

.request-pricing .col {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid red;
	padding: 0px 0px 15px 0px;
	color: #113847;
	background-color: #ddeec5;
	height: auto;
	min-height: 475px;
	position: relative;
	text-align: left;
	margin: 10px;
}

.request-pricing .col h3 {
	color: #fff;
	background-color: #113847;
	padding: 10px 20px;
	margin: 0;
	text-transform: capitalize;
	text-align: left;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.request-pricing img.hero {
	width: 100%;
	height: auto;
}

.request-pricing p {
	font-size: 0.7em;
	width: 100%;
	padding: 20px;
	margin: 0 0 0 0;
}

	.request-pricing p.signature {
		text-align: right;
		font-style: italic;
		padding: 0px 20px 20px 20px;
	}

/* quote-slide styles  */
.quote-slide {
	background-color: #fff;
	color: #113847;
}

	.quote-slide h2 {
		margin: 0 0 30px 0;
	}

	.quote-slide .row {
		margin-bottom: 20px;
	}

	.quote-slide .col {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
		padding: 0px 0px 15px 0px;
		color: #113847;
		background-color: #ddeec5;
		height: auto;
		min-height: 475px;
		position: relative;
		text-align: left;
		margin: 10px;
	}

		.quote-slide .col h3 {
			color: #fff;
			background-color: #113847;
			padding: 10px 20px;
			margin: 0;
			text-transform: capitalize;
			text-align: left;
			-webkit-border-radius: 10px 10px 0px 0px;
			-moz-border-radius: 10px 10px 0px 0px;
			border-radius: 10px 10px 0px 0px;
		}

	.quote-slide img.hero {
		width: 100%;
		height: auto;
	}

	.quote-slide p {
		font-size: 0.7em;
		width: 100%;
		padding-left: 50px;
		padding-top: 50px;
		margin: 0 0 0 0;
	}

		.quote-slide p.signature {
			text-align: right;
			font-style: italic;
			padding: 0px 20px 20px 20px;
		}

/* quote slide styles  */
.slide {
	display: none;
	padding: 20px;
	margin: 10px 0;
}

.container2 {
	position: relative;
	max-width: 550px;
	height: auto;
	margin: auto;
}

.top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

.bottom-right {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
}

.bottom-right2 {
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
}

.bottom-right3 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
}

.bottom-right4 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
}

.active {
	display: block;
}

.dot-container {
	text-align: center;
	padding: 20px;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active-dot {
	background-color: #717171;
}

/* mobile-app styles  */
.mobile-app {
	background-image: url("../jpg/mobile-app_bg.jpg");
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #113847;
	height: auto;
	min-height: 296px;
}

.mobile-app #iphone {
	position: absolute;
	z-index: 2;
	bottom:0px;
	left:45px;
		
}

.mobile-app div {
	font-size: 1em;
	margin:15px 0 0 422px;
	text-align: left;
	width:560px;
	height: auto;
}

.mobile-app div img {
	display: block;
	margin: 20px 0 0 0;
}

/* testimonial styles  */
.testimonials {
	background-color: #fff;
	color: #113847;
}
.testimonials h2 {margin:0 0 30px 0;}
.testimonials .row {margin-bottom: 20px;}
 
.testimonials .col {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:0px solid red;
	padding:0px 0px 15px 0px;
	color:#113847;
	background-color: #ddeec5;
	height: auto;
	min-height: 475px;
	position: relative;
	text-align: left;
	margin:10px;
}

.testimonials .col h3 {
	color: #fff;
	background-color: #113847;
	padding: 10px 20px;
	margin: 0;
	text-transform: capitalize;
	text-align: left;
 	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius:  10px 10px 0px 0px; 
	border-radius: 10px 10px 0px 0px;
}

.testimonials img.hero {width:100%;height:auto;}

.testimonials p {
	font-size: 0.7em;
	width: 100%;
	padding:20px;
	margin: 0 0 0 0;
}

.testimonials p.signature {text-align:right;font-style: italic;padding:0px 20px 20px 20px;}

.testimonials .col:first-child {background-color: #dce1e4;}
.testimonials .col:nth-child(2) {background-color: #dce1e4;}
.testimonials .col:nth-child(3) {background-color: #dce1e4;}
.testimonials .col:nth-child(4) {background-color: #dce1e4;}

	.testimonials .button-group {
		position: relative;
	}

	.testimonials .button1 {
		width: 50%;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}

/* Testimonial Buttons */
.button3 {
	display: inline-block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px 7px 0px 0px;
	width:100%;
	padding:10px;
 	font-size: 1.125em;
	font-weight: 600;
	line-height: 136%;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
	background: rgb(17,56,71);
    background: -webkit-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: -o-linear-gradient(top, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
    background: linear-gradient(to bottom, rgba(17,56,71,1) 0%, rgba(45,87,104,1) 100%);
	color: #fff;
	border:0px;
}
.button3:hover {text-decoration: none;opacity: 0.8;}

/* Registration which-one styles  */
.which-one {
	background-color: #fff;
	color:#284c59;
	font-size: 22px;
}

.which-one h2 {margin-bottom:25px;}
.which-one p {margin:25px 0;}
.which-one .col {margin-bottom: 20px}
.which-one .box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #284c59;
	padding:20px;
}

/* Registration questions styles  */
.questions {
	background-color: #284c59;
	background-image: url("../jpg/questions_bg.jpg");
	background-repeat: no-repeat;
    background-position: center top;
	color:#fff;
	height: auto;
	min-height: 414px;
}

.questions h3 {margin: 25px 0;}
.questions a {color: #fff;}


/* sign-in-modal styles  */
.modal-open {
	 overflow:auto;
	 padding-right: 0 !important;
}
.modal-body {
 	padding:40px;
    color: #113847;
	min-height: 450px;
	overflow: hidden;
}

.modal-body input {
	width:100%;
	border:1px solid #4d4d4d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin: 15px 0;
}

.modal-body .button2 {
	width:100%;
	margin-top:20px;
}

 
#modelContent_1 {display: block;}
#modelContent_2 {display: none;}

.modal-body #modal-hand-graphic-1 {
 	position: absolute;
	z-index: 1;
	bottom:0px;
	right:-4px;
	display: block;
}

.modal-body #modal-hand-graphic-2 {
 	position: absolute;
	z-index: 1;
	bottom:0px;
	right:20px;
	display:none;
}

 

@media only screen and (max-width: 990px) {
	.modal-dialog {max-width: 500px;}
	.modal-dialog .col {display:block;flex: none;}
	.modal-dialog #right_col {min-height:300px;}
}

@media only screen and (max-width: 800px) {
	/* header-bar styles */
	.header-bar {
 
	left: 0px;
    transform: translateX(0%);
	margin:0px auto;
	top:0;
	-webkit-backface-visibility: hidden;
    }
 
	.header-bar .header-bar-nav a {display:none;}
	#hamburger {display:inherit;}
	.header-bar .header-bar-nav a:hover {border:1px solid transparent;}
	
	#desktop-nav {display:none;}
 
 	.video_container {min-height: 300px;}
 	.video_container .overlay {padding:90px 4% 4% 4%;}
	.video_container .overlay h2 {font-size: 24px;}
	.video_container .overlay .button-group {display:none;}
	
	.do-you-sturggle .row .col, .testimonials .row .col, .whois .row .col {flex:none;}
	
	.mobile-app #iphone {left:5px;}

	.mobile-app div {
	font-size: 1em;
	margin:5px 5px 5px 5px;
	text-align: left;
	width:90%;
	height: auto;
	min-height: 425px;
    }

    .mobile-app div img {display: block;margin: 20px 0 0 0;}

	.whois .col .box h3 {font-size:1.5em;}
	.video_placeholder {width:100%;height: auto;}	
	.do-you-sturggle col {display:block;}
	
 
}
@media only screen and (max-width: 500px) {
	.pipe {display:none;}
	.modal-body .row #left_col a{display:block;}
	.modal-body {padding:10px;min-height: 600px;}
	.modal-body input {margin: 5px 0;}
	.modal-body .button2 {margin-top:5px;}
	#modal-hand-graphic-1 {height:175px;width:auto;} /*OST 208px*/
	#modal-hand-graphic-2 {height:210px;width:auto;} /*app 233px*/
	.modal-body {line-height:120%;}
}

/* Registration / Basic Info Styles*/

.regInfoMainContent {
	width: 100%;
	height: auto;
	background-color: #FFF;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	color: #113847;
	font-weight: 400;
	line-height: 1.5;
	margin: 40px;
}

.regInfoBodyContent {
	display: block;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	background-color: #fff;
	width: 90%;
	height: 100%;
	margin: 40px;
}


.login-form {
	border-bottom: 1px solid #ebf0f7;
	border-top: 1px solid #ebf0f7;
	padding-bottom: 1.5em;
	padding-top: 1.5em
}

	.login-form .login.btn {
		margin-top: 1.25rem;
		width: 100%
	}

	.login-form .reset-password {
		font-size: .8125rem
	}

.sso-login-form {
	margin-bottom: 1.875rem
}

	.sso-login-form .login.btn {
		margin-top: 1.25rem;
		width: 100%;
		padding: 0;
		margin-bottom: 0
	}

.sso-oauth {
	padding-top: 1.25em
}

.hidden-password-entry {
	display: none
}

.saml-profiles .profile-options, .signin-options .profile-options {
	list-style-type: none;
	padding: 0
}

	.saml-profiles .btn .logo, .signin-options .btn .logo {
		position: absolute;
		top: 50%;
		left: 1.0625rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: .875rem;
		height: .875rem
	}

.sign-on-tip {
	position: absolute;
	top: 33px;
	right: 0;
	margin-right: 5px;
	box-shadow: 0 0 1px 1px rgba(45,52,69,.05),0 1px 3px rgba(45,52,69,.15);
	border-radius: 4px;
	font-size: .8125rem;
	line-height: 15px;
	padding: .6em;
	z-index: 2;
	background: #ebeeff
}

	.sign-on-tip.show {
		display: block
	}

	.sign-on-tip .pointer {
		position: absolute;
		display: none;
		width: 9px;
		height: 9px;
		left: -5px;
		top: calc(50% - 4.5px);
		background: #fff;
		box-shadow: 0 0 1px 1px rgba(45,52,69,.05),0 1px 3px rgba(45,52,69,.15);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		z-index: -1;
		mix-blend-mode: screen
	}

	.sign-on-tip .text {
		display: none
	}

	.sign-on-tip .mobile-text {
		display: inline;
		display: initial
	}

.login-sso {
	margin-bottom: 0
}

.back-to-sign-in {
	left: 50%;
	max-width: 1000px;
	padding: 0 1.25rem;
	position: absolute;
	text-align: left;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	top: 80px;
	width: 100%
}

.sso-signin-options .border-text {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #606782;
	line-height: .1em;
	margin: 0 0 1.875rem
}

.sso-signin-options .border-text-span {
	background: #fff;
	padding: 0 10px;
	color: #606782
}

.sso-restricted-link {
	text-decoration: none;
	text-align: center
}

.login-switch, .sso-restricted-link {
	border: none;
	background: none;
	color: #6361fa;
	cursor: pointer;
	display: block;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: .015em;
	line-height: 1.125rem;
	max-width: 100%;
	margin: auto;
	padding-top: .625rem
}

.sso-profiles-select-container {
	display: block
}

.sso-profiles-select {
	width: 100%;
	height: 40px;
	padding: .58em .86em;
	background-color: #f5f9ff;
	border: 1px solid #c8cee3;
	color: #000;
	font-size: .875rem;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg,transparent 50%,#000 0),linear-gradient(135deg,#000 50%,transparent 0);
	background-position: calc(100% - 25px) calc(1em + 3px),calc(100% - 20px) calc(1em + 3px);
	background-size: 5px 5px,5px 5px;
	background-repeat: no-repeat
}

.sign-up {
	grid-area: sign-up;
	justify-self: center;
	text-align: center;
	margin: 0 auto
}

.sign-up .btn {
	display: inline-block;
	margin-left: .875rem
}

.btn {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #0f1f29;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	display: block;
	font-size: inherit;
	font-weight: 400;
	height: 40px;
	letter-spacing: .015em;
	line-height: 1.125rem;
	max-width: 100%;
	outline: 1px solid transparent;
	overflow-x: hidden;
	padding: .5rem .875rem;
	margin: 1.25rem auto;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition-property: background,border-radius,box-shadow,border,color;
	-webkit-transition-property: background,border-radius,box-shadow,border,color;
	transition-duration: .2s,.2s,.2s,.2s,.2s;
	-webkit-transition-duration: .2s,.2s,.2s,.2s,.2s;
	text-align: center;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.btn:active {
	color: #bfc4ff;
	border-color: #bfc4ff;
	outline: none
}

.btn:hover {
	color: #475066;
	border-color: #475066;
	text-decoration: none
}

.btn:focus {
	color: #bfc4ff;
	border-color: #bfc4ff;
	text-decoration: none
}

.btn:disabled, .btn:disabled:focus, .btn:disabled:hover {
	cursor: not-allowed;
	color: #475066;
	border-color: transparent;
	background-color: #f5f9ff;
	box-shadow: none
}

.btn-default {
	border: 1px solid #a9b0c9;
	color: #5b627d
}

	.btn-default:hover {
		color: #475066;
		background-color: #ebf0f7;
		border: 1px solid #a9b0c9
	}

	.btn-default:focus {
		color: #5b627d;
		background-color: #fff;
		box-shadow: 0 0 0 3px #bfc4ff
	}

	.btn-default:active {
		color: #475066;
		background-color: #dde1f0;
		border: 1px solid #a9b0c9
	}

.btn-primary {
	border: 1px solid #6361fa;
	background-color: #6361fa;
	color: #fff
}

	.btn-primary:hover {
		color: #fff;
		background-color: #414dd4;
		border: 1px solid #414dd4;
		box-shadow: 0 1px 2px 0 #8f97ff,0 1px 7px 3px rgba(99,97,250,.25)
	}

	.btn-primary:focus {
		color: #fff;
		background-color: #6361fa;
		border: 1px solid #6361fa;
		box-shadow: 0 0 0 3px #bfc4ff
	}

	.btn-primary:active {
		color: #fff;
		background-color: #1b1a82;
		border: 1px solid #1b1a82
	}

.no-bottom-margin {
	margin-bottom: 0
}


