
#mainContent {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position:relative;
  background-color: #fff;
  box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.3);
  overflow:hidden;
}
h2 {
    text-align:center;
}
#sfc-wrapper {
  background-color: #f6f1de;
  position:relative;
  display: block;
  width: 100%;
  height: auto;
}
.hero-img {
    display:block;
    margin:0 auto;
    background-image:url('../images/SFC_Cover.jpg');
    background-size:cover;
    background-position:76% 50%;
    height:400px;
}
.top-green-text p {
    color: #869539;
    font-weight: 800;
    font-size: 34px;
    text-align: right;
    line-height: 30px;
}
.top-green-text {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 2;
    padding: 20px 100px;
}
.flexslider .hs-1 {
    background-image:url(../images/slider-1.jpg);
    background-position:50% 22%;
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    height:1200px;
}
.flexslider .hs-2 {
    background-image:url(../images/slider-2.jpg);
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
    
    width:100%;
    height:1200px;
}
.flexslider .hs-3 {
    background-image:url(../images/slider-3.jpg);
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
    
    width:100%;
    height:1200px;
}
.flexslider {
    border:none !important;
}
footer.contact-info, footer.contact-info * {
    background-color: #333;
    color: #fff !important;
}
#bottom-content {
position: relative;
width: 100%;
overflow: hidden;
margin: 70px auto;
}
.middle-imgs img {
  max-width: 270px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.middle-imgs {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
}
.top-text {
  max-width: 500px;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 25px;
  text-align: justify;
  font-weight: 600;
  margin:0 auto;
  color:#325b64;
}
.contact-info {
  text-align:center;
  padding: 12px;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  color: #325b64;
}
.contact-info p {
  font-size: ;
  line-height: ;
  margin-top: 5px;
}
.contact-info a {
  color: #325b64;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}
.contact-info a img {
  max-width: 25px;
  vertical-align: bottom;
  margin: 0;
  display: inline-block;
  margin-left: 10px;
}
.contact-info h6 {
    font-weight: 800;
    text-align: center;
    padding: 0;
    margin: 0;
}



.asForm {
    max-width:700px;
    width: 95%;
    display: block;
    margin: 50px auto;
    padding: 0;
    overflow: hidden;
    border: 2px #f9a61c solid;
    border-radius: 10px;
    background-color: #f9a61c;
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    padding-bottom: 50px;
}
.contactInfo {
  background-color: #475062;
  height: 610px;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 50px;
  box-sizing: border-box;
}
.contact-info .row {

    max-width: 768px;
    margin: 0 auto;

}
.contactInfo a {
    font-family: "Primary",sans-serif;
}
.contactInfo i, .contactInfo a, .contactInfo p{
    color: #325b64;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    margin-top: 10px;
}
.contactInfo strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}
.contactInfo i {
    margin-right: 15px;
}
.contactInfo h1 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}
.asForm form {
  padding: 20px 30px;
}
#specs .asForm {
	margin-bottom:-80px;
	
    background-color: #475062;
    z-index: 3;
    position: relative;
    top: -118px;
    box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.3);
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}
#specs .asForm label {
    color:#ffffff;
}
#specs .asForm input, #specs .asForm textarea {
    border:none;
}

#specs .asForm .form-group {
  max-width: 600px;
  display: block;
  margin: 15px auto;
  padding:0 20px;
}
#specs .asForm h2 {
  color: #fff;
}
.asForm input {
  box-sizing: border-box;
  height: 40px;
  max-width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #f9a61c;
  border-radius: 0;
  line-height: 1.5em;
  color: #666;
  background-color: #fff;
  border-radius:5px;
  border: none;
}
.asForm select {
    display: block;
    height: 40px;
    max-width: 100%;
    width: 100%;
      border-style: solid;
  border-width: 2px;
  border-color: #f9a61c;
  border-radius: 0;
  line-height: 1.5em;
  color: #666;
  background-color: #fff;
  border-radius:5px;
    border: none;
    padding-right: 5px;
}
.asForm textarea {
  box-sizing: border-box;
  height: 100px;
  max-width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #aaa;
  border-radius: 0;
  line-height: 1.5em;
  color: #666;
  background-color: #fff;
  border-radius:5px;
  border: none;
}
.asForm label {
  color: #666;
  color: #fff;
}
.asForm h2 {
    color:#ffffff;
}
.asForm select {

  /* styling */
  background-color: white;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 0.6em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 2.5em) 0.8em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #f9a61c 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #f9a61c 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1.3em,
    calc(100% - 20px) 1.3em,
    calc(100% - 2.5em) 0.7em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.btn.btn-primary {
  background-color: #fff;
  border: none;
  color: #f9a61c;
  padding: 10px 25px;
  font-size: 16px;
  position: absolute;
  right: 50px;
  bottom: -30px;
}

/* Media Queries */

@media(max-width:837px) {

}

@media(max-width:767px) {
      .contact-info {
        height:70px;
        padding:0;
    }
    .contact-info a {
        font-size: 12px;
    }
    .contact-info p {
        font-size:9px;
    }
}
@media (max-width:600px) {
    .hero-img {
        height:200px;
    }
}
