html, 
body {
	display: table;
	width: 100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fff;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #40464b;
	font-size: 15px;
	font-weight: 400;
}
body {
	padding-top: 60px; /* Height of the navbar */
}
header,
main,
footer {
	display: table-row;
}
main {
/* 	background: linear-gradient(to bottom, #f0f0f0, #fff 30%); */
	background: linear-gradient(to bottom, rgba(100,100,100,0.15), rgba(255,255,255,0) 30%);
	height: 100%;
}
header p {
	padding: 0px;
	margin: 0px;
}
footer {
	background-color: #eef4f7;
}
footer .footer-content
{
	border-top: 9px solid #cbd7de;
}
footer .footer_contact {
    text-align: left;
    color: #7c868b;
    font-size: 14px;
}
footer .footer_contact {
    border-bottom: 1px solid #d8e6ef;
}
footer .copyright {
    border-top: 1px solid #d8e6ef;
}
footer .products {
	max-width: 1000px;
	margin: 0px auto;
}
footer p {
	margin: 0;
}
footer p.head {
	font-weight: 600;
	margin-bottom: 5px;
}
footer a {
	color: #40464b;
	text-decoration: none;
}
footer a:hover {
	color: #3971a8;
	text-decoration: none;
}
img {
	border: none;
}
.container {
	max-width: 1440px;
	margin: 0 auto;
}
.wrapper {
	display: table;
	width: 100%;
}
* {
	box-sizing: border-box;
}
a {
	color: #40464b;
	text-decoration: none;
}
a.dashed {
	border-bottom: 1px dashed #c4c4c4;
}
a:hover {
	color: #5C9CDF;
	text-decoration: none;
}
[class*="col-"] {
	padding: 15px;
	display: table-cell;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Sub-header */

#sub-header {
	vertical-align: top;
}
#sub-header p.title {
	margin: 0px 0px 10px;
	font-size: 28px;
	font-weight: 600;
}
#sub-header p {
	margin: 0px;
	font-size: 22px;
	font-weight: 400;
}
#sub-header [class*="col-"] {
	border-color: #fff;
	border-style: solid;
	border-width: 3px 0px 0px 3px;
	color: #fff;
	padding: 20px;
}
#sub-header [class*="col-"]:first-child {
	border-left: 0px;
}

/* Circles */

.circle {
	height: 88px;
	width: 88px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 40px;
}

.circle.question {
	background: #7cacd1 url(/img/icon_question.svg) no-repeat center center;
	background-size: 38px;
}

/* Buttons */

.btn {
	background: #5C9CDF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}
#sub-header .btn:hover {
	background: rgba(94,133,200,.5);
	color: white;
	text-decoration: none;
}
#sub-header .btn {
	background: rgba(111,186,225,.2);
	color: white;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 10px;
	margin-top: 20px;
	border: 2px solid rgba(255,255,255,.7);
	border-radius: 6px;
	min-width: 130px;
}

/* Font attr */

.bold {
	font-weight: 600;
}

/* Colors */

.green {
	color: #03690a;
}
.red {
	color: #ca0505;
}
.yellow {
	color: #957501;
}
/* Gradient background colors */

.grad-gray {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #fff, #f4f4f4);
	color:#40464b;
}

/* Align */

.center { text-align: center; }
.right { text-align: right; }
.left {	text-align: left; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

p.error_box {
	background-color: #FEE5E6;
	color: #b30612;
	padding: 10px;
	font-weight: 400;
	margin: 0px;
	border-bottom: 1px solid #ecd2d3;
}
p.success_box {
	background-color: #f0f4ea;
	color: #546c37;
	padding: 10px;
	font-weight: 400;
	margin: 0px;
	border-bottom: 1px solid #d6e2c5;
}
#sec p.error_box {
	border: 1px solid #ecd2d3;
	border-top: 0px;
}
#sec p.success_box {
	border: 1px solid #d6e2c5;
	border-top: 0px;
}
#sec p.warn_box {
	background-color: #f6e8e8;
	color: #853333;
	padding: 10px;
	font-weight: 400;
	margin: 0px 0px 20px;
	border: 1px solid #e7c1c1;
}
#sec p.warn_box a {
	color: #602424;
}

/* For mobile */
@media only screen and (max-width: 600px) {
	[class*="col-"] {
		display: block;
		width: 100%;
		text-align: center;
	}
	body {padding-top: 0px;}
	.desktop-only {display: none;}
	#sub-header [class*="col-"] {border: none;} /* Remove space around sub-header */
}
