@charset "UTF-8";
/******************************************************************
  Website: ####
  Developer: Charly Anderson // www.charlyanderson.co.uk
******************************************************************/
/******************************************************************
Stylesheet: Wordpress Core Styles
******************************************************************/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/******************************************************************
Stylesheet: Mixins & Constants
******************************************************************/
/******************************************************************
Stylesheet: Normalize
******************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #586060;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

select::-ms-expand {
  display: none; }

a,
a:hover {
  color: #000;
  text-decoration: none; }

a img, :link img, :visited img {
  border: 0; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: bold; }

em,
th, label {
  font-style: normal; }

.cf:before,
.cf:after {
  clear: both;
  content: " ";
  display: block; }

p {
  margin-bottom: 20px; }

html {
  box-sizing: border-box; }

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

/******************************************************************
Stylesheet: Variables
******************************************************************/
header {
  background-color: #0c1821;
  color: #ffffff;
  font-family: "Montserrat";
  padding: 40px 0 20px;
  text-align: center; }
  header .contact {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 40px;
    text-align: right; }
    header .contact a {
      color: #ffffff;
      display: block; }
    header .contact span a {
      color: #c29212;
      display: block; }

#logo-banner {
  background-color: #f1e9d3;
  width: 100%; }
  #logo-banner .inner {
    padding: 5px 40px;
    max-width: 925px; }

@media only screen and (max-width: 768px) {
  header .contact {
    display: none; } }

nav {
  position: relative;
  margin-top: 40px;
  text-align: center; }
  nav ul {
    list-style: none;
    padding: 0px;
    position: relative;
    margin: 0;
    width: 100%; }
    nav ul li {
      border-right: dotted 1px #1d303e;
      display: inline-block;
      position: relative; }
      nav ul li:last-child {
        border-right: 0;
        padding-right: 0; }
      nav ul li a {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
        nav ul li a:hover {
          color: #c29212; }
      nav ul li ul {
        background-color: #0c1821;
        left: -5px;
        padding: 10px;
        display: block;
        position: absolute;
        opacity: 0;
        z-index: 50;
        text-align: left;
        min-width: 250px; }
        nav ul li ul li {
          border-right: 0;
          border-bottom: dotted 1px #1d303e;
          display: block;
          padding: 10px 25px;
          line-height: 14px; }
          nav ul li ul li:last-child {
            border-bottom: 0; }
          nav ul li ul li:after {
            display: none; }
          nav ul li ul li a {
            font-size: 14px;
            line-height: 14px;
            text-transform: none; }
      nav ul li:hover ul {
        opacity: 1;
        transition: opacity 0.25s linear 0s;
        -webkit-transition: opacity 0.25s linear 0s; }
        nav ul li:hover ul li {
          float: none; }

@media only screen and (max-width: 768px) {
  nav {
    float: none;
    line-height: initial;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    width: 100%; }
    nav ul {
      padding-top: 15px;
      clear: both;
      display: none;
      text-align: left;
      width: 100%; }
      nav ul.expanded {
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
      nav ul li {
        border-bottom: dotted 1px #1d303e;
        border-right: 0;
        line-height: 12px;
        display: block;
        padding: 0;
        font-size: 14px;
        margin-bottom: 10px;
        width: 100%; }
        nav ul li:after {
          display: none; }
        nav ul li:last-child {
          border-bottom: 0;
          margin-bottom: 0; }
          nav ul li:last-child a {
            padding-bottom: 0; }
        nav ul li.menu-item-has-children a {
          padding-bottom: 10px; }
        nav ul li a {
          display: block;
          padding: 10px 10px 20px; }
        nav ul li ul {
          display: block !important;
          position: relative;
          padding: 0 0 5px 0;
          opacity: 1;
          list-style: none;
          left: inherit;
          bottom: inherit; }
          nav ul li ul li {
            border: 0;
            display: block;
            padding: 0 10px;
            margin: 0;
            float: none;
            width: initial; }
            nav ul li ul li a {
              display: inline-block;
              font-size: 12px;
              padding: 10px 0; }
            nav ul li ul li:last-child {
              padding-right: 0; }
              nav ul li ul li:last-child:after {
                display: none; }
    nav .toggle {
      display: block !important;
      margin: 0 auto;
      padding: 10px 20px;
      width: 63px; }
      nav .toggle:before {
        color: #f2f2f2;
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      nav .toggle.open:before {
        content: "\f00d";
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; } }

@media only screen and (min-width: 769px) and (max-width: 979px) {
  nav ul li {
    padding: 10px 7px; }
    nav ul li a {
      font-size: 12px; } }

@media only screen and (min-width: 891px) and (max-width: 980px) {
  nav ul li {
    padding: 10px; }
    nav ul li a {
      font-size: 14px; } }

@media only screen and (min-width: 981px) and (max-width: 1124px) {
  nav ul li {
    padding: 10px; } }

@media only screen and (min-width: 1125px) and (max-width: 1240px) {
  nav ul li {
    padding: 10px 20px; } }

@media only screen and (min-width: 1241px) {
  nav ul li {
    padding: 10px 30px; } }

body {
  font-family: "minion-pro";
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.inner {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
  position: relative; }

section.padding-top {
  padding-top: 40px; }

section.padding-bottom {
  padding-bottom: 40px; }

section.padding-both {
  padding: 40px 0; }

.content ul {
  padding-left: 20px;
  margin-bottom: 20px; }
  .content ul li {
    margin-bottom: 5px; }

hr {
  border-top: 1px solid #dcdcdc; }

p:last-of-type {
  margin-bottom: 0; }

span {
  color: #c29212;
  font-family: "Montserrat";
  text-transform: uppercase; }

em {
  color: #c29212; }

blockquote {
  font-size: 30px;
  font-style: italic;
  color: #c29212;
  display: block;
  margin-top: 15px;
  line-height: 34px; }

a {
  cursor: pointer;
  cursor: hand; }

a.cta {
  background-color: #c29212;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a.cta:hover {
    background-color: #0c1821; }

ul.social {
  list-style: none;
  font-weight: normal; }
  ul.social li {
    display: inline-block;
    padding: 0 2px; }
    ul.social li:last-child {
      padding-right: 0; }
    ul.social li a {
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      ul.social li a:before {
        font-family: FontAwesome;
        font-size: 16px; }
      ul.social li a.facebook:before {
        content: "\f09a"; }
      ul.social li a.twitter:before {
        content: "\f099"; }
      ul.social li a.linkedin:before {
        content: "\f0e1"; }
      ul.social li a.google:before {
        content: "\f0d5"; }
      ul.social li a.youtube:before {
        content: "\f167"; }
      ul.social li a:hover {
        color: #c29212 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.pagination {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  font-family: "Montserrat";
  text-align: center; }
  .pagination .page-numbers {
    border-right: 1px solid #dcdcdc;
    color: #999999;
    padding-right: 10px;
    margin-right: 5px; }
    .pagination .page-numbers.current {
      color: #0c1821; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      display: none; }
    .pagination .page-numbers:hover {
      color: #c29212; }

.search form {
  border: 1px solid #0c1821;
  padding: 5px 80px 5px 5px;
  position: relative;
  margin: 10px 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .search form:hover {
    border: 1px solid #c29212;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .search form:hover .search-submit {
      background-color: #c29212;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .search form .search-input {
    border: 0;
    font-family: "Montserrat";
    font-size: 12px;
    padding: 5px 10px;
    width: 100%; }
    .search form .search-input:focus {
      outline: 0; }
  .search form .search-submit {
    background-color: #0c1821;
    width: 75px;
    border: 0;
    color: #ffffff;
    padding: 5px 10px;
    position: absolute;
    top: -1px;
    right: -1px;
    line-height: 29px;
    font-family: "Montserrat";
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .search form .search-submit:focus {
      outline: 0; }

@media only screen and (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 22px; }
  section.padding-top {
    padding-top: 20px; }
  section.padding-bottom {
    padding-bottom: 20px; }
  section.padding-both {
    padding: 20px 0; }
  .inner {
    padding: 0 20px; } }

footer {
  background-color: #0c1821;
  font-family: "Montserrat";
  font-weight: bold;
  padding: 40px 0;
  text-align: center; }
  footer h2 {
    color: #c29212;
    margin-bottom: 0;
    text-transform: uppercase; }
  footer hr {
    border-top: 2px solid #ffffff; }
  footer #top ul.offices {
    list-style: none;
    margin: 40px -40px 0 0; }
    footer #top ul.offices li {
      color: #ffffff;
      padding: 0 40px 0 0;
      float: left;
      text-transform: uppercase;
      width: 50%; }
      footer #top ul.offices li a > div {
        border: 2px solid #ffffff;
        padding: 25px;
        position: relative;
        color: #ffffff;
        margin-top: 5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        footer #top ul.offices li a > div:before {
          content: '\e815';
          font-family: 'ag-icons';
          font-size: 55px;
          position: absolute;
          left: 20px; }
      footer #top ul.offices li a:hover > div {
        border: 2px solid #c29212;
        color: #c29212;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  footer #top a.email {
    border: 2px solid #c29212;
    color: #c29212;
    display: inline-block;
    padding: 25px;
    position: relative;
    margin: 35px 0 40px;
    text-transform: none;
    width: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    footer #top a.email:before {
      content: '\e804';
      font-family: 'ag-icons';
      font-size: 55px;
      position: absolute;
      left: 20px; }
    footer #top a.email:hover {
      border: 2px solid #ffffff;
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  footer #middle {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px; }
    footer #middle ul.offices {
      list-style: none;
      margin-top: 20px;
      margin-right: -20px; }
      footer #middle ul.offices li {
        padding-right: 20px;
        float: left;
        text-align: left;
        width: 50%; }
        footer #middle ul.offices li:first-of-type {
          float: left;
          width: 33.33%; }
        footer #middle ul.offices li:last-of-type {
          float: right;
          text-align: right;
          width: 33.33%; }
        footer #middle ul.offices li .address h3 span {
          color: #c29212;
          text-transform: uppercase; }
        footer #middle ul.offices li .address span {
          color: #ffffff;
          text-transform: none; }
        footer #middle ul.offices li .address p {
          margin-bottom: 0; }
    footer #middle .info {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 33.33%; }
      footer #middle .info a {
        color: #ffffff; }
    footer #middle a.email {
      color: #c29212; }
    footer #middle p {
      margin-bottom: 0;
      line-height: 20px; }
  footer #bottom {
    color: #999999;
    font-size: 12px;
    text-align: center; }
    footer #bottom .logos {
      position: relative;
      margin: 0 auto;
      max-width: 300px; }
      footer #bottom .logos img {
        max-width: 300px;
        width: 100%; }
    footer #bottom p {
      margin-bottom: 0;
      line-height: 16px; }

@media only screen and (max-width: 768px) {
  footer {
    padding: 20px 0; }
    footer #top {
      font-size: 12px; }
      footer #top ul.offices {
        margin-top: 20px;
        margin-right: 0; }
        footer #top ul.offices li {
          padding: 0;
          margin-bottom: 20px;
          width: 100%; }
          footer #top ul.offices li:last-child {
            margin-bottom: 0; }
      footer #top a.email {
        margin: 20px 0;
        width: 100%; }
    footer #middle ul.offices li {
      margin-bottom: 20px;
      text-align: center !important;
      width: 100% !important; }
      footer #middle ul.offices li:last-child {
        margin-bottom: 0; }
    footer #middle .info {
      margin-top: 20px;
      position: relative;
      width: 100%; } }

@font-face {
  font-family: 'ag-icons';
  src: url("../fonts/ag-icons.eot?20684718");
  src: url("../fonts/ag-icons.eot?20684718#iefix") format("embedded-opentype"), url("../fonts/ag-icons.woff2?20684718") format("woff2"), url("../fonts/ag-icons.woff?20684718") format("woff"), url("../fonts/ag-icons.ttf?20684718") format("truetype"), url("../fonts/ag-icons.svg?20684718#ag-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ag-icons';
    src: url('../font/ag-icons.svg?20684718#ag-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ag-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-hands:before {
  content: '\e800'; }

/* '' */
.icon-clock:before {
  content: '\e801'; }

/* '' */
.icon-globe:before {
  content: '\e802'; }

/* '' */
.icon-shop:before {
  content: '\e803'; }

/* '' */
.icon-mail:before {
  content: '\e804'; }

/* '' */
.icon-lightbulb:before {
  content: '\e805'; }

/* '' */
.icon-calculator:before {
  content: '\e806'; }

/* '' */
.icon-key:before {
  content: '\e807'; }

/* '' */
.icon-message:before {
  content: '\e808'; }

/* '' */
.icon-sale:before {
  content: '\e809'; }

/* '' */
.icon-sold:before {
  content: '\e80a'; }

/* '' */
.icon-megaphone:before {
  content: '\e80b'; }

/* '' */
.icon-thumbsup:before {
  content: '\e80c'; }

/* '' */
.icon-qualification:before {
  content: '\e80d'; }

/* '' */
.icon-education:before {
  content: '\e80e'; }

/* '' */
.icon-smallhouse:before {
  content: '\e80f'; }

/* '' */
.icon-largehouse:before {
  content: '\e810'; }

/* '' */
.icon-man:before {
  content: '\e811'; }

/* '' */
.icon-floorplan:before {
  content: '\e812'; }

/* '' */
.icon-houselaptop:before {
  content: '\e813'; }

/* '' */
.icon-housesearch:before {
  content: '\e814'; }

/* '' */
.icon-phone:before {
  content: '\e815'; }

/* '' */
.icon-map:before {
  content: '\e816'; }

/* '' */
.icon-search:before {
  content: '\e817'; }

/* '' */
.icon-lock:before {
  content: '\e818'; }

/* '' */
.icon-tag:before {
  content: '\e819'; }

/* '' */
.icon-house:before {
  content: '\e81a'; }

/* '' */
.icon-cross:before {
  content: '\e81b'; }

/* '' */
.icon-tick:before {
  content: '\e81c'; }

/* '' */
.icon-mover:before {
  content: '\e81d'; }

/* '' */
.icon-housepaper:before {
  content: '\e81e'; }

/* '' */
.icon-housecart:before {
  content: '\e81f'; }

/* '' */
.icon-housebubble:before {
  content: '\e820'; }

/* '' */
.icon-people:before {
  content: '\e821'; }

/* '' */
.icon-pound:before {
  content: '\e822'; }

/* '' */
h1 {
  color: #0c1821;
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }
  h1:after {
    content: '';
    background-color: #0c1821;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 130px; }

h2 {
  color: #c29212;
  font-family: "Montserrat";
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

p:last-of-type {
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px; }
    h1:after {
      width: 50px; } }

#about #intro {
  padding: 40px 0;
  position: relative; }
  #about #intro .bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top-right;
    position: absolute;
    top: 80px;
    bottom: 0;
    right: 0;
    width: 50%; }
  #about #intro .content > div {
    width: 50%; }
    #about #intro .content > div a {
      color: #c29212; }

#about #videos ul {
  list-style: none;
  margin: 0 -40px 0px 0;
  padding: 0; }
  #about #videos ul li {
    padding: 0 40px 40px 0;
    float: left;
    width: 50%; }
    #about #videos ul li embed {
      margin-bottom: 20px; }
    #about #videos ul li h3 {
      color: #c29212;
      font-family: "Montserrat";
      margin: 0 0 20px 0;
      text-transform: uppercase; }

#about #statements {
  margin-top: 40px;
  padding-bottom: 40px; }
  #about #statements .inner {
    max-width: 980px; }
  #about #statements h2 {
    color: #0c1821;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    position: relative;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase; }
    #about #statements h2:after {
      content: '';
      background-color: #0c1821;
      bottom: 0;
      height: 3px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      width: 130px; }
  #about #statements ul {
    list-style: none; }
    #about #statements ul li {
      padding-left: 80px;
      position: relative;
      margin-bottom: 40px; }
      #about #statements ul li:before {
        content: '1';
        border: 4px solid #dcdcdc;
        color: #dcdcdc;
        border-radius: 100%;
        height: 55px;
        width: 55px;
        display: block;
        text-align: center;
        line-height: 46px;
        font-size: 28px;
        font-family: "Montserrat";
        font-weight: bold;
        position: absolute;
        left: 0; }
      #about #statements ul li:nth-child(2):before {
        content: '2'; }
      #about #statements ul li:nth-child(3):before {
        content: '3'; }
      #about #statements ul li:nth-child(4):before {
        content: '4'; }
      #about #statements ul li:nth-child(5):before {
        content: '5'; }
      #about #statements ul li:nth-child(6):before {
        content: '6'; }
      #about #statements ul li:nth-child(7):before {
        content: '7'; }
      #about #statements ul li:nth-child(8):before {
        content: '8'; }
      #about #statements ul li:nth-child(9):before {
        content: '9'; }
      #about #statements ul li:last-child {
        margin-bottom: 0; }
      #about #statements ul li h3 {
        color: #c29212;
        font-family: "Montserrat";
        margin-bottom: 10px;
        text-transform: uppercase; }

#about #banner {
  background-size: cover;
  background-position: center center;
  min-height: 400px; }
  #about #banner .inner {
    padding: 200px 40px; }
  #about #banner h2 {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase; }
    #about #banner h2:after {
      content: '';
      background-color: #ffffff;
      bottom: 0;
      height: 3px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      width: 130px; }

@media only screen and (max-width: 768px) {
  #about #intro {
    padding: 20px 0; }
    #about #intro .bg {
      display: none; }
    #about #intro .content {
      background-image: none !important; }
      #about #intro .content > div {
        width: 100%; }
  #about #videos {
    padding-bottom: 20px; }
    #about #videos ul {
      margin: 0; }
      #about #videos ul li {
        padding: 0 0 20px;
        width: 100%; }
        #about #videos ul li:last-child {
          padding-bottom: 0; }
  #about #statements {
    padding-bottom: 20px; }
    #about #statements h2 {
      margin: 20px 0; }
    #about #statements ul li {
      margin-bottom: 20px; }
  #about #banner {
    min-height: 200px; }
    #about #banner .inner {
      min-height: 200px;
      padding: 20px;
      display: table; }
      #about #banner .inner h2 {
        font-size: 28px;
        line-height: 30px;
        display: table-cell;
        vertical-align: middle; } }

#contact {
  font-family: "Montserrat";
  text-align: center; }
  #contact #offices {
    padding-top: 40px; }
    #contact #offices hr {
      margin: 20px 0; }
    #contact #offices h3 {
      color: #c29212;
      text-transform: uppercase; }
    #contact #offices p span {
      color: #c29212;
      text-transform: uppercase; }
    #contact #offices ul.offices {
      list-style: none;
      margin: 0 -40px 0 0; }
      #contact #offices ul.offices li {
        float: left;
        padding: 0 40px 40px 0;
        width: 50%; }
        #contact #offices ul.offices li .address h3 span {
          color: #c29212;
          text-transform: uppercase; }
        #contact #offices ul.offices li .address span {
          color: #000000;
          text-transform: none; }
        #contact #offices ul.offices li .address p {
          margin-bottom: 0; }
        #contact #offices ul.offices li iframe {
          height: 300px;
          width: 100%; }
  #contact #form {
    background-color: #f2f2f2;
    padding: 40px 0; }

@media only screen and (max-width: 768px) {
  #contact {
    padding: 20px 0 0; }
    #contact #offices {
      padding-top: 20px; }
      #contact #offices ul.offices {
        margin: 0 0 20px 0; }
        #contact #offices ul.offices li {
          padding: 0 0 20px;
          width: 100%; }
          #contact #offices ul.offices li:last-child {
            padding-bottom: 0; }
    #contact #form {
      padding: 20px 0; } }

#default .inner {
  padding: 40px; }

#default h2, #default h3 {
  text-align: left; }

#default h3 {
  font-family: "Montserrat";
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase; }

#default ul {
  padding-left: 20px; }
  #default ul li {
    margin-bottom: 15px; }

#default a.cta {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  #default .inner {
    padding: 20px; } }

#downloads {
  padding: 40px 0; }
  #downloads .feature-box {
    background-color: #0c1821;
    color: #ffffff;
    padding: 40px;
    position: relative;
    margin: 80px 0 40px; }
    #downloads .feature-box .image {
      position: absolute;
      top: -60px;
      width: 300px; }
    #downloads .feature-box .content {
      padding-left: 340px; }
      #downloads .feature-box .content input {
        padding: 10px;
        max-width: 400px; }

#home #feature-video {
  padding: 40px 0; }

#home #intro {
  color: #c29212;
  padding: 40px 0 0;
  font-size: 22px;
  line-height: 32px;
  text-align: center; }
  #home #intro .inner {
    max-width: 980px; }
    #home #intro .inner p:last-of-type {
      margin-bottom: 0; }

#home #services .inner {
  padding: 0 40px 40px; }

#home #services h2 {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  width: 100%; }
  #home #services h2:before {
    content: '';
    border-top: 1px solid #dcdcdc;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    width: 100%;
    z-index: 1; }
  #home #services h2 span {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
    z-index: 2; }

#home #banner {
  background-size: cover;
  background-position: center center; }
  #home #banner .inner {
    padding: 150px 40px; }
  #home #banner .caption {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    max-width: 50%; }

#home #statement-1,
#home #statement-2 {
  text-align: center; }
  #home #statement-1 h2,
  #home #statement-2 h2 {
    color: #000000;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: bold; }
  #home #statement-1 span,
  #home #statement-2 span {
    color: #c29212;
    font-family: "Montserrat";
    font-size: 16px;
    text-transform: uppercase; }
  #home #statement-1 .inner,
  #home #statement-2 .inner {
    max-width: 980px; }

#home #statement-1 {
  padding: 40px 0; }

#home #statement-2 {
  padding: 40px 0 0; }

#home #testimonials {
  padding: 40px 0; }
  #home #testimonials .slider {
    padding: 0 60px; }
  #home #testimonials ul.carousel {
    list-style: none;
    position: relative;
    background-color: #f8f8f8;
    padding: 40px;
    text-align: center; }
    #home #testimonials ul.carousel li .quote {
      font-size: 22px;
      font-style: italic;
      line-height: 26px;
      margin-bottom: 10px; }
    #home #testimonials ul.carousel li p span {
      color: #999999;
      font-family: "Montserrat";
      font-size: 14px;
      text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  #home #feature-video {
    padding: 20px 0; }
  #home #hero {
    min-height: 200px; }
  #home #intro {
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px; }
  #home #services .inner {
    padding: 0 20px; }
  #home #banner {
    background-position: bottom left;
    background-size: inherit; }
    #home #banner .inner {
      padding: 20px; }
      #home #banner .inner .caption {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        max-width: 100%; }
  #home #statement-1,
  #home #statement-2 {
    padding: 20px 0; }
  #home #testimonials {
    padding: 20px 0; }
    #home #testimonials .slider {
      padding: 0; }
    #home #testimonials ul.carousel {
      padding: 20px; }
      #home #testimonials ul.carousel li .quote {
        font-size: 18px;
        font-style: italic;
        line-height: 22px;
        margin-bottom: 10px; } }

#gold-standard #feature-video {
  padding-bottom: 40px; }

#gold-standard #intro {
  padding: 40px 0;
  text-align: center; }

#gold-standard #statements h3 {
  color: #c29212;
  font-family: "Montserrat";
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase; }

#gold-standard #statements ul {
  list-style: none;
  margin: 0 -40px -40px 0;
  padding-left: 0; }
  #gold-standard #statements ul li {
    float: left;
    padding: 0 40px 40px 0;
    margin-bottom: 0;
    width: 25%; }
    #gold-standard #statements ul li:nth-child(2) {
      width: 50%; }
    #gold-standard #statements ul li > div {
      background-color: #f8f8f8;
      border: 2px solid #f8f8f8;
      padding: 40px;
      height: 100%;
      text-align: center; }
      #gold-standard #statements ul li > div .icon {
        color: #c29212;
        font-size: 70px;
        margin-bottom: 20px;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      #gold-standard #statements ul li > div:hover {
        border: 2px solid #c29212; }
        #gold-standard #statements ul li > div:hover .icon {
          transform: scale(1.1);
          -webkit-transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -ms-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          transition: all 0.15s ease; }

#gold-standard #stars {
  color: #c29212;
  padding: 40px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  #gold-standard #intro {
    padding: 20px 0; }
  #gold-standard #statements ul {
    margin: 0; }
    #gold-standard #statements ul li {
      padding: 0;
      margin-bottom: 20px;
      width: 100% !important; }
      #gold-standard #statements ul li > div {
        height: auto !important;
        padding: 20px; }
      #gold-standard #statements ul li:last-child {
        margin-bottom: 0; }
  #gold-standard #stars {
    padding: 20px; } }

@media only screen and (min-width: 769px) and (max-width: 979px) {
  #statements ul li {
    width: 50% !important; } }

@media only screen and (min-width: 981px) and (max-width: 1124px) {
  #statements ul li {
    width: 33.33% !important; } }

#media .inner {
  padding: 40px; }

#media h3 {
  font-family: "Montserrat";
  font-size: 16px;
  text-transform: uppercase; }

#media span.meta {
  display: block;
  color: #999999;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 18px; }

#media a.button {
  background-color: #0c1821;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #media a.button:hover {
    background-color: #c29212;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #media a.button.return {
    float: left; }
    #media a.button.return:before {
      content: '\f104';
      font-family: FontAwesome;
      margin-right: 10px; }
  #media a.button.next {
    float: right; }
    #media a.button.next:after {
      content: '\f105';
      font-family: FontAwesome;
      margin-left: 10px; }

#media .view-article {
  display: none; }

#media #media-content {
  float: left;
  width: 65%; }
  #media #media-content .featured-image {
    padding-right: 40px;
    width: 35%;
    float: left; }
    #media #media-content .featured-image img {
      width: 100%; }
  #media #media-content .embed {
    margin-bottom: 20px; }
  #media #media-content .content {
    float: right;
    width: 65%; }
    #media #media-content .content a {
      color: #c29212; }
  #media #media-content ul.feed {
    list-style: none; }
    #media #media-content ul.feed li {
      border-bottom: 1px solid #dcdcdc;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      #media #media-content ul.feed li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #media #media-content ul.feed li h2 {
        color: #0c1821;
        font-size: 20px;
        margin: 0;
        text-align: left; }
      #media #media-content ul.feed li p {
        display: none; }

#media #post {
  float: left;
  width: 65%; }
  #media #post .featured-image {
    margin-bottom: 10px; }
    #media #post .featured-image img {
      width: 100%; }

#media .related-posts {
  background-color: #f8f8f8;
  padding: 40px;
  margin-top: 40px; }
  #media .related-posts h2 {
    color: #0c1821;
    font-family: "Montserrat";
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #media .related-posts ul {
    list-style: none;
    padding-left: 0; }
    #media .related-posts ul li {
      position: relative;
      margin-bottom: 40px; }
      #media .related-posts ul li .featured-image {
        position: absolute;
        left: 0;
        top: 0; }
      #media .related-posts ul li .content {
        padding-left: 120px; }

#media.video span.meta {
  margin-bottom: 0; }

#media.single h1 {
  color: #0c1821;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 24px; }
  #media.single h1:after {
    display: none; }

#media #sidebar {
  padding-left: 40px;
  float: right;
  width: 35%; }
  #media #sidebar a.more {
    background-color: #f0f7fc;
    color: #999999;
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #media #sidebar a.more:hover {
      background-color: #4fa6df;
      color: #ffffff;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  #media #sidebar .categories span {
    position: relative; }
    #media #sidebar .categories span:after {
      font-family: FontAwesome;
      content: "\f107";
      color: #0c1821;
      position: absolute;
      right: 15px;
      top: -2px;
      z-index: 0; }
    #media #sidebar .categories span select {
      background-color: transparent;
      border: 1px solid #0c1821;
      border-radius: 0;
      color: #000000;
      line-height: 18px;
      outline: 0;
      font-family: "Montserrat";
      font-size: 12px;
      padding: 10px 0 10px 15px;
      position: relative;
      margin: 5px 0 15px;
      max-width: 100%;
      width: 100%;
      -webkit-appearance: none;
      z-index: 5; }

@media only screen and (max-width: 768px) {
  #media .related-posts {
    padding: 20px;
    margin-top: 20px; }
  #media .inner {
    padding: 20px; } }

@media only screen and (max-width: 979px) {
  #media #media-content {
    width: 100%; }
    #media #media-content ul.feed li .featured-image,
    #media #media-content ul.feed li .content {
      padding-right: 0;
      width: 100%; }
    #media #media-content ul.feed li .featured-image {
      margin-bottom: 20px; }
  #media #post {
    width: 100%; }
  #media #sidebar {
    margin-top: 20px;
    padding-left: 0;
    width: 100%; }
  #media.single #news-feed .featured-image,
  #media.single #news-feed .content {
    padding-right: 0;
    width: 100%; }
  #media.single #news-feed .featured-image {
    margin-bottom: 20px; } }

#testimonials {
  text-align: center; }
  #testimonials ul.quotes {
    list-style: none;
    margin: 40px -40px -40px 0; }
    #testimonials ul.quotes li {
      padding: 0 40px 40px 0;
      float: right;
      width: 33.33%; }
      #testimonials ul.quotes li > div {
        background-color: #f8f8f8;
        padding: 20px; }
        #testimonials ul.quotes li > div .quote {
          color: #c29212;
          margin-bottom: 10px; }
        #testimonials ul.quotes li > div p span {
          color: #000000;
          font-family: "Montserrat";
          font-size: 12px;
          font-weight: 300;
          text-transform: uppercase; }
  #testimonials .pagination {
    margin: 40px 0; }
  #testimonials.single ul {
    margin: 0; }
    #testimonials.single ul li {
      padding: 0;
      width: 100%; }

@media only screen and (max-width: 768px) {
  #testimonials {
    padding: 20px 0; }
    #testimonials ul.quotes {
      margin: 20px 0 0; }
      #testimonials ul.quotes li {
        padding: 0 0 20px 0;
        width: 100%; }
        #testimonials ul.quotes li:last-child {
          padding-bottom: 0; }
    #testimonials .pagination {
      margin: 20px 0; } }

ul.featured-services {
  list-style: none;
  margin: 0 -40px -40px 0;
  padding-left: 0;
  text-align: center; }
  ul.featured-services li {
    padding: 0 40px 40px 0;
    float: right;
    width: 33.33%; }
    ul.featured-services li a > div {
      border: 2px solid #f8f8f8;
      background-color: #f8f8f8;
      padding: 40px; }
      ul.featured-services li a > div:hover {
        border: 2px solid #c29212; }
        ul.featured-services li a > div:hover .icon {
          font-size: 76px;
          transform: scale(1.1);
          -webkit-transition: all 0.15s ease;
          -moz-transition: all 0.15s ease;
          -ms-transition: all 0.15s ease;
          -o-transition: all 0.15s ease;
          transition: all 0.15s ease; }
      ul.featured-services li a > div .icon {
        color: #c29212;
        font-size: 70px;
        margin-bottom: 20px;
        line-height: 76px;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
      ul.featured-services li a > div h3 {
        font-family: "Montserrat";
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase; }
      ul.featured-services li a > div p {
        font-family: "Montserrat";
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        text-transform: uppercase; }

#services {
  text-align: center; }
  #services #intro {
    margin-bottom: 40px;
    padding: 40px 0 0; }
    #services #intro .intro {
      padding-bottom: 40px; }
  #services ul.featured-services {
    margin-top: 40px; }

#service > h1 {
  padding: 0 20px 20px;
  margin-bottom: 0;
  margin-top: 40px; }

#service span {
  color: #c29212;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase; }

#additional-services h2 {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0;
  width: 100%; }

#additional-services h3 {
  margin-bottom: 0; }

#additional-services ul.featured-services {
  margin: 0 -40px 0 0; }
  #additional-services ul.featured-services li {
    float: left;
    margin-bottom: 0;
    width: 25%; }
    #additional-services ul.featured-services li:nth-child(5) {
      display: none; }

@media only screen and (max-width: 768px) {
  #services #intro {
    margin: 0;
    padding: 20px 0 0; }
    #services #intro .intro {
      padding-bottom: 20px; }
  #services ul.featured-services {
    margin: 20px 0 0; }
    #services ul.featured-services li {
      height: auto !important;
      padding: 0 0 20px;
      width: 100%; }
  #service h1 {
    margin-top: 20px; }
  #additional-services h2 {
    margin: 20px 0; }
  #additional-services ul.featured-services {
    margin: 0; }
    #additional-services ul.featured-services li {
      padding: 0 0 20px 0;
      width: 100%; }
      #additional-services ul.featured-services li a > div {
        padding: 20px; } }

.banner-block {
  background-size: cover;
  background-position: center center;
  min-height: 400px; }
  .banner-block .inner {
    padding: 200px 40px; }
  .banner-block h2 {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase; }
    .banner-block h2:after {
      content: '';
      background-color: #ffffff;
      bottom: 0;
      height: 3px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      width: 130px; }

@media only screen and (max-width: 768px) {
  .banner-block {
    min-height: 200px; }
    .banner-block .inner {
      min-height: 200px;
      padding: 100px 20px; }
      .banner-block .inner h2 {
        font-size: 28px;
        line-height: 30px; } }

.columns-block strong {
  color: #c29212;
  font-family: "Montserrat";
  text-transform: uppercase; }

.columns-block span {
  text-transform: none !important; }

.columns-block a {
  color: #c29212; }

.columns-block .col-2,
.columns-block .col-3,
.columns-block .col-4 {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.columns-block .col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.columns-block .col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.columns-block .col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

@media only screen and (max-width: 768px) {
  .columns-block .col-2,
  .columns-block .col-3,
  .columns-block .col-4 {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.content-block .inner {
  max-width: 980px; }

.content-block strong {
  color: #c29212;
  font-family: "Montserrat";
  font-weight: normal;
  text-transform: uppercase; }

.content-block .center {
  text-align: center; }

.content-block a {
  color: #c29212; }

#counter {
  background-position: center center;
  background-size: cover;
  font-family: "Montserrat";
  padding: 80px 0;
  text-align: center; }
  #counter .counters {
    list-style: none;
    margin: 0 -80px 0 0; }
    #counter .counters li {
      float: left;
      padding: 0 80px 0 0;
      width: 20%; }
      #counter .counters li .value {
        color: #c29212;
        display: block;
        font-size: 60px;
        font-weight: bold;
        line-height: 45px;
        margin-bottom: 20px; }
        #counter .counters li .value.percentage:after {
          content: '%'; }
      #counter .counters li p {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold; }
      #counter .counters li .fa {
        margin: 0 2px; }

@media only screen and (max-width: 768px) {
  #counter {
    padding: 20px 0; }
    #counter ul.counters {
      margin: 0; }
      #counter ul.counters li {
        margin-bottom: 20px;
        padding: 0;
        width: 100%; }
        #counter ul.counters li:last-child {
          margin-bottom: 0; }
        #counter ul.counters li .value {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 10px; } }

#faq {
  padding: 40px 0; }
  #faq h2 {
    color: #0c1821;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: none;
    width: 100%; }
  #faq .left-col {
    padding-right: 10px;
    float: left;
    width: 50%; }
    #faq .left-col .tab:last-of-type {
      margin-bottom: 0; }
  #faq .right-col {
    padding-left: 10px;
    float: right;
    width: 50%; }
  #faq .accordion, #faq .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #faq .accordion-left,
  #faq .accordion-right {
    margin: 0 -20px -20px 0;
    overflow: hidden; }
  #faq .tab {
    padding-right: 20px;
    margin-bottom: 20px; }
    #faq .tab .accordion-title {
      color: #ffffff;
      background: #0c1821;
      display: table;
      font-family: "Montserrat";
      padding: 20px 90px 20px 20px;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      transition: all linear 0.15s; }
      #faq .tab .accordion-title h3 {
        font-size: 16px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle; }
    #faq .tab a.accordion-section-button.active {
      text-decoration: none; }
    #faq .tab a.accordion-section-button.active:after {
      content: "\f106"; }
    #faq .tab a.accordion-section-button:after {
      content: "\f107";
      display: fixed;
      color: #c29212;
      font-family: FontAwesome;
      font-size: 50px;
      position: absolute;
      line-height: 12px;
      height: 17px;
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto; }
    #faq .tab .accordion-section-title {
      color: #ffffff;
      background: #0c1821;
      display: table;
      font-family: "Montserrat";
      padding: 20px 90px 20px 20px;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      transition: all linear 0.15s; }
      #faq .tab .accordion-section-title.active {
        text-decoration: none; }
      #faq .tab .accordion-section-title.active:after {
        content: "\f106"; }
      #faq .tab .accordion-section-title:after {
        content: "\f107";
        display: fixed;
        color: #c29212;
        font-family: FontAwesome;
        font-size: 50px;
        position: absolute;
        line-height: 12px;
        height: 17px;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #faq .tab .accordion-section-title h3 {
        font-size: 16px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle; }
    #faq .tab .accordion-section-content {
      padding: 20px;
      display: none;
      background-color: #f2f2f2; }

@media only screen and (max-width: 768px) {
  #faq {
    padding: 20px 0; }
    #faq h2 {
      margin-bottom: 20px; }
    #faq .left-col,
    #faq .right-col {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    #faq .left-col {
      margin-bottom: 0; }
    #faq .tab {
      padding-right: 0; }
      #faq .tab:last-of-type {
        margin-bottom: 20px !important; }
      #faq .tab .accordion-section-title {
        padding: 10px 90px 10px 10px;
        height: inherit !important; }
        #faq .tab .accordion-section-title:after {
          right: 10px; }
        #faq .tab .accordion-section-title h3 {
          font-size: 14px;
          line-height: 16px; } }

.icon-block {
  padding: 40px 0 0; }
  .icon-block h2 {
    color: #c29212;
    margin: 40px 0;
    font-size: 22px; }
  .icon-block ul {
    list-style: none;
    margin: 0 -40px 0 0;
    padding-left: 0; }
    .icon-block ul li {
      float: left;
      padding: 0 40px 40px 0;
      margin-bottom: 0; }
      .icon-block ul li > div {
        background-color: #f8f8f8;
        padding: 40px;
        height: 100%;
        text-align: center; }
        .icon-block ul li > div .icon {
          color: #c29212;
          font-size: 70px;
          margin-bottom: 20px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .icon-block ul li > div p:last-of-type {
          margin-bottom: 0; }
        .icon-block ul li > div:hover {
          border: 2px solid #c29212; }
          .icon-block ul li > div:hover .icon {
            font-size: 76px;
            transform: scale(1.1);
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease; }
    .icon-block ul.col-2 li {
      width: 50%; }
    .icon-block ul.col-3 li {
      width: 33.33%; }
    .icon-block ul.col-4 li {
      width: 25%; }

@media only screen and (max-width: 768px) {
  .icon-block {
    padding: 20px 0 0; }
    .icon-block h2 {
      margin: 20px 0; }
    .icon-block ul {
      margin: 0; }
      .icon-block ul.col-2 li,
      .icon-block ul.col-3 li,
      .icon-block ul.col-4 li {
        width: 100%; }
      .icon-block ul li {
        padding: 0 0 20px;
        width: 100%; }
        .icon-block ul li > div {
          padding: 20px;
          height: auto !important; } }

#faq {
  padding: 40px 0; }
  #faq h2 {
    color: #0c1821;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: none;
    width: 100%; }
  #faq .left-col {
    padding-right: 10px;
    float: left;
    width: 50%; }
    #faq .left-col .tab:last-of-type {
      margin-bottom: 0; }
  #faq .right-col {
    padding-left: 10px;
    float: right;
    width: 50%; }
  #faq .accordion, #faq .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #faq .accordion-left,
  #faq .accordion-right {
    margin: 0 -20px -20px 0;
    overflow: hidden; }
  #faq .tab {
    padding-right: 20px;
    margin-bottom: 20px; }
    #faq .tab .accordion-title {
      color: #ffffff;
      background: #0c1821;
      display: table;
      font-family: "Montserrat";
      padding: 20px 90px 20px 20px;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      transition: all linear 0.15s; }
      #faq .tab .accordion-title h3 {
        font-size: 16px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle; }
    #faq .tab a.accordion-section-button.active {
      text-decoration: none; }
    #faq .tab a.accordion-section-button.active:after {
      content: "\f106"; }
    #faq .tab a.accordion-section-button:after {
      content: "\f107";
      display: fixed;
      color: #c29212;
      font-family: FontAwesome;
      font-size: 50px;
      position: absolute;
      line-height: 12px;
      height: 17px;
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto; }
    #faq .tab .accordion-section-title {
      color: #ffffff;
      background: #0c1821;
      display: table;
      font-family: "Montserrat";
      padding: 20px 90px 20px 20px;
      position: relative;
      width: 100%;
      text-transform: uppercase;
      transition: all linear 0.15s; }
      #faq .tab .accordion-section-title.active {
        text-decoration: none; }
      #faq .tab .accordion-section-title.active:after {
        content: "\f106"; }
      #faq .tab .accordion-section-title:after {
        content: "\f107";
        display: fixed;
        color: #c29212;
        font-family: FontAwesome;
        font-size: 50px;
        position: absolute;
        line-height: 12px;
        height: 17px;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #faq .tab .accordion-section-title h3 {
        font-size: 16px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle; }
    #faq .tab .accordion-section-content {
      padding: 20px;
      display: none;
      background-color: #f2f2f2; }

@media only screen and (max-width: 768px) {
  #faq {
    padding: 20px 0; }
    #faq h2 {
      margin-bottom: 20px; }
    #faq .left-col,
    #faq .right-col {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    #faq .left-col {
      margin-bottom: 0; }
    #faq .tab {
      padding-right: 0; }
      #faq .tab:last-of-type {
        margin-bottom: 20px !important; }
      #faq .tab .accordion-section-title {
        padding: 10px 90px 10px 10px;
        height: inherit !important; }
        #faq .tab .accordion-section-title:after {
          right: 10px; }
        #faq .tab .accordion-section-title h3 {
          font-size: 14px;
          line-height: 16px; } }

.video-block {
  background-size: cover;
  background-position: center center;
  padding: 40px 0; }
  .video-block .content {
    padding-right: 20px;
    float: left;
    color: #ffffff;
    width: 50%; }
  .video-block .video {
    padding-left: 20px;
    float: right;
    width: 50%; }

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed iframe,
  .embed object,
  .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 768px) {
  .video-block {
    padding: 20px 0; }
    .video-block .content {
      padding-right: 0;
      padding-bottom: 20px;
      width: 100%; }
    .video-block .video {
      padding-left: 0;
      width: 100%; } }

.wpcf7 .left-col {
  float: left;
  padding-right: 10px;
  width: 50%; }

.wpcf7 .right-col {
  float: right;
  padding-left: 10px;
  width: 50%; }

.wpcf7 p {
  margin-bottom: 0; }

.wpcf7 label {
  color: #c29212;
  display: block;
  font-family: "Montserrat";
  margin-bottom: 10px;
  max-width: 100%;
  text-align: left;
  text-transform: uppercase; }

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  color: #000000;
  line-height: 18px;
  outline: 0;
  padding: 25px;
  position: relative;
  height: 38px;
  margin-top: 5px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none; }

.wpcf7 input[type="submit"] {
  background-color: #c29212;
  color: #ffffff;
  cursor: pointer;
  cursor: hand;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 10px 25px;
  text-align: left;
  text-transform: uppercase;
  width: auto; }

.wpcf7 textarea {
  height: 227px;
  margin-bottom: -5px; }

p.submit {
  text-align: right; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: 0 !important; }

div.wpcf7-response-output {
  font-size: 14px !important;
  margin: 0 0 20px 0 !important;
  padding: 20px 0 0 !important; }

.ajax-loader {
  display: none !important; }

::-webkit-input-placeholder {
  color: #000000; }

:-moz-placeholder {
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000000; }

@media only screen and (max-width: 768px) {
  .wpcf7 .left-col,
  .wpcf7 .right-col {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .wpcf7 div.wpcf7-response-output,
  .wpcf7 p.submit {
    text-align: left; } }

/* 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-slider img {
    display: block; }
  .slick-slider ul.slick-dots {
    display: none !important;
    bottom: 10px;
    text-align: center;
    width: 100%; }
    .slick-slider ul.slick-dots li {
      height: auto !important;
      width: auto !important;
      display: inline-block; }
      .slick-slider ul.slick-dots li button {
        border: 0;
        height: 12px;
        width: 12px;
        font-size: 1px;
        background-color: #0c1821;
        color: #0c1821;
        border-radius: 100%;
        margin: 0 5px; }
        .slick-slider ul.slick-dots li button:focus {
          outline: none; }
      .slick-slider ul.slick-dots li.slick-active button {
        background-color: #c29212;
        color: #c29212; }
  .slick-slider .slick-arrow {
    background-color: #ffffff;
    border: 0;
    display: none;
    color: #c29212;
    position: absolute;
    height: 35px;
    font-size: 60px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 99;
    font-family: FontAwesome !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .slick-slider .slick-arrow.slick-prev {
      left: -67px; }
      .slick-slider .slick-arrow.slick-prev:before {
        content: '\f104'; }
    .slick-slider .slick-arrow.slick-next {
      right: -67px; }
      .slick-slider .slick-arrow.slick-next:before {
        content: '\f105'; }
    .slick-slider .slick-arrow:focus {
      outline: 0; }
    .slick-slider .slick-arrow:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.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; }

@media only screen and (max-width: 768px) {
  .slick-slider ul.slick-dots {
    display: block !important; }
  .slick-slider .slick-arrow {
    display: none !important; } }

#wptt_twittertweets-2 {
  font-family: "Montserrat";
  margin-top: 40px; }
  #wptt_twittertweets-2 h3 {
    color: #4fa6df;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase; }
    #wptt_twittertweets-2 h3:after {
      font-family: FontAwesome;
      content: '\f099';
      position: absolute;
      right: 0;
      font-size: 24px; }
  #wptt_twittertweets-2 ul li.tweets_avatar {
    background-color: #f0f7fc;
    border-radius: 0;
    box-shadow: none;
    padding: 20px !important;
    margin-bottom: 20px; }
    #wptt_twittertweets-2 ul li.tweets_avatar .wdtf-user-card {
      margin-bottom: 5px; }
    #wptt_twittertweets-2 ul li.tweets_avatar .wdtf-screen-name,
    #wptt_twittertweets-2 ul li.tweets_avatar span.screen_name {
      font-family: "Montserrat";
      font-size: 14px;
      text-transform: none !important; }
      #wptt_twittertweets-2 ul li.tweets_avatar .wdtf-screen-name br,
      #wptt_twittertweets-2 ul li.tweets_avatar span.screen_name br {
        display: none; }
    #wptt_twittertweets-2 ul li.tweets_avatar span.screen_name {
      display: block; }
    #wptt_twittertweets-2 ul li.tweets_avatar .tweet_data {
      font-family: "Montserrat" !important;
      font-weight: normal !important;
      padding-left: 60px; }
    #wptt_twittertweets-2 ul li.tweets_avatar .times {
      padding-left: 60px;
      font-size: 16px;
      margin-top: 5px; }

@media only screen and (max-width: 768px) {
  #wptt_twittertweets-2 {
    margin-top: 20px; } }

@media only screen and (max-width: 979px) {
  #wptt_twittertweets-2 ul li {
    display: none; }
    #wptt_twittertweets-2 ul li:first-child {
      display: block !important; } }

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