html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

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

/* ---- CSS RESET ENDS ---------------------------------------------------- */
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block; }

ul {
  margin: 0 0 15px 0;
  list-style-type: disc; }

ol {
  margin: 0 0 15px 0;
  list-style-type: decimal; }

li {
  margin: 0 0 10px 25px; }

strong {
  font-weight: bold; }

table {
  border-collapse: collapse; }

.tLeft {
  text-align: left; }

.tRight {
  text-align: right; }

.tCentered {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear:after {
  content: "";
  display: table;
  clear: both !important; }

.divide {
  border-bottom: 1px dotted #003A78;
  margin: 0 0 15px 0;
  padding: 15px 0 0 0;
  height: 1px;
  width: 100%; }

.serif {
  font-family: "Lora", serif; }

h1, h2, h3, p {
  letter-spacing: 0;
  margin: 0 0 15px 0;
  line-height: 120%;
  color: #003A78;
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 300; }

h2 {
  font-size: 34px;
  letter-spacing: -1px; }

.grid {
  background: white;
  margin: 0 0 20px 0; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

/* Opt-in outside padding */
.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

/* Column Widths */
.col-1-1 {
  width: 100%; }

.col-3-4, .col-9-12 {
  width: 75%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

@media (max-width: 979px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px; }

  .tab-1-12 {
    width: 8.33%; }

  .tab-11-12 {
    width: 91.66%; }

  .tab-10-12 {
    width: 83.333%; }

  .tab-9-12 {
    width: 75%; }

  .tab-5-12 {
    width: 41.66%; }

  .tab-7-12 {
    width: 58.33%; } }
@media (max-width: 599px) {
  .s50 {
    width: 50%; }

  .s100 {
    width: 100%; } }
.formee {
  border-radius: 4px;
  margin: 0; }
  .formee p {
    font-size: 10px;
    margin: 0 0 5px 0;
    width: 100%; }
  .formee label {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    margin: 0 0 10px 0;
    display: block; }
  .formee input[type="text"],
  .formee input[type="password"],
  .formee input[type="email"],
  .formee input[type="file"],
  .formee textarea,
  .formee select {
    border: 1px solid #ccc;
    background: #fafafa;
    color: #999;
    font-size: 14px;
    border-radius: 10px;
    float: left;
    margin: 0 0 8px 0;
    vertical-align: middle;
    width: 100%;
    padding: 5px; }
  .formee select {
    background: #fafafa;
    color: #999;
    padding: 9px;
    height: 2em; }
  .formee textarea {
    height: 10em; }
  .formee input[type="submit"],
  .formee input[type="button"],
  .formee input[type="reset"] {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 0;
    border-radius: 15px;
    background: #b70b0b;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    width: 100%;
    -webkit-appearance: none; }

.nav {
  margin: 0;
  padding: 70px 0 0 0;
  list-style: none;
  float: right; }
  @media (max-width: 959px) {
    .nav {
      float: none;
      position: fixed;
      top: 80px;
      left: -270px;
      background: #003A78;
      width: 270px;
      padding: 0;
      border-top: 1px dotted rgba(255, 255, 255, 0.3);
      z-index: 100; } }
  .nav li {
    float: left;
    padding: 0;
    margin: 0; }
    @media (max-width: 959px) {
      .nav li {
        float: none;
        width: 100%;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
        margin: 5px 0; } }
  .nav a {
    display: block;
    color: #003A78;
    text-decoration: none;
    padding: 10px 0 0 0;
    margin: 0 0 0 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    @media (max-width: 959px) {
      .nav a {
        padding: 7px 20px 10px 20px;
        color: #fff;
        margin: 0; } }

.menu-icon {
  display: none;
  width: 32px;
  position: absolute;
  top: 20px;
  right: 0px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (max-width: 959px) {
    .menu-icon {
      display: block; } }
  .menu-icon:before, .menu-icon:after,
  .menu-icon .menu-icon__text {
    background: #003A78;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 8px 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%; }
  .menu-icon .menu-icon__text {
    text-indent: -9999px; }
  .menu-icon.open:before {
    -webkit-transform: rotate(45deg) translate3d(5px, 10px, 0);
    transform: rotate(45deg) translate3d(5px, 10px, 0); }
  .menu-icon.open .menu-icon__text {
    opacity: 0; }
  .menu-icon.open:after {
    -webkit-transform: rotate(-45deg) translate3d(5px, -10px, 0);
    transform: rotate(-45deg) translate3d(5px, -10px, 0); }

body {
  background: #003A78;
  margin: 0;
  padding: 0;
  font-family: Helvetica, san_serif;
  color: #003A78;
  font-size: 18px;
  line-height: 130%;
  padding: 0;
  height: 100%; }

a {
  color: #2b5685;
  text-decoration: none;
  font-weight: 700; }

/* ----------- STRUCTURE -------------------------------------------------------- */
.section {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff; }
  @media (max-width: 959px) {
    .section {
      max-width: 600px; } }
  .section .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 10px;
    position: relative;
    padding: 0; }
    @media (max-width: 959px) {
      .section .inner {
        width: 90%;
        max-width: 600px; } }
  .section .inner:after {
    content: "";
    display: table;
    clear: both; }

/* classes to work with cycle plugin for BG images */
#bg_containers {
  width: 100%;
  margin: 0 auto;
  position: absolute !important;
  top: 130px; }
  @media (max-width: 959px) {
    #bg_containers {
      top: 80px; } }
  #bg_containers div {
    width: 100% !important;
    height: 350px;
    margin: 0 auto;
    position: relative; }
    #bg_containers div.home1 {
      background: url(../images/home1.jpg) bottom center no-repeat; }
      @media (max-width: 959px) {
        #bg_containers div.home1 {
          background: url(../images/mob/home1.jpg) bottom center no-repeat; } }
      @media (max-width: 599px) {
        #bg_containers div.home1 {
          background: url(../images/mob/home1.jpg) center center no-repeat; } }
    #bg_containers div.home2 {
      background: url(../images/home2.jpg) bottom center no-repeat; }
      @media (max-width: 959px) {
        #bg_containers div.home2 {
          background: url(../images/mob/home2.jpg) bottom center no-repeat; } }
      @media (max-width: 599px) {
        #bg_containers div.home2 {
          background: url(../images/mob/home2.jpg) bottom right no-repeat; } }
    #bg_containers div.home3 {
      background: url(../images/home3.jpg) bottom center no-repeat; }
      @media (max-width: 959px) {
        #bg_containers div.home3 {
          background: url(../images/mob/home3.jpg) bottom center no-repeat; } }
      @media (max-width: 599px) {
        #bg_containers div.home3 {
          background: url(../images/mob/home3.jpg) bottom right no-repeat; } }
    #bg_containers div.home4 {
      background: url(../images/home4.jpg) bottom center no-repeat; }
      @media (max-width: 959px) {
        #bg_containers div.home4 {
          background: url(../images/mob/home4.jpg) bottom center no-repeat; } }
      @media (max-width: 599px) {
        #bg_containers div.home4 {
          background: url(../images/mob/home4.jpg) bottom right no-repeat; } }
    #bg_containers div.home5 {
      background: url(../images/home5.jpg) bottom center no-repeat; }
      @media (max-width: 959px) {
        #bg_containers div.home5 {
          background: url(../images/mob/home5.jpg) bottom center no-repeat; } }
      @media (max-width: 599px) {
        #bg_containers div.home5 {
          background: url(../images/mob/home5.jpg) bottom right no-repeat; } }
    @media (max-width: 959px) {
      #bg_containers div {
        background-size: 600px auto !important;
        height: 180px; } }
  #bg_containers .slideContent {
    width: 100% !important;
    max-width: 960px;
    height: 438px;
    padding: 105px 0 0 0;
    margin: 0 auto;
    z-index: 20; }
    @media (max-width: 959px) {
      #bg_containers .slideContent {
        padding: 30px 0 0 0;
        max-width: 600px; } }
    #bg_containers .slideContent h1 {
      background: black;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px;
      width: 450px;
      color: #fff; }
      @media (max-width: 959px) {
        #bg_containers .slideContent h1 {
          width: 90%;
          margin: 0 auto;
          font-size: 28px;
          text-align: center; } }

.topbanner {
  height: 130px; }
  @media (max-width: 959px) {
    .topbanner {
      height: 80px;
      width: 100% !important; } }
  .topbanner .logo {
    background: url(../images/logo.png) top left no-repeat;
    width: 464px;
    height: 60px;
    margin: 35px 0 0 0; }
    @media (max-width: 959px) {
      .topbanner .logo {
        max-width: 380px;
        height: 60px;
        background: url(../images/logo.png) top left no-repeat;
        background-size: 232px auto;
        margin: 20px 0 0 20px; } }
    @media (max-width: 599px) {
      .topbanner .logo {
        max-width: 240px;
        height: 60px;
        background: url(../images/logo.png) top left no-repeat;
        background-size: 200px auto;
        margin: 28px 0 0 0px; } }

.homepage {
  z-index: 10; }

.homeText {
  min-height: 500px;
  padding-top: 400px;
  padding-bottom: 30px; }
  .homeText h2 {
    margin-bottom: 25px; }
    @media (max-width: 959px) {
      .homeText h2 {
        font-size: 26px; } }
  @media (max-width: 959px) {
    .homeText {
      padding-top: 190px; } }

.servicesText {
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 30px; }

.details p {
  font-family: "Lora", serif;
  font-style: italic; }

.subBanner {
  width: 100%;
  background: #fff;
  height: 350px; }
  @media (max-width: 959px) {
    .subBanner {
      height: auto; } }
  .subBanner h1 {
    background: black;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: auto;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 0; }
    @media (max-width: 959px) {
      .subBanner h1 {
        width: auto;
        margin: 0 auto;
        font-size: 28px;
        top: 10px;
        left: 5%;
        text-align: center; } }
    @media (max-width: 599px) {
      .subBanner h1 {
        left: 0; } }
  .subBanner.services {
    background: url(../images/home1.jpg) bottom center no-repeat #fff; }
    @media (max-width: 959px) {
      .subBanner.services {
        background: url(../images/home1.jpg) bottom right no-repeat #fff;
        background-size: 100% auto; } }
  .subBanner.contact {
    background: url(../images/contact.jpg) bottom center no-repeat #fff; }
    @media (max-width: 959px) {
      .subBanner.contact {
        background: url(../images/contact.jpg) bottom right no-repeat #fff;
        background-size: 100% auto; } }
    @media (max-width: 599px) {
      .subBanner.contact {
        background: url(../images/contact.jpg) -60px 0 no-repeat #fff;
        background-size: 600px auto; } }

@media (max-width: 959px) {
  .subBanner:after {
    padding-top: 26%;
    display: block;
    content: ''; } }

.footer {
  padding-top: 30px;
  background: #D8D8D8;
  padding-bottom: 10px; }

.theForm {
  padding-left: 60px; }
  @media (max-width: 959px) {
    .theForm {
      padding-left: 0; } }

.error {
  color: red; }

.success {
  color: green;
  font-size: 24px; }

.formee .col-1-1 {
  padding-right: 0; }
