/**
 * Vendors
 */
/**
 * Site config
 */
/**
 * Fonts
 */
/**
 * Colours
 */
/**
 * Site styles
 */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
  font-family: "Lato", sans-serif; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

/**
 * Layout styles
 */
.l-wrapper {
  margin: 0 auto;
  max-width: 960px; }
  .l-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.l-outer-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .l-outer-container:last-child {
    margin-right: 0; }
  .l-outer-container .l-col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .l-outer-container .l-col-8:last-child {
      margin-right: 0; }
    .l-outer-container .l-col-8:after {
      content: "";
      display: table;
      clear: both; }
  .l-outer-container .l-col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l-outer-container .l-col-4:last-child {
      margin-right: 0; }
    .l-outer-container .l-col-4:after {
      content: "";
      display: table;
      clear: both; }

.l-footer-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .l-footer-column:last-child {
    margin-right: 0; }
  .l-footer-column:last-child {
    *width: 22%; }

.l-footer-column.contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .l-footer-column.contact:last-child {
    margin-right: 0; }

.l-grid {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .l-grid:last-child {
    margin-right: 0; }
  .l-grid .l-col-1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .l-grid .l-col-1:last-child {
      margin-right: 0; }
    .l-grid .l-col-1:after {
      content: "";
      display: table;
      clear: both; }
  .l-grid .l-col-1-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l-grid .l-col-1-3:last-child {
      margin-right: 0; }
  .l-grid .l-col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .l-grid .l-col-4:last-child {
      margin-right: 0; }
  .l-grid .l-col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .l-grid .l-col-6:last-child {
      margin-right: 0; }
  .l-grid .l-col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .l-grid .l-col-8:last-child {
      margin-right: 0; }

/**
 * State styles
 */
.is-hidden {
  display: none; }

/**
 * Module styles
 */
.list {
  margin: 0;
  padding: 0; }
  .list:after {
    content: "";
    display: table;
    clear: both; }
  .list a {
    text-decoration: none; }

.horizontal-list li {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.vertical-list li {
  display: block; }

.bullet-list {
  margin: 5px 15px; }
  .bullet-list li {
    position: relative;
    padding-left: 30px; }
    .bullet-list li:before {
      content: '';
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      left: -13px;
      top: 10px;
      background-color: #c7211e; }
  .bullet-list a {
    color: #666;
    padding: 5px 0;
    display: block; }

.btn {
  margin: 0;
  padding: 5px 12px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-red,
.btn-blue {
  color: #FFF;
  padding: 9px 35px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.btn-red {
  background: #c7211e; }
  .btn-red:hover {
    background: #b31d1b; }

.btn-blue {
  background: #1f1ad6; }
  .btn-blue:hover {
    background: #1b17c0; }

.btn-outlined-blue,
.btn-outlined {
  color: #FFF;
  border-width: 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 8px 28px;
  font-size: 16px; }
  .btn-outlined-blue:hover,
  .btn-outlined:hover {
    color: #080667;
    background: #FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-outlined-blue {
  border-color: #1f1ad6;
  color: #1f1ad6;
  text-transform: uppercase;
  font-weight: 600; }

input[type=submit].btn {
  border: 0;
  outline: 0; }

.btn-submit {
  color: #FFF;
  background: #c7211e;
  cursor: pointer; }
  .btn-submit:hover {
    background: #b31d1b; }

.header {
  padding: 23px 0 0;
  background: #FFF; }

.main-header {
  width: 100%;
  float: left;
  position: relative; }
  .main-header:after {
    content: '';
    width: 100%;
    height: 4px;
    float: left;
    display: block;
    visibility: visible;
    background: #a8c4f0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a8c4f0), color-stop(100%, #fd999c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* IE10+ */
    background: linear-gradient(to right, #a8c4f0 0%, #fd999c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c4f0', endColorstr='#fd999c',GradientType=1 );
    /* IE6-9 */
    clear: both; }

.navigation a {
  text-decoration: none; }

.main-navigation {
  clear: both; }
  .main-navigation li {
    font-size: 12px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .main-navigation a {
    display: block;
    padding: 17px 20px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -2px;
    border-top: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-navigation a:hover {
      border-top: 2px solid #c7211e; }

#menu-main-navigation {
  text-align: center;
}

.icon-navigation {
  float: right;
  margin-top: 18px; }
  .icon-navigation li {
    padding: 0 2px; }
  .icon-navigation a {
    font-size: 20px;
    padding: 3px 1px;
    color: #FFF;
    background: #59626b;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .icon-navigation a:hover {
      background: #c7211e; }
  .icon-navigation .icon-mail {
    font-size: 20px;
    vertical-align: text-bottom; }

.brand {
  display: inline-block;
  position: relative;
  padding-top: 14px;
  float: left;
  margin-right: 20px; }
  .brand:before {
    content: '';
    visibility: visible;
    display: block;
    background: #a8c4f0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a8c4f0), color-stop(100%, #fd999c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #a8c4f0 0%, #fd999c 100%);
    /* IE10+ */
    background: linear-gradient(to right, #a8c4f0 0%, #fd999c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8c4f0', endColorstr='#fd999c',GradientType=1 );
    /* IE6-9 */
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0; }

.logo {
  margin: -8px 0 13px;
  font-family: MS Sans Serif, Geneva; }
  .logo a {
    text-decoration: none;
    color: #404040;
    letter-spacing: 1px;
    font-size: 42px;
    font-weight: 400; }
  .logo p {
    margin-top: 0; }
  .logo .red {
    color: #c7211e; }
  .logo .blue {
    color: #1f1ad6; }

.footer-logo {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400; }

.brand-name .brand-name-e {
  color: #1f1ad6; }
.brand-name .brand-name-w {
  color: #c7211e; }

.slogan {
  float: left;
  margin-top: 27px; }

.hero-banners {
  height: 768px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .hero-banners li {
    position: relative;
    height: 768px;
    width: 100%;
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .hero-banners .hero-banner-content {
    position: absolute;
    top: 35%; }
    .hero-banners .hero-banner-content .heading {
      font-weight: normal;
      font-size: 48px;
      font-family: "Open Sans", sans-serif;
      text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }
    .hero-banners .hero-banner-content .btn-outlined {
      margin-top: 20px;
      text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      background: url("../img/fallback/blue.png");
      background: rgba(31, 26, 214, 0.6); }
      .hero-banners .hero-banner-content .btn-outlined:hover {
        color: #FFF;
        background: #c7211e; }

.hero-banners.home .hero-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 30%;
  color: #FFF;
  text-align: center; }
  .hero-banners.home .hero-banner-content .heading {
    font-family: "Open Sans", sans-serif; }

.heading {
  margin: 0;
  font-family: "Lato", sans-serif; }

.main-heading {
  font-size: 36px;
  font-weight: 600; }

.sub-heading {
  font-size: 18px;
  color: #080667;
  font-weight: 400;
  margin-bottom: 20px; }

.red {
  color: #c7211e; }

.blue {
  color: #1f1ad6; }

.white {
  color: #FFF; }

.underlined:after {
  content: '';
  width: 50px;
  display: block;
  margin: 25px auto 20px;
  border-bottom: 5px solid #eee; }

.weather-section {
  background: #080667; }
  .weather-section .weather-type {
    width: 33%;
    height: 187px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .weather-section .weather-type .heading {
      color: #FFF; }
    .weather-section .weather-type .icon-container {
      padding-top: 16px;
      float: left;
      height: 100px;
      width: 62px;
      display: inline-block; }
    .weather-section .weather-type a {
      color: #FFF;
      font-weight: normal;
      text-decoration: none;
      display: block;
      padding: 38px 25px 33px; }
    .weather-section .weather-type:nth-child(4) a, .weather-section .weather-type:nth-child(5) a, .weather-section .weather-type:nth-child(6) a {
      padding-bottom: 26px; }
    .weather-section .weather-type i[class*="icon-"] {
      font-size: 28px;
      border: 2px solid #FFF;
      *border: 0;
      display: inline-block;
      width: 39px;
      height: 39px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }
    .weather-section .weather-type:nth-child(1), .weather-section .weather-type:nth-child(2), .weather-section .weather-type:nth-child(3) {
      border-top: 3px solid #080667; }
      .weather-section .weather-type:nth-child(1):hover, .weather-section .weather-type:nth-child(2):hover, .weather-section .weather-type:nth-child(3):hover {
        border-top: 3px solid #c7211e; }
        .weather-section .weather-type:nth-child(1):hover i[class*="icon-"], .weather-section .weather-type:nth-child(2):hover i[class*="icon-"], .weather-section .weather-type:nth-child(3):hover i[class*="icon-"] {
          color: #c7211e;
          border-color: #c7211e; }
    .weather-section .weather-type:nth-child(4), .weather-section .weather-type:nth-child(5), .weather-section .weather-type:nth-child(6) {
      border-bottom: 3px solid #080667; }
      .weather-section .weather-type:nth-child(4):hover, .weather-section .weather-type:nth-child(5):hover, .weather-section .weather-type:nth-child(6):hover {
        border-bottom: 3px solid #c7211e; }
        .weather-section .weather-type:nth-child(4):hover i[class*="icon-"], .weather-section .weather-type:nth-child(5):hover i[class*="icon-"], .weather-section .weather-type:nth-child(6):hover i[class*="icon-"] {
          color: #c7211e;
          border-color: #c7211e; }

/**
 * Weather template page
 */
.weather-type .main-hero-banner-content {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  right: 0;
  width: 960px;
  margin: auto;
  margin-left: -480px; }
  .weather-type .main-hero-banner-content .main-heading {
    font-size: 72px;
    font-weight: normal;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }
  .weather-type .main-hero-banner-content .sub-heading {
    font-size: 48px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }
  .weather-type .main-hero-banner-content:first-child .btn {
    margin-right: 30px; }
.weather-type .secondary-hero-banner-content {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  right: 0;
  width: 960px;
  margin: auto;
  margin-left: -480px; }
  .weather-type .secondary-hero-banner-content .main-heading {
    font-weight: normal; }
  .weather-type .secondary-hero-banner-content .strapline {
    font-size: 18px;
    color: #FFF;
    margin: 50px 0; }
.weather-type .learn-more {
  margin: 20px 0 0;
  text-align: center; }

.form fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
.form .form-group {
  margin-bottom: 10px; }
.form .required label:after {
  content: '(required)';
  color: #c7211e;
  display: inline-block; }
.form select::-ms-expand {
  display: none; }

.stacked-form label {
  display: block;
  vertical-align: middle;
  margin: 0 10px 0 0; }
.stacked-form input[type=text],
.stacked-form input[type=password],
.stacked-form input[type=email],
.stacked-form input[type=url],
.stacked-form input[type=date],
.stacked-form input[type=month],
.stacked-form input[type=time],
.stacked-form input[type=datetime],
.stacked-form input[type=datetime-local],
.stacked-form input[type=week],
.stacked-form input[type=number],
.stacked-form input[type=search],
.stacked-form input[type=tel],
.stacked-form input[type=color],
.stacked-form textarea {
  padding: 5px;
  width: 100%;
  *padding: 0;
  *width: 98%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.stacked-form input:focus,
.stacked-form textarea:focus {
  border-color: #949494; }
.stacked-form textarea {
  vertical-align: top; }

.l-footer-column .stacked-form input,
.l-footer-column .stacked-form textarea {
  border-color: #ccc; }

.landing-page-intro {
  position: absolute;
  top: 35%;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }
  .landing-page-intro .main-heading {
    font-size: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  .landing-page-intro .sub-heading {
    font-size: 30px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif; }
  .landing-page-intro .btn {
    font-size: 16px; }
  .landing-page-intro .seperator {
    font-size: 14px; }

.testimonials {
  height: 450px;
  position: relative; }
  .testimonials ul {
    height: 450px; }
  .testimonials li {
    position: relative;
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .testimonials .testimonial {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    padding: 10% 0 0; }
    .testimonials .testimonial:before {
      content: '”';
      display: block;
      font-size: 130px;
      line-height: 0;
      color: #c7211e;
      font-family: "Times New Roman", Times, serif; }
  .testimonials .cite {
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px; }
  .testimonials .testimonials-pager {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 960px;
    font-size: 20px;
    text-align: center;
    z-index: 999;
    color: #FFF;
    letter-spacing: 8px; }
    .testimonials .testimonials-pager .cycle-pager-active {
      color: #c7211e; }

.get-in-touch {
  padding: 50px 0;
  color: #FFF;
  background: #1f1ad6;
  z-index: 999; }
  .get-in-touch .cta-message {
    padding: 0 30px;
    font-size: 24px; }

.content {
  padding: 80px 0; }
  .content .main-heading {
    font-size: 36px;
    text-align: center;
    font-weight: normal; }
  .content .sub-heading {
    font-size: 25px; }
  .content .strapline {
    font-size: 18px;
    color: #3b4954;
    font-weight: 300;
    margin: 50px 0; }
  .content .situation-container {
    padding: 0 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content .situation-container .example,
    .content .situation-container .solution {
      font-size: 14px; }
      .content .situation-container .example .image-container,
      .content .situation-container .solution .image-container {
        height: 115px;
        width: 421px;
        overflow: hidden;
        margin-bottom: 30px; }
      .content .situation-container .example .inner-content,
      .content .situation-container .solution .inner-content {
        padding: 0 40px; }
        .content .situation-container .example .inner-content .heading,
        .content .situation-container .solution .inner-content .heading {
          color: #333; }

.single-col {
  text-align: center; }

.internal-page {
  padding: 0 0 50px; }

.page-header {
  position: relative;
  margin: 0 0 60px;
  padding: 115px 0 0;
  height: 330px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .page-header .block-heading {
    width: 334px;
    padding: 15px 40px 20px 20px;
    background: #c7211e;
    font-weight: 300;
    font-size: 36px;
    opacity: 0.9;
    background: #c7211e; }

.newsland {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  min-height: 500px; }

.news_image {
  position: relative;
  width: 20%;
  height: auto;
  float: left; }

.news_list {
  position: relative;
  width: 60%;
  height: auto;
  float: left; }

.archive_list {
  position: relative;
  width: 20%;
  height: auto;
  float: left; }

.footer {
  color: #ced2d8;
  padding: 40px 0 0;
  clear: both;
  font-size: 11px;
  background: #080667; }
  .footer .heading,
  .footer .link,
  .footer .list a {
    color: #ced2d8; }
  .footer .footer-copy {
    margin: 0; }

.footer.white {
  color: #666;
  background: #FFF; }
  .footer.white .heading {
    color: #080667; }
  .footer.white .link,
  .footer.white .list a {
    color: #666; }

.link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link:hover {
    text-decoration: underline; }

.sub-footer {
  margin: 60px 0 0;
  padding: 30px 0;
  background: #f8f8f8;
  color: #333; }
  .sub-footer:after {
    content: "";
    display: table;
    clear: both; }
  .sub-footer a.link {
    color: #333; }


.footer-column-new {
  float: left;
  display: block;
  margin-right: 4%;
  width: 48%;
}

.footer-column-new:nth-child(2n) {
  margin-right: 0%;
}