@font-face
{
  font-family: ProximaNovaFont;
  src: url(ProximaNovaFont.otf);
}


::selection
{
	color:white;
	background:#00cbff;
	opacity:1;
}

body a
{
	color:#00cbff;
	text-decoration:none;
}

h1, h2, h3, h4
{
	color:rgba(0, 0, 0, 0.7);
}

.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background: rgba(108, 91, 123, 1);
}

.paymentButton
{
	padding:8px 8px;
	color:#fff;
	background:#63D4D6;
	border-radius:5px;
	cursor:pointer;
}

.icon
{
	display: none;
}

.slider {
  width: 100%;
  height: 600px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider .slide {
    display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
  margin-top: 30px;
  margin-left: 20px;
}

.slider .item {
  margin-right: 10px;
  width: 350px;
  float: left;
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding: 20px 20px;
  min-width: 50px;
  background: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;

  position: absolute;
  top: 50%;
  margin-top: -27.5px;
}

.ctrl-btn.pro-prev {
  left: 0;
}

.ctrl-btn.pro-next {
  right: 0;
}

.homeBg
{
	width: 100%;
	margin: 0 auto;   
	padding: 50px 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: white;
}

.homeBg h1
{
	font-size: 1.5em;
	font-size: 1.9em;
	text-align: center;
	font-weight:normal;
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;

	color:#32404F;
}

.homeContainer ul
{
	//padding:0;
}

.homeIconBar
{
	width:96%;
	margin:2% 2% 0% 2%;
	margin:60px 2% 40px 2%;
	box-shadow:none;
	background:none;
	display:table;
}

.homeIconBox
{
	float:left;
	width:20%;
	text-align:center;
}

.homeIconBox .homeIcon
{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
}

.accordianContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;
}

.homeContentRight
{
	float:right;
	width:35%;
	padding-top:25px;
	box-sizing:border-box;
	overflow:auto;
}

.homeContentRight ul
{
	margin-top: 30px;
	list-style: none;
	list-style-position: outside;
}

.homeContentRight li
{
	line-height: 1.5;
	margin-bottom: 20px;
	display: block;	
	list-style-position: outside;
	position: relative;
}


.homeContentRight li::before
{
	content: "•";
  font-size: 300%;
  padding: 0px 5px 0px 0px;
  position: absolute;
  left: -25px;
  top: -26px;
}



.homeContentLeft
{
	float:left;
	width: 44%;
	box-sizing:border-box;
	overflow:auto;
}

.homeContentLeft img
{
	float:right;
	margin-right: 50px;
}

.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

header
{
	margin-top:-70px;
	height:700px;
	box-sizing:border-box;
	position:relative;
}

.banner
{
	margin-top:0px;
	height:550px;
	box-sizing:border-box;
	position:relative;
}

.homeBannerBackgroundColor
{
	opacity: 1;
	height: 550px;
	padding-top:1px;
	z-index: 1;
}

.topBannerContent
{
	background: rgba(66,66,66,0.5);
	width: 800px;
	margin:210px auto 0px auto;
	padding-bottom:20px;
	z-index: 999;
	opacity: 1;
	text-align: center;
	align-items: center;
}

.topBannerContent .dropBox
{
	float: left;
	margin: 0px -35px 0px 40px;
}

.topBannerContent h1
{
	color:#fff;
	font-size: 26px;
	margin-bottom: 20px;
	padding-top: 20px;
	letter-spacing: 2px;
	//font-family: 'Roboto', sans-serif;	
	font-family:ProximaNovaFont !important;
	font-weight: normal;	

}


.topBannerContent select
{
	width: 320px;
	height: 50px;
	font-size: 14px;
	border: none;
	padding-left: 10px;
	color: #777;
}

.topBannerContent select option
{
	color:#000;
}

.topBannerContent input
{
	width: 300px;
	height: 50px;
	font-size: 14px;
	margin-top:0px;
	border: none;
	padding-left: 10px;
}

.topBannerContent .submitBtn
{
	font-weight: bold;
	width: auto;			
	background: #990000;
	color: #fff;		
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px 20px;
	margin-left: -15px;		
}

.topBannerContent .submitBtn:hover
{
	
	background: #002147;	
}

.bannerBackgroundColor
{
	width:100%;
	height:100%;
	padding-top:160px;
	background-image: url('../images/mah-home-banner.jpg');	
	background-position:center 10px;
	background-repeat:no-repeat;
	box-sizing:border-box;
}

.bannerBackground2
{
	background-image: url('../images/employer-banner.html');
}

.backgroundImageSection
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom, rgba(12, 51, 66, 0.65) 0%, rgba(0, 0, 0, 0.3) 100%);
	z-index:0;
}

.backgroundImageSectionDark
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:0;
	background:linear-gradient(to bottom, rgba(12, 51, 66, 0.65) 0%, rgba(0, 0, 0, 1.95) 180%);
}

body
{
	margin: 0;
	background-color: #fff;
	//font-family: 'Roboto', sans-serif;
	font-family:ProximaNovaFont !important;

	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
}

.topInfoHeader
{
	background:#ccc;
	width:100%;
	text-align:right;
}

.topInfoHeaderContent
{
	padding:0px 0px 0px 0px;
	width:1200px;
	height: 100%;
	margin: 0px auto;
	text-align: right;
	color: #fff;
	background:#ccc;
}

.topInfoHeaderContentLeft
{
	float:left;
	width: 20%; 
	height: 100%;
	text-align: left;
	margin-left: -100px;
}

.topInfoHeaderContentLeft a
{
	height: 40px;
	font-size: 14px;
	margin-left:10px;
}

.topInfoHeaderContent span
{
	font-size: 14px;
	border-right:1px solid #fff;
	padding:0px 5px 0px 5px;
}

.topInfoHeaderContent label
{
	padding:0px 0px 0px 10px;
}

.topHeader
{
	padding:0px 0px 0px 0px;
	background: #fff;	
	width:1200px;
	margin: 0px auto;
	display:table;	
}

.topHeaderLeft
{
	width: 40%;
	float: left;
	padding:15px 0px;
}

.topHeaderRight
{
	float: right;
	width: 60%;
	text-align: right;
}

.topMenuBg
{
	width: 100%;
	background:#990000;	
}

.topMenu
{		
	margin-top: 5px;
	padding-top: 3px;
	display:table;
	text-align: right;
	/* //background: red; */
}

.taglineBoxHeader
{
	margin-top: 0px;
	padding-left:110px;
	text-align: left;
}

.taglineBoxHeader h1
{
	font-size: 24px;
	color: #990000;
	font-weight:normal;
	letter-spacing:0px;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:300px;	
	line-height:1;
	/* -webkit-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}
.taglineBoxHeader p
{
	margin: 0px;
}


.topnav
{
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
	font-size:0.9em;
	//position:fixed;
	top:0;
	left:0;
	z-index:50;
	transition:1s;
	box-sizing:border-box;
	background-color:#ccc;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.topnavScrolled
{
	height:65px;
	background-color:white;
	border-bottom:1px solid rgba(255,255,255,1);
	-moz-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	box-shadow:0 10px 33px rgba(0, 0, 0, .1) !important;
	transition:1s;
}

.topnav a
{
	float: right;
	padding: 5px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: inherit;
	transition: 0.2s;
}

.active
{
	color: white;
	background-color: #4CAF50;
}

.topnav .icon
{
	width:30px;
	height:30px;
	margin-top:20px;
	color:white;
	font-size:20px;
	line-height:30px;
	border:2px solid white;
	border-radius:10px;
	transition:0.1s;
	background:none;
	display:none;
}

.topnav .icon:hover
{
	color:white !important;
}

.topnavScrolled .icon
{
	margin-top:0px;
	color:#1e4161;
	border:2px solid #1e4161;
}

.topnavScrolled .icon:hover
{
	color:#1e4161 !important;
}

.dropdown
{
	float:right;
	overflow:hidden;
	transition:0.2s;
	font-size: 16px;	
	
}

.dropdown a
{
	color: #002147;
}

.dropdown a:hover
{
	color: #002147;
}

.dropdown .dropbtn
{
	margin:0;
	padding:10px 12px 10px 0px;
	font-size:inherit;
	border:none;
	outline:none;
	color:#002147;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	border-bottom:3px solid #fff;
}

.dropdown .dropbtn:hover
{
	border-bottom:3px solid #990000;
}

.dropdown-content
{
	min-width:160px;
	max-width:800px;
	position:absolute;
	background-color:#fff;
	box-shadow:8px 8px 8px #444;
	z-index:50;
	transition:0.2s;
	display:none;	
}

.dropdown-content a
{
	float:none;
	padding: 10px 16px;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.dropdown-content a:hover
{
	color:#990000;
	background-color:#f2f2f2;
}

.dropdown:hover .dropdown-content
{
	display:table;
}



.topnavScrolled .flagMenu
{
	
}

.logoHolder
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.topnavScrolled .logoHolder
{
	width:100%;
}

.menuContentHolder 
{	
	width:100%;
	background:#990000;	
}

.topnavScrolled .menuContentHolder
{
	width:100%;
	float: left;
}

.menuContentHolderUpperRow
{
	float:none;
	width:100%;
	overflow:auto;
}

.menuContentHolderBottonRow
{
	float:none;
	width:100%;
	overflow:auto;
}

.topnavScrolled .menuContentHolderUpperRow
{
	float:left;
	width:auto;
	overflow:auto;
}

.topnavScrolled .menuContentHolderBottonRow
{
	float:left;
	width:auto;
	overflow:auto;
}

.menuContentHolderBottonRowDropdowns
{
	float:left;
}

.logoColor
{
	float:left;
	width:0px;
	position:relative;
	transition:0.2s;	
}

.positionUnset
{
	left:unset;
}

.positionLeft-100
{
	left:-100%;
}

.logoWhite
{
	float:left;
	width:20%;
	margin:15px 0;
	position:relative;
	transition:0.2s;
	//background: red;
}

.taglineBox
{
	float:left;
	width:43%;
	margin:20px 0;
	margin-left:2%;
	padding-left:2%;
	box-sizing:border-box;
	overflow:auto;
	transition:0.2s;
	color:white;
	color:rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.5);
	margin-top: 22px;
}

.topnavScrolled .taglineBox
{
	margin:0;
	margin-left:2%;
	font-size:0.9em;
	color:rgba(0,0,0,0.4);
	border-left:1px solid rgba(0,0,0,0.2);
	line-height:1.4;
	margin-top: 0px;
}

.topnavContainer
{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	overflow:auto;
	box-sizing:border-box;
}

.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}

.accordion4
{
	background: #a5c6e2;
	color: #fff;		
	cursor: pointer;
	width:100%;
	text-align: left;
	font-size: 17px;
	border-radius:5px;
	padding:10px 10px;
	margin:0px 0px 3px 0px;
}

.accordion4 span
{
	font-size:22px;	
	color:#00cbff;
	display:none;
}

.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeMenu:after
{
	content: "\25B3";
}

.activeMenu, .accordion4:hover 
{
	background: #6792B9; 
}

.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	

.panel2 a
{
	color:#444;
	font-size:17px;			
}

.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background:#a5c6e2;
	color:#fff;		
	cursor:pointer;
	padding:10px 10px;
	width:100%;
	border:none;
	text-align:left;
	font-size:17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.leftButton img
{
	display:none;		
}

.accordion4  img
{
	display:none;
}

.mobileOnly
{
	display:none;
}
	
button
{
	background:#fff;
	border:0px solid #fff;
}

.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}

.topnavScrolled a
{
	color:rgba(0,0,0,0.8);
}







.topnavScrolled .dropdown .dropbtn
{
	//padding:9px 12px;
	color:rgba(0, 0, 0, 0.8) !important;
}

.topnavScrolled .logoWhite
{
	width:0;
	left:-100%;
}

.topnavScrolled .logoColor
{
	width: 55px;
	height: 40px;
	max-width:180px;
	left:0;
	padding-left:0px;
}

.navbarInoutBox
{
    float:right;
    width:auto;
    transition:0.2s;
    overflow:auto;
}

.topnavInput
{
	float:left;
	width:180px;
	margin:5px;
	padding:7px;
	font-size:inherit;
	font-family:inherit;
	color:white;
	background-color:rgba(255,255,255,0.3);
	border:2px solid white;
	border-radius:5px;
}

.topnavInput:focus, .topnavInput:active
{
	outline:none !important;
}

.topnavInput::placeholder
{
	color:rgba(255,255,255,0.6);
}

.topnavScrolled .navbarInoutBox
{
	width:0;
	display:none;
}

.topnavScrolled .topnavInput::placeholder
{
	color:rgba(0,0,0,0.5);
}
/***
.hideJoinUsButton
{
	width:0 !important;
	height:0 !important;
	padding:0 !important;
	margin:0 !important;
	display:none !important;
}

.registerButtonDiv
{
	position:relative;
	-webkit-animation: mymove 10s infinite; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 10s; /* Safari 4.0 - 8.0 */
	animation: mymove 10s infinite;
	animation-delay: 10s;		
	top:-200px;
}
***/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove
{
	from{top: 0px;}
	to {top: 0px;}
}

@keyframes mymove
{
	from {top: 0px;}
	to {top: 0px;}
}


.bannerText
{
	width:1200px;
	height:auto;
	max-width:100%;
	margin:70px auto;
	text-align:left;
	color:white;
	font-size:2.5em;
	font-weight:bold;
	line-height:1.5;
	overflow:auto;
	z-index:9;
	position:relative;
}
/***
.bannerTextAfterLogin
{
	bottom:-145px;
}
***/
.bannerHeadingText
{
	width:60%;
	margin:0px;
	font-size:20px;
	font-weight:normal;
}

.bannerHeadingText h1
{
	color:#fff;
	font-size:40px;	
}

.bannerHeadingText .bannerButton
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 0px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #63D4D6;	
	cursor:pointer;
	text-align:center;
	background:#63D4D6;

	background:none;
	color:#fff;
	border:3px solid #63D4D6;	
}

.bannerHeadingText .bannerButton2 
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 0px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #63D4D6;	
	cursor:pointer;
	text-align:center;
	background:#63D4D6;

	background:none;
	color:#fff;
	border:3px solid #63D4D6;	
}

.bannerHeadingText .bannerButton2:hover
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 0px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #fff;	
	cursor:pointer;
	text-align:center;
	background:#fff;
	color:#002147;
	border:3px solid #fff;	
}


.bannerHeadingText .bannerButton1
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 20px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #63D4D6;	
	cursor:pointer;
	text-align:center;
	background:#63D4D6;

	color:#fff;
	border:3px solid #63D4D6;	
}


.bannerHeadingText div
{
	clear:both;	
	margin:40px 0px;
}

.bannerHeadingText a
{
	float:left;
	width:44%;
	margin:10px 3% 30px 3%;
	padding:10px 0px;
	font-size:18px;
	color:#fff;	
	box-sizing: border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;	
}


@-webkit-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);

	}
}

@-moz-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@-ms-keyframes pulse
{

	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

.displayNone
{
	display:none;
}

.displayBlock
{
	display:block;
}

.homeDocBannerBg
{
	margin-top:-25px;
	padding:20px 0px 40px 0px;
	position:relative;
	z-index:2;
	overflow:auto;
	background:linear-gradient(to top, rgba(255, 255, 255, 0.65) 40%, rgba(97, 214, 216, 0.95) 300%);
	background-color:#fdfdfd;
}

.homeDocBannerBg h1
{
	font-size:1.9em;
	text-align:center;
	font-weight:normal;
}

.homeDocFlexContainer
{
	display:flex;
	flex-flow:row;
	justify-content:space-around;
	padding:5px;
	margin-bottom: 10px;
}

.homeDocFlexContainer .docContainer
{
	position: relative;
	overflow:hidden;
	text-align:center;
	width:280px;
	background: #f2f2f28f;
	background:rgba(242,242,242,0.6);
}

.homeDocFlexContainer .docContainer .docImageContainer
{
	overflow:hidden;
	height:250px;
}

.homeDocFlexContainer .docContainer .docNameContainer
{
	text-align:center;
	padding:3px 0px;
	position: absolute;
	top: 180px;
    width: 100%;
    background: rgba(0,0,0,0.5);
	color:#fff;
	font-size: 18px;
}

.homeDocFlexContainer .docContainer .docInfoContainer
{
	text-align:left;
	padding:10px;
}

.homeDocBannerBg .viewAllDoc
{
	text-align:center;
	margin: 26px 0px;
}

.homeDocBannerBg .viewAllDoc button
{
	padding:15px 25px;
	cursor: pointer;
	background: #990000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.underBannerBg
{
	margin-top:-25px;
	padding:20px 0px 40px 0px;
	position:relative;
	z-index:2;
	overflow:auto;
	/* background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(97, 214, 216, 0.95) 300%); */
	background-color:#fdfdfd;
}

.underBannerBg h1
{
	font-size:1.9em;
	text-align:center;
	font-weight:normal;
}

b
{
	opacity: 0.7;
}

.firstPictureBackground
{
	color:white;
	//background-image:url('../images/background-banner.webp');
	background-image:url('../images/middle-banner3.jpg');
	background-size:cover;
	background-position:center 0px;
	background-attachment:fixed;
}

.gradientBg
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(214, 120, 186, 0.95) 300%);
}

.quickOverviewGradient
{
	background:linear-gradient(to bottom, rgba(108, 91, 123, 0.65) 0%, rgba(11, 15, 41, 0.95) 100%);
	padding:50px 0;
	overflow:hidden;
}

.howDoesItWorkGradient
{
	padding:75px 0px 100px 0px;
	overflow:hidden;
	position:relative;
	z-index:9;
}

.howDoesItWorkGradient h1
{
	color:#fff;
}

.howDoesItWork_MediumParagraph
{
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
}

button.NEWaccordion
{
	float: left;
	width: 100%;
	margin-bottom: 2px;
	padding: 14.5px;
	color: rgba(255,255,255,0.9);
	text-align: left;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: rgba(11, 15, 41, 0.65);
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

button.NEWaccordion.active, button.NEWaccordion:hover
{
	background-color: rgba(11, 15, 41, 0.85);
}

button.NEWaccordion:after
{
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.NEWaccordion.active:after
{
	content: "\00D7";
}

div.NEWpanel
{
	max-height: 0;
	padding: 0px 18px;
	background-color: transparent;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.quickOverviewBox
{
	width: 50%;
	float: left;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.25px;
}

.quickOverviewBox1
{
	width: 23%;
	float: left;
	text-align: center;
	font-size: 1.2em;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.25px;
}

.quickOverviewBox span
{
	margin:5px auto;
	font-size:4em;
	font-weight:bold;
	color:#00cbff;
	display:block;
}
.quickOverviewBox img
{
	width: 100px;
	height: 100px;
}
.fifthSectionBg
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(145, 186, 230, 0.95) 300%);
}
.homeStepBox
{
	float:left; width:48%; margin:10px 2% 20px 0px; background1:#ccc;
}

.homeStepNumber
{
	float:left; font-size:25px; background:#61D6D8; color:#fff; padding:0px 10px;
}

.homeStepHeading
{
	display:table; position:relative; top:10px;
}
.faqBox
{	
	float:left;
	width:44%;
	margin:35px 0px 0px 0px;
	padding:0px 2% 15px 4%;
	//background-image:url('../images/eye-3-32.png');
	background-repeat:no-repeat;
	background-position:10px 0px;
}
.sixthSectionBg
{
	//background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(145, 186, 230, 0.95) 300%);
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, rgba(97, 214, 216, 0.95) 300%);
	//background-color:#fdfdfd;
}
.faqBox dt
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:rgba(0,0,0,0.8);
	line-height:1.8;
	font-weight:bold;
}

.faqBox dd
{
	margin:15px 0px 10px 0px;
	padding:0px 20px 0px 0px;
}

footer
{
	width:100%;
	color:#fff;
	//background:#002147;
	//background-image: linear-gradient(#002147, #00cbff);
	background: #002147;
	padding-top: 20px;
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#fff;
}

footer a
{
	color:#fff;
	font-size:0.9em;	
}

.socialIcons
{
	width: 100%;
}

.socialIcons img 
{
	width: 40px;
	margin-right: 20px;
}

.footerBox2
{
	float:left;
	box-sizing: border-box;
	font-size:25px;
	text-align:left;
	margin:0px 1% 0px 1%;
	width: 40%;
}

.footerBox2 p 
{
	text-align: left;
	color: #fff;
	font-size:16px;
}

.footerBox2 ul 
{
	text-align: left;
	color: #fff;
	font-size: 16px;
	list-style-type: none;
	width: 100%;
	float: left;
	margin-left: -20px;
	margin-top: -20px;
}

.footerBox2 li 
{
	width: 100%;
}

.footerBox2 li:before 
{
  content: "\f105";
  font-family: FontAwesome;
  margin: 0px 10px 0px -15px;
  color: #fff;
}

.footerBox3
{
	float:left;
	box-sizing: border-box;
	font-size:25px;
	text-align:left;
	margin:0px 1% 0px 1%;
	width: 25%;
}

.footerBox3 ul 
{
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-left: -20px;
	list-style-type: none;
}


.footerBox3 li 
{
	width: 100%;
}

.footerBox3 li:before 
{
  content: "\f105";
  font-family: FontAwesome;
  margin: 0px 10px 0px -15px;
}

.poweredFooter
{
	background:#f2f2f2;
	color: #002147;
	font-size: 12px;
	padding: 3px 2px 0px 90px;
	text-align: left;
}

.poweredFooter a
{
	color: #002147;
	text-decoration: none;
}

.container
{
	width:1200px;
	margin:0px auto;
	margin-bottom:50px;
	padding:0px;
	border:0px;
	text-align:left;
	display:table;
	background:none;
}

.containerContent
{
	width:1000px;	
}

.containerTopMarginNegative
{
	margin-top:-180px;
	margin-top:-100px;
}



.containerExtraMargin
{
	margin-top:-200px;
}

.homeProductBg
{
	clear:both;
	padding:20px 0;
	display:table;
}
.homeProducts
{
	width:1200px;
	margin:0 auto;
	cursor:pointer;
	border:0 solid #000;
}
.homeProductBox
{
	float:left;
	width:300px;
	height:250px;
	margin:12px 15px 30px 20px;
	font-size:13px;
	text-align:center;
	border:1px solid #ccc;
}
.homeProductBox:hover
{
	box-shadow:0 0 15px #555;
}
.homeProductBox .imageBox
{
	overflow:hidden;
	height:202px;
}
.homeProductBox .imageBox a
{
	margin:0;
	padding:0;
	height:100%;
	display:block;
}
.homeProductBox .imageBox img
{
	margin-top:0;
	margin-left:0;
}

.homeProductBox h2
{
	height:24px;
	line-height:24px;
	margin:10px 5px;
	padding:0;
	font-size:18px;
	color:#EA7F47;
	background:0 0;
	border:none;
	overflow:hidden;
	word-break:break-all;
	box-shadow:none;
}
.homeProductBox p
{
	height:38px;
	margin:2px 0 10px;
	padding-bottom:18px;
	line-height:25px;
	font-size:15px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.homeProductBox a
{
	font-size:15px;
	color:#000;
	display:block;
	overflow:hidden;
	letter-spacing:.3px;
}
.homeProductBox .button
{
	margin:12px 0 0;
	padding:5px 10px;
	font-size:16px;
	display:inline-table;
	text-decoration:none;
	color:#fff;
	background:#EF5A20;
	border:2px solid #EF5A20;
}
.homeProductBox .button:hover
{
	background:#fff;
	color:#000;
	border:2px solid #EF5A20;
}

.blogModuleSet
{
	width:100%;
	overflow:auto;
}

.blogModuleUnit
{
	float:left;
	width:29%;
	margin:2% 2%;
	padding:20px;
	padding:0px 0px 20px 0px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:5px;
	//border-radius:0px;
	color:rgba(0,0,0,0.8);
	line-height:1.5;
	font-size:0.95em;
	text-align:center;
	//box-shadow:3px 3px 8px #000;
	//border: 1px solid #fff;
	height: 450px;
}

.blogModuleUnit img
{
	width:100%;
}

.blogModuleUnit h2
{
	margin:10px auto;
	font-weight:normal;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit_Subject
{
	margin:10px auto;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit em
{
	margin-bottom:10px;
	font-size:0.9em;
	color:#000000a3;
}

.blogModuleUnit_Author
{
	margin-bottom:10px;
	font-size:0.9em;
	color:rgba(0,0,0,0.5);
}

.blogModuleUnit p
{
	
}

.blogModuleUnit_Summary
{
	font-size: 0.95em;
}

.blogModuleUnit a
{
	color: #6792B9;
	background: -webkit-linear-gradient(330deg, #646f6f 0%, #00cbff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.blogImgaeBox
{
	width:100%;	
	margin-top: 0px;
	overflow:hidden;	
}

.blogImgaeBox img
{
	width: 100px;
	border-radius: 50%;
}

.blogContent
{
	padding:20px 20px;
	text-align:center;
	height: 200px;
}



.newDefaultButton
{
	width:30%;
	margin:65px 35% 15px 35%;
	padding:15px 3%;
	color:#000;
	font-family:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	transition:1s;
	display:inline-block;
	background-color:#FFCC00;
	box-sizing:border-box;
	border-radius:5px;
}

.newDefaultButton:hover
{
	letter-spacing: 1px;
	background-color: #00CCFF;
}

.newDefaultButton:active,.newDefaultButton:focus
{
}


.MagVideoBox1
{
	width: 365px;
	min-height: 275px;
	margin: 4px 10px;
	float: left;
}

.eventSection
{
	width:50%;
	float: left;
}

.eventBox
{
	width:95%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	height: 160px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 0px 10px 10px 3px ;
}

.eventBox .dateBox
{
	width:8%;
	font-size: 22px;
	margin: 45px 0px 0px 10px;
	float: left;
	line-height: 20px;
}

.eventBox .contentBox
{
	float:left;
	width: 55%;
	margin: auto;
	font-size: 12px;
}

.eventBox .imgBox
{
	width:30%;
	float: right;
	height: 140px;
	overflow: hidden;
}

.eventBox .imgBox img
{
	width: 100%;
	height: 100%;
}



.newsSection
{
	width:50%;
	float: left;
}
.newsBox
{
	width:95%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 0px 10px 10px 3px ;
}


.opinionHeader
{
	width:100%;
	height: 20px;
	background: #002147;
	color: white;
	font-size: 14px;
	text-align: center;
}


.hwrap 
{
  overflow: hidden;
  background: #fff;
  background: #f2f2f2;
  height: 40px;
}

.hmove 
{ 
  display: flex; 
}

.hitem {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

@keyframes tickerh {
  0% { transform: translate3d(100%, 0, 0); }
  100% { transform: translate3d(-400%, 0, 0); }
}
.hmove 
{ 
  animation: tickerh linear 25s infinite; 
}
.hmove:hover 
{ 
  animation-play-state: paused; 
}



/***MEDIA QUERIES***/
@media screen and (max-width:1200px)
{
	.newDefaultButton
	{
		width: 40%;
		margin: 65px 30% 15px 30%;
	}

	.topnavContainer
	{
		width:1000px;
	}

	.topnavScrolled .taglineBox
	{
		margin-top: 5px;
		font-size: 0.8em;
	}

	.newDefaultButton
	{
		width: 40%;
		margin: 65px 30% 15px 30%;
	}
}

@media screen and (max-width:1000px) 
{
	.blogModuleUnit
	{
		width:70%;
		margin:15px 15%;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.logoWhite
	{
		width:45%;
		max-width:300px;
		margin:0px;
	}

	.taglineBox
	{
		max-width:200px;
		display:none;
	}

	.topnavScrolled .taglineBox
	{
		display:none;
	}

	.displayBlock
	{
		display:block;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.dropdown .dropbtn
	{
		color:#FFCC00;
		padding-top:0px;
		padding-bottom:0px;
		margin:0px;
		padding-left:0px;
		font-size:14px;
	}	

	.menuContentHolderBottonRowDropdowns
	{
		display:none;
	}

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.menuContentHolder .menuContentHolderBottonRow
	{
		margin-top:2px;
		padding-top:2px;
		border-top:1px solid #FFCC00;
	}

	

	.dropdown .dropdown-content a
	{
		padding:8px 2%;
		font-size:14px;
		border-bottom:1px solid #ccc;

		padding:8px 5%;
	}

	.dropdown .dropdown-content a:hover
	{
		color:#000 !important;
		background-color:#f6f6f6 !important;
	}

	.topnavScrolled .logoHolder,
	.logoHolder
	{
		width:100%;
		display:table;
	}

	.topnavScrolled .menuContentHolder,
	.menuContentHolder
	{
		width:0%;
	}

		.accordion4 
		{
			background: #fff;
			color: #00cbff;
			border-bottom:1px solid #f2f2f2;
			border-radius:0px;
			padding:8px;
		}

		.accordion4:after
		{	
			color: #ccc;
		}

		.accordion4  img
		{
			height:22px;
			float:left;	
			padding:0px 5px 0px 0px;
			display:block;		
		}

		.accordion4 span
		{
			display:inline;
		}

		.activeMenu, .accordion4:hover 
		{
			background:none;
		}

		.leftButton
		{
			background: #fff;		
			color: #00cbff;
			border-bottom:1px solid #f2f2f2;
			border-radius:0px;
			padding:6px;
		}

		.leftButton img
		{
			height:20px;	
			float:left;			
			padding:5px 5px 0px 0px;	
			display:block;		
		}		

		.leftButton span
		{
			font-size:22px;	
			color:#ccc;
			display:inline-table;	
		}

		.mobileOnly
		{
			display:table;
		}

		/*** For Not logged ***/
		.mobileMenu
		{
			display:block;
		}

		.desktopMenu
		{
			display:none;		
		}	


	#navbarInoutBoxContainer
	{
		display:none;
	}

	#searchBox
	{
		display:none;
	}

	.topnavScrolled .logoColor
	{
		max-width:200px;
	}

	.joinUsButton
	{
		display:block !important;
	}
}


@media screen and (max-width:650px)
{

	.opinionHeader
	{
		height: 25px;
		margin-bottom: -5px;
		font-size: 16px;
	}

	.homeDocFlexContainer
	{
		flex-flow: column;
		align-items: center;
	}

	.homeDocFlexContainer .docContainer
	{
		margin:10px 0px;
		background: #f2f2f2;
	}

	.eventSection
	{
		width: 100%;
	}

	.eventBox
	{
		width: 98%;
		min-height: 210px;
	}

	.eventBox .dateBox
	{
		margin: 0px 0px 0px 0px;
	}

	.eventBox .contentBox
	{
		margin-left: 10px;
	}

	.eventBox .imgBox
	{
		height: 100%;
	}

	.newsSection
	{
		width: 100%;
	}

	.newsBox
	{
		width: 98%;
	}

	.MagVideoBox1
	{
		width: 95%;
		min-height: 275px;
		margin: 20px 10px;
		float: left;
	}	


	.quickOverviewBox1
	{
		width: 100%;
		margin-bottom: 20px;
	}


	.homeBannerBackgroundColor
	{
		height: auto;
		padding: 1px 10px 45px 10px;
	}

	.topBannerContent
	{
		//height: 265px;
		width: 96%;
		margin-top:0px;
		border-radius: 5px;
	}

	.topBannerContent .dropBox
	{
		float: left;
		width: 100%;
		margin: 0px;
	}

	.topBannerContent input
	{
		width: 96%;
		margin-bottom: 10px;

	}
	.topBannerContent select
	{
		width: 96%;
		margin-bottom: 10px;			
	}


	.topBannerContent .submitBtn
	{
		width: 96%;
		margin-bottom: 10px;
		margin-left: 0px;				
	}

	.accordion4
	{
		width: 100%;
	}

	.icon
	{
		color: #002147;
		width: 20px;
		font-size: 25px;
		display: table;
		border: 1px solid #002147;
		border-radius: 5px;
		margin: -2px 20px 0px 0px;
		padding: 5px 10px 5px 10px;
	}

	.taglineBoxHeader
	{
		margin: 0px;
		padding: 0px;
		float: left;
	}

	.topInfoHeader
	{
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding-left: 50px;
	}

	.topInfoHeaderContent
	{
		width: 100%;
		padding-right: 20px;
	}

	.topInfoHeaderContent span
	{
		width: 100%;
		border-right: 0px;
		padding:0px 0px 0px 0px;
		font-size: inherit;
	}

	.topInfoHeaderContentLeft
	{
		display: none;
	}

	.mobileInfoHeader
	{
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	
	.hiddenOnMobile
	{
		display: none;
	}

	.footerBox2
	{
		margin: 0px 0px 0px 20px;
		width: 95%;
	}

	.footerBox2 ul
	{
		margin-left:10px;
	}

	.footerBox3
	{
		margin: 0px 0px 0px 10px;
		width: 95%;
	}

	.footerBox3 ul
	{
		margin-left:10px;
	}

	.footerBox3 li 
	{
		float: left;
		width: 50%;
	}

	.footerBox3 strong
	{
		width: 100%;
		float: left;
	}

	.topMenu
	{
		width: 100%;
	}

	.topHeader
	{
		padding:5px 0px 0px 0px;
		background: #fff;	
		width:100%;
		margin: 0px auto;
		display:table;
	}

	.topHeaderLeft
	{
			width: 100%;
			float: left;
			padding-bottom: 10px;
			box-shadow: 0px 3px 3px #002147;
	}

	.topHeaderLeft img
	{
			width: 70px;
			float: left;
			margin: -7px 0px 0px 10px;
	}

	.taglineBoxHeader
	{
		margin: 0;
		margin-top: 0px;
		margin-left: 10px;
		text-align: left;
	}

	.taglineBoxHeader h1
	{
		font-size: 10px;
		color: #990000;
		margin-bottom: -10px;
		margin-top: 5px;
		width: 200px;
	}
	.taglineBoxHeader p
	{
		font-size: 14px;
		margin: 0px;
	}

	.topHeaderRight
	{
		display: none;
	}


	.newDefaultButton
	{
		width:80%;
		margin:65px 10% 15px 10%;
	}

	.blogModuleUnit
	{
		width:90%;
		margin:15px 5%;
	}

	.blogImgaeBox
	{
		margin-top: -15px;
	}

	.topnav
	{
		border-bottom:0px solid rgba(255,255,255,0.5);
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.taglineBox
	{
		display:none;
	}

	.logoWhite
	{
		margin-top:20px;
	}

	.dropdown-content
	{
	    border-top:2px solid #FFCC00;
	}

	.homeContainer
	{
		width:96%;
		margin:0px 2%;
	}

	.homeContainer h1, .homeContainer ul
	{
		padding:0px 10px;
	}

	.homeContainer ul li
	{
		margin:1px 0px 5px 0px;
	}

	.homeIconBar
	{
		width:100%;
		margin:30px auto 0px auto;
	}

	.homeIconBox
	{
		width:96%;
		margin:0px 2%;
		text-align:left;
		line-height:48px;
		border:0;
		border-bottom:1px solid #ccc;
	}
	.homeIconBox:nth-child(5)
	{
		border-bottom:0px solid #ccc;
	}
	.homeIconBox .homeIcon
	{
		width:auto;
		line-height:20px;
		margin:0px 10px 0px 10px;
		padding:5px 10px 0px 10px;
		border:0px;
		border-right:1px solid #ccc;
	}

	.bannerText
	{
		margin:0px;
		padding:0px;
		font-size:2em;
		line-height:1.3em;
		text-align:center;
	}

	.bannerHeadingText .bannerButton
	{
		float:none;
		display:table;
		margin:15px auto;
		width:80%;
	}

	.bannerHeadingText .bannerButton1
	{
		float:none;
		margin:0px;		
		display:table;
		margin:15px auto;
		width:80%;
	}


	.banner
	{
		margin-top:0px;
		height:unset;
		-o-background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center top;
		background-attachment:fixed;
		position:relative;
	}

	.bannerBackgroundColor
	{
		height: 500px;
		width:100%;
		background-size:cover;
		background-position:87% 100%;
	}

	.backgroundImageSection
	{
		//background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
		background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 1.0) 100%);
	}

	.bannerHeadingText
	{
		width:90%;
		margin:0px 5%;
	}

	.bannerHeadingText h1
	{
		font-size:32px;
		padding:0px 0px;
	}

	.bannerHeadingText div
	{
		margin:0px;
	}

	.bannerHeadingText p
	{
		margin:0px;
		padding:10px 0px;
	}

	.bannerHeadingText a
	{
		width:90%;
		margin:5px 5%;
		line-height:1.5em;
	}

	.accordianContainer
	{
		width:90%;
	}

	.homeContentLeft
	{
		width:100%;
	}

	.homeContentLeft img
	{
		float:none;
		margin:0px auto;
		display:table;
	}

	.homeContentRight
	{
		width:95%;
		margin:5px 2% 5px 2%;
		color: fff;
		background: #fff;
	}

	.homeContentRight ul
	{
		margin-left: 40px;
		padding-bottom: 30px;
	}

	.homeContentRight li
	{
	  width: 100%;
	}

	.homeContentRight li::before
	{
	  left: -25px;
	  top: -26px;
	}

	.quickOverviewBox
	{
		width:100%;	
		margin:0px 0px 40px 0px;
	}

	.firstPictureBackground
	{
		background-position:60% top;
		background-attachment:initial;
	}

	.firstPictureBackground ul li
	{
		padding:5px 0px;
	}

	.homeStepBox
	{
		width:100%; margin:10px 0px 20px 0px;
	}

	.faqBox
	{
		width:84%;
		margin:20px 3% 0px 3%;
		padding:0px 0% 0px 10%;
		background-position:3px 6px;
	}

	footer strong
	{
		display:block;
		margin:19px 0px;
		color:#fff;
	}


	.footerBox2
	{
		float: left;
		width:80%;
		margin:5px 10% 5px 0px;
		padding:5px 1.5%;
		box-sizing:border-box;
		text-align: left;
	}

	.footerBox2 p 
	{
		text-align: left;
		color: #fff;
		font-size: 16px;
	}

	.footerBox2 ul 
	{
		text-align: left;
		color: #fff;
		font-size: 16px;
	}

	.poweredFooter
	{
		padding: 3px 2px 0px 20px;
	}
}


@media screen and (max-width:500px) 
{
	.topnav
	{
		margin:0;
		padding:0;
	}

	.topnavContainer
	{
		padding:10px;
		padding-top:0;
		padding-bottom:0;
	}

	.topnavScrolled .logoColor
	{
		margin-top:10px;
		width: 70px;
		height: 50px;
		margin-left:-100px;
	}

	.topnav .icon
	{
		margin-top:15px;
		display:table-cell;
	}

	.topnavScrolled .icon
	{
		margin-top:8px;
		display:table-cell;
	}

	.taglineBox
	{
		display:none;
	}

	.logoBox
	{
		width:10%;
		display:table-cell;
		vertical-align:middle;
	}

	.topnavScrolled .logoColor, .logoWhite
	{
		/*width:85%;
		max-width:230px;*/
	}

	.logoHolder
	{
		padding:0px 0px 10px 0px;
	}
}