@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/* line 19, ../sass/screen.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
/* line 29, ../sass/screen.scss */
html {
  font-size: 62.5%;
}

/* line 32, ../sass/screen.scss */
body {
  font: 300 16px/1.4 'Open Sans', sans-serif;
  color: #444;
  padding: 0px;
  margin: 0px;
}

/* clear */
/* line 39, ../sass/screen.scss */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

/* line 45, ../sass/screen.scss */
.clear:after {
  clear: both;
}

/* line 48, ../sass/screen.scss */
.clear {
  *zoom: 1;
}

/* line 51, ../sass/screen.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 55, ../sass/screen.scss */
a {
  color: #444;
  text-decoration: none;
}

/* line 59, ../sass/screen.scss */
a:hover {
  color: #444;
}

/* line 62, ../sass/screen.scss */
a:focus {
  outline: 0;
}

/* line 65, ../sass/screen.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 69, ../sass/screen.scss */
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/* line 74, ../sass/screen.scss */
h1 {
  font-size: 4em;
  padding: 0em;
  margin: 0em;
}

/* line 80, ../sass/screen.scss */
h2 {
  font-size: 1.8em;
  padding: 0em;
  margin: 0em;
}

/* line 86, ../sass/screen.scss */
h3 {
  font-size: 1.7em;
  padding: 0em;
  margin: 0em;
}

/* line 92, ../sass/screen.scss */
h4 {
  font-size: 1.6em;
  padding: 0em;
  margin: 0em;
}

/* line 98, ../sass/screen.scss */
h5 {
  font-size: 1.5em;
  padding: 0em;
  margin: 0em;
}

/* line 104, ../sass/screen.scss */
h6 {
  font-size: 1.4em;
  padding: 0em;
  margin: 0em;
}

/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
/* line 130, ../sass/screen.scss */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 135, ../sass/screen.scss */
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 140, ../sass/screen.scss */
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* line 150, ../sass/screen.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 153, ../sass/screen.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 158, ../sass/screen.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 162, ../sass/screen.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 166, ../sass/screen.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 170, ../sass/screen.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 173, ../sass/screen.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 177, ../sass/screen.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 182, ../sass/screen.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 189, ../sass/screen.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 192, ../sass/screen.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 195, ../sass/screen.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 198, ../sass/screen.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 206, ../sass/screen.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  /* line 225, ../sass/screen.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 231, ../sass/screen.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 235, ../sass/screen.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 238, ../sass/screen.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 241, ../sass/screen.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 246, ../sass/screen.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 250, ../sass/screen.scss */
  thead {
    display: table-header-group;
  }

  /* line 253, ../sass/screen.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 256, ../sass/screen.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 262, ../sass/screen.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 268, ../sass/screen.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 274, ../sass/screen.scss */
.show {
  display: block;
}

/* line 278, ../sass/screen.scss */
.hide {
  display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* line 287, ../sass/screen.scss */
.wrapper {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 0em 0.5em;
}
@media (min-width: 500px) {
  /* line 287, ../sass/screen.scss */
  .wrapper {
    padding: 0em;
  }
}

/* line 299, ../sass/screen.scss */
.header {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* W3C */
  margin: 0px;
  padding: 1em 0em 1em 0em;
  border-top: 10px solid #153b63;
}
@media (min-width: 500px) {
  /* line 299, ../sass/screen.scss */
  .header {
    padding: 1em 0em 1em 0em;
  }
}
/* line 315, ../sass/screen.scss */
.header .contact-deets {
  float: right;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 1em 0em 0em 0em;
}
@media (min-width: 1024px) {
  /* line 315, ../sass/screen.scss */
  .header .contact-deets {
    width: 60%;
    text-align: right;
    padding: 1.5em 0em 0em 0em;
  }
}
/* line 328, ../sass/screen.scss */
.header .contact-deets .blocker span {
  font-size: 1.5em;
  display: inline-block;
  color: #d6251f;
  font-weight: bold;
}

.header .contact-deets .blocker span a{
  font-size: 1em;
  color: #2c2c2c;
}
/* line 334, ../sass/screen.scss */
.header .contact-deets .blocker span:last-child {
  color: #2c2c2c;
}
/* line 339, ../sass/screen.scss */
.header .contact-deets .blocker a {
  font-size: 1.2em;
  color: #FFF;
  display: block;
}
/* line 345, ../sass/screen.scss */
.header .contact-deets .blocker .fa {
  font-size: 1.5em;
  padding: 0.2em;
  color: #419cd6;
}

.header .contact-deets .blocker {
  display: block;
}

@media (min-width: 600px) {
  /* line 417, ../sass/screen.scss */
.header .contact-deets .blocker {
  display: inline-block;
  }
}

/* line 352, ../sass/screen.scss */
.header .logo {
  width: 100%;
  float: left;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 352, ../sass/screen.scss */
  .header .logo {
    width: 30%;
    text-align: left;
  }
}

.responsive-nav {
  position: relative;
  float: left;
  width: 100%;
  background: #153b63;
  -webkit-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  -moz-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  display: none;
}

@media (min-width: 1024px) {
  /* line 417, ../sass/screen.scss */
.responsive-nav {
    display: none;
  }
}

.responsive-nav ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}

.responsive-nav ul li {
  text-align: center;
  border-bottom: #FFF solid 1px;
  position: relative;
  padding: 1em;
  width: 100%;
}

.responsive-nav ul li:last-child {
  border-bottom: 0px;
}

.responsive-nav ul li a {
  color: #FFF;
  font-weight: 500;
  font-size: 0.9em;
  font-weight: 800;
  width:100%;
  padding: 1em;
}

.nav ul li {
  display: none;
  padding: 0.5em 1em;
  text-align: center;
  border-bottom: #262626 solid 1px;
  position: relative;
}

/* line 366, ../sass/screen.scss */
.nav {
  position: relative;
  float: left;
  width: 100%;
  background: #153b63;
  padding: 1.5em 0em;
  -webkit-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  -moz-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  display: none;
    transition: all 0.5s ease;
}

.nav:hover {
  background: #4c8893;
}

@media (min-width: 1024px) {
  /* line 417, ../sass/screen.scss */
.nav {
    display: block;
  }
}

/* line 377, ../sass/screen.scss */
.nav ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}

.show {
  display: block;
}
/* line 383, ../sass/screen.scss */
.nav ul li {
  display: none;
  padding: 0.5em 1em;
  text-align: center;
  border-bottom: #262626 solid 1px;
  position: relative;
}
@media (min-width: 800px) {
  /* line 383, ../sass/screen.scss */
  .nav ul li {
    display: inline-block;
    text-align: left;
    border-bottom: none;
  }
}
/* line 396, ../sass/screen.scss */
.nav ul li a {
  color: #FFF;
  font-weight: 500;
  font-size: 0.9em;
  font-weight: 800;
}

/* line 403, ../sass/screen.scss */
.nav ul li ul {
  background: #d6251f;
  position: absolute;
  width: 100%;
  display: inline-block;
}
/* line 408, ../sass/screen.scss */
.nav ul li ul li {
  display: inline-block;
}

/* line 417, ../sass/screen.scss */
.menu-trigger {
  width: 100%;
  float: left;
  padding: 0.5em;
  display: block;
}
@media (min-width: 800px) {
  /* line 417, ../sass/screen.scss */
  .menu-trigger {
    display: none;
  }
}
/* line 427, ../sass/screen.scss */
.menu-trigger .menu-burger {
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s;
  transition-delay: 0.15s;
}
/* line 435, ../sass/screen.scss */
.menu-trigger .menu-burger i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: #FFF;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  transition-delay: 0.2s;
}
/* line 449, ../sass/screen.scss */
.menu-trigger .menu-burger:before, .menu-trigger .menu-burger:after {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid #FFF;
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: right bottom;
}
/* line 462, ../sass/screen.scss */
.menu-trigger .menu-burger:after {
  top: 100%;
  transform-origin: right bottom;
}
/* line 467, ../sass/screen.scss */
.menu-trigger .menu-burger .menu-burger--is-active {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
/* line 472, ../sass/screen.scss */
.menu-trigger .menu-burger--is-active i {
  opacity: 0;
  transition-delay: 0;
}
/* line 476, ../sass/screen.scss */
.menu-trigger .menu-burger--is-active:after {
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-1px, 1px, 0);
}
/* line 479, ../sass/screen.scss */
.menu-trigger .menu-burger--is-active:before {
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
}

/* line 485, ../sass/screen.scss */
button {
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
}

/* line 492, ../sass/screen.scss */
.menu-burger {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -10px;
}

/* line 499, ../sass/screen.scss */
.slider {
  width: 100%;
  float: left;
  border-bottom: 5px solid #153b63;
  display:none;
}
@media (min-width: 1024px) {
  /* line 606, ../sass/screen.scss */
.slider {
  display: block;
}
}
/* line 504, ../sass/screen.scss */
.slider h2 {
  font-weight: bold;
  font-size: 2em;
}
/* line 509, ../sass/screen.scss */
.slider .fa {
  font-size: 1.6em;
  color: #153b63;
}
/* line 513, ../sass/screen.scss */
.slider .fa:odd {
  color: #d6251f;
}
/* line 516, ../sass/screen.scss */
.slider .fa a {
  font-weight: bold;
  color: #d6251f;
  padding-left: 0.5em;
}
/* line 521, ../sass/screen.scss */
.slider .fa a:odd {
  color: #153b63;
}

/* Mobile */

/* line 499, ../sass/screen.scss */
.mobile-slider {
  width: 100%;
  float: left;
  border-bottom: 5px solid #153b63;
  display: block;
}
@media (min-width: 1024px) {
  /* line 606, ../sass/screen.scss */
.mobile-slider  {
  display: none;
}
}
/* line 504, ../sass/screen.scss */
.mobile-slider h2 {
  font-weight: bold;
  font-size: 2em;
  color: #2c2c2c;
  background: rgba(255,255,255,0.6);
  text-shadow: 0px 0px 14px rgba(150, 150, 150, 1);
  padding: 0.5em;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.19);
}
/* line 509, ../sass/screen.scss */
.mobile-slider .fa {
  font-size: 1.6em;
  color: #153b63;
}
/* line 513, ../sass/screen.scss */
.mobile-slider .fa:odd {
  color: #d6251f;
}
/* line 516, ../sass/screen.scss */
.mobile-slider .fa a {
  font-weight: bold;
  color: #d6251f;
  padding-left: 0.5em;
}
/* line 521, ../sass/screen.scss */
.mobile-slider .fa a:odd {
  color: #153b63;
}

/* line 534, ../sass/screen.scss */
.full-span-con {
  width: 100%;
  float: left;
  background: url("../img/rubber_grip.png") #2c2c2c;
  padding: 1em;
  -webkit-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  -moz-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  font-size: 1.7em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
/* line 547, ../sass/screen.scss */
.full-span-con .fa {
  color: #4c8893;
}
/* line 551, ../sass/screen.scss */
.full-span-con span {
  color: #4c8893;
  display: block;
}
@media (min-width: 1024px) {
  /* line 551, ../sass/screen.scss */
  .full-span-con span {
    display: inline-block;
  }
}

/* line 563, ../sass/screen.scss */
.map-full-span-con {
  width: 100%;
  float: left;
  background: url("../img/rubber_grip.png") #2c2c2c;
  -webkit-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  -moz-box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  box-shadow: inset 0px 0px 33px -7px #3d3d3d;
  font-size: 1.7em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
/* line 575, ../sass/screen.scss */
.map-full-span-con .fa {
  color: #4c8893;
}
/* line 579, ../sass/screen.scss */
.map-full-span-con span {
  color: #4c8893;
}

/* line 585, ../sass/screen.scss */
#map {
  float: left;
  height: 400px;
  width: 100%;
}

/* line 591, ../sass/screen.scss */
.col-span-2-con {
  width: 100%;
  float: left;
  background: #4c8893;
  padding: 1em;
}
@media (min-width: 1024px) {
  /* line 591, ../sass/screen.scss */
  .col-span-2-con {
    padding: 0px;
  }
}
/* line 602, ../sass/screen.scss */
.col-span-2-con ul {
  margin: 0px;
  padding: 0px;
}
/* line 606, ../sass/screen.scss */
.col-span-2-con ul li {
  width: 100%;
  float: left;
  background: #4c8893;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.1em;
  padding: 1em 0em 2em 0em;
}
@media (min-width: 1024px) {
  /* line 606, ../sass/screen.scss */
  .col-span-2-con ul li {
    display: block;
    width: 50%;
    text-align: left;
    padding: 0px;
  }
}
/* line 624, ../sass/screen.scss */
.col-span-2-con ul li:first-child {
  display: none;
}
@media (min-width: 1024px) {
  /* line 628, ../sass/screen.scss */
  .col-span-2-con ul li:first-child {
    display: block;
    width: 50%;
  }
}
/* line 635, ../sass/screen.scss */
.col-span-2-con ul li h1 {
  font-weight: bold;
  padding: 0em 0em 0em 0em;
}
@media (min-width: 1024px) {
  /* line 635, ../sass/screen.scss */
  .col-span-2-con ul li h1 {
    padding: 1em 0em 0em 0em;
  }
}
/* line 646, ../sass/screen.scss */
.col-span-2-con ul li:nth-child(2) {
  background: #4c8893;
  padding-right: 0em;
}
@media (min-width: 1024px) {
  /* line 646, ../sass/screen.scss */
  .col-span-2-con ul li:nth-child(2) {
    padding-right: 4em;
  }
}

/* line 659, ../sass/screen.scss */
.col-span-3-con {
  width: 100%;
  float: left;
}
/* line 663, ../sass/screen.scss */
.col-span-3-con ul {
  margin: 0px;
  padding: 0px;
}
/* line 667, ../sass/screen.scss */
.col-span-3-con ul li {
  width: 100%;
  float: left;
  height: 40px;
  background: #C4D7ED;
  text-align: center;
  height: 130px;
  padding: 1.5em;
}
@media (min-width: 450px) {
  /* line 667, ../sass/screen.scss */
  .col-span-3-con ul li {
    width: 33.33%;
  }
}
/* line 682, ../sass/screen.scss */
.col-span-3-con ul li:nth-child(2) {
  background: #9dbde1;
}
/* line 686, ../sass/screen.scss */
.col-span-3-con ul li:nth-child(3) {
  background: #76a2d5;
}

/* line 695, ../sass/screen.scss */
.col-span-4-con {
  width: 100%;
  float: left;
}
/* line 699, ../sass/screen.scss */
.col-span-4-con ul {
  margin: 0px;
  padding: 0px;
}
/* line 703, ../sass/screen.scss */
.col-span-4-con ul li {
  width: 100%;
  float: left;
  height: 40px;
  background: #C4D7ED;
  text-align: center;
  height: 200px;
  padding: 1.5em;
}
@media (min-width: 500px) {
  /* line 703, ../sass/screen.scss */
  .col-span-4-con ul li {
    width: 50%;
  }
}
@media (min-width: 800px) {
  /* line 703, ../sass/screen.scss */
  .col-span-4-con ul li {
    width: 25%;
  }
}
/* line 722, ../sass/screen.scss */
.col-span-4-con ul li:nth-child(2) {
  background: #9dbde1;
}
/* line 726, ../sass/screen.scss */
.col-span-4-con ul li:nth-child(3) {
  background: #76a2d5;
}

/* line 732, ../sass/screen.scss */
.col-span-5-con {
  width: 100%;
  float: left;
}
/* line 736, ../sass/screen.scss */
.col-span-5-con ul {
  margin: 0px;
  padding: 0px;
}
/* line 740, ../sass/screen.scss */
.col-span-5-con ul li {
  width: 100%;
  float: left;
  height: 40px;
  background: #C4D7ED;
  text-align: center;
  height: 120px;
  padding: 1.5em;
}
@media (min-width: 450px) {
  /* line 740, ../sass/screen.scss */
  .col-span-5-con ul li {
    width: 20%;
  }
}
/* line 755, ../sass/screen.scss */
.col-span-5-con ul li:nth-child(2) {
  background: #9dbde1;
}
/* line 759, ../sass/screen.scss */
.col-span-5-con ul li:nth-child(3) {
  background: #76a2d5;
}
/* line 763, ../sass/screen.scss */
.col-span-5-con ul li:nth-child(4) {
  background: #4f88c9;
}
/* line 767, ../sass/screen.scss */
.col-span-5-con ul li:nth-child(5) {
  background: #366eaf;
}

/* line 773, ../sass/screen.scss */
main {
  float: left;
  width: 100%;
  padding: 1em;
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.1em;
  text-align: center;
}
@media (min-width: 900px) {
  /* line 773, ../sass/screen.scss */
  main {
    width: 60%;
    text-align: left;
    padding: 1.5em 1.5em 3em 0em;
  }
}
/* line 790, ../sass/screen.scss */
main h1 {
  margin: 0em 0em;
  padding: 1em 0em 0.5em 0em;
  font-size: 2.2em;
}
/* line 797, ../sass/screen.scss */
main p {
  margin: 0em 0em;
  padding: 0.5em 0em;
}

/* line 804, ../sass/screen.scss */
.main-con {
  background: -webkit-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* W3C */
  width: 100%;
  float: left;
}

/* line 814, ../sass/screen.scss */
.main-page {
  float: left;
  width: 100%;
  padding: 1em;
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  line-height: 2.1em;
  text-align: center;
}
@media (min-width: 630px) {
  /* line 814, ../sass/screen.scss */
  .main-page {
    width: 60%;
    text-align: left;
    padding: 1.5em 1.5em 3em 0em;
  }
}
@media (min-width: 1024px) {
  /* line 814, ../sass/screen.scss */
  .main-page {
    width: 60%;
  }
}
/* line 834, ../sass/screen.scss */
.main-page h1 {
  margin: 0em 0em;
  padding: 1em 0em 0.5em 0em;
  font-size: 2.2em;
  font-weight: bold;
}
/* line 841, ../sass/screen.scss */
.main-page h2 {
  color: #d6251f;
}
/* line 845, ../sass/screen.scss */
.main-page p {
  margin: 0em 0em;
  padding: 0.5em 0em;
}
/* line 850, ../sass/screen.scss */
.main-page ul {
  margin: 0 0 0 1em;
  padding: 1em 0em;
  float: left;
}
/* line 855, ../sass/screen.scss */
.main-page ul li {
  float: left;
  width: 100%;
  font-weight: bold;
}
/* line 860, ../sass/screen.scss */
.main-page ul li:before {
  content: '• ';
  color: #d6251f;
  font-weight: bold;
  margin-left: -10px;
}

/* line 871, ../sass/screen.scss */
.main-con-page {
  background: -webkit-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* Opera 11.10+ */
  background: linear-gradient(90deg, #ECE9E6 10%, #FFFFFF 90%);
  /* W3C */
  width: 100%;
  float: left;
}

/* sidebar */
/* line 883, ../sass/screen.scss */
.sidebar {
  float: left;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 900px) {
  /* line 883, ../sass/screen.scss */
  .sidebar {
    width: 40%;
  }
}

/* line 897, ../sass/screen.scss */
#contact-form input {
  width: 100%;
  height: 35px;
  display: block;
  box-sizing: border-box;
  margin: 1em 0em;
}
/* line 905, ../sass/screen.scss */
#contact-form textarea {
  width: 100%;
  height: 70px;
}
/* line 910, ../sass/screen.scss */
#contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  display: block;
  background: #C4D7ED;
  box-sizing: border-box;
  margin-top: 1em;
  border: 0px;
}

/* line 921, ../sass/screen.scss */
.news-con {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ABC8E2;
}

/* footer */
/* line 928, ../sass/screen.scss */
.footer {
  float: left;
  width: 100%;
  background: url("../img/rubber_grip.png") #2c2c2c;
  padding: 1.5em;
  color: #ec1c24;
}
/* line 935, ../sass/screen.scss */
.footer h1 {
  font-weight: bold;
  font-size: 1.3em;
}
/* line 940, ../sass/screen.scss */
.footer .fa {
  color: #419cd6;
}
/* line 945, ../sass/screen.scss */
.footer .footer-col-1 {
  width: 100%;
  float: left;
  text-align: center;
  min-height: 350px;
  overflow-y:hidden !important;
  overflow-x:hidden !important;
  overflow: hidden !important;
}

.footer .footer-col-1 iframe {
  height: 375px;
  overflow-y:hidden !important;
  overflow-x:hidden !important;
  overflow: hidden !important;
}
@media (min-width: 630px) {
  /* line 945, ../sass/screen.scss */
  .footer .footer-col-1 {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 900px) {
  /* line 945, ../sass/screen.scss */
  .footer .footer-col-1 {
    width: 25%;
  }
}
/* line 959, ../sass/screen.scss */
.footer .footer-col-2 {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 630px) {
  /* line 959, ../sass/screen.scss */
  .footer .footer-col-2 {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 900px) {
  /* line 959, ../sass/screen.scss */
  .footer .footer-col-2 {
    width: 25%;
  }
}

.footer .footer-col-2  span {
  text-align: right;
  float: right;
  padding-right:3em;
}
/* line 970, ../sass/screen.scss */
.footer .footer-col-2 ul {
  margin: 0px;
  padding: 0px;
}
/* line 974, ../sass/screen.scss */
.footer .footer-col-2 ul li {
  display: block;
  color: #FFF;
  font-size: 0.9em;
  font-weight: normal: ;
}
/* line 984, ../sass/screen.scss */
.footer .footer-col-3 {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 630px) {
  /* line 984, ../sass/screen.scss */
  .footer .footer-col-3 {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 900px) {
  /* line 984, ../sass/screen.scss */
  .footer .footer-col-3 {
    width: 25%;
  }
}
/* line 996, ../sass/screen.scss */
.footer .footer-col-3 ul {
  margin: 0px;
  padding: 0px;
}
/* line 1000, ../sass/screen.scss */
.footer .footer-col-3 ul li {
  display: block;
  color: #FFF;
  font-size: 0.9em;
  font-weight: bold;
}
/* line 1006, ../sass/screen.scss */
.footer .footer-col-3 ul li:last-child {
  padding-top: 1em;
}
/* line 1015, ../sass/screen.scss */
.footer .footer-col-4 {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 630px) {
  /* line 1015, ../sass/screen.scss */
  .footer .footer-col-4 {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 900px) {
  /* line 1015, ../sass/screen.scss */
  .footer .footer-col-4 {
    width: 25%;
  }
}
/* line 1029, ../sass/screen.scss */
.footer a {
  color: #FFF;
}

/* line 1035, ../sass/screen.scss */
.credits {
  width: 100%;
  background: #2c2c2c;
  color: #FFF;
  padding: 1em;
  float: left;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}
/* line 1045, ../sass/screen.scss */
.credits a {
  color: #FFF;
}

/* line 1051, ../sass/screen.scss */
.sub-page-nav {
  float: left;
  width: 100%;
  background: #ec1c24;
  padding: 1em;
}
/* line 1057, ../sass/screen.scss */
.sub-page-nav ul {
  margin: 0px;
  padding: 0px;
  float: left;
}
/* line 1062, ../sass/screen.scss */
.sub-page-nav ul li {
  display: inline-block;
  float: left;
}
/* line 1066, ../sass/screen.scss */
.sub-page-nav ul li a {
  color: #FFF;
  font-weight: bold;
  background: #153b63;
  padding: 0.5em;
  display: block;
  margin: 3px;
  -webkit-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  font-size: 0.83em;
}
/* line 1079, ../sass/screen.scss */
.sub-page-nav ul li a:hover {
  background: #419cd6;
}

.responsive-menu-item {
  float: left;
  width: 100%;
  background: #153b63;
  display: block;
}

@media (min-width: 1024px) {
  /* line 417, ../sass/screen.scss */
.responsive-menu-item {
    display: none;
  }
}

.btn {
  width: 50px;
  height: 50px;
  background: #153b63;
  cursor: pointer;
  display: block;
  margin: 0px auto;
}

.tp {
  width: 24px;
  height: 2px;
  background: #419cd6;
  left: 13px;
  top: 18px;
  position: relative;
-webkit-transition:0.2s;
   -moz-transition:0.2s;
     -o-transition:0.2s;
        transition:0.2s;
}

.ct {
  width: 24px;
  height: 2px;
  background: #419cd6;
  left: 13px;
  top: 22px;
  position: relative;
-webkit-transition:0.2s;
   -moz-transition:0.2s;
     -o-transition:0.2s;
        transition:0.2s;
}

.bt {
  width: 24px;
  height: 2px;
  background: #419cd6;
  left: 13px;
  top: 26px;
  position: relative;
-webkit-transition:0.2s;
   -moz-transition:0.2s;
     -o-transition:0.2s;
        transition:0.2s;
}


.down {
  width: 24px;
  height: 2px;
  background: #419cd6;
  left: 13px;
  top: 24px;
  position: relative;
-webkit-transition:0.2s;
   -moz-transition:0.2s;
     -o-transition:0.2s;
        transition:0.2s;
}

.up {
  width: 24px;
  height: 2px;
  background: #419cd6;
  left: 13px;
  top: 20px;
  position: relative;
-webkit-transition:0.2s;
   -moz-transition:0.2s;
     -o-transition:0.2s;
        transition:0.2s;
}

.wow {
  visibility: hidden;
}

.contact-form {
  width:100%;
  padding: 1em 0em 0em 0em;
}

@media (min-width: 1024px) {
  /* line 315, ../sass/screen.scss */
 .contact-form  {
  width:400px;
  }
}

.contact-form h2 {
  margin: 0em 0em;
  padding: 0em 0em 0.5em 0em;
  font-size: 1.8em;
  font-weight: bold;
  color: #2c2c2c;
}

.contact-form input {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #2c2c2c;
  background: #f8f8f8;
  color:#FFF;
  border-radius: 0.5em;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
}

.contact-form textarea {
  width: 100%;
  padding: 0.75em;
  border: 1px solid #2c2c2c;
  background: #f8f8f8;
  color:#FFF;
  height: 120px;
  border-radius: 0.5em;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.05);
}

.contact-form input[type="submit"] {
  background: #153b63;
  transition: all 0.5s ease;
  font-weight: bold;
}

.contact-form input[type="submit"]:hover {
   background: #ec1c24; 
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}