body{
	min-width:960px;
}
.container_16{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:0px;
}
.container_16 .grid_1{width:60px;}
.container_16 .grid_2{width:120px;}
.container_16 .grid_3{width:180px;}
.container_16 .grid_4{width:240px;}
.container_16 .grid_5{width:300px;}
.container_16 .grid_6{width:360px;}
.container_16 .grid_7{width:420px;}
.container_16 .grid_8{width:480px;}
.container_16 .grid_9{width:540px;}
.container_16 .grid_10{width:600px;}
.container_16 .grid_11{width:660px;}
.container_16 .grid_12{width:720px;}
.container_16 .grid_13{width:780px;}
.container_16 .grid_14{width:840px;}
.container_16 .grid_15{width:900px;}
.container_16 .grid_16{width:960px;}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
html {
	position: relative;
	min-height: 100%;
	margin: 0;
}




body{
	margin: 0px;
	color:#114630;
	background-color:#FFF;
	font-family: 'Open sans', Arial, Verdana, sans-serif;
	font-size: 14px;
}
/*used to overwrite a body bg that can cause problems within CKeditor*/
#bodyOverWrite{min-width:auto;}
/*general Styles*/
img{border:0px;}
form{display:inline;}
#name{width:0px; height:0px; border:none; border:0px solid #FFF; background-color:transparent; display:none;}
table{padding:0px;margin:0px;border-spacing:0px;border-collapse: collapse;}
td{vertical-align:top;}
th{vertical-align:top; text-align:left;}
textarea{font-family: 'Open sans', Arial, Verdana, sans-serif; font-size: 12px;}
hr{background-color:#green; height:2px; border:none;}
p{}
.sr-only{display:none;}

.img-responsive{
	max-width: 100%;
	height: auto;
}

/*default headers*/
h1{font-family:Georgia, serif; margin-top:0px; font-size:32px; font-weight:normal;}
h2{font-family:Georgia, serif; margin-top:0px; font-size:22px; font-weight:normal;}
h3{font-family:Georgia, serif; margin-top:0px; font-size:18px; font-weight:normal;}
h4{}
h5{}
h6{}
hr{}
/*default link style*/
a{color:#green;}
a:hover{color:000000;}
a:visited{}
a:active{color:#222222;}
.underlined{text-decoration:underline;}
.italic{font-style:italic;}
.bold{font-weight:700;}.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
}
.alert-danger{
	border:1px solid #D9534F;
	color:#D9534F;
	background-color:#EFD7D7;
}
.alert-warning{
	border:1px solid #F0AD4E;
	color:#F0AD4E;
	background-color:#FBF6DA;
}
.alert-info{
	border:1px solid #5BC0DE;
	color:#5BC0DE;
	background-color:#D2EAF5;
}
.alert-success{
	border:1px solid #5CB85C;
	color:#5CB85C;
	background-color:#D9EDD1;
}
.alert hr{
	height:1px;
	background-color:#DADADA;
	opacity: 0.4;
}
.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #DADADA;
	background-color:#EEE;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #DADADA;
	background-color:#EEE;
}
#errorInformation .alert{
	margin-top:15px;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.has-error{
	border-color: #dc3545;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-control.has-success{
	border-color: #28a745;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right calc(2.25rem / 4);
	background-size: calc(2.25rem / 2) calc(2.25rem / 2);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.img-responsive, .responsive-image img{
	max-width: 100%;
	height: auto !important;
}

.iframeMapContainer{
	line-height: 0;
}
.iframeMapContainer iframe{
	width:100%;
	height:500px;
}

#toTopButton{
	opacity: 0;
	cursor: pointer;
	z-index: 10000;
	position: fixed;
	bottom:100px;
	right:10px;
	color: #FFF;
	width:60px;
	height:60px;
	text-align:center;
	font-size:32px;
	line-height:60px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.6);
	background-image:url("../assets/fa-chevron-up.png");
	background-repeat: no-repeat;
}
#toTopButton.show{
	opacity: 1;
	animation: fadeInRightAnim 1s ease;
}

#toTopButton.hide{
	opacity: 0;
	animation: fadeOutRight 1s ease;
}
.cookieConsentPopup{
    position: fixed;
    bottom:0;
    width:100%;
    background-color: #535362;
    padding:20px 0px;
    color:#FFF;
    font-size:12px;
    z-index:9000;
}
.cookieContentContainer{
    padding:0 40px;
}
.cookieConsentPopup a{
    color:#FFF;
    text-decoration:underline;
}

.cookieConsentPopup .buttonContainer{
    padding-top:20px;
}
.cookieConsentButton{
    color:#FFF;
    border: 1px solid #222222;
    background-color: #222222;
    padding: 5px 15px;
    cursor:pointer;
    font-size:16px;
    margin-bottom:10px;
}
.cookieConsentButton:hover{
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}
#saveCookieConsent,
#acceptCookieConsent{
    background-color:#5CB85C;
    border: 1px solid #5CB85C;
}
#saveCookieConsent:hover,
#acceptCookieConsent:hover {
    border: 1px solid #D9EDD1;
    background-color: #D9EDD1;
}
#cookieSelectionContainer,
#saveCookieConsent,
#denyCookieConsent{
    display: none;
}
#cookieSelectionContainer{
    padding:0 0;
}
.cookieTypeTitle{
    font-weight:bold;
}
#cookieSelectionContainer p{
	margin:3px 0;
}

@media (min-width:768px) {
    .cookieConsentPopup{
   	 font-size:16px;
    }
    #cookieSelectionContainer p{
	margin:10px 0;
    }
    #cookieSelectionContainer{
 	   padding-top:20px;
	   padding-bottom:10px;
    }
    .cookieConsentButton{
         padding: 8px 30px;
    }
}
.cookiePrefTitle{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}

#saveComplete{
    display: inline-block;
    padding-left:20px;
}
#saveComplete .message{
    display: none;
    font-weight:bold;
    font-size:20px;
}

#cookieAndAssetPolicy{
    font-size:13px;
}

.fw-bold{
    font-weight:bold;
}

table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}body{
}
.default{
  font-size: 14px;
}
.default_11px{
  font-size: 11px;
  display:inline-block;
  line-height:11px;
}
.default_18px{
  font-size: 18px;
}
.default_20px{
  font-size: 20px;
  line-height:26px; 
}
.default_24px{
  font-size: 24px;
}
.default_32px{
  font-size:32px;
}
.green{
  color:#7BBB3F;
}
.darkgreen{
  color:#0A4730;
}
.georgia{
  font-family:Georgia, serif;
}
.white{
  color:#FFF;
}

#top{
	height:120px;
	background-color:#0A4730;
}
#top .top{
	height:120px;
}
#top .logo{
	background:url("../assets/logo.png") no-repeat;
	width:438px;
	height:90px;
	float:left;
	margin-top:15px;
}

.headSt{font-size:18px;line-height:20px;}
#top .topContent{
	padding-right:22px;
	padding-top:10px;
	text-align: right;
}
/*Main menu CSS*/
.floatingMenu{
	z-index:5000;
}
.floatingMenu > .menuBG{
	-webkit-box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
	box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
}
.menuBG{
	height:40px;
	background-color:#7BBB3F;
}
#menu ul{ 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
	margin-left:30px;
}
#menu li {
	display:inline;
	float:left;
	height:40px;
}
#menu li:hover{}
#menu li.current{}

#menu li a {
	display: inline-block;
	text-align:left;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	padding:0px 30px;
	font-weight:bold;
}
#menu li a:hover,
#menu li a.current{
	background-color:#0A4730;
}#content{
	
}

.mainContent{
	padding:20px 0px;
	min-height:300px;
}

.centered{text-align: center;}

.mt-5{margin-top:100px;}
.footerBG{
	background-color:#535362;
	height:360px;
}
#footer{
	color:#FFF;
}

#footer a{
	color:#000;
}

.contactHeading{margin:25px 0px;}
.misrep{font-size:11px;}

.whiteBox1{
	background-color:#FFF;
	width:290px;
	height:125px;
	padding-left:120px;
	padding-top:10px;
	background-image:url("../assets/eagleton_logo.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	color:#000;
	line-height:28px;
	font-size:18px;
	margin-bottom:20px;
}

.whiteBox2{
	background-color:#FFF;
	width:280px;
	height:125px;
	padding-left:240px;
	padding-top:10px;
	background-image:url("../assets/DarbyKeyeLogo.png");
	background-repeat:no-repeat;
	background-position:10px 10px;
	color:#000;
	line-height:28px;
	font-size:18px;
	margin-bottom:20px;
}

#footer .whiteBox a{
	color:#000;
}
.leftColumn{
	width:180px;
	float:left;
	margin-top:10px;
}
.rightColumn{
	width:780px;
	float:left;
	margin-top:10px;
}

#footerMenu{}
#footerMenu a{}
#footerMenu a:hover{}
#footerMenu a.current{}
#featuredArea{
	border-bottom:1px solid #FFF;
	box-shadow:0px 7px 3px #999;
}
#featuredArea .slideBG{
	height:350px; 
	width:960px;
	position:relative;
	background-repeat:no-repeat;
}
#featuredArea .slide1{background-image:url("../assets/slide1.jpg");}
#featuredArea .slide2{background-image:url("../assets/slide2.jpg");}
#featuredArea .slide3{background-image:url("../assets/slide3.jpg");}
#featuredArea .slide4{background-image:url("../assets/slide4.jpg");}

#featuredArea .contentSquare{
	background-color:#DADADA;
	opacity:0.7;
	width:400px;
	height:150px;
	position:absolute;
	right:20px;
	top:30px;
}
#featuredArea .slideLink{
	display:block;
	width:960px;
	height:350px;
	position:absolute;
}
#featuredArea .featuredContent{
	position:absolute;
	right:20px;
	top:30px;
	width:400px;
}
#featuredArea a{
	text-decoration:none;
}
	
#featuredArea .title a{
	display:block;
	color:#FFF;
	font-size:32px;
	text-align:right;
	padding:10px 20px 10px 10px;
}
#featuredArea .link a{
	display:block;
	color:#FFF;
	font-size:16px;
	text-align:right;
	padding:10px 20px 10px 10px;
}

#jFeaturedAreaButtonsContainer{
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 18px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton{
	padding:10px;
	border:1px solid #FFF;
	margin-left:5px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton:hover{
	background-color:#535362;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton.current{
	background-color:#535362;
}

#featuredAreaMark2{
	height:412px;
	overflow:hidden;
	
}
#featuredAreaMark2 .slide1{
	background-image:url("../assets/slide1.jpg");
	height:412px;
	background-position:top center;
	background-repeat:no-repeat;
}

#featuredAreaMark2 .slide2{
	background-image:url("../assets/slide3.jpg");
	height:412px;
	background-position:top center;
	background-repeat:no-repeat;
}

#featuredAreaMark2 .slide3{
	background-image:url("../assets/slide2.jpg");
	height:412px;
	background-position:top center;
	background-repeat:no-repeat;
}


#galleryMainPage{
	margin-top:20px;
}
#galleryMainPage .imageMainContainer{
	width:450px;
	float:left;
}
#galleryMainPage .details{
	padding-left:10px;
}
#galleryMainPage .title{
	font-size:18px;
	color:#535362;
	font-weight:bold;
	margin-bottom:50px;
}
#galleryMainPage .images{}
#galleryMainPage .imageContainer{
	float:left;
	width:229px;
	text-align:center;
	
}
#galleryMainPage .imageBorder{
	border:1px solid #000;
	box-shadow:2px 2px 2px #666;
	padding:10px;
	width:195px; 
	margin-bottom:10px;
	background-color:#FFF;
}
#galleryMainPage .rightCol{
	padding-left:20px;
}
#galleryMainPage .GalleryImageContainer{
	line-height:0px;
	width:195px; 
	height:150px;
	overflow:hidden;
}
.contactForm{
	margin-top:20px;
}

.contactForm .submitButton {
	border: 1px solid #A82626;
	background: #A82626;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	padding: 5px 15px;
	cursor:pointer;
	font-size:20px;
}
.contactForm .submitButton:hover{
	border: 1px solid #A82626;
	background: ;
	color: #FFF;
}
.formElement .input-text{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #A82626;
	padding:5px;
	float:left;
	margin-bottom:10px;
}
.formError{
	background-color:#A82626;
	color:#FFF;
}
.required{
	float:left;
	color:#000;
	line-height:40px;
	font-size:30px;
}
#downloadForm{
	display:none;
}

.downloadFormFields{
	width:303px;
	overflow:hidden;
}

.downloadFormFields input[type="text"]{
	display:block;
	width:283px;
	border:1px solid #7BBB3F;
	padding:9px;
	margin-bottom:14px;
	font-size: 14px;
}

.downloadFormFields input[type="text"]:focus{
	-webkit-box-shadow: 1px 1px 2px 1px #E4FFCB;
	box-shadow: 1px 1px 2px 1px #E4FFCB;
}
#brochureButton {
	width:303px;
	border: 1px solid #7BBB3F;
	background: #7BBB3F;
	color: #FFF;
	padding: 8px 0px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	margin-top:10px;
}
#brochureButton:hover{
	background: #A9D582;
	color: #FFF;
}

.downloadSelectClipper{
	width:301px;
	overflow:hidden;
	border: 1px solid #7BBB3F;
	margin-bottom:14px;
}

.downloadSelect{
	display:block;
	width:320px;
	border:none;
	padding:9px;
	font-size: 14px;
	background-image:url("../assets/selectArrow.png");
	background-repeat:no-repeat;
	background-position:275px -40px;
	cursor:pointer;
}
.downloadSelect:hover{
	background-position:275px 0px
}
#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	margin-top: 60px;
}

.form .input-label{
	display:none;
}
.form select,
.form .input-text,
.form .input-textarea{
	border:1px solid #green;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color: #114630;
}
.form select{
	max-width:85%;
	width:calc(80% + 24px);
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px FFFFFF;
	box-shadow: 0 0 2px 1px FFFFFF;
}

.form .submit-button{
	border: 1px solid #green;
	background: #green;
	color:  #FFF;
	padding: 3px 50px;
	cursor:pointer;
	font-size:16px;
	border-radius: 20px;
}

.form .submit-button:hover{
	border: 1px solid #green;
	background: 000000;
	color:  #FFF;
}
.form .checkbox-container{
	margin-bottom:15px;
	font-size:12px;
}
.form .checkbox-container input{
	margin-right:15px;
}
.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
