body,
html {
	height: 100%;
	margin: 0;
	background: #F5F8FA;
}

.main a {
	text-decoration: underline;
	font-weight: 600;
	color: #396390;
}

.main a:focus,
.main a:hover {
	text-decoration: underline;
}

.main {
	background: #fff;
	margin-bottom: 30px;
	padding: 0 15px;
	font-weight: normal;
	color: #222;
	font-size: 17.9px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
}

iframe,
img {
	max-width: 100%;
	margin: auto
}
.content {
	width: 900px !important;
	display: block;
	padding-top: 1rem;
	padding-bottom: 50px;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	padding-right: 0 !important;
	border: 0 !important;
	border-right: none !important;
}

.wrapper-inner > .container {
	max-width: 100%
}

.header .nav-trigger span.label {
	letter-spacing: .085rem;
}

.btn-facebook,
.btn-github,
.btn-google,
.btn-linkedin,
.btn-twitter {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

iframe,
img {
	display: table
}
.img-left {
	float: left;
	padding: 15px 15px 15px 0px;
}
.img-right {
	float: right;
	padding: 15px 0px 15px 15px;
}

#page-title {
	background: #105C6B url("images/header.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	min-height: 300px;
	margin-bottom: -40px;
	padding: 50px 0 60px;
}

#page-title img {
	display: block;
}

#page-title h1 {
	font-size: 55px;
	color: #fff;
	text-align: center;
	margin: auto;
	font-weight: bolder;
	width: 100%;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}

#page-title h1 small {
	font-size: 30px;
	color: #fff;
	margin: 25px auto 20px;
	font-weight: normal;
	font-style: italic;
	display: inline-block;
	background: #24E0A6;
	position: relative;
	padding: 5px 15px 8px;
	border-radius: 25px;
}

#page-title h1 small::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -105px;
	height: 2px;
	width: 100px;
	background: #24E0A6;
}

#page-title h1 small::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -105px;
	height: 2px;
	width: 100px;
	background: #24E0A6;
}

#page-title .subtitle {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	max-width: 850px;
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	display: inline-block;
	margin: 10px auto;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
}

.main form {
	margin: .75rem 0;
	position: relative;
}

.main form input[type="submit"] {
	position: relative;
	top: -3px;
}

.main form input[type="text"] {
	margin-right: .5rem;
}

.main .box {
	border: 2px solid #A1EA85;
	border-radius: 12px;
	margin: 30px auto;
	overflow: hidden;
}

.main .box p strong {
	display: block;
	text-align: center;
	padding: 10px;
	background: #F5F5F5;
	color: #396390;
}

.main .box ul {
	margin-right: 15px;
}

.main h2 {
	color: #fff;
	font-size: 26px;
	margin: 2em 0 1em;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	border-radius: 20px 20px 0 0;
	padding: 20px;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	background: #1EA4E7 url("images/blue.png") no-repeat center center;
	background-size: cover;
	min-height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main h3 {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-style: normal;
	font-size: 24px;
	margin: 30px auto 20px;
}

.main h3 span {
	color: #000;
	background: #ADC4C7;
	border-radius: 25px;
	padding: 10px 15px;
	flex-grow: 0;
	flex-shrink: 0;
	min-width: 380px;
	max-width: 100%;
	text-align: center;
	margin: 5px;
}

.main h3::before,
.main h3::after {
	content: "";
	display: block;
	width: 50%;
	height: 1px;
	border-top: 2px dashed #ADC4C7;
}

.main h3.red span {
	background: #D09492;
}

.main h3.red::before,
.main h3.red::after {
	border-color: #D09492;
}

.main h2.purple {
	background: #B44EFC url("images/purple.png") no-repeat center center;
	background-size: cover;
}

.main h2.brown {
	background: #984733 url("images/brown.png") no-repeat center center;
	background-size: cover;
}

.main h2.green {
	background: #88973F url("images/green.png") no-repeat center center;
	background-size: cover;
}

.main table {
	border: none;
	margin: 60px 0;
	width: 100%;
	box-shadow: 1px 1px 1px #0000000D;
	border-radius: 4px;
	border: none;
}

.main .table-container table th:first-child {
	background: #94E0E6 !important;
	color: #4076B2;
	border-bottom: 2px solid #83CFD5;
	font-size: 22px;
	text-align: center;
	padding: 10px 15px 5px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}

.main .table-container table th:first-child span {
	background: transparent !important;
}

.main .table-container table tbody {
	border: 30px solid #E7ECF2;
	background: #E7ECF2;
}

.main .table-container table .th {
	background: transparent;
}

.main .table-container table .th td {
	padding: 0 5px;
	vertical-align: middle;
}

.main .table-container table .th td span {
	border-radius: 20px 20px 0 0;
	padding: 8px 10px 5px;
	height: 100%;
	display: block;
	font-weight: bold;
}

.main .table-container table .th td.blue span {
	color: #fff;
	background-color: #30A1B0;
}

.main .table-container table .th td.d-blue span {
	color: #fff;
	background-color: #4076B2;
}

.main .table-container table .th td.red span {
	color: #fff;
	background-color: #E37774;
}

.main .table-container table .th td.green span {
	color: #fff;
	background-color: #78B778;
}

.main th small {
	font-weight: normal;
	font-size: 100%;
}

.main .table-container table.purple th:first-child {
	background: #ACADDE !important;
	border-color: #9798D5;
	color: #fff;
}

.main .table-container table.purple tbody {
	border-color: #E1EDEF;
	background: #E1EDEF;
}

.main .table-container table.blue th:first-child {
	background: #B4CCE5 !important;
	border-color: #94B2D1;
	color: #fff;
}

.main .table-container table.blue tbody {
	border-color: #E1EDEF;
	background: #E1EDEF;
}

.main .table-container table.d-purple th:first-child {
	background: #7C8EBF !important;
	border-color: #4B5B86;
	color: #fff;
}

.main .table-container table.d-purple tbody {
	border-color: #E1EDEF;
	background: #E1EDEF;
}

.main tr {
	background: #FFF;
}

.main tr:nth-child(even) {
	background: #F4F4F4;
}

.main .table-container table td {
	text-align: center;
	padding: 10px;
	border: none;
	font-size: 1.1em;
}

.main ul {
	list-style: none;
	margin: 40px 0 40px 30px;
}

.main ul li {
	margin-bottom: 20px;
}

.main ul li::before {
	content: "•";
	color: #2F6BB2;
	margin-left: -20px;
	float: left;
	font-size: 2em;
	line-height: 18px;
}

.main ul.red li::before {
	color: #D09492;
}

@media(min-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	img[style="float: right;"] {
		float: left;
		padding-left: 15px;
	}
	img[style="float: left;"] {
		padding-right: 15px;
	}
	.main {
	    padding: 0 45px;
	}
	.three-col {
	    columns: 3;
	}
}

@media (min-width:1230px) {
	.wrapper-inner > .container {
	    width: 1020px;
	}
}

@media (max-width:992px) {
	.wrapper-inner > .container {
    	padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
    	width: auto;
	}
	.mobile-show {
	    display: block !important;
	}
	.mobile-hide {
	    display: none !important;
	}
}

@media(max-width: 650px) {
	img[style="float: right;"], img[style="float: left;"] {
		float: none !important;
	}
	#page-title {
	    overflow: hidden;
	}
	#page-title img {
    	min-width: 800px;
    	margin: auto;
    	margin-left: -400px;
    	position: relative;
    	left: 50%;
	}
}

@media (max-width:520px) {
	.main {
    	width: auto;
    	margin-bottom: 0
	}
    .wrapper-inner p {
	    font-size: 16px
	}
}

.wrapper-inner a,
.wrapper-inner p,
.wrapper-inner li {
	white-space: normal;
	word-wrap: break-word;
}

.main img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	margin: 35px auto;
}
