/* Normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   $H5BP
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #444;
}
body {
  font-size: 1em;
  line-height: 1.5;
}
::-moz-selection {
  color: #f9f9f9;
  background: #0085cf;
  text-shadow: none;
}
::selection {
  color: #f9f9f9;
  background: #0085cf;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   $Global
   ========================================================================== */
* {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #444;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding: 0;
}
.inner {
  margin: 0 auto;
  position: relative;
}
/* Links */
a,
a:link,
a:visited {
  color: #006ba6;
  outline: none;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  -ms-transition: color .2s linear;
  transition: color .2s linear;
}
a:hover,
a:active {
  color: #00507c;
}
a:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Remove iOS/mobileWebKit tap highlight */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/* ==========================================================================
   $Colors
   ========================================================================== */
.white {
  color: #fff;
}
.black {
  color: #444;
}
/* ==========================================================================
   $Type
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
blockquote {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
}
p,
ol,
ul,
blockquote {
  line-height: 1.65;
}
h1 {
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}
h2 {
  color: #00507c;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 34px 0 20px 0;
  text-shadow: 0 1px 1px #fff;
}
h2.less-margin {
  margin-top: 10px;
}
h3 {
  color: #555;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 24px 0 14px 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fff;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 20px 0;
}
blockquote {
  border-left: 1px solid #c6c6c6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  padding: 0 40px;
}
strong {
  font-weight: 700;
}
.nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 30px;
  }
}
/* ==========================================================================
   $Forms
   ========================================================================== */
label {
  display: block;
  cursor: pointer;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}
input,
textarea {
  border-radius: 0;
  /* Remove iOS default */
}
a.button,
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="submit"],
textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: 0 1px 0 #fff;
  font: 18px/24px Helvetica, Arial, sans-serif;
  padding: 9px 14px;
  outline: none;
  -webkit-appearance: none;
  /* Remove iOS default */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="submit"],
textarea {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  width: 100%;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="submit"]:active,
textarea:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="submit"]:focus,
textarea:focus {
  box-shadow: 0 0 8px #7dbaee;
  box-shadow: 0 0 8px rgba(125, 186, 238, 0.5);
  border-color: #87bdeb;
  outline: none;
}
a.button,
button,
input[type=submit] {
  background: #006ba6;
  border-color: #006ba6;
  box-shadow: 0 3px 0 #00507c, 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: auto;
}
a.button:focus,
button:focus,
input[type=submit]:focus {
  border-color: #006ba6;
  box-shadow: 0 3px 0 #00507c, 0 5px 5px rgba(0, 0, 0, 0.2);
  outline: none;
}
a.button:hover,
button:hover,
input[type=submit]:hover {
  box-shadow: 0 3px 0 #00507c, 0 5px 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(255, 255, 255, 0.22);
}
a.button:active,
button:active,
input[type=submit]:active {
  background: #00507c;
  color: #efefef;
  box-shadow: none;
  border-color: #00507c;
  outline: none;
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
a.button {
  margin-top: 15px;
  margin-bottom: 10px;
  min-width: 250px;
  text-align: center;
}
a.button.mobile {
  display: none;
}
body.mobile a.button.mobile {
  display: inline-block;
}
div.frm_form_field {
  margin: 15px 0;
}
div.frm_error {
  color: #b51313;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}
div.frm_opt_container label {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
.frm_hidden {
  display: none;
}
/* ==========================================================================
   $Animations
   ========================================================================== */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 11.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 11.1 */
  animation: fadein 1s;
}
/* ==========================================================================
   $WordPress
   ========================================================================== */
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.responsive,
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
/* LG */
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  border: 10px solid #dfdfdf;
  border: 10px solid rgba(0, 0, 0, 0.1);
  display: block;
  heigth: auto;
  max-width: 100%;
}
body.page-id-92 img.alignright {
  border: none;
}
@media (max-width: 500px) {
  body.page-id-92 img.alignright {
    float: none;
  }
}
/* ==========================================================================
   $Containers
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px;
  position: relative;
}
.container > p:last-child,
.container > ol:last-child,
.container > ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .container {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 40px;
  }
}
/* ==========================================================================
   $Header
   ========================================================================== */
#header {
  background-color: #e6e6e6;
  background-image: url('img/header-bg.jpg');
  background-position: top center;
  position: relative;
  z-index: 150;
}
#header a {
  color: #333;
}
#header a#logo {
  display: block;
  padding: 0 0 15px 0;
  width: 50%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
#header a#logo h1 {
  color: #444;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}
#header a#logo h1 span {
  display: inline-block;
  white-space: nowrap;
}
#header a#logo h1 span:first-child {
  border-top: 5px solid #c5c5c5;
  padding-top: 2px;
  letter-spacing: .03em;
}
#header a#logo h1 span:nth-child(2) {
  font-size: 27px;
  letter-spacing: -0.02em;
}
#header a#logo h1 span:last-child {
  border-bottom: 5px solid #c5c5c5;
  padding-bottom: 2px;
  letter-spacing: -0.015em;
}
#header p.info {
  font-size: 16px;
  margin: 4px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
#header p.info span.quad-cities {
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-top: 2px;
  text-transform: none;
}
#header p.info span.phone {
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
#header p.info span.phone-label {
  color: #006ba6;
  font-weight: bold;
}
#header div.logos {
  display: block;
  margin: 14px 0 0 0;
  text-align: center;
}
#header div.logos a,
#header div.logos img {
  display: inline-block;
}
#header div.logos img {
  opacity: .9;
}
#header div.logos br {
  display: none;
}
#header div.logos span.facebook-label,
#header div.logos span.cc-label {
  display: none;
}
#header div.logos span.facebook-label {
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  -ms-transition: color .2s linear;
  transition: color .2s linear;
}
#header div.logos img.visa {
  height: auto;
  margin-right: 8px;
  width: 67px;
}
#header div.logos img.mastercard {
  height: auto;
  margin-right: 8px;
  width: 52px;
}
#header div.logos a.facebook {
  display: block;
  left: 20px;
  position: absolute;
  bottom: -48px;
}
#header div.logos a.facebook img {
  height: auto;
  width: 36px;
  -webkit-filter: grayscale(100%) brightness(92%);
  filter: grayscale(100%) brightness(92%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
@media (min-width: 480px) {
  #header a#logo h1 {
    font-size: 34px;
    line-height: 1.05;
  }
  #header a#logo h1 span:first-child {
    padding-top: 4px;
  }
  #header a#logo h1 span:nth-child(2) {
    font-size: 33px;
    letter-spacing: -0.025em;
  }
  #header a#logo h1 span:last-child {
    padding-bottom: 3px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 768px) {
  #header .container {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  #header a#logo {
    padding: 0 0 8px 0;
    text-align: left;
    margin: 0;
  }
  #header p.info {
    margin: 0;
    position: absolute;
    right: 40px;
    text-align: right;
    top: 15px;
    width: 340px;
  }
  #header p.info span.quad-cities {
    margin: 0;
  }
  #header div.logos {
    text-align: right;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 300px;
  }
  #header div.logos br {
    display: block;
  }
  #header div.logos a.facebook {
    display: inline-block;
    margin-bottom: 16px;
    left: auto;
    opacity: .82;
    position: static;
    bottom: auto;
  }
  #header div.logos a.facebook:hover span.facebook-label {
    color: #777;
  }
  #header div.logos a.facebook:hover img {
    -webkit-filter: none;
    filter: none;
  }
  #header div.logos span.facebook-label,
  #header div.logos span.cc-label {
    color: #999;
    display: inline-block;
    font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
    vertical-align: middle;
  }
  #header div.logos span.facebook-label {
    margin-right: 6px;
  }
}
@media (min-width: 1024px) {
  #header div.logos {
    bottom: 30px;
    width: 260px;
  }
  #header div.logos a.facebook {
    margin-bottom: 15px;
  }
  #header div.logos img {
    vertical-align: middle;
  }
  #header a#logo h1 {
    font-size: 37px;
    line-height: 1.03;
  }
  #header a#logo h1 span:first-child {
    padding-top: 6px;
    letter-spacing: .032em;
  }
  #header a#logo h1 span:nth-child(2) {
    font-size: 36px;
  }
  #header a#logo h1 span:last-child {
    padding-bottom: 4px;
  }
}
/* ==========================================================================
   $Nav
   ========================================================================== */
#nav {
  background-color: #777;
  background-image: url('img/nav-bg.jpg');
  background-position: top center;
  border-bottom: 5px solid #555;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
  height: 65px;
  width: 100%;
  position: relative;
  z-index: 100;
}
#nav #nav-trigger-wrapper {
  background-color: #777;
  height: 60px;
  position: relative;
  z-index: 110;
}
#nav #nav-trigger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
}
#nav #nav-trigger > div {
  color: #efefef;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 60px;
  right: 66px;
  position: absolute;
  top: 0;
  text-align: right;
  text-transform: uppercase;
  width: 55px;
  white-space: nowrap;
}
#nav #nav-trigger > span,
#nav #nav-trigger span.before,
#nav #nav-trigger span.after {
  background: #efefef;
  display: block;
  height: 3px;
  position: absolute;
  width: 36px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
#nav #nav-trigger > span {
  right: 20px;
  margin-top: -2px;
  top: 50%;
}
#nav #nav-trigger > span .before,
#nav #nav-trigger > span .after {
  content: '';
  left: 0;
}
#nav #nav-trigger > span .before {
  bottom: 7px;
}
#nav #nav-trigger > span .after {
  top: 7px;
}
#nav #nav-trigger:active > span,
#nav #nav-trigger:active span.before,
#nav #nav-trigger:active span.after {
  background: #aaa;
}
#nav .menu-main-menu-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px;
  position: relative;
  padding: 0;
  z-index: 90;
}
#nav ul {
  background: #333;
  height: 243px;
  overflow: hidden;
  line-height: 34px;
  list-style: none;
  margin: 0;
  opacity: .4;
  padding: 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  -webkit-transition: bottom 0.3 ease-in-out, opacity 0.2s linear;
  -moz-transition: bottom 0.3s ease-in-out, opacity 0.2s linear;
  -o-transition: bottom 0.3s ease-in-out, opacity 0.2s linear;
  -ms-transition: bottom 0.3s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s ease-in-out, opacity 0.2s linear;
}
#nav ul li {
  border-bottom: 1px solid #222;
  border-top: 1px solid #444;
}
#nav ul li:first-child {
  border-top: none;
}
#nav ul li:last-child {
  border-bottom: none;
}
#nav ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 20px 6px 20px;
  text-shadow: 0 1px 1px #333;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
#nav ul li a:active {
  color: #999;
  text-shadow: none;
}
#nav.open #nav-trigger > span {
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
#nav.open #nav-trigger > span span.before {
  bottom: 0;
}
#nav.open #nav-trigger > span span.after {
  top: 1px;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}
#nav.open ul {
  bottom: -248px;
  opacity: 1;
}
@media (min-width: 768px) {
  #nav {
    height: 70px;
  }
  #nav #nav-trigger-wrapper {
    display: none;
  }
  #nav ul {
    background: transparent;
    height: 70px;
    left: auto;
    opacity: 1;
    text-align: center;
    right: 0;
    top: 0;
    width: 100%;
  }
  #nav ul li {
    border: none;
    display: inline-block;
    vertical-align: middle;
  }
  #nav ul li a {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    max-width: 126px;
    padding: 5px 0;
    margin-right: 20px;
    -webkit-transition: border .2s linear, color .2s linear;
    -moz-transition: border .2s linear, color .2s linear;
    -o-transition: border .2s linear, color .2s linear;
    -ms-transition: border .2s linear, color .2s linear;
    transition: border .2s linear, color .2s linear;
  }
  #nav ul li a:active {
    color: #bbb;
  }
  #nav ul li:first-child a {
    line-height: 60px;
    padding: 0;
  }
  #nav ul li:last-child {
    border: none;
  }
  #nav ul li.current-menu-item a {
    border-bottom: 5px solid #989898;
    border-bottom: 5px solid rgba(255, 255, 255, 0.45);
  }
  #nav ul li a:hover {
    border-bottom: 5px solid #006ba6;
  }
  #nav ul li a:active {
    border-bottom-color: #00507c;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media (min-width: 880px) {
  #nav ul li a {
    font-size: 18px;
    line-height: 24px;
    margin-right: 30px;
  }
}
@media (min-width: 960px) {
  #nav ul li a {
    font-size: 19px;
    line-height: 25px;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  #nav ul li a {
    font-size: 20px;
    line-height: 60px;
    margin-right: 38px;
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 1100px) {
  #nav ul li a {
    font-size: 21px;
    margin-right: 45px;
  }
}
#nav ul li:last-child a {
  margin-right: 0;
}
/* ==========================================================================
   $Footer
   ========================================================================== */
#footer {
  background-color: #202020;
  background-position: top center;
  background-image: url('img/footer-bg.jpg');
}
#footer .info {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .info strong {
  color: #999;
}
#footer .copyright {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #footer .info,
  #footer .copyright {
    margin-bottom: 0;
    float: left;
    width: 50%;
  }
  #footer .info {
    font-size: 20px;
  }
  #footer .copyright {
    font-size: 16px;
    text-align: right;
  }
}
/* ==========================================================================
   $Content
   ========================================================================== */
#content {
  background-color: #fbfbfb;
  background-position: top center;
  background-image: url('img/content-bg.jpg');
}
#content a {
  text-decoration: underline;
}
#content h3:before {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  content: '';
  display: block;
  margin-bottom: 22px;
  height: 1px;
}
body.page-template-default #content .container {
  padding-top: 0;
}
@media (min-width: 768px) {
  #content ul.columns,
  body.page-id-2 #content ul,
  body.page-id-90 #content ul,
  body.page-id-5 #content ul,
  body.page-id-7 #content ul {
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #content ul.columns li,
  body.page-id-2 #content ul li,
  body.page-id-90 #content ul li,
  body.page-id-5 #content ul li,
  body.page-id-7 #content ul li {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #content ul.columns,
  body.page-id-2 #content ul,
  body.page-id-90 #content ul,
  body.page-id-5 #content ul,
  body.page-id-7 #content ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
body.page-id-11 #content {
  padding-top: 1px;
}
/* ==========================================================================
   $Home
   ========================================================================== */
body.page-id-2 #content h3:first-of-type {
  margin-top: 10px;
}
body.page-id-2 #content h3:first-of-type:before {
  display: none;
}
#homepage-slideshow-wrapper {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 6px;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #homepage-slideshow-wrapper {
    float: right;
    margin-left: 30px;
    padding: 12px;
    margin-right: -12px;
    width: 45%;
  }
}
@media (min-width: 880px) {
  #homepage-slideshow-wrapper {
    margin-left: 40px;
    width: 53%;
  }
}
@media (min-width: 1024px) {
  #homepage-slideshow-wrapper {
    margin-left: 50px;
    width: 60%;
  }
}
@media (min-width: 1120px) {
  #homepage-slideshow-wrapper {
    margin-left: 60px;
    width: 64%;
  }
}
/* ==========================================================================
   $Inner Pages
   ========================================================================== */
#inner-slideshow-wrapper {
  margin-top: 0;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 768px) {
}
@media (min-width: 480px) {
  #inner-slideshow-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  #inner-slideshow-wrapper {
    margin: 0;
  }
}
.fotorama__dot {
  border-color: #aaa;
  border-width: 4px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-color: #777;
  border-width: 4px;
}
/* ==========================================================================
   $Request-Quote
   ========================================================================== */
#form_x1kesf {
  max-width: 890px;
}
.frm_submit {
  clear: left;
}
@media (min-width: 600px) {
  #form_x1kesf div.form-field {
    float: left;
    width: 50%;
  }
  #form_x1kesf div.form-field#frm_field_94_container,
  #form_x1kesf div.form-field#frm_field_93_container {
    clear: both;
    width: 100%;
  }
  #form_x1kesf div.form-field#frm_field_83_container,
  #form_x1kesf div.form-field#frm_field_85_container,
  #form_x1kesf div.form-field#frm_field_88_container,
  #form_x1kesf div.form-field#frm_field_90_container,
  #form_x1kesf div.form-field#frm_field_91_container {
    clear: left;
    padding-right: 12px;
  }
  #form_x1kesf div.form-field#frm_field_84_container,
  #form_x1kesf div.form-field#frm_field_87_container,
  #form_x1kesf div.form-field#frm_field_89_container {
    clear: right;
    padding-left: 12px;
  }
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div {
    float: left;
    width: 50%;
  }
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div:nth-child(odd) {
    padding-right: 12px;
  }
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div:nth-child(even) {
    padding-left: 12px;
  }
}
@media (min-width: 960px) {
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div {
    float: left;
    padding-right: 12px;
    width: 33%;
  }
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div:nth-child(odd) {
    padding-right: 12px;
  }
  #form_x1kesf div.form-field#frm_field_94_container .frm_opt_container > div:nth-child(even) {
    padding-left: 0;
    padding-right: 12px;
  }
}
/* ==========================================================================
   $Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   $Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* LG */
  #header,
  #nav {
    display: none;
  }
  #footer a:after {
    content: '';
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
