@charset "UTF-8";
/* CSS Base Document - contains commonly reusable assets */
body, input, textarea, select, button {
	direction: ltr;
	font-feature-settings: "liga", "kern";
	font-synthesis: none;
	text-align: left;
	text-rendering: optimizelegibility;
}
body, .body {
	font-family: 'Open Sans', sans-serif;
	color: #002640;
	line-height: 1.6;
	font-size: 16px;
}
a:focus, a:hover {
	outline: none;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: #ccd4d9;
}
.nav > li.disabled > a {
	color: #7b8994;
}
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
	color: #7b8994;
}
.container.full, .container-fluid.full {
	padding-left: 0;
	padding-right: 0;
}
pre {
	background-color: #F3F5F6;
	border: 1px solid #ccd4d9;
	color: #002640;
}
.panel-default > .panel-heading {
	background-color: #F3F5F6;
	border-color: #ccd4d9;
	color: #002640;
}
.panel-footer {
	background-color: #f2f2f2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #ccd4d9;
	padding: 10px 15px;
}
.equal, .equal > div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 0 auto;
}
.equal .panel {
	display: flex;
	flex-direction: column;
	align-content: stretch;
}
.equal .panel-body {
	/*   display: flex;*/
	flex-grow: 1;
}
.equal-header, .equal-height {
	display: inline-block;
	vertical-align: top;
}
.img-thumbnail {
	border: 1px solid #ccd4d9;
	border-radius: 5px;
	padding: 1px;
}
p {
	margin: 0 0 1em;
}
.lead {
	font-size: 20px;
	line-height: 1.5em;
}
.callout {
	font-size: 87px;
	line-height: 87px;
	letter-spacing: -7px;
}
callout-sm {
	font-size: 16px;
	line-height: 16px;
}
code {
	background-color: #ccebff;
	border-radius: 2px;
	color: #0099ff;
	padding: 4px 8px;
}
hr {
	border-color: #F3F5F6;
}
hr.call-out {
	border-top: 1px solid #ccd4d9;
	margin: 50px 0;
}
.hr-divider-small {
	background: rgba(0, 0, 0, 0) url("/etc/images/mp/bg/hr-divider-small.png") no-repeat scroll 50% 0;
	text-indent: -9999px;
}
.hr-divider-big {
	background: rgba(0, 0, 0, 0) url("/etc/images/mp/bg/hr-divider-big.png") no-repeat scroll 50% 0;
	text-indent: -9999px;
}
.hr-divider-silver-dark {
	background: rgba(0, 0, 0, 0) url("/etc/images/mp/bg/hr-divider-silver-dark.png") no-repeat scroll 50% 0;
	text-indent: -9999px;
	height: 200px;
}
.row .full {
	padding-left: 0;
	padding-right: 0;
}
.col-lg-1.full, .col-lg-10.full, .col-lg-11.full, .col-lg-12.full, .col-lg-2.full, .col-lg-3.full, .col-lg-4.full, .col-lg-5.full, .col-lg-6.full, .col-lg-7.full, .col-lg-8.full, .col-lg-9.full, .col-md-1.full, .col-md-10.full, .col-md-11.full, .col-md-12.full, .col-md-2.full, .col-md-3.full, .col-md-4.full, .col-md-5.full, .col-md-6.full, .col-md-7.full, .col-md-8.full, .col-md-9.full, .col-sm-1.full, .col-sm-10.full, .col-sm-11.full, .col-sm-12.full, .col-sm-2.full, .col-sm-3.full, .col-sm-4.full, .col-sm-5.full, .col-sm-6.full, .col-sm-7.full, .col-sm-8.full, .col-sm-9.full, .col-xs-1.full, .col-xs-10.full, .col-xs-11.full, .col-xs-12.full, .col-xs-2.full, .col-xs-3.full, .col-xs-4.full, .col-xs-5.full, .col-xs-6.full, .col-xs-7.full, .col-xs-8.full, .col-xs-9.full {
	padding-left: 0;
	padding-right: 0;
}
.full-height {
	min-height: 100vh !important;
}
.ninety-height {
	min-height: 90vh !important;
}
.eighty-height {
	min-height: 80vh !important;
}
.seventy-height {
	min-height: 70vh !important;
}
.half-height {
	min-height: 50vh !important;
}
.thirty-height {
	min-height: 30vh !important;
}
.twenty-height {
	min-height: 20vh !important;
}
.tenth-height {
	min-height: 10vh !important;
}
.min-height-700 {
	min-height: 700px;
}
.min-height-800 {
	min-height: 800px;
}
.min-height-950 {
	min-height: 950px;
}
.min-height-1200 {
	min-height: 1200px;
}
/* Headers and text */
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
h1, .h1 {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -3px;
	line-height: 70px;
	word-spacing: -3px;
}
.h1.lead, .h1.subheadline {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 1.5em;
	margin-bottom: 0;
	word-spacing: -1px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	color: #002640;
	font-weight: 300;
	line-height: 1.4;
}
/*h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 1em;
}*/
.h2, h2 {
	line-height: 45px;
}
.text-light {
	font-weight: 100 !important;
}
.text-strong {
	font-weight: 600 !important;
}
blockquote .small, blockquote footer, blockquote small {
	color: #7b8994;
}
.page-header {
	border-bottom: none;
}
/* /Headers and text */
/* font-sizes */
.font-size-11 {
	font-size: 11px;
}
/* /font-sizes */
/* Buttons */
a {
	color: #7B8994;
}
a:hover {
	color: #002640;
}
a:focus {
	outline: none !important;
	outline-offset: 0 !important;
}
.btn-default {
	background-color: #fff;
	border-color: #0099ff;
	color: #0099ff;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	background-color: #F3F5F6;
}
button.btn.btn-default.active {
	color: #0099ff;
	background-color: #fff;
	border-color: #0099ff;
}
.btn.btn-outline {
	color: #0099ff;
	border: 2px solid #0099ff;
	background: none;
	background-color: none;
}
.btn.btn-outline.white {
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.btn.btn-outline.btn-secondary {
	color: #7B8994;
	border: 2px solid #7B8994;
	background: none;
	background-color: none;
}
.btn.btn-primary {
	color: #ffffff;
	border: 2px solid #0099ff;
	background: #0099ff;
}
.btn.btn-secondary {
	color: #ffffff;
	border: 2px solid #7B8994;
	background: #7B8994;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #002640;
	border-color: #002640;
	color: #fff;
}
.btn-primary:hover, .open > .dropdown-toggle.btn-primary:hover {
	border-color: #0073bf;
	border: 2px solid #0073bf;
}
.btn.btn-outline.active.focus, .btn.btn-outline.active:focus, .btn.btn-outline.active:hover, .btn.btn-outline.focus:active, .btn.btn-outline:active:focus, .btn.btn-outline:active:hover, .open > .dropdown-toggle.btn.btn-outline.focus, .open > .dropdown-toggle.btn.btn-outline:focus, .open > .dropdown-toggle.btn.btn-outline:hover {
	border-color: #002640;
	color: #002640;
}
.btn.btn-outline:hover, .open > .dropdown-toggle.btn.btn-outline:hover {
	border-color: #002640;
	color: #002640;
}
.btn-link {
	color: #0099ff;
}
.btn-link.lead {
	font-weight: 100;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.4;
}
.btn-danger {
	background-color: #ee4036;
	border-color: #ee4036;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
	background-color: #ce3131;
	border-color: #ce3131;
}
.btn-warning {
	background-color: #ffbd2e;
	border-color: #ffbd2e;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
	background-color: #e0a015;
	border-color: #e0a015;
}
.btn-success {
	background-color: #28ca41;
	border-color: #28ca41;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
	background-color: #11ab27;
	border-color: #11ab27;
}
.btn-info {
	background: none;
	border-color: #7b8994;
	color: #7b8994;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
	background-color: #F3F5F6;
	border-color: #7b8994;
	color: #7b8994;
}
.btn-circle {
	border-radius: 50%;
}
/* /Buttons */
/* Colors */

.pale-gray {
	color: #F3F5F6;
}
.silver-gray {
	color: #ccd4d9;
}
.slate-gray {
	color: #7b8994;
}
.caribbean-blue {
	color: #0099ff;
}
.corporate-blue {
	color: #002640;
}
.white {
	color: #ffffff;
}
.dark-white {
	color: #f2f2f2;
}
.silver {
	color: #CCD4D9;
}
.light-silver {
	color: #ccd4d9;
}
.dark-silver {
	color: #7B8994;
}
.black {
	color: #000000;
}
.blue {
	color: #0099ff;
}
.pink {
	color: #ff3366
}
.text-primary {
	color: #0099ff;
}
.text-success {
	color: #11ab27;
}
.text-info {
	color: #ccd4d9;
}
.text-warning {
	color: #e0a015;
}
.text-danger {
	color: #ce3131;
}
.bg-primary {
	background-color: #0099ff;
}
.bg-success {
	background-color: #d4f4d9;
}
.bg-info {
	background-color: #F3F5F6;
}
.bg-warning {
	background-color: #fff2d5;
}
.bg-danger {
	background-color: #fcd9d7;
}
.bg-dark-blue {
	background-color: #002640;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-dark-white {
	background-color: #F0F2F4;
}
.bg-silver {
	background-color: #CCD4D9;
}
.bg-light-silver {
	background-color: #ccd4d9;
}
.bg-dark-silver {
	background-color: #7B8994;
}
.bg-black {
	background-color: #000000;
}
.bg-blue {
	background-color: #0099ff !important;
}
.bg-red {
	background-color: #DB1221;
}
.bg-green {
	background-color: #178F48;
}
.bg-orange {
	background-color: #ED7608;
}
.bg-purple {
	background-color: #304CB2;
}
.bg-pink {
	background-color: #ff3366;
}
.bg-richblue {
	background-color: #005691
}
/* /Colors */

.table > thead > tr > th {
	border-bottom: 2px solid #ccd4d9;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F3F5F6;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ccd4d9;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #ccd4d9;
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
	background-color: #d4f4d9;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
	background-color: #F3F5F6;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #fff2d5;
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
	background-color: #fcd9d7;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px solid #ccd4d9;
	line-height: 26px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #ce3131;
}
.has-error .form-control {
	border-color: #ce3131;
}
.has-error .form-control-feedback {
	color: #ce3131;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #11ab27;
}
.has-success .form-control {
	border-color: #11ab27;
}
.has-success .form-control-feedback {
	color: #11ab27;
}
.has-success .input-group-addon {
	background-color: #d4f4d9;
	border-color: #11ab27;
	color: #11ab27;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #e0a015;
}
.has-warning .form-control {
	border-color: #e0a015;
}
.has-warning .form-control-feedback {
	color: #e0a015;
}
/*blockquote {
	border-left: 2px solid #ccd4d9;
}*/

blockquote {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	border: none;
	font-weight: bold;
}
/* Panels */
.panel-floating {
	backface-visibility: hidden;
	border: none;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	padding: 75px;
	position: relative;
	transform-style: preserve-3d;
	z-index: 10;
}
.panel-floating::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -3;
}
.panel-default {
	border-color: #ccd4d9;
}
/* /Panels */
/* margins */
.margin-top--100 {
	margin-top: -100px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-100 {
	margin-top: 100px;
}
.margin-top-150 {
	margin-top: 150px;
}
.margin-top-200 {
	margin-top: 200px;
}
.margin-top-250 {
	margin-top: 250px;
}
.margin-top-300 {
	margin-top: 300px;
}
.margin-top-350 {
	margin-top: 350px;
}
.margin-top-400 {
	margin-top: 400px;
}
/* /margins */

/* /Icon Size*/
.icon-mega {
	font-size: 9em;
}
.icon-large {
	font-size: 7em;
}
.icon-medium {
	font-size: 5em;
}
.icon-small {
	font-size: 3em;
}
.icon-xxsmall {
	font-size: 2em;
}
.lead > li {
	list-style: none;
}
.form-control {
	border: 1px solid #ccd4d9;
	color: #7b8994;
}
.form-control:focus {
	border-color: #0099ff;
}
.form-control::-moz-placeholder {
 color: #7b8994;
 opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #F3F5F6;
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
body, .body {
	font-size: 18px;
}
h1, .h1 {
	font-size: 60px;
	line-height: 60px;
}
.h1.lead {
	font-size: 25px;
}
}

@media only screen and (max-width: 991px) {
body, .body {
	font-size: 16px;
}
h1, .h1 {
	font-size: 50px;
	line-height: 50px;
}
.h1.lead {
	font-size: 22px;
}
.equal-header, .equal-height {
	display: block;
}
}

@media only screen and (max-width: 767px) {
body, .body, .btn-group-lg > .btn, .btn-lg {
	font-size: 14px;
}
h1, .h1, .h1.subheadline {
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -1.5px;
}
.h1.lead {
	font-size: 18px;
	letter-spacing: 0;
}
.h2, h2 {
	font-size: 20px;
	line-height: 1.4;
}
.lead {
	font-size: 16px;
	line-height: 1.4;
}
.margin-sm-top-20 {
	margin-top: 20px;
}
.margin-sm-top-50 {
	margin-top: 50px;
}
.margin-sm-top-100 {
	margin-top: 100px;
}
.margin-sm-top-150 {
	margin-top: 150px;
}
.margin-sm-top-200 {
	margin-top: 200px;
}
.margin-sm-top-250 {
	margin-top: 250px;
}
.margin-sm-top-300 {
	margin-top: 300px;
}
.margin-sm-top-350 {
	margin-top: 350px;
}
.margin-sm-top-400 {
	margin-top: 400px;
}
}

@media only screen and (max-width: 435px) {
.lead {
	font-size: 14px;
}
.h1.lead {
	font-size: 14px;
}
}

@media only screen and (max-width: 320px) {
.btn {
	font-size: 15px;
}
.lead {
	font-size: 12px;
}
}