/* general and defaults */

* {
  margin: 0;
  padding: 0;
}

/* global */

body {
  text-align: center;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #28212e;
  background: #fff;
}

.clear, .clear-ie {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.c {
  clear: both;
}

.clear-ie {
  display: none;
}

a {
  color: #41446c;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h2 {
  font-size: 1.4em;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
  max-width: 100%;
  height: auto !important;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.stress {
  font-style: italic;
}

.bold {
  font-weight: 900;
}

.new {
  font-weight: 900;
  color: #D71741;
}

/* template elements */

#outer-container {

}

#container {

}

/* page elements */

.inner {
  text-align: left;
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}

.page-header {
  width: 100%;
  height: 80px;
  /*background: #41446c;*/
  background: #fff;
  color: #000;
  /*opacity: 0.9;*/
  position: fixed;
  box-shadow: 0 4px 4px -3px rgba(0,0,0,0.2);
  left: 0;
  top: 0;
  z-index: 2;
}

.header-content {
  padding: 10px 0;
  position: relative;
}

.header-content a.logo-link {
  position: relative;
  display: inline-block;
  color: #000;
  transition: all 0.2s;
}

.header-content a.logo-link span.logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
}

.header-content a.logo-link span.logo svg {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.header-content a.logo-link:hover span.logo svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-header h1 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  min-height: 40px;
  padding-left: 50px;
  padding-top: 17px;
  transition: all 0.2s;
}

.page-header h1 span {
  color: #c92939;
}

.page-header.transform h1 {
  font-size: 1em;
}

.page-header a {

}

.sub {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.2s;
}

.sub h2 {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.sub h2 span {
  color: #c92939;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

.banner-section.one {
  margin-top: 80px;
  background-image: url(/i/background-giantdipper3.jpg);
}

.banner-section.two {
  background-image: url(/i/background-skyglider.jpg);
}

.banner-section.three {
  background-image: url(/i/background-tiltawhirl.jpg);
}

.banner-section .inner {
  max-width: 100%;
  background-color: rgba(0,0,0,0.4);
}

.banner-section.one .inner {

}

.banner-content {
  padding: 130px 0 130px 0;
  color: #fff;
  text-align: center;
}

.banner-content h2 {
  font-size: 2.4em;
  transition: all 0.2s;
}

.banner-content h3 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: all 0.2s;
}

.banner-content h3 span {
  /*color: #c92939;*/
}

.content-section {
  text-align: left;
  max-width: 1020px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.content-section.one {
  padding: 3em 0 0 0;
}

.content-section.two {
  padding: 1em 0 1em 0;
}

.content-section .inner {
  text-align: center;
  max-width: 980px;
}

.content-section h2 {
  font-size: 2.2em;
  margin: 0 0 1em 0;
}

.content-section p {
  margin: 0 0 1.2em 0;
  line-height: 1.2em;
}

.content-section p strong {
  font-weight: 900;
  display: block;
  font-size: 1.6em;
  color: #41446c;
  opacity: 0.9;
}

/* boxes */

.boxes {
  width: 100%;
  padding: 20px 0;
}

.box {
  display: inline-block;
  width: 24%;
  text-align: center;
}

.box .inner {
  padding: 20px;
  text-align: center;
}

a.sitelink {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 156px;
  text-align: center;
  overflow: hidden;
}

a.sitelink .inner {
  background: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.sitelink h4 {
  /*font-weight: 400;*/
  font-size: 0.6em;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}

a.sitelink img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -78px 0 0 -78px;
  transform: scale(1.0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.sitelink span.square {
  position: absolute;
  left: 0;
  width: 158px;
  height: 158px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.sitelink span.stripe {
  position: absolute;
  left: 79px;
  width: 158px;
  height: 158px;
  background: #c92939;
  opacity: 0.4;
  /*-webkit-transition: all .3s;
  transition: all .3s;*/
  display: none;
}

a.sitelink:hover span.square {
  opacity: 0.6;
}

a.sitelink:hover img {
  transform: scale(1.1);
}

.services {
  overflow: hidden;
}

.services .service {
  position: relative;
  display: inline-block;
  width: 49%;
  float: left;
  height: 100px;
  margin-bottom: 20px;
  text-align: left;
}

.services .service .service-content {
  padding: 0 20px 0 100px;
}

.services .service .service-content span {
  font-size: 0.8em;
}

.services span.small-icon {
  width: 50px;
  position: absolute;
  top: 4px;
  left: 35px;
}

.contact a {
  text-decoration: underline;
}

.contact-intro {
  position: relative;
  text-align: left;
  /*padding-left: 110px;*/
}

.content-section p {
  line-height: 1.4em;
}

.contact-intro img {
  width: 84px;
  position: absolute;
  left: 0;
  top: 3px;
  display: none;
}

.contact form {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.g-recaptcha {
  text-align: left;
  padding-left: 100px;
  /*display: none;*/
  /*transform: scale(.74);
  -webkit-transform: scale(.74);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;*/
}

.ucf fieldset {

}

.ucf .field-wrapper {
  /*max-width: 260px;
  overflow: hidden;*/
  /*display: none;*/
}

.ucf button.secondary {
  margin-left: 20px;
}

@media screen and (min-width: 780px){
  .banner-section {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 900px){
  .services .service {
    height: 115px;
  }
}

@media screen and (max-width: 780px){
  .services {
    padding: 0 0 20px 0;
  }
  .services .service {
    height: 120px;
  }
}

@media screen and (max-width: 760px){
  .box {
    width: 32%;
  }
}

@media screen and (max-width: 740px){
  .banner-content {
    padding: 60px 0 60px 0;
  }
  .banner-content h2 {
    font-size: 2em;
  }
  .banner-content h3 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 720px){
  .content-section.one {
    padding: 1.8em 0 0 0;
  }
  .content-section.two {
    padding: 0;
  }
  .services {
    padding: 0 0 20px 0;
  }
  .services .service {
    width: 100%;
    float: none;
    height: auto;
  }
}

@media screen and (max-width: 620px){
  .box {
    width: 49%;
  }
}

@media screen and (max-width: 540px){
  .content-section.three {
    padding: 1.8em 0 0 0;
  }
  .page-header {
    width: 100%;
    height: 110px;
  }
  .banner-content {
    padding: 40px 0 40px 0;
  }
  .banner-content h2 {
    font-size: 1.6em;
  }
  .banner-content h3 {
    font-size: 1em;
  }
  .banner-section.one {
    margin-top: 110px;
  }
  .header-content {
    text-align: center;
  }
  .header-content .logo-link {
    text-align: left;
    margin-left: -45px;
  }
  .sub {
    position: relative;
    margin-top: 0;
    top: auto;
  }
  .sub h2 {
    font-size: 0.7em;
  }
  .content-section p {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 480px){
  .contact form {
    max-width: 280px;
    overflow: hidden;
  }
  .ucf .field-wrapper label span {
    width: 80px;
    font-size: 0.8em;
  }
  .g-recaptcha {
    padding-left: 0;
  }
  .ucf button[type="submit"] {
    margin-left: 0;
  }
  .ucf fieldset {
    border: 0;
  }
  .g-recaptcha {
    transform: scale(.74);
    -webkit-transform: scale(.74);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media screen and (max-width: 440px){
  .services {
    padding: 0 0 10px 0;
  }
  .services .service .service-content {
    padding: 0 0 0 75px;
  }
  .services span.small-icon {
    left: 10px;
  }
}

@media screen and (max-width: 420px){
  .content-section.two .inner {
    padding: 0;
  }
  .content-section.two .box .inner {
    padding: 0 0 20px 0;
  }
  .boxes {
    padding: 30px 0 10px 0;
  }
  a.sitelink {
    width: 120px;
    height: 120px;
  }
  a.sitelink img {
    margin: -60px 0 0 -60px;
  }
  a.sitelink span.square {
    width: 120px;
    height: 120px;
  }
  .ucf legend {
    font-size: 0.9em;
  }
}
