@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bebasBoldFont {
    font-family: 'Bebas Neue Bold', 'bebas_neuebold', 'Raleway', sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
}
body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Raleway', sans-serif;
	line-height: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 15px;
}
@media (min-width: 1600px) {
	.container {
		width: 1570px
	}
}
.col5Divider {
	background-image: url("../img/greenDivider.jpg");
	background-position: center center;
}
@media (min-width: 768px) {
	header {
		background-image: url("../img/maxwellCalaBG.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	.col5Copy {
		display: inline-block;
		width: 19%;
		vertical-align: text-top;
		padding: 0px;
		font-size: 14px;
		line-height: normal;
	}
	.col5Divider {
		display: inline-block;
		width: 10%;
		background-repeat: repeat-y;
		min-height: 150px;
		vertical-align: text-top;
		padding: 0px;
		float: left;
	}
}
@media (min-width: 992px){
	.col5Copy {
		font-size: 16px;
	}
}
/*@media (min-width: 1200px){
	.col5Copy {
		font-size: 24px;
	}
}*/
@media (min-width: 1600px){
	.col5Copy {
		font-size: 26px;
	}
	.col5Divider {
		width: 20%;
		min-height: 250px;
	}
}
@media (max-width: 1000px) {
	header {
		background-size: 100% auto;
	}
}
@media (max-width: 768px) {
	.col5Divider {
		display: block;
		height: 25px;
		background-repeat: repeat-x;
	}
	.col5Copy {
		font-size: 18px;
	}
}
footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #08337b;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
@media (min-width:768px) {
	.copyright {
		font-size: 18px;
		line-height: 20px;
	}
}
.blue {
	color: #08337b;
}
.blueBG {
	background-color: #08337b;
}
.green {
	color: #21baaa;
}
.greenBG {
	background-color: #21baaa;
}
.white {
	color: #FFFFFF;
}
.greenBlueBG {
	background: #2b56c4;
	background: -moz-linear-gradient(#21baaa, #2b56c4);
	background: -o-linear-gradient(#21baaa, #2b56c4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21baaa), to(#2b56c4));
	background: -webkit-linear-gradient(#21baaa, #2b56c4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21baaa', endColorstr='#2b56c4');
}
.blueGreenBG {
	background: #21baaa;
	background: -moz-linear-gradient(#2b56c4, #21baaa);
	background: -o-linear-gradient(#2b56c4, #21baaa);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b56c4), to(#21baaa));
	background: -webkit-linear-gradient(#2b56c4, #21baaa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b56c4', endColorstr='#21baaa');
}
.topDotBG {
	background-image: url(../img/topDotBG.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.bottomDotBG {
	background-image: url(../img/bottomDotBG.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.leftWhiteBorder3 {
	border-left: solid 3px #FFFFFF;
}
.form-control {
	margin-bottom: 5px;
	font-size: 34px;
	min-height: 66px;
	line-height: 66px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #09347c;
	font-weight: 500;
}
.form-control.name {
	background-image: url("../img/icon-Name.png");
}
.form-control.email {
	background-image: url("../img/icon-Email.png");
}
::-webkit-input-placeholder {
   color: #09347c !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #09347c !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #09347c !important;
}
:-ms-input-placeholder {  
   color: #09347c !important;
}
@media (max-width:768px) {
	.leftWhiteBorder3 {
		border-top: solid 3px #FFFFFF;
		border-left: none;
		margin-top: 15px;
		padding-top: 15px;
	}
	.form-control {
		font-size: 24px;
		min-height: 50px;
		line-height: 50px;
	}
}
.radius0px {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.radius5px {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.radius10px {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.radius15px {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.padding0 {
	padding: 0px;
}
.padding0t {
	padding-top: 0px !important;
}
.padding0b {
	padding-bottom: 0px !important;
}
.padding5 {
	padding: 5px;
}
.padding5t {
	padding-top: 0px !important;
}
.padding5b {
	padding-bottom: 0px !important;
}
.padding10 {
	padding: 10px;
}
.padding10t {
	padding-top: 10px !important;
}
.padding10b {
	padding-bottom: 10px !important;
}
.padding15 {
	padding: 15px;
}
.padding15t {
	padding-top: 15px !important;
}
.padding15b {
	padding-bottom: 15px !important;
}
.padding20 {
	padding: 20px;
}
.padding20t {
	padding-top: 20px !important;
}
.padding20b {
	padding-bottom: 20px !important;
}
.padding25 {
	padding: 25px;
}
.padding25t {
	padding-top: 25px !important;
}
.padding25b {
	padding-bottom: 25px !important;
}
.padding30 {
	padding: 30px;
}
.padding30t {
	padding-top: 30px !important;
}
.padding30b {
	padding-bottom: 30px !important;
}
.btn-green {
	color: #fff;
	background-color: #21baaa;
	border: none;
    font-family: 'Bebas Neue Bold', 'bebas_neuebold', 'Raleway', sans-serif;
	font-size: 48px !important;
	line-height: 56px !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
@media (max-width:768px) {
	.btn-green {
		font-size: 38px !important;
		line-height: 44px !important;
	}
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
	color: #fff;
	background-color: #26d2c0;
}
.btn-green:active,
.btn-green.active {
	background-color: #21baaa;
}
.nomargin {
	margin: 0px !important;
}
.nomargin-t {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.nomargin-b {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.font8 {
	font-size: 8px !important;
}
.font9 {
	font-size: 9px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.font51 {
	font-size: 51px !important;
}
.font52 {
	font-size: 52px !important;
}
.font53 {
	font-size: 53px !important;
}
.font54 {
	font-size: 54px !important;
}
.font55 {
	font-size: 55px !important;
}
.font56 {
	font-size: 56px !important;
}
.font57 {
	font-size: 57px !important;
}
.font58 {
	font-size: 58px !important;
}
.font59 {
	font-size: 59px !important;
}
.font60 {
	font-size: 60px !important;
}
.font61 {
	font-size: 61px !important;
}
.font62 {
	font-size: 62px !important;
}
.font63 {
	font-size: 63px !important;
}
.font64 {
	font-size: 64px !important;
}
.font65 {
	font-size: 65px !important;
}
.font66 {
	font-size: 66px !important;
}
.font67 {
	font-size: 67px !important;
}
.font68 {
	font-size: 68px !important;
}
.font69 {
	font-size: 69px !important;
}
.font70 {
	font-size: 70px !important;
}
.line8 {
	line-height: 8px !important;
}
.line9 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.line51 {
	line-height: 51px !important;
}
.line52 {
	line-height: 52px !important;
}
.line53 {
	line-height: 53px !important;
}
.line54 {
	line-height: 54px !important;
}
.line55 {
	line-height: 55px !important;
}
.line56 {
	line-height: 56px !important;
}
.line57 {
	line-height: 57px !important;
}
.line58 {
	line-height: 58px !important;
}
.line59 {
	line-height: 59px !important;
}
.line60 {
	line-height: 60px !important;
}
.line61 {
	line-height: 61px !important;
}
.line62 {
	line-height: 62px !important;
}
.line63 {
	line-height: 63px !important;
}
.line64 {
	line-height: 64px !important;
}
.line65 {
	line-height: 65px !important;
}
.line66 {
	line-height: 66px !important;
}
.line67 {
	line-height: 67px !important;
}
.line68 {
	line-height: 68px !important;
}
.line69 {
	line-height: 69px !important;
}
.line70 {
	line-height: 70px !important;
}
.letterSpace1 {
	letter-spacing: 1px;
}
.letterSpace2 {
	letter-spacing: 2px;
}
.letterSpace3 {
	letter-spacing: 3px;
}
.weight100 {
	font-weight: 100 !important;
}
.weight200 {
	font-weight: 200 !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight500 {
	font-weight: 500 !important;
}
.weight600 {
	font-weight: 600 !important;
}
.weight700 {
	font-weight: 700 !important;
}
.weight800 {
	font-weight: 800 !important;
}
.weight900 {
	font-weight: 900 !important;
}