@charset "UTF-8";
/*

Theme Name: Iada
Author: DedRed

*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Open+Sans:300,400,600,700,800");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

/* original primary color: #10B0DA original seoncdary colour #542D8F */
.wrapper {
  display: block;
  width: 100%;
  padding: 100px 0;
  zoom: 1;
  position: relative;
  background-color: #ffffff; }
  .wrapper:before, .wrapper:after {
    content: '';
    display: table; }
  .wrapper:after {
    clear: both; }
  .wrapper--grey {
    background-color: #f8f7f7; }
  .wrapper--angle {
    padding-top: 80px;
    padding-bottom: 80px; }
    .wrapper--angle:before {
      display: block;
      content: '';
      width: 100%;
      height: 100px;
      position: absolute;
      background: #ffffff;
      z-index: -1;
      top: 0px;
      transform-origin: left bottom;
      transform: skewY(-3deg); }
  .wrapper--locator {
    padding-top: 200px; }

.home .wrapper--angle {
  z-index: 8000; }

.container,
.container--full {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1; }
  .container:before, .container:after,
  .container--full:before,
  .container--full:after {
    content: '';
    display: table; }
  .container:after,
  .container--full:after {
    clear: both; }

@media (min-width: 1440px) {
  .container {
    width: 1200px;
    margin: auto; } }

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }

[class*='col'] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  zoom: 1; }
  [class*='col']:before, [class*='col']:after {
    content: '';
    display: table; }
  [class*='col']:after {
    clear: both; }

@media (min-width: 1024px) {
  .col--1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0; }

  .col--2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0; }

  .col--3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0; }

  .col--4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0; }

  .col--5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0; }

  .col--6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0; }

  .col--7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0; }

  .col--8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0; }

  .col--9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0; }

  .col--10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0; }

  .col--11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0; }

  .col--12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0; } }
html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #323f43;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0px;
  /*font-family: $heading-font-family;*/
  font-family: "Open Sans", serif;
  font-weight: 900; }

h1 {
  font-size: 40px;
  font-weight: 300; }

h2 {
  font-size: 33px;
  font-weight: 300; }

h3 {
  font-size: 30px;
  font-weight: 300; }

h4 {
  font-size: 24px;
  font-weight: 300; }

h5 {
  font-size: 20px;
  font-weight: 300; }

h6 {
  font-size: 18px;
  font-weight: 300; }

p {
  font-size: 1.6rem; }

.text--lead {
  font-size: 20px;
  font-weight: 300; }

blockquote {
  display: block;
  margin: 30px 0;
  padding: 0 0 0 30px;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  border-left: solid 1px #ebebeb; }

.text--left {
  text-align: left; }

.text--center, .brands-item {
  text-align: center; }

.text--right {
  text-align: right; }

.text--blue {
  color: #1093da; }

a {
  color: #1093da;
  text-decoration: none; }
  a:hover {
    color: #1e2254; }

ul {
  margin-left: 0;
  padding-left: 20px; }
  ul li {
    margin-bottom: 20px;
    font-size: 1.6rem; }

.stat-item__number {
  font-size: 40px; }

.testimonial-slide strong {
  color: #10b0da; }

figure {
  margin: 0; }

.responsive-image,
img.size-large {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.alignleft {
  float: right;
  margin: 30px 0 30px 30px; }

.aligncenter {
  margin: 50px 0; }

.alignright {
  display: block;
  margin: auto; }
  @media (min-width: 1024px) {
    .alignright {
      float: right;
      margin: 30px 0 30px 30px; } }

.wp-caption p {
  margin: 0;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center; }

.gallery {
  display: block;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  zoom: 1; }
  .gallery li {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 667px) {
      .gallery li {
        width: 50%; } }
    @media (min-width: 768px) {
      .gallery li {
        width: 33.33333333%; } }
    @media (min-width: 1024px) {
      .gallery li {
        width: 25%; } }
    .gallery li img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .gallery li:hover {
      opacity: 0.7; }
  .gallery:before, .gallery:after {
    content: '';
    display: table; }
  .gallery:after {
    clear: both; }

button,
.button,
a.button,
input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  background-color: #1093da;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*&--course-search {
  	width:100%;
  	height:50px;
  	margin-left:10px;
  	border:none;
  	border-radius:4px;
  	
  	&:hover {
  		background-color:colour('secondary');
  	}
  }*/ }
  button:hover,
  .button:hover,
  a.button:hover,
  input[type="submit"]:hover {
    background-color: #1e2254; }

.button--block {
  display: block;
  width: 100%; }

a.button--outline {
  background: none; }
  a.button--outline-white {
    border: solid 2px #ffffff; }
    a.button--outline-white:hover {
      border-color: #1e2254; }

.button--widget,
a.button--widget {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none; }

a.button--plus,
a.button--icon,
.button--icon a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.button--plus:before,
  a.button--icon:before,
  .button--icon a:before {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    padding: 0;
    background-color: #0d73aa;
    content: '';
    border-radius: 4px 0 0 4px; }
  a.button--plus:after,
  a.button--icon:after,
  .button--icon a:after {
    display: none;
    position: absolute;
    top: 2px;
    left: 14px;
    content: '+';
    font-size: 2.4rem;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  a.button--plus:hover,
  a.button--icon:hover,
  .button--icon a:hover {
    background-color: #0d73aa; }
    a.button--plus:hover:after,
    a.button--icon:hover:after,
    .button--icon a:hover:after {
      transform: scale(2);
      opacity: 0; }

a.button--dl:before {
  width: 50px; }
a.button--dl:after {
  top: 10px;
  left: 16px;
  font-family: "FontAwesome";
  font-size: 2rem;
  content: '\f1c1'; }

li.button--contact {
  margin-left: 20px;
  padding: 0 !important; }
  li.button--contact a {
    margin-left: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #1093da;
    border-radius: 4px; }
    li.button--contact a:before {
      width: 50px;
      content: ''; }
    li.button--contact a:after {
      top: 7px;
      left: 16px;
      font-family: "FontAwesome";
      font-size: 1.6rem;
      content: '\f003';
      color: #ffffff; }
    li.button--contact a:hover {
      background-color: #0d73aa; }

a.button--locate:after {
  top: 8px;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  content: '\f041';
  color: #ffffff; }

.social-links {
  padding-right: 0;
  padding-left: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .social-links {
      float: right;
      text-align: right; } }
  .social-links li {
    display: inline-block;
    margin-right: 0;
    margin-left: 5px; }
    .social-links li a.social-link {
      display: block;
      width: 40px;
      height: 38px;
      background-color: #f8f7f7;
      color: #ffffff;
      font-size: 1.6rem;
      text-align: center;
      border-radius: 25px; }
      .social-links li a.social-link .fa {
        position: relative;
        top: 5px; }
      .social-links li a.social-link--facebook {
        background-color: #3B5998; }
      .social-links li a.social-link--twitter {
        background-color: #62A4C4; }
      .social-links li a.social-link--youtube {
        background-color: #cc0000; }

.form__group {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden; }
.form__control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: solid 2px #ebebeb;
  border-radius: 5px;
  background: none;
  -webkit-appearance: none; }
  .form__control--textarea {
    height: 220px; }

.signup-form-wrap .form__group {
  width: 100%; }
.signup-form-wrap .form__control {
  width: 100%;
  background-color: #ffffff; }
  .signup-form-wrap .form__control--textarea {
    height: 180px; }

.select2 {
  width: 100% !important;
  height: 50px; }
  .select2 .selection {
    height: 50px; }
    .select2 .selection .select2-selection {
      height: 100%;
      padding-top: 10px;
      padding-left: 10px;
      border-color: #ebebeb;
      border-width: 2px; }
      .select2 .selection .select2-selection .select2-selection__arrow {
        top: 10px;
        right: 10px; }

.wpcf7-form {
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .wpcf7-form {
      margin-bottom: 0; } }

.form--contact .form__group {
  margin-bottom: 20px; }
  .form--contact .form__group .form__control,
  .form--contact .form__group .select2-container--default .select2-selection--single {
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px; }
  .form--contact .form__group .form__control--textarea {
    height: 200px; }
  .form--contact .form__group .form__control--checkbox {
    background: none; }
.form--contact .wpcf7-submit {
  width: 100%; }

.form--header {
  display: block;
  width: 100%; }
  .form--header .form__group {
    width: 80%;
    margin: 0 0 -6px 0; }
  .form--header .form__control {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    background-color: #0d73aa;
    color: #ffffff; }
  .form--header .button {
    float: right;
    width: 20%;
    height: 40px;
    background: #09537b;
    border-radius: 0; }
    .form--header .button:hover {
      background: #074363; }

.post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #ebebeb; }
  .post:last-child {
    border: none; }
  .post__thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .post a {
    color: #323f43; }
  .post p {
    font-size: 1.4rem; }
    .post p.post__date {
      margin: 0;
      font-weight: bold;
      font-size: 1.2rem;
      color: #797e7e;
      letter-spacing: 2px; }
    .post p.post__more a {
      color: #1093da; }
      .post p.post__more a .fa {
        position: relative;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .post p.post__more a:hover {
        color: #0d73aa; }
        .post p.post__more a:hover .fa {
          left: 5px; }
  .post .post__author {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f8f7f7;
    font-size: 1.2rem;
    font-weight: bold;
    color: #797e7e; }
    .post .post__author__thumb {
      display: none; }
      .post .post__author__thumb img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 50%; }
      @media (min-width: 1024px) {
        .post .post__author__thumb {
          display: block; } }
    .post .post__author p {
      margin-top: 20px; }
  .post .post__title {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #f8f7f7; }
    .post .post__title h2 {
      margin: 0;
      font-size: 4rem;
      font-weight: 900; }
  .post .post__meta {
    margin-bottom: 40px; }
  .post .post__tags {
    margin-top: 40px;
    padding: 20px 0;
    border: solid 1px #ebebeb;
    border-width: 1px 0; }
    .post .post__tags .tags-list {
      display: inline; }
      .post .post__tags .tags-list li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        list-style: none;
        font-size: 1.2rem; }
        .post .post__tags .tags-list li a {
          display: block;
          padding: 6px 12px;
          background-color: #f8f7f7;
          border-radius: 4px; }
          .post .post__tags .tags-list li a:hover {
            background-color: #1093da;
            color: #ffffff; }

.post--case-study {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 10px;
  border: none; }
  .post--case-study .inner {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 4px; }
  @media (min-width: 768px) {
    .post--case-study {
      width: 50%; } }
  @media (min-width: 1024px) {
    .post--case-study {
      width: 33.33333333333%; } }

@media (min-width: 1024px) {
  .post--case-study-related {
    width: 25%; } }

.table {
  width: 100%; }
  .table thead {
    font-weight: bold; }
  .table td,
  .table th {
    padding: 10px 10px;
    border-bottom: solid 1px #f8f7f7;
    text-align: left; }

.page-title {
  display: block;
  position: relative;
  width: 100%;
  height: 430px;
  background-color: #0d73aa;
  background-position: center center !important;
  background-repeat: no-repeat; }
  .page-title__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .page-title .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%; }
    .page-title .content h1 {
      color: #ffffff; }
    .page-title .content p.page-title__date {
      margin-top: 0;
      color: #ffffff;
      font-size: 1.2rem; }
  .page-title:before {
    display: block;
    content: '';
    width: 100%;
    height: 110px;
    position: absolute;
    background: #ffffff;
    z-index: -1;
    bottom: -100px;
    transform-origin: left bottom;
    transform: skewY(-3deg);
    z-index: 1000; }
    @media (min-width: 2000px) {
      .page-title:before {
        height: 135px;
        bottom: -135px; } }
  .page-title .breadcrumbs {
    position: absolute;
    bottom: 40px;
    background: none; }
  @media (min-width: 1280px) {
    .page-title {
      background-size: cover;
      background-position: center 48px;
      background-attachment: fixed; } }

.page-title--single {
  height: 500px; }
  .page-title--single .page-title__overlay {
    background-color: rgba(16, 147, 218, 0.4); }
  .page-title--single p {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.2rem; }
    .page-title--single p a {
      color: #ffffff;
      font-weight: bold; }

.straight-page-title {
  display: block;
  position: relative;
  width: 100%;
  height: 430px;
  background-color: #0d73aa;
  background-color: #dadada;
  background-position: center center !important;
  background-repeat: no-repeat; }
  .straight-page-title__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .straight-page-title .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%; }
    .straight-page-title .content h1 {
      color: #ffffff; }
    .straight-page-title .content p.page-title__date {
      margin-top: 0;
      color: #ffffff;
      font-size: 1.2rem; }
  .straight-page-title .breadcrumbs {
    position: absolute;
    bottom: 40px;
    background: none; }
  @media (min-width: 1280px) {
    .straight-page-title {
      background-size: cover;
      background-position: center 48px;
      background-attachment: fixed; } }

.breadcrumbs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: #0d73aa;
  color: #ffffff; }
  .breadcrumbs a {
    color: #ffffff;
    font-weight: 800; }
  .breadcrumbs span {
    margin: 0 5px; }

.accordion {
  display: block;
  width: 100%;
  margin-top: 20px; }
  .accordion__control {
    position: relative;
    margin-bottom: 0;
    padding: 20px 40px 20px 20px;
    background-color: #1093da;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    transition: 0.3s; }
    .accordion__control:before, .accordion__control:after {
      position: absolute;
      font-family: "FontAwesome";
      transition: 0.3s; }
    .accordion__control:after {
      top: 20px;
      right: 30px;
      content: '\f0d7'; }
    .accordion__control.open:after {
      transform: rotate(180deg); }
  .accordion__panel {
    padding: 20px;
    background-color: #f8f7f7;
    transition: 0.3s; }
  .accordion:last-child {
    margin-bottom: 20px; }

h4.accordion__control {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  border-bottom: solid 1px #ebebeb;
  font-size: 4.2rem;
  cursor: pointer; }
  h4.accordion__control:after {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    content: '+';
    text-align: right;
    font-size: 1.6rem; }
  h4.accordion__control.open:after {
    content: '-'; }

.accordion__panel {
  display: none; }
  .accordion__panel p {
    margin: 5px 0; }

.fetch-tweets .fetch-tweets-item {
  display: inline-block;
  float: left;
  width: 100%;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .fetch-tweets .fetch-tweets-item {
      width: 50%; } }
  @media (min-width: 1024px) {
    .fetch-tweets .fetch-tweets-item {
      width: 25%; } }

.site-header {
  position: relative;
  width: 100vw;
  z-index: 9999;
  background-color: #ffffff; }
  .site-header__top, .site-header__main {
    display: block;
    width: 100%; }

.site-header__top {
  position: relative;
  top: 0;
  /*height:40px;*/
  height: 42px;
  /*padding:7px 0;*/
  /*background-color:colour('primary');*/
  background-color: #fbb217;
  /*font-size:1.2rem;*/
  font-size: 1.4rem;
  color: #ffffff;
  z-index: 9000; }
  @media (min-width: 1280px) {
    .site-header__top {
      position: fixed; } }
  .site-header__top p {
    margin: 0;
    /*font-size:1.2rem;*/
    font-size: 1.4rem; }
    .site-header__top p .fa {
      font-size: 1.6rem; }
  .site-header__top a {
    color: #ffffff; }
  .site-header__top .right {
    width: 100%; }
    .site-header__top .right a {
      display: inline-block;
      padding: 9px;
      color: #ffffff; }
      .site-header__top .right a:hover {
        background-color: #0d73aa; }
    .site-header__top .right .text--right {
      text-align: center; }
    @media (min-width: 1280px) {
      .site-header__top .right {
        width: 50%; }
        .site-header__top .right .text--right {
          text-align: right; } }

@media (min-width: 1440px) {
  .logged-in .site-header__top {
    top: 32px; } }
.site-header__main {
  padding: 15px 0;
  background-color: #1e2254; }
  .site-header__main .nav-links {
    margin-top: 20px; }
  .site-header__main a {
    /*color:$main-font-colour;*/
    color: #ffffff; }
  @media (min-width: 1280px) {
    .site-header__main {
      margin-top: 42px; } }

.site-logo {
  width: 100%; }
  .site-logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    /*max-width:170px;*/
    max-width: 245px;
    margin: auto; }
    @media (min-width: 1280px) {
      .site-logo img {
        margin: 0; } }
  @media (min-width: 1280px) {
    .site-logo {
      width: 25%; } }

.site-navigation {
  display: none;
  position: relative;
  height: 30px;
  padding: 10px 0;
  z-index: 8000;
  text-align: right; }
  @media (min-width: 1280px) {
    .site-navigation {
      display: block; } }

.nav-links {
  display: block;
  position: relative;
  top: -15px;
  margin: 0;
  padding: 0 20px 0 0;
  z-index: 9100; }
  .nav-links li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center; }
    .nav-links li a {
      display: block;
      margin-left: 40px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold; }
    .nav-links li.menu-item-has-children {
      z-index: 9000; }
      .nav-links li.menu-item-has-children:after {
        position: absolute;
        /*top:0;*/
        top: 18px;
        right: -10px;
        float: right;
        font-family: "FontAwesome";
        content: '\f107';
        color: #ffffff; }
      .nav-links li.menu-item-has-children a {
        padding-right: 10px; }
      .nav-links li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 70px;
        /*min-width:250px;*/
        min-width: 280px;
        margin-left: 20px;
        padding: 0;
        background-color: #ffffff;
        border-top: solid 5px #1093da;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .nav-links li.menu-item-has-children .sub-menu:before {
          display: block;
          position: relative;
          top: -12px;
          left: 25px;
          width: 0;
          height: 0;
          border: solid 10px #1093da;
          border-left-color: transparent;
          border-right-color: transparent;
          border-top: transparent;
          content: ''; }
        .nav-links li.menu-item-has-children .sub-menu li {
          display: block;
          position: relative;
          padding: 0;
          text-align: left; }
          .nav-links li.menu-item-has-children .sub-menu li a {
            position: relative;
            margin-left: 0;
            padding: 10px 0 10px 20px;
            z-index: 9000;
            color: #1e2254; }
            .nav-links li.menu-item-has-children .sub-menu li a:hover {
              color: #ffffff;
              background-color: #1093da; }
          .nav-links li.menu-item-has-children .sub-menu li:first-child {
            margin-top: -10px; }
          .nav-links li.menu-item-has-children .sub-menu li.link-blue:hover {
            background-color: #1093da; }
          .nav-links li.menu-item-has-children .sub-menu li.link-purple a:hover {
            background-color: #0072BC; }
          .nav-links li.menu-item-has-children .sub-menu li.link-green a:hover {
            background-color: #00A050; }
          .nav-links li.menu-item-has-children .sub-menu li.link-purple-lt a:hover {
            background-color: #AC208E; }
          .nav-links li.menu-item-has-children .sub-menu li.link-blue-med a:hover {
            background-color: #0E96BA; }
          .nav-links li.menu-item-has-children .sub-menu li.link-yellow a:hover {
            background-color: #FFF200; }
          .nav-links li.menu-item-has-children .sub-menu li.link-secondary a:hover {
            background-color: #1e2254; }
          .nav-links li.menu-item-has-children .sub-menu li.link-red a:hover {
            background-color: #ED1C24; }
          .nav-links li.menu-item-has-children .sub-menu li.link-green-lt a:hover {
            background-color: #91cf71; }
      .nav-links li.menu-item-has-children:hover .sub-menu {
        top: 60px;
        opacity: 1;
        visibility: visible; }
  .nav-links--desktop {
    display: none; }
    @media (min-width: 1280px) {
      .nav-links--desktop {
        display: flex; } }

.nav-links--top {
  display: none;
  top: 0; }
  .nav-links--top li {
    height: 40px;
    padding: 0; }
    .nav-links--top li a {
      margin: 0;
      padding: 9px;
      font-size: 1.2rem; }
      .nav-links--top li a:hover {
        background-color: #0d73aa; }
  @media (min-width: 1280px) {
    .nav-links--top {
      display: block; } }

#wprmenu_bar {
  z-index: 9999; }

.site-footer {
  padding-top: 40px;
  background-size: cover;
  background-position: center bottom;
  background-color: #1e2254; }
  .site-footer h4 {
    margin-bottom: 0; }
  .site-footer__logo {
    margin-top: 20px; }
    .site-footer__logo img {
      display: block;
      width: 250px;
      height: auto;
      margin: auto; }
      @media (min-width: 1280px) {
        .site-footer__logo img {
          width: 100%;
          margin: 0; } }
  .site-footer p.text--right {
    text-align: center; }
    @media (min-width: 1024px) {
      .site-footer p.text--right {
        text-align: right; } }
  .site-footer .widget--footer {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .site-footer .widget--footer {
        margin-bottom: 0;
        text-align: left; } }
  .site-footer__main {
    padding: 0 0 10px 0; }

.wrapper--brochure {
  padding: 30px 0; }
  .wrapper--brochure h3 {
    margin-bottom: 0; }
  .wrapper--brochure a.button {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 2rem; }
  .wrapper--brochure p {
    margin-top: 0; }

.nav-links--footer {
  display: block;
  float: right;
  width: 100%;
  margin-top: 50px;
  margin-left: 0;
  margin-bottom: -20px;
  padding-left: 0;
  padding-right: 0;
  text-align: right; }
  .nav-links--footer li {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .nav-links--footer li {
        display: inline-block;
        text-align: left; } }
    .nav-links--footer li a {
      margin: 0;
      padding: 0;
      /*color:$main-font-colour;*/
      color: #ffffff; }
  .nav-links--footer .menu-item-has-children:after {
    top: 0px !important; }

.footer-social-links {
  margin: 0;
  padding-left: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-social-links {
      margin-left: 40px;
      text-align: right; } }
  .footer-social-links li {
    display: inline-block;
    margin: 0 5px;
    text-align: center; }
    .footer-social-links li a {
      display: block;
      width: 36px;
      height: 36px;
      background-color: #f8f7f7;
      border-radius: 50%;
      font-size: 1.4rem;
      color: #ffffff; }
      .footer-social-links li a .fa {
        position: relative;
        top: 4px; }
      .footer-social-links li a.fb-link {
        background-color: #3B5998; }
        .footer-social-links li a.fb-link:hover {
          background-color: #2d4373; }
      .footer-social-links li a.tw-link {
        background-color: #62A4C4; }
        .footer-social-links li a.tw-link:hover {
          background-color: #428db1; }
      .footer-social-links li a.li-link {
        background-color: #1C87BD; }
        .footer-social-links li a.li-link:hover {
          background-color: #156791; }

.site-footer__bottom {
  /*background-color:#f5f5f5;*/
  background-color: #fbb217; }
  .site-footer__bottom p {
    font-size: 1.2rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .site-footer__bottom p {
        text-align: left; }
        .site-footer__bottom p.text--right {
          text-align: right; } }
    .site-footer__bottom p a {
      color: #1093da; }
  .site-footer__bottom .footer-dedred {
    position: relative;
    top: 8px;
    max-width: 100px;
    margin-left: 10px; }

.widget {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px; }
  .widget__title {
    margin-top: 0; }
  .widget ul {
    padding: 0; }
    .widget ul li {
      position: relative;
      margin-bottom: 10px;
      list-style: none;
      font-size: 1.6rem; }
      .widget ul li a {
        padding-left: 15px; }
        .widget ul li a:before {
          position: absolute;
          left: 0;
          font-family: "FontAwesome";
          content: '\f101'; }

.widget_recent_entries,
.widget_archive,
.widget_categories {
  color: #ffffff; }
  .widget_recent_entries .widget__title,
  .widget_archive .widget__title,
  .widget_categories .widget__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2); }
  .widget_recent_entries ul,
  .widget_archive ul,
  .widget_categories ul {
    margin-top: 70px; }
  .widget_recent_entries a,
  .widget_archive a,
  .widget_categories a {
    color: #ffffff;
    text-decoration: underline; }

.widget--primary, .widget--secondary {
  padding: 30px;
  background-color: #1093da;
  color: #ffffff; }
  .widget--primary .widget__title, .widget--secondary .widget__title {
    font-size: 2.4rem;
    color: #ffffff; }
  .widget--primary a.button, .widget--secondary a.button {
    background-color: #1e2254; }
    .widget--primary a.button:before, .widget--secondary a.button:before {
      background-color: #11132e; }
  .widget--primary a, .widget--secondary a {
    color: #ffffff; }
    .widget--primary a:hover, .widget--secondary a:hover {
      color: #1e2254; }

.widget--secondary {
  background-color: #1e2254; }

.widget--tertiary {
  color: #ffffff;
  background-color: #00A050; }
  .widget--tertiary .widget__title {
    font-size: 2.4rem;
    color: #ffffff; }
  .widget--tertiary a.button--icon {
    background-color: #006d37;
    border: solid 2px #ffffff; }

.widget_recent_entries {
  /*background-color:colour('primary');*/
  background-color: #1e2154; }

.widget_archive {
  /*background-color:colour('purple-lt');*/
  background-color: #1e2154; }

.widget_categories {
  /*background-color:colour('green');*/
  background-color: #1e2154; }

.widget--search {
  background-image: url(images/widget-search-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 120%; }
  .widget--search a.button--icon {
    width: 100%;
    text-align: center; }
    .widget--search a.button--icon:after {
      top: 6px;
      font-size: 2.2rem; }
    .widget--search a.button--icon:hover {
      background-color: #11132e; }

.widget--contact {
  background-image: url(images/widget-contact-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 120%;
  background-size: 300px; }
  .widget--contact a.button--icon {
    width: 100%;
    border: none;
    text-align: center;
    background-color: #1093da; }
    .widget--contact a.button--icon:before {
      background-color: #0d73aa; }
    .widget--contact a.button--icon:after {
      top: 3px;
      font-size: 2.6rem; }
    .widget--contact a.button--icon:hover {
      background-color: #0d73aa; }

.widget--brochure {
  background-image: url(images/widget-download-bg.png);
  background-repeat: no-repeat;
  background-position: 150% 10%;
  background-size: 300px; }
  .widget--brochure a.button--icon {
    width: 100%;
    border: none;
    text-align: center;
    background-color: #1093da; }
    .widget--brochure a.button--icon:hover {
      background-color: #0d73aa; }

.banner {
  display: block;
  position: relative;
  width: 100%;
  position: relative;
  height: 600px;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .banner {
      height: 600px; } }
  .banner__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(29, 30, 31, 0.6); }
  .banner .container--full {
    padding: 0; }

.row--banner {
  margin: 0; }

.banner--slider {
  height: 550px;
  padding: 0;
  overflow: hidden; }
  .banner--slider .slick-list,
  .banner--slider .slick-track {
    height: 100%; }
  .banner--slider .slick-prev,
  .banner--slider .slick-next {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9000;
    opacity: 0;
    width: 30px;
    height: 30px;
    background-color: #1093da;
    border-radius: 0; }
    .banner--slider .slick-prev:hover,
    .banner--slider .slick-next:hover {
      background-color: #1e2254; }
    .banner--slider .slick-prev:before,
    .banner--slider .slick-next:before {
      font-size: 14px;
      color: #ffffff; }
  .banner--slider:hover .slick-prev,
  .banner--slider:hover .slick-next {
    opacity: 1; }
  .banner--slider:hover .slick-prev {
    left: 0px; }
  .banner--slider:hover .slick-next {
    right: 0px; }
  @media (min-width: 768px) {
    .banner--slider {
      height: 500px; } }
  @media (min-width: 1280px) {
    .banner--slider {
      height: 750px; } }

.banner__slide {
  display: block;
  position: relative;
  width: 100%;
  height: 550px;
  background-attachment: fixed; }
  .banner__slide__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7000;
    background-color: rgba(46, 48, 48, 0.4); }
  .banner__slide__content {
    display: block;
    position: relative;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9000; }
    .banner__slide__content h1,
    .banner__slide__content p {
      color: #ffffff; }
    .banner__slide__content h1 {
      font-size: 5.2rem;
      font-weight: 700; }
      .banner__slide__content h1:after {
        /*display:block;*/
        display: none;
        width: 120px;
        height: 5px;
        margin: 10px auto 10px;
        background-color: #1093da;
        content: ''; }
    .banner__slide__content p {
      font-size: 1.8rem; }
    .banner__slide__content p.banner__locate {
      font-size: 1.4rem;
      letter-spacing: 3px; }
      .banner__slide__content p.banner__locate a {
        color: #ffffff; }
  @media (max-width: 1440px) {
    .banner__slide {
      background-position: center top !important; } }
  @media (min-width: 768px) {
    .banner__slide {
      height: 500px; } }
  @media (min-width: 1280px) {
    .banner__slide {
      height: 750px;
      /*background-position:center 96px;*/
      backgrounf-position: center 60px;
      background-size: cover; } }

.form--banner {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  padding: 10px;
  border-radius: 4px; }
  @media (min-width: 1024px) {
    .form--banner {
      width: 800px;
      height: 60px;
      padding: 0;
      background: #ffffff; } }
  .form--banner:before {
    display: none;
    position: absolute;
    top: 12px;
    left: 15px;
    font-family: "FontAwesome";
    font-size: 2rem;
    color: #1093da;
    content: '\f002'; }
    @media (min-width: 1024px) {
      .form--banner:before {
        display: inline-block; } }
  .form--banner .form__group {
    display: block;
    width: 100%;
    overflow: visible; }
  .form--banner .form__control {
    display: inline-block;
    width: 100%;
    height: 42px;
    border: none;
    font-size: 1.6rem;
    background: #ffffff; }
    @media (min-width: 1024px) {
      .form--banner .form__control {
        width: 700px;
        height: 60px;
        padding-left: 50px;
        background: none; } }
  .form--banner .button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 42px;
    margin-top: 10px;
    border-radius: 4px; }
    @media (min-width: 1024px) {
      .form--banner .button {
        width: 96px;
        top: -2px;
        right: -3px;
        height: 61px;
        margin-top: 0;
        border-radius: 0 4px 4px 0; } }

.page-navbar {
  display: block;
  float: right;
  position: relative;
  top: -10px;
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .page-navbar ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    .page-navbar ul li {
      display: inline-block;
      margin-left: 20px;
      list-style: none; }
      .page-navbar ul li a {
        display: block;
        padding: 0;
        font-size: 1.4rem;
        text-align: center; }
        .page-navbar ul li a:hover {
          background-color: #f8f7f7;
          color: #2e3030; }

.alert {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 30px 30px 60px;
  border-radius: 5px; }
  .alert p {
    margin: 0 0 10px 0; }
    .alert p span {
      display: block;
      margin-bottom: -30px;
      font-size: 2.8rem;
      font-weight: bold; }

.alert--error {
  background-color: #ffc9c9;
  color: #af0000;
  border: solid 1px #ffafaf; }

.row--masonry .alert {
  margin-left: 0; }

.alert--info {
  background-color: #ecf9ff;
  color: #20b9ff;
  border: solid 1px #b9e9ff; }

.callout {
  margin-bottom: 30px; }
  .callout .inner {
    padding: 30px; }
  @media (min-width: 1024px) {
    .callout {
      margin-bottom: 0; } }

.callout--work .inner {
  min-height: 380px;
  background-color: #ffffff;
  border-radius: 5px; }
  .callout--work .inner h3 {
    font-size: 2rem;
    font-weight: 800; }

.callout--subpage .inner {
  min-height: 350px;
  background-color: #f8f7f7;
  border-radius: 5px; }
  .callout--subpage .inner h4 {
    font-size: 2rem;
    font-weight: 800; }

.wrapper--testimonials:before {
  display: block;
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  transform-origin: left bottom;
  transform: skewY(-3deg);
  z-index: 8000; }
@meida (min-width:2000px) {
  .wrapper--testimonials:before {
    height: 135px; } }
.wrapper--testimonials--about-sub:before {
  display: none; }

.testimonial-slide {
  text-align: center; }
  .testimonial-slide p {
    font-size: 2rem;
    font-weight: 300; }
  .testimonial-slide strong {
    font-size: 1.6rem; }

#testimonial-slider .slick-prev,
#testimonial-slider .slick-next {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%; }
  #testimonial-slider .slick-prev:before,
  #testimonial-slider .slick-next:before {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 14px;
    font-size: 2rem; }
  #testimonial-slider .slick-prev:hover,
  #testimonial-slider .slick-next:hover {
    background-color: rgba(16, 147, 218, 0.5);
    color: #ffffff; }
#testimonial-slider .slick-prev {
  left: -65px; }
#testimonial-slider .slick-next {
  right: -65px; }
#testimonial-slider .slick-dots {
  bottom: -55px; }
  #testimonial-slider .slick-dots li button:before {
    font-size: 1rem; }
  #testimonial-slider .slick-dots li.slick-active button:before {
    color: #1093da; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 32px;
    line-height: 1;
    color: #2e3030;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -45px; }
  @media (max-width: 1400px) {
    .slick-prev {
      left: 5px; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -45px; }
  .slick-prev:before {
    content: '\f104'; }
    [dir="rtl"] .slick-prev:before {
      content: '\f105'; }

.slick-next {
  right: -45px; }
  @media (max-width: 1400px) {
    .slick-next {
      right: 5px; } }
  [dir="rtl"] .slick-next {
    left: -45px;
    right: auto; }
  .slick-next:before {
    content: '\f105'; }
    [dir="rtl"] .slick-next:before {
      content: '\f104'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f10c';
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      content: '\f111'; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
Flaticon icon font: Flaticon
Creation date: 13/09/2016 09:15
*/
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-abacus:before {
  content: "\f100"; }

.flaticon-bell:before {
  content: "\f101"; }

.flaticon-blackboard:before {
  content: "\f102"; }

.flaticon-blackboard-1:before {
  content: "\f103"; }

.flaticon-book:before {
  content: "\f104"; }

.flaticon-books:before {
  content: "\f105"; }

.flaticon-books-1:before {
  content: "\f106"; }

.flaticon-diploma:before {
  content: "\f107"; }

.flaticon-earth-globe:before {
  content: "\f108"; }

.flaticon-exam:before {
  content: "\f109"; }

.flaticon-exam-1:before {
  content: "\f10a"; }

.flaticon-ink:before {
  content: "\f10b"; }

.flaticon-library:before {
  content: "\f10c"; }

.flaticon-mortarboard:before {
  content: "\f10d"; }

.flaticon-open-book:before {
  content: "\f10e"; }

.flaticon-professor:before {
  content: "\f10f"; }

.flaticon-school-material:before {
  content: "\f110"; }

.flaticon-student:before {
  content: "\f111"; }

.flaticon-student-1:before {
  content: "\f112"; }

.flaticon-university:before {
  content: "\f113"; }

/*
Flaticon icon font: Flaticon
Creation date: 29/07/2016 08:52
*/
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon-bus.eot");
  src: url("fonts/Flaticon-bus.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon-bus.woff") format("woff"), url("fonts/Flaticon-bus.ttf") format("truetype"), url("fonts/Flaticon-bus.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon-bus.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-auction:before {
  content: "\f100"; }

.flaticon-briefcase:before {
  content: "\f101"; }

.flaticon-employee:before {
  content: "\f102"; }

.flaticon-employees:before {
  content: "\f103"; }

.flaticon-handshake:before {
  content: "\f104"; }

.flaticon-hierarchical-structure:before {
  content: "\f105"; }

.flaticon-presentation:before {
  content: "\f106"; }

.flaticon-presentation-1:before {
  content: "\f107"; }

.flaticon-presentation-2:before {
  content: "\f108"; }

.flaticon-presentation-3:before {
  content: "\f109"; }

.flaticon-pyramid:before {
  content: "\f10a"; }

.flaticon-report:before {
  content: "\f10b"; }

.flaticon-stats:before {
  content: "\f10c"; }

.flaticon-stats-1:before {
  content: "\f10d"; }

.flaticon-stats-2:before {
  content: "\f10e"; }

.flaticon-stats-3:before {
  content: "\f10f"; }

.flaticon-stats-4:before {
  content: "\f110"; }

.flaticon-team:before {
  content: "\f111"; }

.flaticon-team-1:before {
  content: "\f112"; }

.flaticon-teamwork:before {
  content: "\f113"; }

.wrapper--top {
  padding-top: 30px;
  z-index: 1000; }

.wrapper--blue {
  background-color: #1093da; }
  .wrapper--blue h2,
  .wrapper--blue h3,
  .wrapper--blue h4,
  .wrapper--blue h5,
  .wrapper--blue p {
    color: #ffffff; }
  .wrapper--blue.wrapper--angle:before {
    background-color: #1093da; }

.wrapper--blue-dark {
  background-color: #0072BC; }
  .wrapper--blue-dark h2,
  .wrapper--blue-dark h3,
  .wrapper--blue-dark h4,
  .wrapper--blue-dark h5,
  .wrapper--blue-dark p {
    color: #ffffff; }

.wrapper--purple {
  background-color: #1e2254; }
  .wrapper--purple h2,
  .wrapper--purple h3,
  .wrapper--purple h4,
  .wrapper--purple h5,
  .wrapper--purple p {
    color: #ffffff; }
  .wrapper--purple a.button--outline {
    border: solid 2px #ffffff; }
    .wrapper--purple a.button--outline:hover {
      background-color: #1093da;
      border-color: #1093da; }

.wrapper--grey.wrapper--angle {
  padding-top: 100px; }

.page-id-15 .wrapper--signup {
  margin-top: 30px; }

.wrapper--no-pad {
  padding: 0 5px; }

.signup-form-wrap {
  display: block;
  float: none;
  margin: 20px auto; }
  .signup-form-wrap .button {
    width: 100%;
    font-size: 1.8rem;
    background-color: #0d73aa; }

.callout .inner {
  padding: 30px;
  overflow: hidden;
  background-image: url(images/title-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 120%;
  background-size: 200px;
  border-radius: 4px; }
  @media (max-width: 1440px) {
    .callout .inner {
      min-height: 470px; } }
  @media (max-width: 1024px) {
    .callout .inner {
      min-height: 1px; } }
  .callout .inner h3,
  .callout .inner p,
  .callout .inner a {
    color: #ffffff; }
.callout--blue .inner {
  background-color: #1093da; }
.callout--blue a.button {
  background-color: #0d73aa; }
  .callout--blue a.button:hover {
    background-color: #09537b; }
.callout--purple .inner {
  background-color: #1e2254; }
.callout--purple a.button {
  background-color: #11132e; }
  .callout--purple a.button:hover {
    background-color: #030409; }
.callout--green .inner {
  background-color: #00A050; }
.callout--green a.button {
  background-color: #006d37; }
  .callout--green a.button:hover {
    background-color: #003a1d; }

.about-content {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #ebebeb; }
  .about-content__thumb {
    float: left; }
  .about-content__text {
    float: right; }
  .about-content:nth-child(even) .about-content__thumb {
    float: right; }
  .about-content:nth-child(even) .about-content__text {
    float: left; }
  .about-content:last-child {
    border: none; }

.wrapper--about-sub {
  padding: 0 5px 5px; }

.about-sub {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 360px;
  border: solid 5px #ffffff;
  overflow: hidden;
  background-color: #2e3030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .about-sub .inner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .about-sub__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    z-index: 5000;
    text-align: left;
    background-color: rgba(29, 30, 31, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .about-sub__content h3 {
      margin: 0;
      font-size: 2rem;
      font-weight: bold; }
    .about-sub__content p {
      margin: 0;
      font-size: 1.4rem; }
  .about-sub:nth-child(1):hover .about-sub__content {
    background-color: #1093da; }
  .about-sub:nth-child(2):hover .about-sub__content {
    background-color: #1e2254; }
  .about-sub:nth-child(3):hover .about-sub__content {
    background-color: #FFF200; }
  .about-sub:nth-child(4):hover .about-sub__content {
    background-color: #00A050; }
  .about-sub:nth-child(5):hover .about-sub__content {
    background-color: #ED1C24; }

.wrapper--locator {
  padding: 120px 0; }
  @media (min-width: 1024px) {
    .wrapper--locator {
      overflow: hidden; } }
  .wrapper--locator .locator-text {
    padding-top: 40px;
    padding-right: 40px; }
  .wrapper--locator .locator-thumb {
    display: none; }
    @media (min-width: 1024px) {
      .wrapper--locator .locator-thumb {
        display: block;
        position: absolute; } }
    .wrapper--locator .locator-thumb img {
      border-radius: 5px 5px 0 0;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }

.wpsl-search {
  background-color: #1093da;
  color: #ffffff; }
  .wpsl-search .select2 {
    display: none; }
  .wpsl-search #wpsl-search-btn {
    padding: 9px 20px;
    border: none;
    background: #0d73aa;
    color: #ffffff; }
  .wpsl-search #wpsl-results {
    display: none !important; }
    @media (min-width: 768px) {
      .wpsl-search #wpsl-results {
        display: table-cell; } }

#wpsl-result-list ul li {
  float: left;
  width: 100%;
  border-bottom: none !important; }
  @media (min-width: 768px) {
    #wpsl-result-list ul li {
      width: 50%; } }
  @media (min-width: 1024px) {
    #wpsl-result-list ul li {
      width: 33.333333333333%; } }

.brands img {
  display: block;
  margin: auto; }

.accreditation-item h3,
.accreditation-list h3 {
  font-size: 1.6rem; }
.accreditation-item__logo img,
.accreditation-list__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.accreditation-list {
  padding-bottom: 40px;
  margin-top: 40px; }
  .accreditation-list h3 {
    text-align: center;
    font-weight: bold; }
  .accreditation-list p {
    margin-top: 0; }

@media (min-width: 768px) {
  .accreditation-item {
    width: 33.333333337%; } }

.accreditation-list {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .accreditation-list__logo, .accreditation-list__content {
      width: 50%; } }

.product--home {
  min-height: 570px; }
  .product--home h3 {
    font-weight: bold;
    font-size: 2rem; }
    @media (min-width: 1440px) {
      .product--home h3 {
        font-size: 2.6rem; } }
  @media (min-width: 768px) {
    .product--home {
      width: 50%; } }
  .product--home img {
    max-width: 350px;
    margin: auto; }
  .product--home.product--bearings h3,
  .product--home.product--bearings a {
    color: #1093da; }
  .product--home.product--seals h3,
  .product--home.product--seals a {
    color: #1e2254; }
  .product--home.product--fluid-power h3,
  .product--home.product--fluid-power a {
    color: #0E96BA; }
  .product--home.product--lubrication-maintenance h3,
  .product--home.product--lubrication-maintenance a {
    color: #FFF200; }
  .product--home.product--belt-drives h3,
  .product--home.product--belt-drives a {
    color: #0072BC; }
  .product--home.product--tools h3,
  .product--home.product--tools a {
    color: #ED1C24; }
  .product--home.product--chain-drives-hardware h3,
  .product--home.product--chain-drives-hardware a {
    color: #AC208E; }
  .product--home.product--castors h3,
  .product--home.product--castors a {
    color: #00A050; }
  .product--home.product--motors-gearboxes-pumps h3,
  .product--home.product--motors-gearboxes-pumps a {
    color: #91cf71; }
  .product--home .product__thumb {
    overflow: hidden; }
    .product--home .product__thumb img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .product--home:hover .product__thumb img {
    transform: scale(1.2); }

.product-section-title {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 169px; }

.row--product-gallery {
  margin: 60px 0; }
  .row--product-gallery li {
    display: inline-block;
    width: 50%; }
    @media (min-width: 768px) {
      .row--product-gallery li {
        width: 25%; } }

.service-item {
  margin-bottom: 30px; }
  .service-item__icon {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2); }
    .service-item__icon img {
      display: block;
      position: relative;
      top: 15px;
      width: 60%;
      height: auto;
      margin: auto; }
  .service-item h3 {
    margin-top: 10px; }
  .service-item a {
    color: #ffffff; }

.brands-item {
  margin-bottom: 30px; }
  .brands-item__logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .brands-item h2 {
    /*font-size:2rem;*/
    font-size: 1.6rem;
    font-weight: 800; }
  .brands-item p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 200; }

.post--services h2 {
  font-size: 1.8rem;
  font-weight: bold; }

.row--centers {
  margin-top: 40px; }

.centre-item {
  display: block;
  height: 500px;
  margin-bottom: 30px;
  zoom: 1; }
  .centre-item:before, .centre-item:after {
    content: '';
    display: table; }
  .centre-item:after {
    clear: both; }
  .centre-item .inner {
    display: block;
    height: 100%;
    padding: 30px 0;
    background-color: #f8f7f7;
    border-radius: 5px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
    zoom: 1; }
    .centre-item .inner:before, .centre-item .inner:after {
      content: '';
      display: table; }
    .centre-item .inner:after {
      clear: both; }
  .centre-item__thumb img {
    display: block;
    margin: auto; }
  .centre-item__content h3 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: bold; }
  .centre-item__content address {
    font-style: normal; }
  .centre-item__content .fa {
    margin-right: 10px;
    color: #1093da; }

.form__group {
  position: relative;
  margin-bottom: 30px;
  overflow: visible; }

.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #7c0000 !important;
  background-color: #FF7C7C;
  border-radius: 0 0 4px 4px; }
  .wpcf7-not-valid-tip:before {
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    content: '\f057'; }

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  position: relative;
  padding: 15px 10px;
  background-color: #EEED70;
  border-radius: 4px;
  border: none !important;
  font-size: 1.6rem; }
  .wpcf7-validation-errors:before,
  .wpcf7-mail-sent-ok:before {
    position: relative;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    content: '\f071'; }

.wpcf7-mail-sent-ok {
  background-color: #CBEEB8; }
  .wpcf7-mail-sent-ok:before {
    content: '\f058'; }

/*.news-page-list {
	.post {
		padding-top:20px;
		border-top:solid;
		border-width:1px;
		border-color:#bbbbbb;
	}
}*/
.brands-item__logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.form__control--textarea {
  height: 220px;
  font-family: "Open Sans", sans-serif; }

.container-fade {
  opacity: 1; }

.wp-block-column {
  opacity: 1; }

/* -- New version of fade -- */
.fade-section p {
  opacity: 0;
  transition: opacity 1s; }

.fade-section p.visible {
  opacity: 1; }

.diagonal-line-background {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 18px, #eeeeee 2px, #eeeeee 20px); }
  .diagonal-line-background .container {
    background-color: #ffffff;
    padding-top: 30px; }

.single-post-share {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .single-post-share .button-row {
    display: block;
    text-align: center; }
  .single-post-share a.button {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
    background: none; }
    @media (min-width: 768px) {
      .single-post-share a.button {
        width: 33%;
        margin-bottom: 0; } }
    .single-post-share a.button:hover {
      color: #ffffff; }
    .single-post-share a.button .fa {
      font-size: 3rem; }
    .single-post-share a.button--share--fb .inner {
      padding: 30px;
      background-color: #3B5998; }
    .single-post-share a.button--share--fb:hover .inner {
      background-color: #2d4373; }
    .single-post-share a.button--share--tw .inner {
      padding: 30px;
      background-color: #62A4C4; }
    .single-post-share a.button--share--tw:hover .inner {
      background-color: #428db1; }
    .single-post-share a.button--share--go .inner {
      padding: 30px;
      background-color: #DC4335; }
    .single-post-share a.button--share--go:hover .inner {
      background-color: #bd2e21; }

.related-posts {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding: 30px 0;
  border-top: solid 1px #f8f7f7; }

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