@CHARSET "UTF-8";

body {
	color: #222;
}

.container-fluid {
	max-width: 940px;
}

.header {
	color: #000;
	text-align: center;
/* 	padding-bottom: 2em; */
	font-weight: bolder;
	font-size: large;
}

.header_two {
	font-family: "nimbus-sans-condensed","Roboto Condensed",sans-serif;
	color: #00578A;
	font-size: 30px;
	font-weight: bold;
	margin-top: 80px;
}

.subheader {
	font-family: "nimbus-sans-condensed","Roboto Condensed",sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 35px;
}

.row {
	position: relative;
	padding-bottom: 4em;
	z-index:10;
}

.close-row {
	padding-bottom: 0;
}

.gray-box {
	z-index: 100;
	background-color: #ebeae5;
	margin: 1em -0.7em;
	margin-top: 0;
	padding: 0.4em 0;
/* 	border: 0.3em solid white; */
	-moz-border-radius: 1.3em;
	-webkit-border-radius: 1.3em;
	border-radius: 1.3em;
	word-wrap: break-word;
	font-size: 1.1em;
	behavior: url(PIE.htc);
}

.no-box {
	margin: 0 0 1em 1em;
	padding: 1em 0;
	word-wrap: break-word;
	background: #fff;
	font-size: 1.1em
}

.margin-top {
	margin-top: 1em!important;
}

p {
	color: #00578A;
	font-weight: bold;
}

.light p{
	font-weight: lighter;
	color: #000;
}

.gray-box p {
	margin: 1em;
	line-height: 1.6em;
	text-align: center;
}

p.list-header {
	font-weight: normal;
	line-height: 1;
	margin-top: -1%;
	font-size: 1.1em;
}

ul {
	margin-top: -1em;
	padding-right: 1em;
/* 	font-weight: bold; */
}

.no-box ul {
	color: #00578A;
	margin: -0.8em 0 0 1em;
	padding: 0;
}

.line {
	display: block;
	position: absolute;
	z-index: -2;
	background-color: #d1cfc3;
	padding: 0;
}

.line.horizontal {
  	height: 0.2em;
}

.line.vertical {
	width: 0.2em;
}

.arrow-label {
	display: block;
	position: absolute;
	background: #fff;
	z-index: 10;
	padding: 0 1%;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

.arrow-label.horizontal {
	margin-top: -0.5em;
}

.arrow-label.vertical {
	padding: 0.5%;
}

.top-10 {
	top: 10%
}

.top-20 {
	top: 20%
}

.top-30 {
	top: 30%;
}

.top-40 {
	top: 40%;
}

.top-50 {
	top: 50%
}

.top-60 {
	top: 60%;
}

.top-70 {
	top: 70%;
}

.top-80 {
	top: 80%;
}

.top-90 {
	top: 90%;
}

.arrow-down.top-100 {
	top: 100%;
}

.bottom-10 {
	bottom: 10%;
}

.height-10 {
	height: 10%;
}

.height-20 {
	height: 20%;
}

.height-30 {
	height: 30%;
}

.height-40 {
	height: 40%;
}

.height-50 {
	height: 50%;
}

.height-60 {
	height: 60%;
}

.height-80 {
	height: 80%;
}

.full-height {
	height: 105%;
	bottom: 0;
}

.col-xs-offset-33 {
	margin-left: 27%;
}

.col-xs-offset-65 {
	margin-left: 54.17%;
}

.arrow-up {
	position: absolute;
	width: 0;
	height: 0;
	left: -0.4em;
	bottom: 0em;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;

	border-bottom: 1.2em solid #d1cfc3;
}

.arrow-down {
	position: absolute;
	width: 0;
	height: 0;
	left: -0.4em;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;

	border-top: 1.2em solid #d1cfc3;
}

.arrow-right {
	position: absolute;
	width: 0;
	height: 0;
/* 	left: 0; */
	left: -0.8em;
	margin-top: -0.4em;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;

	border-left: 1.2em solid #d1cfc3;
}

.arrow-left {
	position: absolute;
	width: 0;
	height: 0;
	left: -1em;
	margin-top: -0.37em;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;

	border-right: 1.2em solid #d1cfc3;
}

.page-end {
	margin-bottom: 5em;
}

.border-right {
	position: absolute;
	border-right: 0.1em dashed #333;
	height: 100%;
	z-index: -1;
}

@media all and (min-width: 960px) {
    body{
        font-size: 14px;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    body{
        font-size: 12px;
    }
}

@media all and (max-width: 599px) and (min-width: 500px)  {
    body{
        font-size: 10px;
    }
}

@media all and (max-width: 499px)  {
    body{
        font-size: 10px;
    }
    .gray-box {
/*     	margin-left: -15px; */
/*     	margin-right: -15px; */
		padding: 0;
    }
    .gray-box p {
    	margin-left: 0;
    	margin-right: 0;
    }
}

@media all and (max-width: 320px)  {
    body{
        font-size: 10px;
    }
}



.btn {
	font-size: 1em;
	padding: 0.7em 1.5em;
	width: auto;
	background: #00578A;
	color: #fff;
	border: 1px solid #1e728c;
	font-weight: bold;
	display: inline-block;
	border-radius: 0;
}

.btn:hover, .btn:focus {
	background: #2284a1;
	color: #fff;
}



.footer {
	height:80px;
	background-color:#00578a;
	text-align:center;
	height:100px;
	width:100%;
}

.footer > p {
	color:#FFFFFF;
	padding-top:40px;
}

.footer > p > a {
	color:#FFFFFF;
}



.references {
	border-bottom-style:solid;
	border-bottom-color:#ebeae5;
	margin-bottom:30px;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-color:#ebeae5;
	margin-top:5px;
	border-top-width:thin;
	margin-top:40px;
	background-color:#ebeae5;
	padding:20px;
}

.references li, .references p {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
}





.back-to-top {
	position: fixed;
	top: 4em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}
