/*
 * $CONTAINERS 	-- This is where the wraps are stored
 * $SECTION 	-- blha....
 *
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 10px;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

form:after {
  content: "";
  display: table;
  clear: both; }

html, h4, .nav.nav--mobile + .nav--dropdown li > p a, .header.header--intro .quote p, .header.header--intro .quote h4, .header.header--news .quote p, .header.header--news .quote h4, .footer p, .news p, .news a, .news-story h1, .news-story.para1, .news-story.detials {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300; }

p, ul, .nav.nav--desktop > li > p a, .nav.nav--desktop--top > li > p a, .nav.nav--tablet > li > p a, .header.header--banner p, .header.header--intro p, .header.header--intro .quote.standard-white p, .header.header--news p, .header.header--news .quote.standard-white p, .input.input--primary, .input.input--signup, .footer h4, .footer a, .news h3, .news-story p, .site-links p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 500; }

h1, h2, h3, .button.button--nav, .button.button--primary, .button.button--signup, .header.header--banner h1, .header.header--intro .quote h2, .header.header--news .quote h2, .table .heading, .footer.title, .footer.engineering, .news h2, .news-story h2, .news-story.name, .site-links h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%; }

html {
  font-size: 10px; }
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  html {
    font-size: 9px; } }
@media only screen and (max-width: 640px) {
  html {
    font-size: 8px; } }

h1 {
  color: #FFF;
  font-size: 78px;
  font-size: 7.8rem; }

h2 {
  line-height: 1.5em;
  color: inherit;
  font-size: 44px;
  font-size: 4.4rem; }

h3 {
  line-height: 1.4em;
  color: #345ea9;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none !important; }
h3:hover {
  color: #424242;
  text-decoration: none !important; }

h4 {
  line-height: 1em;
  color: #FFF;
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem; }

p {
  line-height: 1.4em;
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem; }
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  p {
    font-size: 18px;
    font-size: 1.8rem; } }
@media only screen and (max-width: 640px) {
  p {
    font-size: 20px;
    font-size: 2rem; } }
p a, p strong, p em, p i, p span {
  font-size: inherit;
  color: inherit; }

ul {
  line-height: 1.4em;
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem; }
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  ul {
    font-size: 18px;
    font-size: 1.8rem; } }
@media only screen and (max-width: 640px) {
  ul {
    font-size: 20px;
    font-size: 2rem; } }
ul a, ul strong, ul em, ul i, ul span {
  font-size: inherit;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\
    $CONTAINERS
\*------------------------------------*/
.row {
  width: 100%;
  margin: 0; }

.full {
  width: 100%; }
.full.full--with-border {
  border-bottom: 1px solid #e8e8e8; }
.full .full__wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

/*------------------------------------*\
    $SECTION
\*------------------------------------*/
.section.section--primary {
  color: #424242;
  padding: 60px 0;
  padding: 6rem 0; }
.section.section--secondary {
  padding: 60px 0 0;
  padding: 6rem 0 0; }
.section.section--tertiary {
  padding: 30px 0;
  padding: 3rem 0; }
.section.section--quartenary {
  padding: 30px 0 0;
  padding: 3rem 0 0; }
.section.section--white {
  background-color: #FFF; }
.section.section--off-white {
  background-color: #f6f6f6; }
.section.section--dark-grey {
  color: #FFF;
  background-color: #424242; }
.section.section--light-blue {
  background-color: #467bda; }
.section.section--dark-blue {
  background-color: #345ea9; }
.section.section--other-blue {
  color: #FFF;
  background-color: #1690fd; }

/*------------------------------------*\
    $LOGO
\*------------------------------------*/
.logo {
  display: none;
  width: auto;
  max-width: 100%;
  height: auto; }
@media only screen and (min-width: 992px) {
  .logo.logo--desktop {
    display: block;
    padding: 42px 0;
    padding: 4.2rem 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo.logo--tablet {
    display: block;
    padding: 10px 0;
    padding: 1rem 0; } }
@media only screen and (max-width: 767px) {
  .logo.logo--mobile {
    display: block; } }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
.list.list--inline {
  font-size: 0; }
.list.list--inline li {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
.list.list--inline img {
  margin-right: 1rem; }
.list.list--left {
  text-align: left; }
.list.list--right {
  text-align: right; }
.list.list--contact {
  padding: 8px 0 0;
  padding: 0.8rem 0 0; }
.list.list--contact p {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }
.list.list--contact li {
  padding: 0 0 0 10px;
  padding: 0 0 0 1rem; }
.list.list--contact li:first-child {
  padding: 0; }
.list.list--company a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 15px;
  padding: 1.2rem 1.5rem;
  font-size: 12px;
  font-size: 1.2rem; }
.list.list--company a:hover {
  background-color: #424242;
  color: #424242;
  text-decoration: none; }
.list.list--footer {
  float: right;
  margin-top: 1.2rem; }
.list.list--footer a {
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  padding: 1rem 1rem;
  font-size: 12px;
  font-size: 1.2rem; }
.list.list--footer a:hover {
  background-color: #424242;
  color: #FFF;
  text-decoration: none; }

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .nav-container {
    padding: 0; } }

.nav.nav--desktop {
  display: block;
  padding: 76.5px 0;
  padding: 7.65rem 0; }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .nav.nav--desktop {
    display: none; } }
.nav.nav--desktop > li {
  position: relative; }
.nav.nav--desktop > li:hover {
  background-color: #345ea9; }
.nav.nav--desktop > li:hover > ul {
  display: block; }
.nav.nav--desktop > li:hover > p a {
  text-decoration: none;
  color: #fff; }
.nav.nav--desktop > li > p a {
  display: block;
  text-transform: uppercase;
  padding: 14px;
  padding: 1.4rem;
  font-size: 14px;
  font-size: 1.4rem; }
.nav.nav--desktop > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 180px;
  text-align: left;
  background-color: #345ea9;
  padding: 10px 20px;
  padding: 1rem 2rem; }
.nav.nav--desktop > li > ul > li {
  display: block; }
.nav.nav--desktop > li > ul > li:first-child a {
  border: none; }
.nav.nav--desktop > li > ul > li > p a {
  display: block;
  color: #FFF;
  border-top: 1px solid #e8e8e8;
  padding: 14px 0;
  padding: 1.4rem 0; }
.nav.nav--desktop--top {
  background-color: #345ea9;
  display: block;
  padding: 0 0 0rem 0; }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .nav.nav--desktop--top {
    display: none; } }
.nav.nav--desktop--top > li {
  position: relative; }
.nav.nav--desktop--top > li:hover {
  background-color: #e8e8e8; }
.nav.nav--desktop--top > li:hover > ul {
  display: block; }
.nav.nav--desktop--top > li:hover > p a {
  text-decoration: none;
  color: #fff; }
.nav.nav--desktop--top > li > p a {
  display: block;
  text-transform: uppercase;
  padding: 0 5px 0 0 5px;
  padding: 0 0.5rem 0 0 0.5rem;
  font-size: 11px;
  font-size: 1.1rem; }
.nav.nav--desktop--top > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 180px;
  text-align: left;
  background-color: #345ea9;
  padding: 10px 20px;
  padding: 1rem 2rem; }
.nav.nav--desktop--top > li > ul > li {
  display: block; }
.nav.nav--desktop--top > li > ul > li:first-child a {
  border: none; }
.nav.nav--desktop--top > li > ul > li > p a {
  display: block;
  color: #FFF;
  border-top: 1px solid #345ea9;
  padding: 14px 0;
  padding: 1.4rem 0; }
.nav.nav--tablet {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav.nav--tablet {
    display: block; } }
.nav.nav--tablet.show--dropdown .nav__dropdown {
  height: 54px; }
.nav.nav--tablet > li {
  vertical-align: middle; }
.nav.nav--tablet > li > p a {
  display: block;
  text-transform: uppercase;
  padding: 10px 4px;
  padding: 1rem 0.4rem;
  font-size: 11px;
  font-size: 1.1rem; }
.nav.nav--tablet > li:hover {
  background-color: #467bda; }
.nav.nav--tablet > li:hover > p a {
  text-decoration: none;
  color: #fff; }
.nav.nav--tablet .nav__dropdown {
  position: absolute;
  right: 0;
  left: initial;
  top: 100%;
  height: 0;
  width: 420px;
  margin-top: 0.2rem;
  padding: 0;
  overflow: hidden;
  background-color: #345ea9;
  -webkit-transition: height ease-in-out 0.2s;
  -moz-transition: height ease-in-out 0.2s;
  -o-transition: height ease-in-out 0.2s;
  transition: height ease-in-out 0.2s; }
.nav.nav--tablet .nav__dropdown > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 13px 16px;
  padding: 1.3rem 1.6rem; }
.nav.nav--tablet .nav__dropdown > li a {
  display: block;
  border: none;
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 0;
  padding: 0.5rem 0;
  font-size: 12px;
  font-size: 1.2rem; }
.nav.nav--mobile {
  display: none; }
@media only screen and (max-width: 767px) {
  .nav.nav--mobile {
    display: block; } }
.nav.nav--mobile.show--dropdown + .nav--dropdown {
  height: 100%; }
.nav.nav--mobile > li {
  text-align: center; }
.nav.nav--mobile > li:first-child {
  border: none; }
.nav.nav--mobile > li > a {
  padding: 0;
  height: 100%; }
.nav.nav--mobile + .nav--dropdown {
  position: fixed;
  overflow: auto;
  left: 0;
  width: 100%;
  height: 0;
  background: #345ea9;
  top: 50px;
  top: 5rem;
  -webkit-transition: height ease-in-out 0.2s;
  -moz-transition: height ease-in-out 0.2s;
  -o-transition: height ease-in-out 0.2s;
  transition: height ease-in-out 0.2s; }
.nav.nav--mobile + .nav--dropdown li {
  border-top: 1px solid #e8e8e8;
  border-top: 1px solid rgba(232, 232, 232, 0.33); }
.nav.nav--mobile + .nav--dropdown li:first-child {
  border: none; }
.nav.nav--mobile + .nav--dropdown li.has--dropdown {
  position: relative; }
.nav.nav--mobile + .nav--dropdown li.has--dropdown > img {
  position: absolute;
  right: 5%;
  top: 20px;
  top: 2rem; }
.nav.nav--mobile + .nav--dropdown li.has--dropdown.show--sub > ul {
  height: 100%; }
.nav.nav--mobile + .nav--dropdown li > p a {
  display: block;
  width: 90%;
  margin: 0 5%;
  color: #FFF;
  text-transform: uppercase;
  padding: 26px 0;
  padding: 2.6rem 0; }
.nav.nav--mobile + .nav--dropdown li > ul {
  overflow: hidden;
  height: 0;
  background-color: #467bda;
  -webkit-transition: height ease-in-out 0.2s;
  -moz-transition: height ease-in-out 0.2s;
  -o-transition: height ease-in-out 0.2s;
  transition: height ease-in-out 0.2s; }
.nav.nav--mobile + .nav--dropdown li > ul > p a {
  color: #FFF;
  text-transform: none; }
.nav.nav--top-bar {
  background-color: #345ea9;
  border-bottom: 1px solid #e8e8e8; }
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .nav.nav--top-bar {
    display: none; } }

/*------------------------------------*\
    $ICON
\*------------------------------------*/
.icon.icon--menu.icon--tablet {
  vertical-align: middle;
  height: 50px;
  border-left: 1px solid #e8e8e8;
  padding: 0 14px 0 12px;
  padding: 0 1.4rem 0 1.2rem; }
.icon.icon--menu.icon--tablet img {
  width: auto;
  height: 20px;
  height: 2rem;
  margin: 15px auto 0;
  margin: 1.5rem auto 0; }
.icon.icon--menu.icon--mobile {
  width: 33.3%;
  border-left: 1px solid #e8e8e8;
  height: 50px;
  height: 5rem; }
.icon.icon--menu.icon--mobile img {
  display: block;
  vertical-align: middle;
  height: 40px;
  height: 4rem;
  margin: 4px auto 0;
  margin: 0.4rem auto 0; }
.icon.icon--small {
  height: 16px;
  padding: 0 8px 0 0;
  padding: 0 0.8rem 0 0; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.button.button--nav {
  background-color: #467bda;
  color: #FFF !important;
  padding: 0 0 0 0; }
.button.button--primary {
  padding: 20px 35px;
  padding: 2rem 3.5rem;
  font-size: 18px;
  font-size: 1.8rem; }
.button.button--block {
  display: block;
  width: 100%; }
.button.button--sand {
  color: #FFF;
  background-color: #345ea9;
  text-align: left; }
.button.button--sand img {
  margin: 2rem auto 0 auto !important;
  width: 45px !important; }
.button.button--sand:hover {
  background-color: #345ea9;
  color: #FFF;
  text-decoration: none; }
.button.button--further {
  color: #FFF;
  background-color: #afab94;
  width: 100%; }
.button.button--further img {
  width: 100%;
  margin: 1.5rem auto 0 auto !important;
  width: 30px !important; }
.button.button--further:hover {
  background-color: #345ea9;
  color: #FFF;
  text-decoration: none; }
.button.button--year {
  color: #FFF;
  background-color: #5d6544;
  width: 100%;
  margin-bottom: 2rem; }
.button.button--year img {
  width: 100%;
  margin: 1.5rem auto 0 auto !important;
  width: 30px !important; }
.button.button--year:hover {
  background-color: #afab94;
  color: #FFF;
  text-decoration: none; }
.button.button--white {
  color: #424242;
  background-color: #FFF;
  text-transform: uppercase; }
.button.button--white:hover {
  background-color: #345ea9;
  color: #FFF;
  text-decoration: none; }
.button.button--signup {
  color: #fff;
  background-color: #484d38;
  text-transform: uppercase;
  padding: 13px 10px;
  padding: 1.3rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  float: left; }

/*------------------------------------*\
    $IMAGE
\*------------------------------------*/
.image {
  	/*&.image--full{
  
  		img{
  			width: 100%;
  			height: auto;
  		}
  	}*/ }
.image.with--banner-text {
  position: relative;
  overflow: hidden; }
.image.with--banner-text:before {
  content: '';
  display: block;
  padding-top: 40%; }
.image.with--banner-text > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-height: 100%; }
@media (max-width: 1100px) {
  .image.with--banner-text {
    min-height: 460px; } }
.image.with--banner-text .table-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0; }

/*------------------------------------*\
    $HEADERS
\*------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header--banner h1 {
    color: #FFF;
    padding: 0 0 20px;
    padding: 0 0 2rem;
    font-size: 65px;
    font-size: 6.5rem; }
  .header.header--banner p {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 5px;
    font-size: 0.5rem; } }
@media only screen and (max-width: 767px) {
  .header.header--banner h1 {
    color: #576c7c;
    padding: 0 0 20px;
    padding: 0 0 2rem;
    font-size: 30px;
    font-size: 3rem; }
  .header.header--banner p {
    color: #576c7c;
    margin: 0;
    padding: 0;
    font-size: 2px;
    font-size: 0.2rem; } }
.header.header--banner h1 {
  color: #FFF;
  padding: 0 0 20px;
  padding: 0 0 2rem; }
.header.header--banner p {
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem; }
.header.header--banner .button {
  margin: 45px 0 0;
  margin: 4.5rem 0 0; }
.header.header--intro {
  text-align: center; }
.header.header--intro h2 {
  padding: 0 0 30px;
  padding: 0 0 3rem; }
.header.header--intro p {
  color: #424242;
  font-size: 20px;
  font-size: 2rem; }
.header.header--intro h2.contact-title {
  color: #fff; }
.header.header--intro .quote p {
  line-height: 1.4em;
  color: #424242;
  font-size: 30px;
  font-size: 3rem; }
.header.header--intro .quote h2 {
  color: inherit;
  font-size: 44px;
  font-size: 4.4rem; }
.header.header--intro .quote h4 {
  color: #FFF;
  margin-bottom: 3rem;
  text-decoration: none;
  font-size: 23px;
  font-size: 2.3rem; }
.header.header--intro .quote.standard-white p {
  line-height: 1.4em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem; }
.header.header--news {
  text-align: left; }
.header.header--news h2 {
  padding: 0 0 30px;
  padding: 0 0 3rem; }
.header.header--news p {
  color: #424242;
  font-size: 20px;
  font-size: 2rem; }
.header.header--news .quote p {
  line-height: 1.4em;
  color: #424242;
  font-size: 30px;
  font-size: 3rem; }
.header.header--news .quote h2 {
  color: inherit;
  font-size: 44px;
  font-size: 4.4rem; }
.header.header--news .quote h4 {
  color: #FFF;
  margin-bottom: 3rem;
  text-decoration: none;
  font-size: 23px;
  font-size: 2.3rem; }
.header.header--news .quote.standard-white p {
  line-height: 1.4em;
  color: #fff;
  font-size: 20px;
  font-size: 2rem; }

.module__img__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 341px;
  padding: 10px;
  padding: 1rem; }
.module__img__overlay.overlay--green {
  background-color: transparent;
  -webkit-transition: background-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s; }
.module__img__overlay.overlay--green:hover {
  background-color: #5d6544;
  background-color: rgba(93, 101, 68, 0.7); }

/*------------------------------------*\
    $MODULE
\*------------------------------------*/
@media (min-width: 700px) and (max-width: 991px) {
  .section--accessories .col-md-3 {
    width: 50%;
    float: left; } }

.module.module--showcase {
  background-color: #f6f6f6;
  text-align: center;
  padding: 15px;
  padding: 1.5rem;
  margin: 0 0 30px;
  margin: 0 0 3rem; }
.module.module--showcase.png-img {
  background-color: #424242; }
.module.module--showcase.white-img {
  background-color: #fff; }
.module.module--showcase > img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }
.module.module--showcase > img:first-child {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase h3 {
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase p {
  display: block;
  margin: 0 auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase a {
  display: inline-block;
  text-align: center;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase a:hover {
  text-decoration: none; }
.module.module--showcase a > img {
  width: 100%; }
.module.module--showcase.news {
  padding-left: 4rem; }
.module.module--showcase.news-image img {
  width: 100%;
  height: auto;
  padding: 0 !important; }
.module.module--showcase.spec {
  display: inline; }
.module.module--showcase--nobg {
  text-align: center;
  padding: 15px;
  padding: 1.5rem;
  margin: 0 0 30px;
  margin: 0 0 3rem; }
.module.module--showcase--nobg.png-img {
  background-color: #424242; }
.module.module--showcase--nobg.white-img {
  background-color: #fff; }
.module.module--showcase--nobg.blue-img {
  background-color: #1690fe !important; }
.module.module--showcase--nobg > img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto; }
.module.module--showcase--nobg > img:first-child {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase--nobg h3 {
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase--nobg p {
  display: block;
  margin: 0 auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase--nobg a {
  display: inline-block;
  text-align: center;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.module.module--showcase--nobg a:hover {
  text-decoration: none; }
.module.module--showcase--nobg a > img {
  width: 100%; }
.module.module--showcase--nobg.news {
  padding-left: 4rem; }
.module.module--showcase--nobg.news-image img {
  width: 100%;
  height: auto;
  padding: 0 !important; }
.module.module--showcase--nobg.spec {
  display: inline; }
.module.module--bullet {
  padding: 30px 0 0;
  padding: 3rem 0 0; }
.module.module--bullet h3 {
  padding: 0 0 20px;
  padding: 0 0 2rem; }
.module.module--bullet p {
  text-align: justify; }
.module.module--bullet .table__cell {
  width: auto; }
.module.module--bullet .table__cell img {
  display: block;
  margin: 0 0 0 20px;
  margin: 0 0 0 2rem;
  height: 20px;
  height: 2rem;
  width: 20px;
  width: 2rem; }
.module.module--bullet .table__cell:first-child img {
  height: 60px;
  height: 6rem;
  width: 60px;
  width: 6rem;
  margin: 0 20px 0 0;
  margin: 0 2rem 0 0; }
.module.module--news-item {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
  margin: 3rem 0 0; }
.module.module--news-item:before {
  content: '';
  padding-top: 100%;
  display: block; }
@media (max-width: 991px) {
  .module.module--news-item:before {
    content: '';
    padding-top: 50%;
    display: block; } }
.module.module--news-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }
.module.module--news-item h4 {
  text-decoration: none;
  border-bottom: 2px solid #FFF;
  margin: 0 0 20px;
  margin: 0 0 2rem; }
.module.module--news-item h4:hover {
  text-decoration: none; }
.module.module--news-item a {
  text-decoration: none; }
.module.module--news-item p {
  color: #FFF; }
.module.module--news-item .module__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  padding: 1rem; }
.module.module--news-item .module__overlay.overlay--green {
  background-color: transparent;
  -webkit-transition: background-color ease-in-out 0.2s;
  -moz-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s; }
.module.module--news-item .module__overlay.overlay--green:hover {
  background-color: #5d6544;
  background-color: rgba(93, 101, 68, 0.7); }
.module.module--news-item .module__arrow {
  position: absolute;
  z-index: 300;
  top: 5px;
  top: 0.5rem;
  right: 5px;
  right: 0.5rem; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
.table {
  display: table;
  height: 100%;
  width: 100%; }
.table > img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
.table > img:first-child {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.table .news-image img {
  width: auto;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem; }
.table.grey {
  background-color: #e7e7e7;
  padding: 2rem; }
.table .heading {
  color: #424242;
  padding: 0 !important;
  background-color: inherit !important;
  height: auto !important;
  font-size: 22px;
  font-size: 2.2rem; }
.table a {
  padding: 0 !important;
  margin: 0; }
.table .table__cell {
  display: table-cell;
  height: 100%;
  width: 100%; }
.table .table__cell a {
  width: 100%; }
.table .table__cell a:hover {
  color: #5d6544;
  text-decoration: none; }
.table .table__cell h3 {
  padding-bottom: 2rem; }
.table .table__cell.news {
  text-align: center; }
.table .table__cell.table__cell--absolute-center {
  text-align: center;
  vertical-align: middle; }
.table .table__cell.table__cell--middle {
  vertical-align: middle; }
.table .table__cell.table__cell--bottom {
  vertical-align: bottom; }
.table .table__cell.table__cell--bottom a {
  width: 100%;
  margin: 0 auto; }
.table .table__cell.table__cell--bottom img {
  max-width: 100%;
  width: auto;
  margin: 0 auto; }
.table .table__cell.table__cell--bottom img:first-child {
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0 0 25px;
  padding: 0 0 2.5rem; }
.table .table__cell.table__cell--left {
  text-align: left; }
.table .table__cell2 {
  display: table-cell;
  height: 100%;
  width: 33.3%; }
.table .body-list {
  margin-bottom: 2rem; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
.label {
  display: block;
  padding: 0; }
.label.label--primary {
  margin: 0 0 30px;
  margin: 0 0 3rem; }
.label.label--primary p {
  text-align: left;
  padding: 0 0 10px;
  padding: 0 0 1rem;
  font-size: 20px;
  font-size: 2rem; }
.label.label--JayBlue p {
  color: #FFF; }
.label textarea {
  resize: none; }

.input {
  margin: 0;
  padding: 0;
  border: none; }
.input.input--primary {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 10px;
  padding: 2rem 1rem; }
.input.input--JayBlue {
  color: #FFF;
  background-color: #345ea9;
  border: 1px solid #345ea9; }
.input.input--signup {
  float: left;
  width: 65%;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 5px;
  padding: 1rem 0.5rem; }
.input.input--white {
  color: #484d38;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8; }

.main-contact-form .row:first-of-type .col-md-4:last-of-type {
  display: none; }

/*------------------------------------*\
    $LEVELS
\*------------------------------------*/
.level {
  position: relative; }
.level.level--one {
  z-index: 100; }
.level.level--two {
  z-index: 200; }
.level.level--three {
  z-index: 300; }
.level.level--four {
  z-index: 400; }

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer {
  margin-top: 2rem; }
.footer p {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 14px;
  font-size: 1.4rem; }
.footer img {
  margin: 0 2rem 1rem 0rem;
  float: left; }
.footer h4 {
  margin-bottom: 2rem;
  font-size: 12px;
  font-size: 1.2rem; }
.footer a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }
.footer.footer--logo {
  margin-bottom: 2rem; }
.footer.title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 25px;
  font-size: 2.5rem; }
.footer.engineering {
  color: #fff;
  margin-top: 7rem;
  font-size: 20px;
  font-size: 2rem; }

/*------------------------------------*\
    $NEWS
\*------------------------------------*/
.news {
  margin-top: 2rem;
  margin-bottom: 2rem; }
.news p {
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0rem 0rem 0.2rem 0rem !important; }
.news img {
  margin: 0rem 0rem 0rem 0rem;
  width: auto;
  height: auto;
  float: left; }
.news h2 {
  margin: 0rem 0rem 0rem 0rem !important;
  padding: 1rem 0rem 1rem 0rem !important;
  color: #424242;
  margin-bottom: 1rem;
  font-size: 25px;
  font-size: 2.5rem; }
.news h3 {
  color: #345ea9;
  margin: 0rem 0rem 0rem 0rem !important;
  padding: 0rem 0rem 0.2rem 0rem !important;
  font-size: 18px;
  font-size: 1.8rem; }
.news a {
  text-decoration: none;
  padding: 0rem 0rem 0.5rem 0rem !important;
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem; }
.news.left-info {
  text-align: left !important; }

.news-story h2 {
  line-height: 1.5em;
  font-size: 44px;
  font-size: 4.4rem;
  color: #fff;
  text-align: center; }
.news-story h1 {
  line-height: 1.5em;
  font-size: 50px;
  font-size: 5rem;
  color: #424242; }
.news-story p {
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0rem 0rem 0.2rem 0rem !important;
  text-align: justify; }
.news-story.para1 {
  line-height: 1.5em;
  font-size: 24px;
  font-size: 2.4rem;
  color: #5d6544; }
.news-story.name {
  color: #5d6544;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0rem 0rem 0.2rem 0rem !important; }
.news-story.detials {
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0rem 0rem 0.2rem 0rem !important; }

/*------------------------------------*\
    $SITEMAP LINKS
\*------------------------------------*/
.site-links {
  margin-bottom: 10rem; }
.site-links h3 {
  line-height: 1.4em;
  color: #5d6544;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none !important; }
.site-links h3:hover {
  text-decoration: none !important;
  color: #424242; }
.site-links p {
  line-height: 1.4em;
  color: #424242;
  font-size: 16px;
  font-size: 1.6rem; }
@media only screen and (max-width: 1024px) and (min-width: 641px) {
  .site-links p {
    font-size: 18px;
    font-size: 1.8rem; } }
@media only screen and (max-width: 640px) {
  .site-links p {
    font-size: 20px;
    font-size: 2rem; } }
.site-links p a, .site-links p strong, .site-links p em, .site-links p i, .site-links p span {
  font-size: inherit;
  color: inherit; }
.site-links p:hover {
  text-decoration: none !important;
  color: #5d6544; }

/*# sourceMappingURL=main.css.map */
