@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Adamina);

body {
  margin: 0;
  padding: 0;
  background-color: #05060a;
  font-family: 'Adamina', serif;
  font-size: 11pt;
  background-position: top left;
  background-repeat: repeat;
}

#shownav {
  display: none;
}

.wrapper {
  width: 975px;
  margin: 0 auto;
}

.clear:before,
.clear:after {
  display: table;
  content: ' ';
  clear: both;
}

.header, nav.menu {
  width: 975px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

nav.menu a {
  font-family: 'Montserrat', sans-serif;
}

nav.menu {
  position: relative;
  z-index: 20;
  text-align: right;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

nav.menu span a {
  color: #757575;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding: 10px 20px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
  -webkit-transition: color 0.3s, border 0.3s;
}

nav.menu span:hover a {
  color: #fff;
  border-bottom: 3px solid #fff;
}

nav.menu span.toplevel-sep:before {
  content: '|';
}

.banner {
  height: 450px;
  position: relative;
  margin: 0 auto;
  width: 975px;
  color: #ffffff;
}

.banner.inner {
  display: none;
}

.banner .text {
  left: 80px;
  top: 30px;
  z-index: 10;
  position: absolute;
  max-width: 400px;
  padding: 20px;
}

.banner .logo {  
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5em;
}

.banner .logo span {
  font-weight: normal;
  opacity: 0.6;  
}

.banner img {
  position: absolute;
  max-height: 450px;
  max-width: 730px;
  bottom: 0;
  right: 0;
}

.banner .strap {
  font-family: 'Adamina', serif;
  text-transform: uppercase;
  font-size: 1.2em;
}

.banner .blurb {
  margin-bottom: 0;
  font-family: 'Adamina', serif;  
}

.services {
  background: #161111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #fff;
}

.services.wrapper {
  height: 290px;
  overflow: hidden;
}

.service {
  width: 32%;
  margin-left: 1.5%;
  float: left;
  text-align: center;
  padding: 20px 0;
}

.service:first-child {
  margin-left: 0;
}

.service h2 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.4em 0;
  font-size: 1.3em;
}

.iconshape {
  fill: none;
  stroke: none;
}

.strokeme {
  stroke: #f9d391;
}

.fillme {
  fill: #f9d391;
}

.content a.button,
a.button,
.formandu-button {
  display: inline-block;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -ms-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  cursor: pointer;
  border: none;
}

.content a.button:hover,
a.button:hover,
.formandu-button:hover {
  color: #f9d391;
}

.content {
  background: #fff;
  padding: 20px;
  color: #333;
  text-align: center;
}

.content a {
  color: #757575;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.footer:before,
.footer:after {  
  display: table;
  content: ' ';
  clear: both;  
}

.footer {
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.footer .left {
  float: left;  
  font-size: 9pt;
}

.footer .right {
  text-align: right;
  float: right;
}

.footer .right h3 {
  margin: 0;
  font-weight: bold;
  font-size: 15pt;
}

.footer .right h3 span {
  font-weight: normal;
  opacity: 0.6;
}

.formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
  width: 80%;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #888;
  background: #fff;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; 
}

.formandu-textarea {
  height: 200px;
}

.formandu-label {
  margin: 8px 0 0 0;
  padding: 4px;
  display: block;
}

.formandu-container[align="right"] {
  text-align: center;
  padding: 8px;
}

.formandu-container[align="right"] .formandu-button {
  font-size: 1.6em; 
}

span[style~="red"] {
  font-size: 0;
}

span[style~="red"]:after {
  font-size: 14pt;
  color: #f9d391;
  content: '◈';
}

@media (max-width: 975px) {
  .wrapper, .header, .banner, .nav ul {
    width: 100%;
  }
  
  .banner .text {
    left: 5px;
  }
}

@media (min-width: 751px) {
  .nav {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .banner img {
    display: none;
  }
  .banner .text {
    position: static;
    width: auto;
    max-width: 100%;
    border-radius: 0 !important;
  }
  .banner {
    height: auto;
  }
  .nav {
    display: none;
  }
  #shownav {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .service {
    float: none;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .service .iconshape {
    padding: 10px;
    float: left;
  }
  .service>h2, .service>p, .service a {
    display: block;
    margin: 5px 5px 5px 150px;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    display: block;
    text-align: center;
  }
  .nav ul li a {
    display: block;
  }
  .nav ul li.has-dropdown>a:after {
    display: inline-block;
    margin-left: 10px;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
    height: 0;
    width: 0;
    transition: border 0.3s;
  }
  .nav ul li .css-menu-panel {
    transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    background: none !important;
    position: static;
    display: none;
  }
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .footer .left, .footer .right {
    float: none;
    text-align: center;
  }
}