@charset "UTF-8";
/* CSS Document */





/*------------------   Prevent mobile browser resizeing text ------------------*/

html, body, form, fieldset, p, div, h1, h2, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}




body {
	margin: 0;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}



/*------------------   Content wrapper ------------------*/

#wrapper {
	margin:0;
	padding: 0;
	position:absolute;
	width: 100%;
}


/*------------------   Text styles    ------------------*/


p, a {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 35px;
	text-decoration: none;
}

h1 {
	color: #FFFFFF;
	font-size: 46px;
	font-weight: 200;
	margin-top: 20px;
}

h2 {
	color: #007FFB;
	font-size: 26px;;
	font-weight: 200;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 75px;
}

h3 {
	color: #007FFB;
	font-size: 23px;;
	font-weight: 200;
	margin-bottom: 0px;
}

p.quote {
	color: #FFFFFF;
	font-size: 13px;;
	font-weight: 200;
	background-color: #007FFB;
	box-shadow: 6px 0px 0px 5px #007FFB, 
	-6px 0 0 5px #007FFB;
	display: inline;
	padding: -3 0 -3 0;
	margin-left: 6px;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.quoteWrapper {
	margin-top: 75px;
}

p.grey {
	color: #53565a;
	text-align: center;
}

p.white {
	color: #FFFFFF;
	text-align: center;
}


/*------------------   Section Styles    ------------------*/


.sectionStretchWhite {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	overflow-y: auto;
	background-color: #FFFFFF;
}

.sectionStretchBlue {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	overflow-y: auto;
	background-color: #007FFB;
}

.sectionStretchGrey {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	overflow-y: auto;
	background-color: #EFEFEF;
}

.section_full {
	position:relative;
	display:block;
	width: 100%;
	height: 650px;
	overflow-y: auto;
}

.sectionContent {
	position:relative;
	padding: 50px 50px 50px 50px;
	margin:0 auto;
	width: 1280px;
	max-width: 1280px;
	min-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

#supportBar .sectionContent {
	position:relative;
	padding: 10px 50px 10px 50px;
	margin:0 auto;
	width: 1280px;
	max-width: 1280px;
	min-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#supportBar .sectionContent div {
	color: white;
	font-size: 18px;
	line-height: 18px;
}

#supportBar .sectionContent div a {
	color: white;
	font-weight:700;
	font-size: 18px;
	line-height: 18px;
}


/*------------------   Section Styles    ------------------*/


#header_wrapper {
	position:absolute;
	left: 50%;
	top: 55%;
	margin-left: -25%;
	margin-top: -25%;
	width:50%;
	height: 50%;
	background-color: white;
}

/*------------------   Image Styles    ------------------*/

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

/*------------------   Scroll to top button    ------------------*/
.scrollup {
	z-index: 2000;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 40px;
	right: 5%;
	margin-left: -20px;
	display: none;
	text-indent: -9999px;
	background: url('icon_top.png') no-repeat;
}

/*------------------   Custom Elements    ------------------*/

#logo {
	position: absolute;
	left: 50px;
	top: 50px;
	width: auto;
	height: auto;
}

#menuButton {
	position: absolute;
	right: 50px;
	top: 50px;
	width: auto;
	height: auto;
}

#headerContent {
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 400px;
	height: auto;
}

.categories {
  
	display: flex;
	flex-flow: row wrap;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	justify-content: space-between;
	gap: 24px;
}

.categories .category {
	background: #FFFFFF;
    margin: 10px;
    height: 225px;
    width: calc( (100% / 3) - 20px );
	box-sizing: border-box;
	margin: 0px;
	position: relative;
}

.categories .category .categoryTitle {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #007FFB;
	position: relative;
	z-index: 50;
}

.categories .category .categoryTitle p {
	text-align: center;
	font-weight: 200;
	color: white;
}

.footerInner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footerInner .logo {
	flex-basis: 200px;
}



.footerSection div {
font-weight: 100;
}

.footerSection div ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

.footerSection div ul li.listHeader {
	list-style: none;
	color: #007FFB;
	font-size: 16px;
	line-height: 18px;

}

.footerSection div ul li.listItem {
	list-style: none;
	color: #707070;
}

.footerSection div ul li.listItem a {
	color: #707070;
	font-size: 16px;
	line-height: 18px;
}


.footerSection {
	height: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
	flex-basis: auto;
	flex-flow: wrap;
}

.footerInner .credit {
	order: 4;
	flex-basis: 100%;
	justify-content: center;
}
.footerInner .credit a {
	font-size: 12px;
	color: #007FFB;
	font-weight: 100;
}

.footerSection div img {
	height: 35px;
	width: auto;
}

.footerSection .multipleIcons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footerSection .multipleIcons div img {
	 height: 25px;
	 width: auto;
}

.footerSection .multipleIcons .iconRow {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.footerSection .multipleIcons .iconRow div ul {
	margin-top: 3px;
}

.menu {
	position:fixed;
	top: 0px;
	right: -310px;
	z-index: 16000161;
	width: 300px;
	height: 100vh;
	min-height: 300px;
	background-color: #007FFB;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
	box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.75);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000') ;
}

.active {
	position: fixed;
	right: 0px;
}

.menu #closeButton {
	flex-basis: 15%;
	color: #FFFFFF;
}

.menu #services {
	flex-basis: 60%;
	color: #FFFFFF;
}

.menu #services ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

.menu #services ul li.listHeader {
	list-style: none;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 26px;
}

.menu #services ul li.listItem {
	list-style: none;
	color: #FFFFFF;
}

.menu #services ul li.listItem a {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 26px;
	font-weight: 100;
}

.menu #details {
	flex-basis: 20%;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

.menu #details img {
	width: 20px;
	height: auto;
}

.menu #details ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}

.menu #details ul li.listItem {
	list-style: none;
	color: #FFFFFF;
}

.menu #details ul li.listItem a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
}

.menu #details .iconRow {
	display: flex;
	flex-direction: row;
	gap: 15px;
}


/*------------------   Media query for smartphone    ------------------*/

@media only screen and (min-width: 768px) and (max-width: 1279px) {
p, a {
	font-size:18px;
	line-height: 22px;
}

.sectionContent {
	position:relative;
	padding: 50px 50px 50px 50px;
	margin:0 auto;
	width: 768px;
	max-width: 768px;
	min-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

#supportBar .sectionContent {
	width: 768px;
	max-width: 768px;
}


.categories .category {
    width: calc( (100% / 2) - 20px );
}

.footerInner{
	flex-flow: wrap;
	gap: 20px;
}

.footerInner .credit {
	order: 4;
	flex-basis: 45%;
	height: auto;
	flex-direction: column;
	justify-content:flex-end;
	align-items:flex-end;
	margin-bottom: 25px;
}

.footerInner .logo {
	flex-basis: 45%;
	order: 3;
	margin-bottom: 25px;
}

.footerSection div img {
	width: 25px;
	height: auto;
}

.footerSection .multipleIcons .iconRow {
	gap: 10px;
}



}

@media only screen and (max-width: 767px) {
	.sectionContent {
		position:relative;
		padding: 50px 50px 50px 50px;
		margin:0 auto;
		width: 100%;
		max-width: 768px;
		min-height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}

	#headerContent {
		position: absolute;
		left: 0px;
		bottom: 50px;
		width: 100%;
		height: auto;
		padding: 0px 50px 0px 50px;
		box-sizing: border-box;
	}

	#supportBar .sectionContent {
		width: 100%;
		max-width: 768px;
		flex-direction: column;
		gap: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.categories .category {
		width: 100%;
	}
	.footerSection {
		flex-basis: 50%;
		height: auto;
		text-align: center;
		flex-direction: column;
}

.footerInner .credit {
	margin-top: 25px;
	order: 4;
	flex-basis: 100%;
	justify-content: center;
}

.footerInner {
	width: auto;
	flex-basis: auto;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
}

.footerInner .logo {
	flex-basis: 100%;
	order: 0;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 20px;
}

.footerSection .multipleIcons .iconRow {
	flex-direction: column;
}

.footerSection .multipleIcons div img {
	height: 35px;
	width: auto;
}

}

