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

::selection
{
	color:white;
	background:#ff6d12;
	opacity:1;
}

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

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

.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: hidden;
	box-sizing: border-box;
	position:relative;

	color:#32404F;
}

.homeContainer ul
{
	/* //padding:0; */
}


/* .topBannerContent
{
	width: 35%;margin:180px 0px 0px 100px;
} */


/****************/
.storiesHeading
{
	font-size:32px;
	font-weight:normal;
}

.storyContainer
{
	width:25%;
	float:left;
	height:530px;
}

.storyImageContainer img
{
	width:320px;
}

.storyTextContainer
{
	line-height:1.5;
	text-align:left;
}

.storyTextContainer h1
{
	margin:15px auto;
	font-size:22px;
}

.storyTextContainer p
{
	padding:0px 25px 0px 25px;
	margin:0px;
}

.viewAllButton
{
	padding:60px 0px;
	text-align:center;
}

.viewAllButton a
{
	color:#fff;
	padding:15px 80px;
	background:#ff6d12;
	border-radius:5px;
	font-size:20px;
}

/***************/
.homeSummaryBox
{
	max-width:100%;
	height:auto;
	/* padding: 0px 20px 0px 20px; */
	/* margin:0px 0px 0px 30px; */
}

.summaryBoxFlexContainer
{
	display:flex;
	flex-flow:row;
	justify-content:space-around;
	align-items:center;
	padding:10px;
}

.summaryBox
{
	text-align:center;
	width:300px;
	height:560px;
	background:#fff;
}

.summaryBox .imageContainer
{
	overflow:hidden;
	height:200px;
	background:#000;
}

.summaryBox .textBox
{
	line-height:1.2;
	height:200px;
	padding:10px;
}

.summaryBox .textBox h1
{
	margin:0px;
	padding:15px 0px 15px 0px;
	color:#444;
	font-size:22px;
	font-weight:normal;
}

.summaryBox .textBox p
{
	margin:0px;
}

.summaryBox .roundButton
{
	border:2px solid #ff6d12;
	display:inline-block;
	font-size:15px;
	padding:2px;
	width:50px;
	border-radius:50px;
}

.summaryBox .roundButton span
{
	color:#ff6d12;
	font-size:30px;
}

.aboutVideoContainer
{
	background:#fff;
	width:48%;
	float:left;
	text-align:center;
}

.aboutVideoContainer video
{
	border:1px solid #444;
	border-radius:10px;
}

.aboutTextContainer
{
	float:left;
	width:50%;
	padding:0px 0%;
}

.aboutTextContainer h1
{
	text-align:left;
	line-height:1.2;
	margin-top: 0px;
}

.aboutTextContainer h1 span
{
	color:#ff6d12;
	font-weight:bold;
}

.aboutTextContainer p
{
	line-height: 1.6;
}

.aboutButton
{
	float:left;
	font-size:20px;
	border:1px solid #ff6d12;
	padding:5px 20px;
	border-radius:5px;
	margin: 10px 0px 0px 0px;
}

.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: 800px;
	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(0,0,0,0.5);
	width: 80%;
	margin:260px auto 0px auto;
	opacity: 1;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	color: #fff !important;
}

.topBannerContent h1
{
	color:#fff;	
	line-height: 1.3;
	font-size: 40px;
	margin:0px 0px 20px 0px;
	letter-spacing: 2px;
	font-family:ProximaNovaFont !important;
}

.topBannerContent span
{
	font-size: 18px;
}

.topBannerContent h2
{
	color: #fff !important;
	color:#264057;
	margin:0px;
	letter-spacing: 1.2px;
	line-height:1.2;
	font-size:18px;
}

.topBannerContent .topBannerButton a button
{
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background: #ff6d12;
	border-radius: 5px;
	padding: 10px 40px;
	margin: 15px 5px 10px 5px;
}

.topBannerContent .topBannerBtn
{
	color:#fff;
	background:#ff6d12;
	padding:15px 25px;
	border-radius:10px;
}

.topBannerContent .topBannerBtn:hover
{
	text-decoration: underline;
}

.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.jpg');
}

.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:5px 0px 0px 0px;
	background: #fff;	
	width:1200px;
	margin: 0px auto;
	display:table;	
}

.topHeaderLeft
{
	width: 30%;
	float: left;
	/* padding:20px 0px 0px 0px; */
}

.topHeaderLeft img
{
	width: 25%;
}

.topHeaderRight
{
	float: left;
	width: 70%;
	text-align: right;
	background:none;
	padding: 14px 0px 0px 0px;
}

.topHeaderRightBar
{
	clear:both;
	border-bottom:0px solid #444;
	padding:5px 0px 10px 0px;
	text-align:right;
}

.topHeaderRightBar .socialIconDiv
{
	display:inline-block;
	text-align:right;
	margin:0px 15px 0px 0px;
}

.topHeaderRightBar .socialIconDiv a
{
	background:#f2f2f2;
	padding:10px 10px 5px 10px;
	color:#2c2734;
	font-size:20px;
}

.topHeaderRightBar .socialIconDiv a:hover
{
	background:#fff;
}

.topHeaderRightBar>a:hover
{
	text-decoration: underline;
} 

.topHeaderRightBar .appointmentBox
{
	background:#ff6d12;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding:8px 20px;
	border-radius:20px;
	margin:0px 0px 0px 10px;
}

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

.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: #154779;
	font-weight:normal;
	letter-spacing:0px;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:300px;	
	line-height:1.2;	
}

.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; */
}

.reveal
{
	position: relative;
	transform: translateY(100px);

	opacity: 0;
	transition: 1s all ease;
}

.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 15px 10px 10px;
	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 #ff6d12;
}

.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:#154779;
	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:#154779;	
}

.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:#154779;
	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; 
	-webkit-animation-delay: 10s; 
	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 #56cdde;	
	cursor:pointer;
	text-align:center;
	background:#56cdde;

	background:none;
	color: white;
	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;
}

.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-banner4.png');
	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: #444;
	text-align: left;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: none;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

button.NEWaccordion.active, button.NEWaccordion:hover
{
	background: none;
	color: #ff6d12;
}

button.NEWaccordion::before
{
	content: '\002B';
	font-size: 24px;;
	/* background-color: #ccc; */
	color: #ff6d12;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
}

button.NEWaccordion.active::before
{
	content: "\00D7";
	background-color: none;
}

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

div.NEWpanel p
{
	margin: 5px 0px;
}

.quickOverviewBox
{
	width: 25%;
	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:#ff6d12;
	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%, #ff9c5f 300%);
	background:#fff;
}
.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
{
	color:white;
	/* //background:#002147; */
	/* //background-image: linear-gradient(#002147, #154779); */
	/* background: #2c2734; */
	background: #fcda4c;
	/* background:linear-gradient(to bottom, #092b44 40%, #ffff 300%); */

	 /*padding-top: 20px; 
	 padding-bottom: 20px; */
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#ffff;
	color: #2f2f2f;
}

footer a
{
	color:#000;
}

.socialIcons
{
	width: 100%;
}

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

.footerBox1
{
	display: table;
	width: 100%;
}

.footerBox1 div
{
	width: 25%;
	float: left;
	text-align: center;
	color: #000;
	padding: 20px 0px;
	letter-spacing: 2.5px;
}

.footerBox1 div a
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.footerBox1 div a i
{
	font-size: 20px;
}

.footerBox2
{
	display: table;
	width: 1200px;
	margin: 0px auto;
	padding: 45px 0px;
}

.footerBox2 div
{
	border-right: 0px solid #000;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #000;
}

.footerBox2 div .socialIcons
{
	color: #000;
	font-size: 20px;
	padding: 0px 10px 0px 0px;
}

.footerBox2 h1
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

.footerBox2 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerBox2 a
{
	color: #000;
}


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

.blog
{
	display:flex;
	flex-flow:row;
	justify-content:space-around;
	align-items:center;
}

.blogContainer
{
	text-align:center;
	height:500px;
	background:#fff;
	width:32%;
}

.blogImageContainer
{
	overflow:hidden;
	width:100%;
	height:200px;
}

.blogImageContainer img
{
	width:100%;
}

.blogTextContainer
{
	height:230px;
	line-height:1.2;
}

.blogTextContainer h1
{
	font-size:22px;
	margin-bottom:0px;
	height:50px;
	padding:0px 50px;
}

.blogTextContainer p
{
	margin:0px;
	padding:35px 20px;
}

.blogContainer a
{
	color:#ff6d12;
	font-size:18px;
}

.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%, #154779 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:100%;
	float: left;
}

.eventSection .eventDiv
{
	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: #154779;
			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: #154779;
			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;
	}

	.eventSection
	{
		width: 100%;
	}

	.eventSection .eventDiv
	{
		width: 100%;
	}

	.eventBox
	{
		width: 88%;
		margin: 10px 6%;
		display: table;
	}

	.eventBox .dateBox
	{
		width: 100%;
		margin: 0px;
		margin-top: 5px;
		/* margin: 45px 0px 0px 0px; */
	}

	.eventBox .contentBox
	{
		width: 96%;
		margin: 5px 0px 5px 0px;
	}

	.eventBox .imgBox
	{
		width: 100%;
		border-radius: 5px;
	}

	.eventBox .imgBox img
	{
		border-radius: 5px;
	}

	.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%;
		border-radius: 5px; */
		text-align: center;
		float:left;
		width: 90%;
		margin-top:0px;
		margin: 40px 0px 0px 10px;
		padding: 10px;
	}

	.topBannerContent h1
	{
		line-height: 1.2;
		text-align: center;
		margin: 15px 0px 15px 15px;
	}

	.topBannerContent h2
	{
		text-align: left;
		margin: 0px 10px 0px 15px;
	}

	.topBannerContent .topBannerPoints
	{
		/* color: #000; */
		margin: 30px 0px 40px 25px;
	}

	.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: 5px 20px 0px 0px;
		padding: 0px 10px 0px 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;
	}

	.footerBox1 div
	{
		width: 100%;
	}

	.footerBox2
	{
		max-width: 100%;
	}

	.footerBox2 div
	{
		width: 100%;
		padding: 10px 30px;
	}

	.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: auto;
		max-width: 50px;
		float: left;
		margin: 0px 0px 0px 5px;
	}

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

	.taglineBoxHeader h1
	{
		font-size: 10px;
		color: #154779;
		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; */
	}

	.storyContainer
	{
		width: 100%;
		float: none;
	}

	.storyImageContainer
	{
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

	.storyContainer img
	{
		width: 100%;
		height: auto;
	}

	.viewAllButton
	{
		width: 100%;
	}

	.viewAllButton a
	{
		width: 100%;
		padding: 15px;
	}

	.summaryBoxFlexContainer
	{
		width: 100%;
		flex-flow: column;
		padding: 0px;
	}

	.summaryBox
	{
		margin: 10px 0;
		width: 80%;
	}

	.summaryBox .textBox
	{
		overflow: hidden;
	}

	.aboutVideoContainer
	{
		width: 100%;
		height: 350px;
	}

	.aboutVideoContainer img
	{
		height: 100%;
		border: 2px solid #444;
		border-radius: 20px;
	}

	.aboutTextContainer
	{
		width: 100%;
		padding: 0px 0px 0px 10px;
	}

	.aboutTextContainer h1
	{
		padding: 0px;
		line-height: 1.2;
	}

	.aboutButton
	{
		/* float: left;
		margin-left: 100px; */
	}

	.blog
	{
		width: 100%;
		flex-flow: column;
		padding: 0px;
	}
	
	.blogContainer
	{
		width: 90%;
		margin: 10px;
	}

	.blogContainer a
	{
		margin: 15px 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:left 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
	{
		padding-top: 0px;
	}

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

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