@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * */
/* REST STYLING */
/* * * * * * * * * * * * * * * * * * * * */
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

a:link {
  color: inherit;
  text-decoration: none; }

a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit;
  text-decoration: none; }

a:active {
  color: inherit;
  text-decoration: none; }

::selection {
  background: #92cb41;
  color: #FFFFFF; }

::-moz-selection {
  background: #92cb41;
  color: #FFFFFF; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 4.3%; }

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

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.30%; }
  @media (max-width: 480px) {
    .span_11_of_12 {
      width: 100%; } }

.span_10_of_12 {
  width: 82.61%; }
  @media (max-width: 480px) {
    .span_10_of_12 {
      width: 100%; } }

.span_9_of_12 {
  width: 73.92%; }
  @media (max-width: 480px) {
    .span_9_of_12 {
      width: 100%; } }

.span_8_of_12 {
  width: 65.23%; }
  @media (max-width: 480px) {
    .span_8_of_12 {
      width: 100%; } }

.span_7_of_12 {
  width: 56.54%; }
  @media (max-width: 480px) {
    .span_7_of_12 {
      width: 100%; } }

.span_6_of_12 {
  width: 47.85%; }
  @media (max-width: 480px) {
    .span_6_of_12 {
      width: 100%; } }

.span_5_of_12 {
  width: 39.15%; }
  @media (max-width: 768px) {
    .span_5_of_12 {
      width: 100%; } }

.span_4_of_12 {
  width: 30.46%; }
  @media (max-width: 768px) {
    .span_4_of_12 {
      width: 100%; } }

.span_3_of_12 {
  width: 21.77%; }
  @media (max-width: 768px) {
    .span_3_of_12 {
      width: 100%; } }

.span_2_of_12 {
  width: 13.08%; }
  @media (max-width: 768px) {
    .span_2_of_12 {
      width: 100%; } }

.span_1_of_12 {
  width: 4.391%; }
  @media (max-width: 768px) {
    .span_1_of_12 {
      width: 100%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* CONTAINER STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.main-content {
  display: block;
  margin: 88px auto 0px auto;
  width: 100%;
  height: auto; }

.full-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block; }

.container {
  max-width: 1100px;
  height: auto;
  width: 93%;
  margin: 0px auto;
  display: block; }

/* Light Background area adjustments */
.light-bg {
  background-color: #f6f7f7; }

/* Dark Background area adjustments */
.dark-bg {
  background-color: #283845; }
  .dark-bg p {
    color: #FFFFFF; }
  .dark-bg h1 {
    color: #FFFFFF; }
  .dark-bg .indent::before {
    color: #92cb41; }
  .dark-bg h2 {
    color: #FFFFFF; }
  .dark-bg h3 {
    color: #FFFFFF; }
  .dark-bg h4 {
    color: #FFFFFF; }

/* Green Background area adjustments */
.green-bg, .home-bg {
  background-color: #92cb41; }
  .green-bg p strong, .home-bg p strong {
    color: #FFFFFF; }
  .green-bg h1, .home-bg h1 {
    color: #053376; }
  .green-bg h1 strong, .home-bg h1 strong {
    color: #FFFFFF; }
  .green-bg h2 strong, .home-bg h2 strong {
    color: #FFFFFF; }
  .green-bg h3, .home-bg h3 {
    color: #FFFFFF; }
  .green-bg h4 strong, .home-bg h4 strong {
    color: #FFFFFF; }
  .green-bg .indent::before, .home-bg .indent::before {
    color: #FFFFFF; }

/* Blue Background area adjustments */
.blue-bg {
  background-color: #053376; }
  .blue-bg p strong {
    color: #92cb41; }
    .blue-bg p strong a {
      border-bottom: 1px solid #053376; }
  .blue-bg h1 strong {
    color: #FFFFFF; }
  .blue-bg h2 strong {
    color: #FFFFFF; }
  .blue-bg h3 {
    color: #FFFFFF; }
  .blue-bg h4 strong {
    color: #FFFFFF; }

/* * * * * * * * * * * * * * * * * * * * */
/* FONTS */
/* * * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: 'robotomedium';
  src: url("../includes/webfonts/roboto-medium-webfont.woff2") format("woff2"), url("../includes/webfonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotoregular';
  src: url("../includes/webfonts/roboto-regular-webfont.woff2") format("woff2"), url("../includes/webfonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'robotolight_italic';
  src: url("../includes/webfonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("../includes/webfonts/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* Icon sizes */
.small-icon {
  width: 45px;
  height: auto;
  margin: 0px auto 15px auto;
  display: block; }

/* Paragraph Font */
p {
  font-family: "robotoregular";
  color: #283845;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px; }
  p strong {
    font-family: "robotomedium";
    color: #92cb41; }
  p a {
    padding-bottom: 2px;
    border-bottom: 2px solid #92cb41;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }

p.micro {
  font-size: 14px;
  line-height: 19px; }
  p.micro a {
    padding-bottom: 6px;
    border-bottom: 2px solid #b9b9b9;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    cursor: pointer; }
    p.micro a:hover {
      padding-bottom: 4px;
      border-bottom: 2px solid #92cb41; }

.ending {
  color: #ea6066;
  padding-right: 25px; }
  .ending a {
    color: #283845; }

/* Main Heading Font */
h1 {
  font-family: "robotoregular";
  color: #283845;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
  h1 strong {
    font-family: "robotomedium";
    color: #92cb41; }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 43px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 26px;
      line-height: 35px; } }

/* Sub Heading Font */
h2 {
  font-family: "robotoregular";
  color: #053376;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
  h2 strong {
    font-family: "robotomedium";
    color: #92cb41; }
  @media (max-width: 768px) {
    h2 {
      font-size: 23px;
      line-height: 35px; } }

/* Italic Entrance font */
h3 {
  font-family: "robotolight_italic";
  color: #283845;
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 33px; } }

/* Smaller Heading Font */
h4 {
  font-family: "robotoregular";
  color: #053376;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }
  h4 strong {
    font-family: "robotomedium";
    color: #92cb41; }
  @media (max-width: 768px) {
    h4 {
      font-size: 21px;
      line-height: 29px; } }

.indent {
  padding-left: 55px;
  position: relative; }
  @media (max-width: 768px) {
    .indent {
      padding-left: 48px; } }
  @media (max-width: 480px) {
    .indent {
      padding-left: 40px; } }

.indent::before {
  content: "–";
  position: absolute;
  top: 2px;
  left: -0px;
  font-size: 30px;
  color: #92cb41; }

p.indent::before, h3.indent::before {
  content: none; }

.maintitles p {
  font-family: "robotolight_italic";
  color: #283845;
  font-size: 30px;
  font-style: italic;
  line-height: 27px;
  margin-bottom: 15px; }

/* * * * * * * * * * * * * * * * * * * * */
/* BUTTON A */
/* * * * * * * * * * * * * * * * * * * * */
.buttona, .button-previous, .buttonabottom {
  width: auto;
  height: 65px;
  display: inline-block;
  padding: 0px 80px 0px 30px;
  outline: none;
  border: 1px solid #04234f;
  overflow: hidden;
  font-family: "robotoregular";
  color: #FFFFFF;
  font-size: 15px;
  line-height: 65px;
  margin-bottom: 15px;
  cursor: pointer;
  background: url("../includes/images/icons/green-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-color: #053376;
  background-size: 28px auto;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  @media (max-width: 480px) {
    .buttona, .button-previous, .buttonabottom {
      width: 69%;
      padding: 25px 20% 25px 10%;
      line-height: 22px;
      height: auto;
      background-position: center right 20px; } }

.buttona:hover, .button-previous:hover, .buttonabottom:hover {
  padding: 0px 55px 0px 55px;
  background-position: center right -40px;
  background-color: #92cb41;
  color: #FFFFFF;
  border: 1px solid #79b525; }
  @media (max-width: 480px) {
    .buttona:hover, .button-previous:hover, .buttonabottom:hover {
      width: 69%;
      padding: 25px 15% 25px 15%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* BUTTON PREVIOUS */
/* * * * * * * * * * * * * * * * * * * * */
.button-previous {
  padding: 0px 30px 0px 80px;
  margin-right: 20px;
  background: url("../includes/images/icons/green-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-color: #053376;
  background-size: 28px auto; }
  @media (max-width: 480px) {
    .button-previous {
      width: 69%;
      padding: 25px 10% 25px 20%;
      line-height: 22px;
      height: auto;
      background-position: center left 20px;
      margin-right: 0px; } }

.button-previous:hover {
  background-position: center left -40px; }

/* * * * * * * * * * * * * * * * * * * * */
/* LINK BUTTONS */
/* * * * * * * * * * * * * * * * * * * * */
.contact-button {
  width: auto !important;
  height: 65px;
  display: inline-block;
  padding: 0px 30px 0px 60px;
  margin: 0px 20px 20px 0px;
  outline: none;
  font-family: "robotoregular";
  color: #283845;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #dee1e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  background-color: #FFFFFF;
  line-height: 65px; }
  @media (max-width: 480px) {
    .contact-button {
      width: 80% !important;
      padding: 0px 10%;
      margin: 0px 0px 10px 0px;
      text-align: center; } }

.contact-button:hover {
  -webkit-box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06);
  -moz-box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06);
  box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06); }

.email-icon {
  background: url("../includes/images/icons/email-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 24px;
  background-color: #FFFFFF; }

.poll-icon {
  background: url("../includes/images/icons/poll-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 21px;
  background-color: #FFFFFF; }

.message-icon {
  background: url("../includes/images/icons/message-icon.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 22px;
  background-color: #FFFFFF; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999999999999999999999999999999999999;
  background: url("../includes/images/icons/loading.gif") center no-repeat #fff; }

/* * * * * * * * * * * * * * * * * * * * */
/* SEARCH BOX STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.searchform {
  width: 80%;
  max-width: 700px;
  height: 65px;
  display: block;
  margin: 0px auto 20px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 15px solid #e3e6e8;
  position: relative; }
  @media (max-width: 480px) {
    .searchform {
      margin: 0px auto 20px auto;
      width: 100%;
      height: auto;
      border: 0px solid #e3e6e8; } }

.searchform div {
  width: 100%;
  height: auto; }

.searchform .screen-reader-text {
  display: none; }

/* Form Input Area */
.searchform #s {
  width: 95%;
  height: 65px;
  border: 0px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 5%;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  font-family: "robotoregular";
  color: #283845;
  font-size: 14px;
  line-height: 65px; }
  @media (max-width: 480px) {
    .searchform #s {
      width: 90%;
      height: 65px;
      padding: 0px 0px 0px 10%;
      border: 1px solid #e3e6e8;
      margin-bottom: -1px; } }

.searchform #s:focus {
  outline: none; }

/* Form Button */
.searchform #searchsubmit {
  width: 250px;
  height: 65px;
  display: inline-block;
  padding: 0px 80px 0px 30px;
  outline: none;
  border: 0px;
  overflow: hidden;
  font-family: "robotoregular";
  color: #FFFFFF;
  font-size: 15px;
  line-height: 65px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../includes/images/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-color: #053376;
  background-size: 20px 20px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .searchform #searchsubmit:focus {
    outline: none;
    border: 0px; }
  @media (max-width: 480px) {
    .searchform #searchsubmit {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      text-align: center;
      padding: 0px 5% 0px 5%;
      border: 1px solid #053376; } }

.searchform #searchsubmit:hover {
  padding: 0px 55px 0px 55px;
  background: url("../includes/images/icons/tick.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px 20px;
  background-color: #92cb41;
  color: transparent;
  border: 1px solid #92cb41; }
  .searchform #searchsubmit:hover:focus {
    outline: none;
    border: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN NAV STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.nav-wrapper {
  width: 100%;
  height: 105px;
  background-color: #283845;
  margin: 0px auto;
  position: fixed;
  top: 0px;
  z-index: 99999999; }

/*Styles for Headroom, this will pin the nav to the top of the screen when scrolling back up*/
.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.nav-inner {
  width: 93%;
  height: auto;
  max-width: 1100px;
  margin: 0px auto;
  padding: 25px 0px;
  display: table; }

.nav-wrapper .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 128px;
  height: 58px; }
  @media (max-width: 480px) {
    .nav-wrapper .logo {
      position: absolute;
      width: 94px;
      height: 41px;
      top: 38px;
      left: 50%;
      margin-left: -47px; } }

.nav-wrapper .strap {
  display: inline-block;
  vertical-align: middle;
  width: 265px;
  height: 10px; }
  @media (max-width: 480px) {
    .nav-wrapper .strap {
      width: 191px;
      height: 8px;
      position: absolute;
      top: 14px;
      left: 50%;
      margin-left: -95px; } }

.brand {
  display: table-cell;
  vertical-align: middle; }

/* MENU */
.nav {
  display: table-cell;
  vertical-align: middle; }

#menu, #menu-primary {
  width: 100%;
  height: auto;
  padding: 0px;
  list-style: none;
  margin: 0px auto;
  display: table;
  overflow: hidden; }
  @media (max-width: 960px) {
    #menu, #menu-primary {
      width: 40%;
      min-width: 200px;
      position: absolute;
      top: 115px;
      right: 3%;
      background-color: #32424e;
      z-index: 999999999;
      display: none;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 5px 5px rgba(5, 51, 118, 0.14), 0 13px 28px rgba(5, 51, 118, 0.05);
      -moz-box-shadow: 0 5px 5px rgba(5, 51, 118, 0.14), 0 13px 28px rgba(5, 51, 118, 0.05);
      box-shadow: 0 5px 5px rgba(5, 51, 118, 0.14), 0 13px 28px rgba(5, 51, 118, 0.05); } }

#menu li, #menu-primary li {
  display: table-cell;
  text-align: center; }
  @media (max-width: 960px) {
    #menu li, #menu-primary li {
      display: block; } }

#menu li a, #menu-primary li a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 2px solid #283845;
  font-family: "robotoregular";
  color: #FFFFFF;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 0px 10px 0px;
  margin: 0px 6px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out; }
  @media (max-width: 960px) {
    #menu li a, #menu-primary li a {
      text-align: left;
      width: 80%;
      padding: 15px 10%;
      margin: 0px;
      border-bottom: 1px solid #414f5a; } }

#menu li a:hover, #menu-primary li a:hover {
  color: #92cb41;
  padding: 10px 0px 5px 0px;
  border-bottom: 2px solid #92cb41; }
  @media (max-width: 960px) {
    #menu li a:hover, #menu-primary li a:hover {
      padding: 15px 10%;
      background-color: #283845;
      border-bottom: 1px solid #414f5a; } }

#pull {
  display: none;
  cursor: pointer; }
  @media (max-width: 960px) {
    #pull {
      display: inline-block !important;
      text-align: center;
      background: url("../includes/images/icons/hamburger.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #32424e;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 33px;
      right: 20px;
      padding: 0px;
      margin: 0px;
      font-family: "robotoregular";
      color: #FFFFFF;
      font-size: 15px;
      line-height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out; }
      #pull:hover {
        background-color: #5a6771; } }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN NAV SEARCH DROPDOWN STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.menu-primary-container {
  display: table;
  display: table-cell;
  float: right; }

#nav-search {
  float: right;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 10px 0px 10px 10px;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background-image: url("../includes/images/icons/search-icon-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px; }
  @media (max-width: 960px) {
    #nav-search {
      display: none; }
      #nav-search::after {
        background-image: url("../includes/images/icons/search-icon-white.svg"); } }

#header-search {
  position: absolute;
  top: 205px;
  right: 0px; }

/* * * * * * * * * * * * * * * * * * * * */
/* LARGE HEADER STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.image-header {
  width: 100%;
  height: auto;
  margin: 0px auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.home-bg {
  background: url("../includes/images/home-head.png");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #92cb41; }
  @media (max-width: 480px) {
    .home-bg {
      background: url("../includes/images/mobile-bg.jpg");
      background-position: center right;
      background-size: auto 100%;
      background-repeat: no-repeat; } }

.contact-bg {
  background: url("../includes/images/light-header.png");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #FFFFFF; }
  @media (max-width: 480px) {
    .contact-bg {
      background: url("../includes/images/light-header-lighter.png");
      background-position: center right;
      background-size: auto 100%;
      background-repeat: no-repeat; } }

.header-content {
  max-width: 70%;
  min-height: 490px;
  display: table;
  padding: 30px 0px; }
  .header-content h2, .header-content h3, .header-content p {
    margin-bottom: 0px; }
  .header-content h2.indent::before {
    content: none; }
  @media (max-width: 480px) {
    .header-content {
      max-width: 95%;
      min-height: 400px; } }

.header-content .centered {
  display: table-cell;
  vertical-align: middle; }

/* About - Layout */
.content-table {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: table; }
  @media (max-width: 768px) {
    .content-table {
      display: block; } }

.table-image {
  width: 55%;
  height: auto;
  display: table-cell;
  vertical-align: middle; }
  .table-image img {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 768px) {
    .table-image {
      width: 100%;
      display: block; } }

.table-content {
  width: 45%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 5%; }
  @media (max-width: 768px) {
    .table-content {
      width: 90%;
      display: block; } }

/* About - Client Logos */
.client-logos img {
  width: auto;
  height: 50px;
  display: inline-block;
  margin: 30px 40px 0px 40px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  @media (max-width: 480px) {
    .client-logos img {
      margin: 30px 20px 0px 20px; } }

.client-logos img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

/* Project Date Section */
.p-date {
  width: 100%;
  height: auto;
  font-family: "robotomedium";
  color: #92cb41;
  font-size: 12px;
  line-height: 14px;
  padding-left: 24px;
  background: url("../includes/images/icons/cal-icon.svg");
  background-repeat: no-repeat;
  background-position: left center; }

.p-date.closed {
  color: #ea6066;
  background: url("../includes/images/icons/closed-red.svg");
  background-repeat: no-repeat;
  background-position: left center; }

/* * * * * * * * * * * * * * * * * * * * */
/* PROJECT BOX STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.project-box {
  width: 47.8%;
  height: auto;
  display: inline-block;
  margin: 0px 4% 4% 0px;
  text-align: left; }
  @media (max-width: 480px) {
    .project-box {
      width: 100%;
      margin: 0px 0% 5% 0px; } }

.projects-intro {
  width: 43.8%;
  padding: 0px 4% 0px 0px; }
  @media (max-width: 480px) {
    .projects-intro {
      width: 100%;
      margin: 0px 0% 5% 0px; } }

.project-box a {
  display: block;
  width: 86%;
  padding: 75px 7% 40px 7%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .project-box a {
      width: 80%;
      padding: 30px 10% 30px 10%; } }
  @media (max-width: 480px) {
    .project-box a {
      width: 88%;
      padding: 25px 6% 25px 6%; } }

.project-box:nth-child(2n) {
  margin-right: -5px; }

.project-box .p-date {
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .project-box .p-date {
      margin-bottom: 20px; } }

.project-box img {
  width: auto;
  height: 70px;
  position: absolute;
  top: 35px;
  right: 35px; }
  @media (max-width: 768px) {
    .project-box img {
      position: relative;
      top: auto;
      right: auto;
      display: block;
      margin: 0px 0px 30px auto; } }
  @media (max-width: 480px) {
    .project-box img {
      margin: 0px 0px 0px auto; } }

/* * * * * * * * * * * * * * * * * * * * */
/* AGED PROJECT BOX STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.aged-project-box {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  display: inline-block;
  margin: 0px 0% 20px 0px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out; }

.aged-project-box a {
  display: table;
  width: 93%;
  padding: 30px 3.5% 30px 3.5%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .aged-project-box a {
      width: 90%;
      padding: 25px 3% 25px 5%;
      display: block; } }
  @media (max-width: 480px) {
    .aged-project-box a {
      display: block;
      width: 86%;
      padding: 25px 7% 25px 7%; } }

.aged-project-box .p-info {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  text-align: left; }
  @media (max-width: 768px) {
    .aged-project-box .p-info {
      display: block;
      margin-bottom: 15px; } }

.aged-project-box .p-date {
  display: table-cell;
  width: auto;
  margin-bottom: 0px;
  text-align: right;
  vertical-align: middle;
  background-position: right center;
  padding-left: 0px;
  padding-right: 24px; }
  @media (max-width: 768px) {
    .aged-project-box .p-date {
      display: block;
      background-position: left center;
      padding-right: 0px;
      padding-left: 24px;
      text-align: left; } }

/* Closed Project Sections */
.aged-project-box.closed {
  background-color: #ea6066; }
  .aged-project-box.closed h3, .aged-project-box.closed h2 {
    color: #FFFFFF; }
  .aged-project-box.closed .p-date {
    color: #FFFFFF;
    background: url("../includes/images/icons/closed-white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .aged-project-box.closed .p-date {
        background-position: left center;
        padding-right: 0px;
        padding-left: 24px; } }

/* * * * * * * * * * * * * * * * * * * * */
/* INTRO AREA STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.area-top {
  display: table; }

.area-logo {
  display: table-cell;
  vertical-align: middle;
  width: 270px;
  padding-right: 40px;
  height: auto; }
  .area-logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 230px; }
  @media (max-width: 768px) {
    .area-logo {
      display: block;
      width: 100%;
      text-align: left;
      margin-bottom: 30px;
      padding-left: 48px;
      padding-right: 0px; } }
  @media (max-width: 480px) {
    .area-logo {
      text-align: center;
      padding-left: 0px; } }

.area-intro {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto; }
  @media (max-width: 768px) {
    .area-intro {
      display: block;
      width: 100%; } }

/* * * * * * * * * * * * * * * * * * * * */
/* COUNCIL AREA STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.area-box {
  width: 30.3%;
  height: auto;
  display: inline-block;
  margin: 0px 4% 4% 0px;
  text-align: left; }
  .area-box p {
    margin-bottom: 0px; }
  .area-box h2 {
    margin-bottom: 3px; }
  @media (max-width: 768px) {
    .area-box {
      width: 47.2%;
      margin: 0px 4% 4% 0px; } }
  @media (max-width: 480px) {
    .area-box {
      width: 100%;
      margin: 0px 0% 5% 0px; } }

.area-box a {
  display: block;
  width: 80%;
  padding: 40px 10% 30px 10%;
  cursor: pointer; }
  @media (max-width: 480px) {
    .area-box a {
      width: 88%;
      padding: 35px 6% 25px 6%; } }

.area-box:nth-child(3n) {
  margin-right: -5px; }
  @media (max-width: 768px) {
    .area-box:nth-child(3n) {
      margin-right: 4%; } }

@media (max-width: 768px) {
  .area-box:nth-child(2n) {
    margin-right: -5px; } }

.area-box img {
  max-width: 160px;
  display: block;
  margin: 0px auto; }

.area-box .img-height {
  height: auto;
  margin: 0px auto 50px auto; }

/* * * * * * * * * * * * * * * * * * * * */
/* SOCIAL ICON STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.social-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0px 6px 10px 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.twitter {
  background: url("../includes/images/icons/twitter-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3d9bff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  .twitter:hover {
    background-color: #92cb41; }

.linkedin {
  background: url("../includes/images/icons/linkedin-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #007cb5;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out; }
  .linkedin:hover {
    background-color: #92cb41; }

/************* contact form *************/
.wpcf7-form p {
  margin-bottom: 30px; }

.wpcf7-form p input, .wpcf7-form p span input, .wpcf7-form p textarea, .wpcf7-form p span textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #dfe1e3 !important;
  font-size: 15pt;
  color: #283845;
  padding: 30px 30px; }

.feedbackform p input, .feedbackform span input, .feedbackform p span input, .feedbackform p textarea, .feedbackform p span textarea {
  width: 90%;
  background: #fff;
  border: 1px solid #dfe1e3 !important;
  font-size: 17px;
  color: #283845;
  padding: 24px 30px; }

.wpcf7-form p textarea, .wpcf7-form p span textarea {
  max-height: 200px; }

.feedbackform p textarea, .feedbackform span textarea, .feedbackform p span textarea {
  max-height: 130px; }

.wpcf7-form p input:focus, .wpcf7-form p span input:focus, .wpcf7-form p textarea:focus, .wpcf7-form p span textarea:focus {
  outline: none; }

.feedbackform p input:focus, .feedbackform p span input:focus, .feedbackform span input:focus, .feedbackform p textarea:focus, .feedbackform p span textarea:focus {
  outline: none; }

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  background: red !important;
  color: #fff !important; }

textarea.wpcf7-not-valid::-webkit-input-placeholder, input.wpcf7-not-valid::-webkit-input-placeholder {
  color: #fff !important; }

textarea.wpcf7-not-valid::-moz-placeholder, input.wpcf7-not-valid::-moz-placeholder {
  color: #fff !important; }

textarea.wpcf7-not-valid:-ms-input-placeholder, input.wpcf7-not-valid::-ms-input-placeholder {
  color: #fff !important; }

textarea.wpcf7-not-valid:-moz-placeholder, input.wpcf7-not-valid:-moz-placeholder {
  color: #fff !important; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14pt !important;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  display: none !important; }

.wpcf7-response-output {
  padding: 30px !important;
  font-size: 17px !important;
  color: #fff !important;
  margin: 0 !important;
  font-family: 'robotoregular';
  width: 100% !important; }

#wpcf7-f192-o1 form .wpcf7-response-output {
  padding: 30px !important;
  font-size: 17px !important;
  color: #fff !important;
  margin: 0 !important;
  font-family: 'robotoregular';
  width: 90% !important; }

.wpcf7-mail-sent-ok {
  display: block !important;
  border: none !important;
  background: #92cb41 !important; }

.wpcf7-validation-errors {
  display: block !important;
  border: none !important;
  background: red !important; }

.wpcf7-form p input.wpcf7-submit {
  width: 227px;
  height: 66px;
  display: block;
  cursor: pointer;
  background: url("../../../uploads/2017/06/sendbtn.jpg") no-repeat;
  border: none;
  text-indent: -99999px; }

.feedbackform p input.wpcf7-submit {
  width: 287px;
  height: 66px;
  display: inline-block;
  cursor: pointer;
  background: url(../../../uploads/2017/06/emailusfeedback.jpg) no-repeat;
  border: none;
  text-indent: -99999px; }

.popup_searchoverlay .popup_searchoverlaywrapper .remodalnew {
  margin-bottom: 0px !important;
  padding: 35px 35px 35px 35px !important;
  height: auto;
  overflow: hidden; }

.remodalnew {
  top: 10% !important; }

.remodal-closenew {
  left: auto !important;
  right: 10px !important;
  top: 10px !important;
  float: right !important;
  font-family: "robotoregular";
  color: #ea6166 !important;
  font-weight: normal !important;
  font-size: 22px !important;
  cursor: pointer; }

.remodalnew p.title {
  font-size: 17px !important;
  padding-bottom: 15px !important;
  text-align: left; }
  .remodalnew p.title img {
    position: relative;
    top: 3px;
    margin-right: 10px; }

.contact-council img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 10px 0px; }
.contact-council p {
  display: inline-block;
  letter-spacing: 0px;
  margin-bottom: 0px;
  vertical-align: middle; }

/* * * * * * * * * * * * * * * * * * * * */
/* FOOTER STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.footer-wrapper {
  width: 100%;
  height: 140px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  background: url("../includes/images/pc-logo-colour.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 112px auto;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e9ebec;
  font-family: "robotomedium";
  color: #283845;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.footer-wrapper .left-list {
  width: auto;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 60px;
  right: 50%;
  margin-right: 90px; }
  .footer-wrapper .left-list .menu-footernavleft-container {
    padding: 0px;
    margin: 0px; }
    .footer-wrapper .left-list .menu-footernavleft-container #menu-footernavleft {
      padding: 0px;
      margin: 0px; }
  @media (max-width: 960px) {
    .footer-wrapper .left-list {
      display: none; } }

.footer-wrapper .right-list {
  width: auto;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: 90px; }
  .footer-wrapper .right-list .menu-footernavright-container {
    padding: 0px;
    margin: 0px; }
    .footer-wrapper .right-list .menu-footernavright-container #menu-footernavright {
      padding: 0px;
      margin: 0px; }
  @media (max-width: 960px) {
    .footer-wrapper .right-list {
      display: none; } }

.footer-wrapper li {
  display: inline-block;
  margin: 0px;
  padding: 0px 20px;
  text-align: center;
  border-right: 1px solid #283845; }
  .footer-wrapper li a {
    color: #283845;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out; }
    .footer-wrapper li a:hover {
      color: #92cb41; }

.footer-wrapper li:last-child {
  border-right: 0px solid #283845; }

#menu-footernav {
  padding-left: 0px;
  margin-left: 0px; }
  #menu-footernav li {
    color: #939ba1;
    border-right: 1px solid #939ba1;
    display: inline-block;
    width: auto;
    padding: 0 5px 0 2px; }
    #menu-footernav li:last-child {
      border-right: none;
      padding: 0 0px 0 2px; }
    #menu-footernav li:first-child {
      padding: 0 5px 0 0px; }

.popup_searchoverlay {
  position: fixed;
  display: none;
  z-index: 999999999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background: rgba(40, 56, 69, 0.9); }
  .popup_searchoverlay .popup_searchoverlaywrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: auto;
    text-align: center; }
    .popup_searchoverlay .popup_searchoverlaywrapper .remodalnew {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 10px;
      padding: 35px;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      color: #2b2e38;
      background: #fff;
      vertical-align: middle;
      max-width: 700px;
      display: inline-block;
      margin: 0 auto;
      top: 40%;
      position: fixed;
      left: 0px;
      right: 0px; }
      .popup_searchoverlay .popup_searchoverlaywrapper .remodalnew .remodal-close {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: visible;
        width: 35px;
        height: 35px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        text-decoration: none;
        color: #95979c;
        border: 0;
        outline: 0;
        background: transparent; }

.desktoponly {
  display: block; }

.mobileonly {
  display: none; }

@media (max-width: 768px) {
  .desktoponly {
    display: none; }

  .mobileonly {
    display: block; } }
.mobileonly #tabs a {
  display: block;
  background: #f6f7f7;
  text-decoration: none;
  width: 84%;
  padding: 30px 8%;
  border-left: 3px solid #f6f7f7;
  font-family: "robotoregular";
  color: #283845;
  font-size: 16px;
  line-height: auto;
  margin-bottom: 0px; }

.mobileonly #tabs a:hover, .mobileonly #tabs a.tabulous_active {
  background: white !important;
  border-left: 3px solid #92cb41; }

.megapoll {
  border: none; }

.mp-panel-heading {
  font-size: 14px !important;
  color: #92cb41 !important;
  background: #283845 !important;
  padding: 20px 30px !important; }

.mp-objects-wrapper {
  padding: 16px !important; }

#megapoll.mp-survey-2 .mp-object#mp-id-4772101170 .mp-label {
  color: #283845 !important; }

.mp-single-text {
  padding: 24px 20px !important; }

.mp-object-element button.btn-default {
  padding: 14px 0px !important;
  font-size: 13px !important; }

.mp-object-element button.btn-default:hover {
  background: #92cb41 !important;
  color: #fff !important; }

.mp-choices-row .mp-choices-wrapper .mp-choice-text {
  float: left !important;
  width: 33% !important; }

.mp-choices-row .mp-choices-wrapper .clearfix {
  display: none !important; }

.mp-question .row .mp-title-container .mp-label {
  font-size: 17px !important;
  color: #283845 !important;
  padding-bottom: 10px !important; }

#megapoll .alert-danger {
  background-color: #053376 !important;
  color: #fff !important; }

#megapoll .alert-danger p b {
  color: #fff !important; }

.alert-success {
  background: #92cb41 !important;
  color: #fff !important; }

.progress-bar {
  background: #92cb41 !important; }

#tabs li .next-tab, #tabs .next-tab {
  padding: 30px 8% 30px 20%;
  background: url(../includes/images/icons/what-next-arrow.svg) #f6f7f7;
  background-repeat: no-repeat;
  background-position: left 8% center;
  background-size: 18px 18px; }

#tabs_container .tab-content table tbody tr:first-child td {
  background-color: #283845 !important;
  color: #FFFFFF !important; }

#tabs_container .tab-content .last {
  display: none; }

#tabs_container .tab-content:last-child .last {
  display: block; }

.email-icon {
  cursor: pointer; }

@media (max-width: 768px) {
  #poll .section .col {
    margin: 1% 0 1% 0% !important;
    width: 100%; } }
.nav {
  position: relative !important; }

.popup_searchoverlaysearch {
  display: none;
  position: absolute;
  top: 80px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  width: auto; }
  .popup_searchoverlaysearch .searchformsmall {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: none;
    z-index: 99999999;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 500px;
    position: relative; }
    .popup_searchoverlaysearch .searchformsmall #s {
      width: 90%;
      padding: 25px 5%;
      border: none;
      font-size: 13px; }
    .popup_searchoverlaysearch .searchformsmall input#s:focus {
      outline: none; }
    .popup_searchoverlaysearch .searchformsmall #searchsubmitsmall {
      width: 67px;
      float: right;
      position: absolute;
      right: 0;
      top: 0;
      height: 66px;
      display: block;
      border: none;
      text-indent: -99999px;
      background: url("http://pagedev.co.uk/clients/Projectcentre/wp-content/uploads/2017/06/searchnew.jpg") no-repeat; }
    .popup_searchoverlaysearch .searchformsmall #searchsubmitsmall:focus {
      outline: none; }

@media (max-width: 768px) {
  .popup_searchoverlaysearch {
    margin: 0px; } }
#discussion .full-wrapper .container.polls {
  text-align: center !important; }

#discussion .full-wrapper .container.polls h3 {
  font-style: normal !important;
  font-size: 32px;
  font-family: 'robotomedium'; }

#discussion .full-wrapper .container.polls .polldesc {
  padding-bottom: 20px; }

#discussion .full-wrapper .container #megapoll.mp-corners-rounded {
  border: 1px solid #e4e4e4 !important; }

/* * * * * * * * * * * * * * * * * * * * */
/* BASE STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.base-wrapper {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 30px 0px;
  font-family: "robotoregular";
  color: #939ba1;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  text-align: center; }

.base1 {
  width: 33%;
  height: auto;
  margin: 0px auto;
  display: inline-block;
  text-align: left; }
  .base1 img {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: auto;
    margin-top: -3px; }
  @media (max-width: 768px) {
    .base1 {
      width: 100%;
      text-align: center;
      margin-bottom: 6px; } }

.base2 {
  width: 33%;
  height: auto;
  margin: 0px auto;
  display: inline-block;
  text-align: center; }
  @media (max-width: 768px) {
    .base2 {
      width: 100%;
      text-align: center;
      margin-bottom: 50px; } }

.base3 {
  width: 33%;
  height: auto;
  margin: 0px auto;
  display: inline-block;
  text-align: right; }
  @media (max-width: 768px) {
    .base3 {
      width: 100%;
      text-align: center; } }

/* * * * * * * * * * * * * * * * * * * * */
/* MAIN BOX STYLING */
/* * * * * * * * * * * * * * * * * * * * */
.box-style {
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(5, 51, 118, 0.03), 0 2px 4px rgba(5, 51, 118, 0.03);
  -moz-box-shadow: 0 1px 3px rgba(5, 51, 118, 0.03), 0 2px 4px rgba(5, 51, 118, 0.03);
  box-shadow: 0 1px 3px rgba(5, 51, 118, 0.03), 0 2px 4px rgba(5, 51, 118, 0.03);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  vertical-align: top; }
  .box-style h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0px; }
  @media (max-width: 768px) {
    .box-style h3 {
      font-size: 16px;
      line-height: 22px; } }

.box-style:hover {
  -webkit-box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06);
  -moz-box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06);
  box-shadow: 0 5px 16px rgba(5, 51, 118, 0.02), 0 13px 28px rgba(5, 51, 118, 0.06); }

.box-style:last-child {
  margin-right: -5px; }

/* Padding sizes */
.large-padding {
  padding: 100px 0px; }
  @media (max-width: 480px) {
    .large-padding {
      padding: 80px 0px; } }

.medium-padding {
  padding: 75px 0px; }
  @media (max-width: 480px) {
    .medium-padding {
      padding: 65px 0px; } }

.small-padding {
  padding: 30px 0px; }
  @media (max-width: 480px) {
    .small-padding {
      padding: 20px 0px; } }

/* Margin sizes */
.large-margin {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .large-margin {
      margin-bottom: 70px; } }
  @media (max-width: 480px) {
    .large-margin {
      margin-bottom: 50px; } }

.medium-margin {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .medium-margin {
      margin-bottom: 50px; } }
  @media (max-width: 480px) {
    .medium-margin {
      margin-bottom: 40px; } }

.small-margin {
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .small-margin {
      margin-bottom: 22px; } }
  @media (max-width: 480px) {
    .small-margin {
      margin-bottom: 17px; } }

/* Align Text */
.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.interactive-map iframe {
  width: 100%;
  height: 550px;
  display: block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(40, 56, 69, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* * * * * * * * * * * * * * * * * * * * */
/* TABS STYLING */
/* * * * * * * * * * * * * * * * * * * * */
a:active, a:focus {
  outline: expression(hideFocus='true'); }

#tabs {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 0px; }

#tabs ul.tabsmainlist {
  width: 30% !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0px 4% 0px 0px !important;
  padding: 0px !important; }
  @media (max-width: 480px) {
    #tabs ul.tabsmainlist {
      margin: 0px 0% 30px 0px;
      width: 100%; } }

#tabs ul.tabsmainlist li {
  display: block;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  list-style-image: none !important;
  display: block !important; }

#tabs ul.tabsmainlist li a {
  display: block;
  background: #f6f7f7;
  text-decoration: none;
  width: 84%;
  padding: 20px 8%;
  border-left: 3px solid #f6f7f7;
  font-family: "robotoregular";
  color: #283845;
  font-size: 16px;
  line-height: auto;
  margin-bottom: 0px; }
  #tabs ul.tabsmainlist li a:hover {
    background: #FFFFFF; }
    @media (max-width: 480px) {
      #tabs ul.tabsmainlist li a:hover {
        background: #f6f7f7; } }
  @media (max-width: 480px) {
    #tabs ul.tabsmainlist li a {
      width: 84%;
      padding: 15px 8%;
      text-align: center; } }

#tabs ul.tabsmainlist li .next-tab {
  padding: 30px 8% 30px 20%;
  background: url("../includes/images/icons/what-next-arrow.svg") #f6f7f7;
  background-repeat: no-repeat;
  background-position: left 8% center;
  background-size: 18px 18px; }
  #tabs ul.tabsmainlist li .next-tab:hover {
    background: url("../includes/images/icons/what-next-arrow.svg") #FFFFFF;
    background-repeat: no-repeat;
    background-position: left 8% center;
    background-size: 18px 18px; }
  @media (max-width: 480px) {
    #tabs ul.tabsmainlist li .next-tab {
      background: none;
      width: 84%;
      padding: 15px 8%;
      text-align: center; } }

#tabs ul.tabsmainlist .next-tab .tabulous_active {
  background: url("../includes/images/icons/what-next-arrow.svg") !important;
  border-left: 3px solid #92cb41; }

#tabs ul.tabsmainlist li a.tabulous_active {
  background: white !important;
  border-left: 3px solid #92cb41 !important; }

#tabs_container {
  width: 65%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  top: 0px; }
  @media (max-width: 480px) {
    #tabs_container {
      width: 100%; } }

#tabs_container div {
  width: 100%;
  position: relative; }

/* Map Styling */
#tabs_container iframe {
  width: 100%;
  height: 450px; }

/* Table Styling */
#tabs_container table, #tabs_containermobile table {
  width: 100%;
  height: auto;
  table-layout: fixed; }

#tabs_container tr, #tabs_containermobile table tr {
  width: auto;
  height: auto; }

#tabs_container th, #tabs_container td, #tabs_containermobile th, #tabs_containermobile td {
  width: auto;
  height: auto;
  padding: 20px 20px;
  text-align: left;
  font-family: "robotoregular";
  color: #283845;
  font-size: 16px;
  line-height: auto;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border: 3px solid #f6f7f7;
  vertical-align: middle; }

#tabs_container th, #tabs_containermobile th {
  background-color: #283845;
  color: #FFFFFF; }

#tabs_containermobile .tab-content table tbody tr:first-child td {
  background-color: #283845 !important;
  color: #FFFFFF !important; }

#tabs_containermobile {
  padding-top: 20px; }

.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0; }

.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden; }

.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s; }

.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.tabulousclear {
  display: block;
  clear: both; }

ol.comment-list {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 620px;
  font-family: 'robotoregular';
  font-size: 16px; }
  ol.comment-list li {
    border-top: 1px solid #e4e4e4 !important;
    text-align: left;
    padding-top: 33px;
    margin-bottom: 33px; }
    ol.comment-list li .comment-body .vcard .says {
      display: none; }
    ol.comment-list li .comment-body .commentmetadata {
      display: block;
      color: #ccc;
      font-size: 14px;
      padding: 7px 0 15px 0; }
      ol.comment-list li .comment-body .commentmetadata a.comment-edit-link {
        display: none; }
    ol.comment-list li .comment-body .reply {
      display: none; }

#respond #reply-title {
  display: none !important; }
#respond form {
  width: 100%;
  max-width: 620px;
  margin: 0 auto; }
  #respond form .comment-notes {
    display: none; }
  #respond form .logged-in-as {
    display: none !important; }
  #respond form p {
    width: 100%; }
    #respond form p label {
      display: none; }
    #respond form p input {
      width: 90%;
      background: #fff;
      border: 1px solid #dfe1e3 !important;
      font-size: 19px;
      color: #283845;
      padding: 20px 30px; }
      #respond form p input:focus {
        outline: none; }
    #respond form p textarea {
      width: 90%;
      background: #fff;
      border: 1px solid #dfe1e3 !important;
      font-size: 19px;
      color: #283845;
      padding: 20px 30px;
      max-height: 130px; }
      #respond form p textarea:focus {
        outline: none; }

.comment-form-url {
  display: none; }

p.form-submit input#submit {
  width: 100%;
  max-width: 220px;
  float: left;
  padding: 20px 0;
  font-size: 18px;
  display: block;
  cursor: pointer;
  color: #fff !important;
  background: #92cb41; }

.icons {
  margin-bottom: 100px !important; }
  .icons__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0; }
  .icons__tab {
    width: 20%;
    padding: 0px 2rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer; }
    .icons__tab h3 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 0;
      transition: 0.3s; }
    .icons__tab img {
      width: 100%;
      display: block;
      transition: 0.3s;
      margin-bottom: 10px; }
    .icons__tab-active img {
      transform: scale(1.1);
      box-shadow: 0px 5px 15px #00000040; }
    .icons__tab-active h3 {
      transform: translateY(10px); }
    .icons__tab:hover img {
      transform: scale(1.1);
      box-shadow: 0px 5px 15px #00000040; }
    .icons__tab:hover h3 {
      transform: translateY(10px); }
  .icons__text {
    display: none; }
    .icons__text-active {
      display: block; }

@media only screen and (max-width: 676px) {
  .icons__wrapper {
    padding: 2rem 0 4rem; }
  .icons__tab {
    width: 20%;
    padding: 0px 0rem; }
    .icons__tab h3 {
      display: none; }
    .icons__tab img {
      margin-bottom: 0; }
    .icons__tab-active img {
      transform: scale(1) translateY(10px);
      box-shadow: 0px 5px 15px #00000040; }
    .icons__tab-active h3 {
      transform: translateY(0); }
    .icons__tab:hover img {
      transform: scale(1) translateY(10px);
      box-shadow: 0px 5px 15px #00000040; }
    .icons__tab:hover h3 {
      transform: translateY(0); } }

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