/*!
   Theme Name: Avid Partners
   Author: Alen Melkic
   Author URI:
   Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* css3 elements */
.grid, .main, .wrapper, .pagination, .post-box .text-wrapper, .image-form .wrapper, .post-feed, .branded-content .wrapper, .map-section, #twitter, .bg-image-block .boxes, .image-link-slider ul, .page-block .cta_block, .quote-blocks ul, .services-blocks ul, .shared-cta-blocks ul, .half_column .wrapper, .masthead .nav-right, .mastfoot .wrapper {
  *zoom: 1; }
  .grid:before, .main:before, .wrapper:before, .pagination:before, .post-box .text-wrapper:before, .image-form .wrapper:before, .post-feed:before, .branded-content .wrapper:before, .map-section:before, #twitter:before, .bg-image-block .boxes:before, .image-link-slider ul:before, .page-block .cta_block:before, .quote-blocks ul:before, .services-blocks ul:before, .shared-cta-blocks ul:before, .half_column .wrapper:before, .masthead .nav-right:before, .mastfoot .wrapper:before, .grid:after, .main:after, .wrapper:after, .pagination:after, .post-box .text-wrapper:after, .image-form .wrapper:after, .post-feed:after, .branded-content .wrapper:after, .map-section:after, #twitter:after, .bg-image-block .boxes:after, .image-link-slider ul:after, .page-block .cta_block:after, .quote-blocks ul:after, .services-blocks ul:after, .shared-cta-blocks ul:after, .half_column .wrapper:after, .masthead .nav-right:after, .mastfoot .wrapper:after {
    content: " ";
    display: table; }
  .grid:after, .main:after, .wrapper:after, .pagination:after, .post-box .text-wrapper:after, .image-form .wrapper:after, .post-feed:after, .branded-content .wrapper:after, .map-section:after, #twitter:after, .bg-image-block .boxes:after, .image-link-slider ul:after, .page-block .cta_block:after, .quote-blocks ul:after, .services-blocks ul:after, .shared-cta-blocks ul:after, .half_column .wrapper:after, .masthead .nav-right:after, .mastfoot .wrapper:after {
    clear: both; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 62.5%;
  line-height: 1.4;
  overflow-x: hidden; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

.debug {
  background: #111;
  color: #FFF;
  padding: 20px;
  position: relative;
  z-index: 9999; }

body {
  font-size: 16px;
  font-size: 1.6rem; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 0 0; }

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  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; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  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;
  /* Above WP toolbar. */ }

body {
  color: #444444;
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

a {
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }

p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #223746; }

h1 {
  font-size: 46px;
  font-size: 4.6rem; }

.page-title {
  padding: 70px 0;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .page-title {
      padding: 40px 0; } }
  .page-title p, .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0; }
  .page-title .orange {
    color: #f8981d; }

.fa.orange {
  color: #f8981d; }

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"],
textarea {
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ebe6e4;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1.8px;
  color: #000; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    letter-spacing: -1.8px; }
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    letter-spacing: -1.8px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    letter-spacing: -1.8px; }
  input[type="text"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    letter-spacing: -1.8px; }

input {
  /*	height: 60px;*/
  line-height: 60px;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 2.2rem; }

textarea {
  padding: 20px;
  margin-bottom: -2px; }

select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-family: "Montserrat", sans-serif;
  padding: 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -1.8px;
  cursor: pointer; }

input[type="submit"] {
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f8981d;
  width: 100%;
  border: 1px solid transparent;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  font-weight: normal; }
  @media only screen and (max-width: 580px) {
    input[type="submit"] {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 20px 20px; } }
  input[type="submit"]:hover {
    border: 1px solid #fff;
    background: #223746; }

label {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #f8981d;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-top: 5px; }

.gfield > label {
  display: block; }

.validation_error,
.validation_message {
  color: #fff; }

.validation_error {
  margin: 0 0 60px;
  background: #f8981d;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px; }

.validation_message {
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #f8981d; }

.gform_confirmation_message {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center; }

.gform_validation_container {
  display: none; }

.gfield {
  margin-bottom: 40px; }
  .gfield.left, .gfield.right {
    width: 49%; }
  .gfield.left {
    float: left; }
  .gfield.right {
    float: right; }

.gform_title {
  color: red;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 33px;
  margin-bottom: 5px; }

.gform_description {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  color: #808184;
  margin-bottom: 20px;
  display: block; }

.customSelect {
  /* This is the default class that is used */
  /* Put whatever custom styles you want here */
  background-color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: url("_img/drop-down-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -1.8px;
  color: #222; }
  .customSelect::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    letter-spacing: -1.8px; }
  .customSelect::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    letter-spacing: -1.8px; }
  .customSelect:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    letter-spacing: -1.8px; }
  .customSelect:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    letter-spacing: -1.8px; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */ }

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */ }

.customSelectInner {
  /* You can style the inner box too */ }

.slick-slider img {
  width: 100%;
  max-width: none; }
.slick-slider > li {
  outline: none;
  display: none; }
  .slick-slider > li:first-child {
    display: block; }

.slick-slide {
  outline: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100; }

.slick-prev {
  left: 20px; }

.slick-next {
  right: 20px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100.1%; }
  .slick-dots li {
    display: inline; }
    .slick-dots li button {
      -webkit-transition: all ease-in-out 0.1s;
      -moz-transition: all ease-in-out 0.1s;
      -ms-transition: all ease-in-out 0.1s;
      -o-transition: all ease-in-out 0.1s;
      transition: all ease-in-out 0.1s;
      cursor: pointer;
      outline: none;
      width: 10px;
      height: 10px;
      border: none;
      border-radius: 150px;
      margin: 0 2px;
      background: #fff;
      padding: 0;
      text-indent: -999999px; }
    .slick-dots li:hover button, .slick-dots li.slick-active button {
      background: red; }

.cat-outer {
  background: #1f3240;
  padding: 70px 20px; }

.post-date {
  display: none !important;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: normal;
  color: #f8981d;
  margin-bottom: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.blog-posts.post-box .title {
  color: #223746;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  max-width: 280px; }
  .blog-posts.post-box .title a {
    color: #223746; }
.blog-posts.post-box .logo {
  right: 70px;
  bottom: 40px; }
  @media only screen and (max-width: 1380px) {
    .blog-posts.post-box .logo {
      right: 20px;
      bottom: 20px; } }

.blog .main,
.category .main {
  padding: 110px 0 100px; }
  @media only screen and (max-width: 768px) {
    .blog .main,
    .category .main {
      padding: 40px 0 20px; } }

.post-type-archive-resource .main {
  padding-top: 110px; }
  @media only screen and (max-width: 768px) {
    .post-type-archive-resource .main {
      padding: 40px 0 20px; } }

.single-resource .main {
  padding: 104px 0 140px; }
  @media only screen and (max-width: 768px) {
    .single-resource .main {
      padding: 104px 0 40px; } }
  @media only screen and (max-width: 600px) {
    .single-resource .main {
      padding: 134px 0 20px; } }
.single-resource .shared-cta-blocks li {
  background: #fff; }
.single-resource .shared-cta-blocks .title,
.single-resource .shared-cta-blocks .excerpt,
.single-resource .shared-cta-blocks .button {
  color: #223746; }
.single-resource .shared-cta-blocks .button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 2px solid #223746; }
  .single-resource .shared-cta-blocks .button:hover {
    background: #223746;
    border: 2px solid transparent;
    color: #fff; }

.single-client_story .client-stories,
.single-post .client-stories {
  margin-bottom: 125px; }
  @media only screen and (max-width: 768px) {
    .single-client_story .client-stories,
    .single-post .client-stories {
      margin-bottom: 40px; } }

.single-post .author {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 100px; }
  .single-post .author .orange {
    color: #f8981d;
    font-weight: normal; }

.cat-dropdown-wrapper {
  text-align: center; }

.cat-dropdown {
  width: 100%;
  max-width: 400px;
  text-align: left;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .cat-dropdown select {
    width: 400px; }

.share-text {
  font-size: 20px;
  font-size: 2rem;
  margin: 30px 0 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #223746; }

.button {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  width: 245px;
  border: 2px solid #f8981d;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .button:hover {
    border: 2px solid rgba(248, 152, 29, 0.7);
    background: rgba(248, 152, 29, 0.7); }

.btn-wrapper {
  text-align: center;
  margin: 65px 0; }
  @media only screen and (max-width: 768px) {
    .btn-wrapper {
      margin: 30px 0 40px; } }

.btn-orange {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #f8981d;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 20px 50px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent; }
  .btn-orange:hover {
    background: #223746;
    color: #fff;
    border: 1px solid #fff; }

.btn-white {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-transform: capitalise;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 3px; }
  .btn-white:hover {
    background: #f8981d;
    border: 1px solid #f8981d; }

[class*="col-"] {
  float: left; }
  @media only screen and (max-width: 720px) {
    [class*="col-"] {
      float: none;
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 20px !important; } }

.col-1-3 {
  width: 32.6087%;
  margin-right: 1.08696%;
  margin-bottom: 1.08696%; }
  .col-1-3:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 1100px) {
    .col-1-3 {
      margin-bottom: 2.17391%;
      width: 48.75%;
      margin-right: 2.5%; }
      .col-1-3:nth-child(3n) {
        margin-right: 2.5%; }
      .col-1-3:nth-child(2n) {
        margin-right: 0; } }

/********** TABS **********/
.tabs {
  width: 35.21127%;
  margin-right: 2.8169%;
  float: left; }
  .tabs p {
    font-size: 11px;
    line-height: 1.5em; }

.tab-control h4 {
  font-size: 12px !important;
  padding: 11px 26px 8px 15px; }

.tab-list {
  margin: 0px;
  padding: 0px; }

.tab-list li {
  transition: all 0.3s linear;
  display: inline-block;
  margin-left: -5px;
  /* removes inline-block margin */
  list-style-type: none;
  background-color: #c8c8c8;
  text-transform: uppercase;
  text-align: center; }

.tab-list li:first-child {
  margin-left: 0;
  /* removes inline-block margin */ }

.tab-list li a {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
  text-decoration: none;
  color: #f2f2f2; }

/********** HOVER STATES **********/
.tab-list li.active, .tab-list li.hover {
  background-color: red; }

.tab-list li.active a, .tab-list li a:hover {
  color: red; }

.tab-list li.active h4 {
  color: red; }

/********** PANELS **********/
.tab-panel {
  display: none;
  background-color: red;
  color: #666;
  min-height: 300px;
  overflow: auto;
  padding: 20px;
  clear: both; }

.tab-panel.active {
  display: block; }

a {
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -ms-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s; }

html {
  position: relative; }

body {
  width: 100%;
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 970px) {
  html,
  body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden; } }
.main {
  background: #223746; }
  .main.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#223746+0,a0a9af+100 */
    background: #223746;
    /* Old browsers */
    background: -moz-linear-gradient(top, #223746 0%, #a0a9af 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #223746 0%, #a0a9af 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #223746 0%, #a0a9af 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223746', endColorstr='#a0a9af',GradientType=0 );
    /* IE6-9 */ }

.wrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px; }

.pagination {
  text-align: center;
  padding: 70px 0;
  margin: 0 auto; }
  .pagination .page-numbers {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0 10px;
    background: red;
    padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: red;
      color: #fff; }

.table-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

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

.overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.post-box {
  position: relative;
  background: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  .post-box a {
    text-decoration: none; }
  .post-box .text-wrapper {
    padding: 30px 50px; }
    @media only screen and (max-width: 1100px) {
      .post-box .text-wrapper {
        padding: 40px; } }
    @media only screen and (max-width: 480px) {
      .post-box .text-wrapper {
        padding: 30px; } }
  .post-box .title {
    color: #f8981d;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin-bottom: 25px; }
    .post-box .title a {
      color: #f8981d; }
  .post-box .read-more,
  .post-box .watch-video {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .post-box .read-more .text,
    .post-box .watch-video .text {
      color: #223746;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: 1px solid transparent;
      margin-right: 20px; }
      .post-box .read-more .text:hover,
      .post-box .watch-video .text:hover {
        border-bottom: 1px solid; }
  .post-box .read-more {
    margin-bottom: 20px; }
  .post-box .plus-icon,
  .post-box .video-icon {
    float: left;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px; }
  .post-box .plus-icon {
    background: url("_img/plus-icon.png") no-repeat center center; }
  .post-box .video-icon {
    background: url("_img/play-icon.png") no-repeat center center; }
  .post-box .logo {
    background: url("_img/post-box-dp-logo.png") no-repeat;
    width: 48px;
    height: 54px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute;
    right: 85px;
    bottom: 45px; }
    @media only screen and (max-width: 420px) {
      .post-box .logo {
        display: none; } }
    @media only screen and (max-width: 1400px) {
      .post-box .logo {
        right: 20px;
        bottom: 20px; } }
  .post-box figure {
    overflow: hidden; }
  .post-box figure img {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
  .post-box:hover figure img {
    transform: scale(1.08); }

.hero {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .hero {
      margin-top: 80px; } }
  @media only screen and (max-width: 600px) {
    .hero {
      margin-top: 90px; } }
  .hero li {
    height: 800px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 1500px) {
      .hero li {
        height: 800px; } }
    @media only screen and (max-width: 1200px) {
      .hero li {
        height: 600px; } }
    @media only screen and (max-width: 768px) {
      .hero li {
        height: 500px; } }
    @media only screen and (max-width: 600px) {
      .hero li {
        height: auto;
        padding: 30px 0; } }
    .no-touch .hero li {
      height: 100vh; }
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 43px;
    font-size: 4.3rem;
    margin-bottom: 20px;
    line-height: 50px; }
    .hero h1 .orange, .hero h2 .orange, .hero h3 .orange, .hero h4 .orange, .hero h5 .orange, .hero h6 .orange {
      color: orange; }
  .hero p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 40px;
    color: #fff; }
    .hero p:last-child {
      margin-bottom: 0; }
    .hero p .orange {
      color: orange; }
  .hero .table {
    position: relative;
    z-index: 7000;
    margin: 0 auto;
    max-width: 850px;
    padding: 0 20px; }
  .no-hashchange .hero .table-cell {
    margin-top: 300px; }
  .hero .scroll-down {
    animation-duration: 1.5s;
    animation-iteration-count: 2;
    text-decoration: none;
    width: 140px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 7000;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 600px) {
      .hero .scroll-down {
        display: none !important; } }
    .hero .scroll-down .arrow-down {
      width: 22px;
      height: 14px;
      display: block;
      margin: 5px auto 0;
      background: url("_img/arrow-down.png") no-repeat; }
  .hero .button {
    margin: 0 10px 10px; }
    @media only screen and (max-width: 480px) {
      .hero .button {
        margin-bottom: 20px; } }

.banner-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,223745+19,223745+43,ffffff+76,223745+100&1+0,0.2+76,1+100 */
  background: url("_img/hero-gradient.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }
  .hashchange.no-canvas .banner-overlay, .no-hashchange .banner-overlay {
    background: transparent; }

video#bgvid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

video {
  display: block; }

@media screen and (max-device-width: 800px) {
  #bgvid {
    display: none; } }
.quote-button {
  z-index: 8000;
  position: fixed;
  top: 50%;
  margin-top: -125px;
  left: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #f8981d;
  border: 1px solid transparent;
  border-left: none;
  background-image: url("_img/quote-button-text.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 251px;
  width: 59px; }
  @media only screen and (max-width: 1580px) {
    .quote-button {
      display: none; } }
  .quote-button:hover {
    background-color: #223746;
    border: 1px solid #fff;
    border-left: none; }

.banner {
  background: #172d3c;
  color: #fff;
  padding: 40px 0;
  text-align: center; }
  .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 50px; } }
  .banner p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    color: #fff;
    padding: 0 20px;
    line-height: 26px; }

.faq-block .wrapper {
  background: #fff;
  padding: 60px 100px;
  padding-bottom: 1px; }
  @media only screen and (max-width: 1420px) {
    .faq-block .wrapper {
      padding: 40px 20px; } }
.faq-block .faq-logo {
  margin: 0 auto 60px;
  display: block; }
.faq-block li {
  margin-bottom: 7px; }

.image-form {
  margin: 85px 0 145px 0; }
  @media only screen and (max-width: 900px) {
    .image-form {
      margin-bottom: 40px; } }
  .image-form .left-col {
    float: left;
    width: 46.66667%;
    margin-right: 2.17391%; }
    @media only screen and (max-width: 960px) {
      .image-form .left-col {
        width: 100%;
        text-align: center;
        margin: 0 auto 70px; } }
  .image-form .right-col {
    float: right;
    width: 50.94203%; }
    @media only screen and (max-width: 960px) {
      .image-form .right-col {
        width: 100%; } }
  .image-form p {
    color: #fff; }
  .image-form h2 {
    font-size: 25px;
    color: #f8981d; }
  .image-form .gfield_description {
    color: #fff;
    margin-top: 10px; }
  .image-form textarea {
    height: 175px; }
  .image-form input[type="submit"] {
    height: 80px;
    line-height: 80px;
    padding: 0; }
  .image-form .gfield {
    margin-bottom: 46px; }

.full-page-form .wrapper {
  max-width: 490px; }

.price-plans {
  background: #d2d4d3;
  padding-bottom: 50px; }
  .price-plans .page-title {
    padding: 50px 0; }
    .price-plans .page-title h1, .price-plans .page-title h2, .price-plans .page-title h3, .price-plans .page-title h4, .price-plans .page-title h5, .price-plans .page-title h6, .price-plans .page-title p {
      color: #223746; }
  .price-plans .quote-blocks ul {
    margin-top: 0; }
  .price-plans .quote-blocks li {
    padding: 60px 20px; }
    @media only screen and (max-width: 768px) {
      .price-plans .quote-blocks li {
        width: 100%;
        margin-bottom: 20px; } }
  .price-plans .testimonials {
    background: #223746; }

.post-feed {
  background: #fff; }
  .post-feed figure {
    float: right;
    width: 50%;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 1024px) {
      .post-feed figure {
        width: 100%;
        float: none;
        height: 600px; } }
    @media only screen and (max-width: 768px) {
      .post-feed figure {
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .post-feed figure {
        height: 200px; } }
    .post-feed figure img {
      float: left; }
    .post-feed figure.right {
      float: left; }
      .post-feed figure.right img {
        float: right; }
  .post-feed .left-text,
  .post-feed .right-text {
    width: 50%;
    background: #fff; }
    @media only screen and (max-width: 1024px) {
      .post-feed .left-text,
      .post-feed .right-text {
        width: 100%;
        float: none; } }
    .post-feed .left-text .text-wrapper,
    .post-feed .right-text .text-wrapper {
      padding: 120px 80px 120px 20px; }
      @media only screen and (max-width: 1024px) {
        .post-feed .left-text .text-wrapper,
        .post-feed .right-text .text-wrapper {
          padding: 40px 0 !important; } }
  .post-feed .left-text {
    float: left; }
    .post-feed .left-text .text-wrapper {
      float: right; }
  .post-feed .right-text {
    float: right; }
    .post-feed .right-text .text-wrapper {
      float: left;
      padding: 120px 0 120px 80px; }
  .post-feed a {
    text-decoration: none; }
  .post-feed .title {
    color: #043462;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px; }
  .post-feed .subtitle {
    color: #757575;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 55px; }
  .post-feed .date-location {
    color: #f8981d;
    font-size: 20px;
    font-size: 2rem;
    line-height: 55px;
    margin-bottom: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .post-feed .excerpt {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 30px; }
    .post-feed .excerpt p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 32px; }
  .post-feed .button {
    color: #000;
    font-weight: normal;
    padding: 15px 25px;
    width: auto; }
    .post-feed .button:hover {
      color: #fff;
      background: #f8981d; }
  .post-feed .bottom-button {
    background: #15222b; }
    .post-feed .bottom-button .btn-wrapper {
      margin: 0; }
    .post-feed .bottom-button .button {
      margin: 45px 0;
      padding: 22px 115px;
      color: #fff; }
      @media only screen and (max-width: 600px) {
        .post-feed .bottom-button .button {
          padding: 22px 44px; } }

.full-width-button {
  background: #15222b; }
  .full-width-button.orange {
    background: #f8981d; }
  .full-width-button.white {
    background: #fff; }
  .full-width-button .btn-wrapper {
    margin: 0; }
  .full-width-button .button {
    font-weight: normal;
    width: auto;
    text-align: center;
    margin: 45px 0;
    padding: 22px 115px;
    color: #fff; }
    @media only screen and (max-width: 600px) {
      .full-width-button .button {
        padding: 22px 44px; } }
    .full-width-button .button:hover {
      color: #fff;
      background: #f8981d; }

.full-width-button.orange .button {
  background: #fff;
  border: 2px solid #fff;
  color: #223746; }
  .full-width-button.orange .button:hover {
    background: #223746;
    color: #fff; }

.full-width-button.white .button {
  background: #f8981d;
  border: 2px solid #f8981d;
  color: #fff; }
  .full-width-button.white .button:hover {
    background: #223746;
    border: 2px solid #223746; }

.branded-content {
  background: #fff;
  padding: 190px 145px;
  position: relative; }
  @media only screen and (max-width: 880px) {
    .branded-content {
      padding: 60px 120px; } }
  @media only screen and (max-width: 767px) {
    .branded-content {
      padding: 20px; } }
  .branded-content .wrapper {
    width: 63%;
    max-width: 1420px; }
    @media only screen and (max-width: 1280px) {
      .branded-content .wrapper {
        width: 100%; } }
  .branded-content .dp-left,
  .branded-content .dp-right {
    width: 25%;
    max-width: 396px;
    position: absolute; }
    @media only screen and (max-width: 1680px) {
      .branded-content .dp-left,
      .branded-content .dp-right {
        width: 20%; } }
    @media only screen and (max-width: 1280px) {
      .branded-content .dp-left,
      .branded-content .dp-right {
        width: 15%; } }
    @media only screen and (max-width: 767px) {
      .branded-content .dp-left,
      .branded-content .dp-right {
        display: none; } }
  .branded-content .dp-left {
    left: 0;
    bottom: 0; }
  .branded-content .dp-right {
    top: 0;
    right: 0; }
  .branded-content h1 {
    font-size: 66px;
    font-size: 6.6rem;
    line-height: 90px;
    text-align: center;
    margin-bottom: 30px; }
  .branded-content h2 {
    font-size: 3.6rem; }
  .branded-content h3 {
    font-size: 2.6rem; }
  .branded-content p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px; }
  .branded-content .button {
    background: #f8981d;
    display: block;
    margin: 60px auto 0; }
    .branded-content .button:hover {
      background: #223746;
      border: 2px solid #223746; }
  .branded-content .orange {
    color: #f8981d; }

.accordion-title {
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -ms-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
  background: #223746;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  padding: 20px;
  color: #fff;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .accordion-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px; } }
  .accordion-title.active {
    background: #f8981d; }

.accordion-content {
  background: #f1f1f1;
  padding: 30px 20px;
  display: block; }
  .accordion-content p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px; }
    @media only screen and (max-width: 768px) {
      .accordion-content p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px; } }
    .accordion-content p:last-child {
      margin-bottom: 0; }

.map-section {
  background: #223746; }
  .map-section .address {
    margin-bottom: 0; }

#google-map {
  height: 400px;
  width: 62%;
  float: left; }
  @media only screen and (max-width: 1120px) {
    #google-map {
      width: 100%; } }

.map-aside {
  width: 38%;
  float: right; }
  @media only screen and (max-width: 1120px) {
    .map-aside {
      width: 100%; } }
  .map-aside .text-wrapper {
    color: #fff;
    margin: 70px 40px 85px;
    max-width: 400px; }
    @media only screen and (max-width: 1120px) {
      .map-aside .text-wrapper {
        max-width: none;
        margin: 40px 20px; }
        .map-aside .text-wrapper br {
          display: none; } }
    .map-aside .text-wrapper h1, .map-aside .text-wrapper h2, .map-aside .text-wrapper h3, .map-aside .text-wrapper h4, .map-aside .text-wrapper h5, .map-aside .text-wrapper h6 {
      font-size: 47px;
      font-size: 4.7rem;
      line-height: 50px;
      color: #fff;
      margin-bottom: 40px; }
    .map-aside .text-wrapper h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 23px;
      margin-bottom: 20px; }
    .map-aside .text-wrapper p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 23px;
      color: #fff; }
    .map-aside .text-wrapper a {
      text-decoration: none;
      color: #fff;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: 1px solid transparent; }
      .map-aside .text-wrapper a:hover {
        border-bottom: 1px solid; }
    .map-aside .text-wrapper .button {
      font-size: 12px;
      font-size: 1.2rem;
      background: #f8981d;
      text-align: center;
      padding: 12px 50px;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      border: 1px solid #f8981d;
      font-weight: bold;
      text-transform: uppercase; }
      .map-aside .text-wrapper .button:hover {
        border: 1px solid #fff;
        background: #223746; }

.gallery .wrapper {
  max-width: 1250px; }
.gallery .slick-arrow {
  background-color: #f8981d;
  top: -2px;
  bottom: -2px;
  outline: none;
  border: none;
  width: 36px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }
.gallery .slick-next {
  background-image: url("_img/slick-next-gallery.png");
  right: 0; }
.gallery .slick-prev {
  background-image: url("_img/slick-prev-gallery.png");
  left: 0; }

.gallery-large {
  margin-bottom: 13px; }
  .gallery-large li {
    position: relative; }
  .gallery-large .gallery-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("_img/trans-green-70.png");
    padding: 50px 35px;
    color: #fff;
    font-size: 43px;
    font-size: 4.3rem; }
    @media only screen and (max-width: 768px) {
      .gallery-large .gallery-overlay {
        position: static;
        background: #f8981d; } }
    .gallery-large .gallery-overlay h2 {
      color: #fff;
      font-size: 43px;
      font-size: 4.3rem; }
    .gallery-large .gallery-overlay .orange-bracket {
      color: #f8981d;
      font-size: 30px;
      font-size: 3rem; }
      .gallery-large .gallery-overlay .orange-bracket .white {
        color: #fff; }
    .gallery-large .gallery-overlay .small-text {
      font-size: 16px;
      font-size: 1.6rem; }

.gallery-thumb {
  overflow: hidden;
  margin-bottom: 140px;
  padding: 0 46px; }
  @media only screen and (max-width: 768px) {
    .gallery-thumb {
      margin-bottom: 70px; } }
  .gallery-thumb li {
    padding: 0 5px;
    cursor: pointer; }
    .gallery-thumb li img {
      filter: grayscale(100%); }
    .gallery-thumb li.slick-current img {
      filter: grayscale(0); }

.contact-section {
  padding: 80px 0 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#223746+0,1b2b37+100 */
  background: #223746;
  /* Old browsers */
  background: -moz-linear-gradient(top, #223746 0%, #1b2b37 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #223746 0%, #1b2b37 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #223746 0%, #1b2b37 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223746', endColorstr='#1b2b37',GradientType=0 );
  /* IE6-9 */ }
  @media only screen and (max-width: 767px) {
    .contact-section {
      padding: 40px 0; } }
  .contact-section form {
    max-width: 480px;
    margin: 0 auto; }

.testimonials {
  margin: 10px 0;
  color: #fff;
  text-align: center;
  padding: 80px 300px;
  background: #f8981d; }
  @media only screen and (max-width: 1380px) {
    .testimonials {
      margin: 20px auto; } }
  @media only screen and (max-width: 1380px) {
    .testimonials {
      padding: 80px; } }
  @media only screen and (max-width: 768px) {
    .testimonials {
      padding: 60px; } }
  @media only screen and (max-width: 580px) {
    .testimonials {
      padding: 30px; } }
  @media only screen and (max-width: 380px) {
    .testimonials {
      padding: 20px; } }
  .testimonials p {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 33px;
    margin-bottom: 40px;
    color: #fff; }
  .testimonials .name,
  .testimonials .company {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px; }
  .testimonials .name {
    font-weight: 700;
    color: #f8981d; }
    .single-client_story .testimonials .name {
      color: #fff; }
  .testimonials .hyphen {
    padding: 0 3px;
    line-height: 33px; }
  .testimonials .slick-dots {
    padding-top: 20px;
    position: static; }
    .testimonials .slick-dots li button {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      background: transparent;
      width: 15px;
      height: 15px;
      border: 2px solid #fff; }
    .testimonials .slick-dots li.slick-active button,
    .testimonials .slick-dots li:hover button {
      background: #fff; }

.top-section .inner {
  background: #fff;
  padding: 115px 160px; }
  @media only screen and (max-width: 1380px) {
    .top-section .inner {
      padding: 40px; } }
  @media only screen and (max-width: 580px) {
    .top-section .inner {
      padding: 20px; } }

.twitter {
  padding: 90px 0; }
  @media only screen and (max-width: 600px) {
    .twitter {
      padding: 40px 0; } }
  .twitter .twitter-head {
    text-align: center;
    padding-bottom: 90px; }
    @media only screen and (max-width: 600px) {
      .twitter .twitter-head {
        padding-bottom: 40px; } }
    .twitter .twitter-head .inner {
      display: inline-block;
      *display: inline;
      zoom: 1;
      max-width: 335px; }
    .twitter .twitter-head .text-container {
      float: right; }
  .twitter .icon {
    float: left;
    margin-right: 30px; }
    @media only screen and (max-width: 420px) {
      .twitter .icon {
        float: none;
        display: block;
        margin: 0 auto 20px; } }
  .twitter .title,
  .twitter .subtitle {
    color: #fff;
    text-align: left; }
    @media only screen and (max-width: 420px) {
      .twitter .title,
      .twitter .subtitle {
        text-align: center; } }
  .twitter .title {
    margin-top: -5px;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 39px;
    margin-bottom: 10px; }
  .twitter .subtitle {
    font-size: 20px;
    font-size: 2rem; }
  .twitter .btn-wrapper {
    margin: 100px 0 0; }
    @media only screen and (max-width: 600px) {
      .twitter .btn-wrapper {
        margin-top: 40px; } }
  .twitter .twitter-button {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .twitter .btn-orange {
    width: 340px;
    margin: 8px; }
    @media only screen and (max-width: 480px) {
      .twitter .btn-orange {
        width: 300px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 370px) {
      .twitter .btn-orange {
        width: 240px; } }

#twitter {
  margin: 0 -35px; }
  @media only screen and (max-width: 768px) {
    #twitter {
      margin: 0; } }
  #twitter article {
    float: left;
    width: 33.33%;
    padding: 0 35px;
    font-size: 21px;
    line-height: 28px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      #twitter article {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
        line-height: 32px;
        padding: 0; }
        #twitter article:last-child {
          margin-bottom: 0; } }
    #twitter article a {
      color: #f8981d; }
  #twitter .meta {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    margin: 20px 0 15px; }
    #twitter .meta a {
      color: #f8981d;
      text-decoration: none; }
  #twitter .share .reply,
  #twitter .share .retweet,
  #twitter .share .like {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  #twitter .share .reply {
    background: url("_img/twitter-reply.png") no-repeat;
    width: 16px;
    height: 12px;
    margin-right: 40px; }
  #twitter .share .retweet {
    background: url("_img/twitter-retweet.png") no-repeat;
    width: 23px;
    height: 13px;
    margin-right: 40px; }
  #twitter .share .like {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url("_img/twitter-like.png") no-repeat;
    width: 16px;
    height: 15px; }

.bg-image-block {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  padding-bottom: 115px; }
  .bg-image-block > .wrapper {
    z-index: 100;
    position: relative; }
  .bg-image-block [class*="page-title"] {
    text-align: center;
    font-size: 43px;
    font-size: 4.3rem;
    color: #fff;
    padding: 60px 0; }
  .bg-image-block .boxes {
    margin-bottom: 120px;
    margin: 0 -5px; }
    .bg-image-block .boxes li {
      position: relative;
      background: #223746;
      width: 24.27536%;
      margin-left: 0.36232%;
      margin-right: 0.36232%;
      margin-bottom: 0.72464%;
      float: left;
      text-align: center; }
      @media only screen and (max-width: 1236px) {
        .bg-image-block .boxes li {
          width: 49.27536%; } }
      @media only screen and (max-width: 620px) {
        .bg-image-block .boxes li {
          width: 100%;
          margin: 0 0 20px; } }
      .bg-image-block .boxes li:hover img {
        transform: scale(1.2); }
      .bg-image-block .boxes li .dp-link {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: url("_img/dp-link.png") no-repeat;
        width: 36px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: -23px;
        z-index: 100; }
        @media only screen and (max-width: 1236px) {
          .bg-image-block .boxes li .dp-link {
            display: none; } }
    .bg-image-block .boxes a {
      padding: 60px;
      text-decoration: none;
      display: block; }
    .bg-image-block .boxes img {
      margin-bottom: 20px;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .bg-image-block .boxes .title {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 28px;
      color: #fff; }
      @media only screen and (min-width: 1237px) and (max-width: 1380px) {
        .bg-image-block .boxes .title {
          font-size: 18px;
          font-size: 1.8rem; } }
  .bg-image-block .page-title2 {
    padding: 100px 20px 15px; }
  .bg-image-block .content {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 23px;
    display: block; }

.image-link-slider {
  position: relative;
  z-index: 100;
  background: url("_img/trans-green-82.png");
  padding: 70px 0;
  margin-top: 80px; }
  @media only screen and (max-width: 1700px) {
    .image-link-slider > .wrapper {
      max-width: 1300px; } }
  @media only screen and (max-width: 1600px) {
    .image-link-slider > .wrapper {
      max-width: 1200px; } }
  @media only screen and (max-width: 1500px) {
    .image-link-slider > .wrapper {
      max-width: 1100px; } }
  @media only screen and (max-width: 1380px) {
    .image-link-slider > .wrapper {
      max-width: 85%; } }
  @media only screen and (max-width: 1180px) {
    .image-link-slider > .wrapper {
      max-width: 80%; } }
  @media only screen and (max-width: 660px) {
    .image-link-slider > .wrapper {
      max-width: 65%; } }
  .image-link-slider ul {
    margin: 0 -30px; }
  .image-link-slider li {
    padding: 0 30px; }
    .image-link-slider li img {
      width: auto;
      margin: 0 auto 50px; }
      @media only screen and (max-width: 410px) {
        .image-link-slider li img {
          width: 100%; } }
    .image-link-slider li .table {
      height: 190px; }
  .image-link-slider .btn-white {
    width: 100%; }
  .image-link-slider .slick-arrow {
    width: 28px;
    height: 103px;
    border: none;
    top: 50%;
    margin-top: -51px;
    text-indent: -9999px;
    z-index: 100;
    cursor: pointer;
    outline: none; }
  .image-link-slider .slick-prev {
    background: url("_img/slick-prev-image-slider.png") no-repeat;
    left: -28px; }
  .image-link-slider .slick-next {
    background: url("_img/slick-next-image-slider.png") no-repeat;
    right: -28px; }

.page-block .wrapper {
  background: #fff;
  max-width: 1380px; }
.page-block .inner {
  padding: 70px 245px; }
  @media only screen and (max-width: 1380px) {
    .page-block .inner {
      padding: 40px 0; } }
.page-block .wysiwyg {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 70px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1380px) {
    .page-block .wysiwyg {
      margin: 40px 0; } }
  .page-block .wysiwyg img {
    margin-right: 45px; }
  .page-block .wysiwyg h1 {
    color: #223746;
    line-height: 125px; }
  .page-block .wysiwyg p {
    color: #223746; }
    .page-block .wysiwyg p:last-child {
      margin-bottom: 0; }
.page-block .title h1, .page-block .title h2, .page-block .title h3, .page-block .title h4, .page-block .title h5, .page-block .title h6, .page-block .title p {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 50px;
  float: left;
  padding: 40px 0; }
.page-block .title-image {
  float: left;
  margin-right: 30px; }
  @media only screen and (max-width: 580px) {
    .page-block .title-image {
      float: none;
      margin: 0 auto;
      display: block; } }
.page-block .cta_block li {
  text-align: center;
  background: #223746;
  width: 48.88889%;
  margin-bottom: 2.22222%;
  float: left;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  @media only screen and (max-width: 767px) {
    .page-block .cta_block li {
      width: 100%; } }
  .page-block .cta_block li:last-child {
    margin-bottom: 0; }
  .page-block .cta_block li:hover {
    background: #6b6f6d; }
  .page-block .cta_block li:nth-child(2n) {
    background: #f8981d;
    float: right; }
    .page-block .cta_block li:nth-child(2n):hover {
      background: #6b6f6d; }
  .page-block .cta_block li a {
    padding: 80px;
    display: block;
    text-decoration: none;
    color: #fff; }
  .page-block .cta_block li img {
    margin-bottom: 20px; }
  .page-block .cta_block li .text {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    display: block; }
.page-block .btn-wrapper {
  margin-bottom: 0; }
  .page-block .btn-wrapper li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 5px; }

.quote-blocks ul {
  margin-top: 40px; }
  .quote-blocks ul li {
    padding: 30px 20px;
    float: left;
    background: #223746;
    width: 49.42029%;
    margin-right: 1.08696%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .quote-blocks ul li {
        width: 100%;
        margin-bottom: 20px; }
        .quote-blocks ul li:last-child {
          margin-bottom: 0; } }
    .quote-blocks ul li:nth-child(even) {
      margin-right: 0; }
    .quote-blocks ul li img {
      display: block;
      margin: 0 auto 30px; }
    .quote-blocks ul li .title,
    .quote-blocks ul li .content,
    .quote-blocks ul li .price {
      display: block;
      color: #fff; }
      .quote-blocks ul li .title p,
      .quote-blocks ul li .content p,
      .quote-blocks ul li .price p {
        color: #fff; }
    .quote-blocks ul li .title {
      font-size: 27px;
      font-size: 2.7rem;
      line-height: 48px; }
    .quote-blocks ul li .content {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 48px;
      margin-bottom: 20px; }
    .quote-blocks ul li .price {
      color: #f8981d;
      font-weight: bold;
      font-size: 38px;
      font-size: 3.8rem;
      margin-bottom: 30px; }
    .quote-blocks ul li .btn-orange {
      padding: 17px 19px; }

.services-blocks {
  margin-bottom: 70px;
  letter-spacing: -1.2px; }
  @media only screen and (max-width: 1305px) {
    .services-blocks {
      margin-bottom: 40px; } }
  .services-blocks li {
    background: #223746;
    color: #fff;
    padding: 120px 70px 100px;
    width: 66.30435%;
    margin-right: 0.72464%;
    margin-bottom: 0.72464%;
    float: left; }
    @media only screen and (max-width: 1305px) {
      .services-blocks li {
        padding: 70px !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important; } }
    @media only screen and (max-width: 768px) {
      .services-blocks li {
        padding: 40px !important; } }
    .services-blocks li .left-col {
      float: left;
      width: 30.64067%;
      text-align: center;
      margin-right: 4.17827%; }
      @media only screen and (max-width: 1305px) {
        .services-blocks li .left-col {
          width: 100% !important;
          margin: 0 0 20px 0 !important; } }
      .services-blocks li .left-col img {
        margin-bottom: 20px; }
    .services-blocks li .right-col {
      float: right;
      width: 64.06685%; }
      @media only screen and (max-width: 1305px) {
        .services-blocks li .right-col {
          width: 100% !important;
          text-align: center; } }
    .services-blocks li .title {
      font-size: 30px;
      font-size: 3rem;
      line-height: 35px; }
    .services-blocks li .subtitle {
      font-family: "Montserrat", sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 24px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-top: 7px;
      margin-bottom: 45px; }
    .services-blocks li .button {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      padding: 12px 37px;
      border-radius: 3px;
      border: 2px solid #f8981d;
      font-weight: bold;
      font-size: 13px;
      font-size: 1.3rem; }
      .services-blocks li .button:hover {
        background: #f8981d;
        background: rgba(248, 152, 29, 0.7); }
    .services-blocks li.full {
      width: 100%;
      text-align: center;
      padding-right: 150px; }
      .services-blocks li.full .left-col {
        width: 20.24922%; }
      .services-blocks li.full .right-col {
        width: 75.54517%; }
    .services-blocks li.skyscraper, .services-blocks li.skyscraper-left {
      width: 32.97101%; }
    .services-blocks li.skyscraper {
      padding: 120px 50px;
      margin-right: 0;
      float: right;
      text-align: center; }
      @media only screen and (max-width: 1305px) {
        .services-blocks li.skyscraper {
          height: auto !important; } }
      .services-blocks li.skyscraper .left-col,
      .services-blocks li.skyscraper .right-col {
        width: 100%; }
      .services-blocks li.skyscraper .left-col img {
        display: block;
        margin: 0 auto 20px; }
      .services-blocks li.skyscraper .title {
        margin-bottom: 85px; }
        @media only screen and (max-width: 1305px) {
          .services-blocks li.skyscraper .title {
            margin-bottom: 0; } }
      .services-blocks li.skyscraper .subtitle {
        margin-bottom: 90px; }
    .services-blocks li.skyscraper-left {
      float: left; }
    .services-blocks li.right {
      float: right;
      margin-right: 0; }
  .services-blocks .button {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f8981d; }

.table-section h3 {
  background: #f8981d;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  padding: 15px; }
.table-section table {
  margin-left: -0.8%;
  width: 101.5%;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  border-spacing: 10px;
  border-collapse: separate; }
  @media only screen and (max-width: 630px) {
    .table-section table {
      margin-left: -2.5%;
      width: 105%; } }
  @media only screen and (max-width: 430px) {
    .table-section table {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 360px) {
    .table-section table {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-section table td {
    background: #223746;
    padding: 20px;
    color: #fff; }
    @media only screen and (max-width: 430px) {
      .table-section table td {
        padding: 10px; } }
  .table-section table tr:first-child td {
    background: #223746 !important;
    color: #fff !important; }
  .table-section table tr td:nth-child(2),
  .table-section table tr td:nth-child(3) {
    background: #fff;
    color: #223746; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  line-height: normal;
  color: #f8981d;
  margin-bottom: 30px; }
.wysiwyg h1 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 55px; }
.wysiwyg h2 {
  font-size: 40px;
  font-size: 4rem; }
.wysiwyg h3 {
  font-size: 36px;
  font-size: 3.6rem; }
.wysiwyg h4 {
  font-size: 30px;
  font-size: 3rem; }
.wysiwyg h5 {
  font-size: 28px;
  font-size: 2.8rem; }
.wysiwyg h6 {
  font-size: 24px;
  font-size: 2.4rem; }
.wysiwyg p {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px; }

.shared-cta-blocks ul {
  margin: 10px 0 0; }
  @media only screen and (max-width: 1380px) {
    .shared-cta-blocks ul {
      margin-top: 20px; } }
.shared-cta-blocks li {
  background: #223746;
  float: left;
  width: 32.82609%;
  width: 32.85024%;
  margin-right: 0.72464%;
  padding: 125px 60px;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 1380px) {
    .shared-cta-blocks li {
      padding: 60px; } }
  @media only screen and (max-width: 1200px) {
    .shared-cta-blocks li {
      width: 100%;
      margin-bottom: 20px; }
      .shared-cta-blocks li:last-child {
        margin-bottom: 0; } }
  .shared-cta-blocks li:last-child {
    margin-right: 0; }
  .shared-cta-blocks li a {
    color: #fff; }
.shared-cta-blocks .title {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px; }
.shared-cta-blocks .excerpt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  margin-bottom: 40px; }
.shared-cta-blocks .button {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 220px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  border: 2px solid #fff;
  padding: 15px; }
  .shared-cta-blocks .button:hover {
    background: #f8981d;
    border: 2px solid #f8981d; }

.marker-inner {
  padding: 20px;
  color: #223746; }
  .marker-inner .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px; }
  .marker-inner .address {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    display: block;
    margin-bottom: 20px; }
    .marker-inner .address.alt {
      margin-bottom: 0; }
  .marker-inner .tel {
    margin-bottom: 10px; }
  .marker-inner .tel,
  .marker-inner .email {
    display: block;
    font-size: 18px;
    font-size: 1.8rem; }
    .marker-inner .tel span,
    .marker-inner .email span {
      font-weight: bold; }

/* Team
   ========================================================================== */
.team .section__header {
  text-align: left; }

.team .section__header__subheading:before {
  margin-left: 0; }

.team .col-xs-6 {
  padding: 0 10px 20px 10px; }

.team .col-xs-6:nth-of-type(odd) {
  clear: left; }

@media (min-width: 960px) {
  .team {
    padding-top: 60px;
    padding-bottom: 60px; }

  .team .section__header {
    text-align: center; }

  .team .section__header__subheading:before {
    margin-left: auto; }

  .team .col-xs-6:nth-of-type(odd) {
    clear: none; }

  .team .col-xs-6:nth-of-type(3n + 1) {
    clear: left; } }
@media (min-width: 992px) {
  .team .col-xs-6:nth-of-type(3n + 1) {
    clear: none; }

  .team .col-xs-6:nth-of-type(4n + 1) {
    clear: left; } }
.team__directory {
  margin: 30px 0 30px 0; }

@media (min-width: 960px) {
  .cssanimations.no-touch .team .animation {
    opacity: .5; }

  .cssanimations.no-touch .team .is-animated.animation {
    -webkit-animation: fadeIn 750ms ease-out forwards;
    animation: fadeIn 750ms ease-out forwards; } }
/* ==========================================================================
   Team Member
   ========================================================================== */
/**
 * The 'Team Member' module is built on top of vcard. Markup is as
 * follows:
 *
 *     <div class="team-member">
 *       <a class="team-member__wrapper url" href="...">
 *         <div class="team-member__wrapper__front">
 *           <img class="team-member__image photo" src="...">
 *           <div class="team-member__content">
 *             <span class="team-member__name fn">...</span>
 *             <span class="team-member__role note">...</span>
 *           </div>
 *         </div>
 *         <div class="team-member__wrapper__back" ...></div>
 *       </a>
 *     </div>
 */
.team-member, .team-member--has-hidden-image {
  text-align: center;
  overflow-y: hidden; }

.team-member a, .team-member--has-hidden-image a {
  color: inherit;
  display: block;
  text-decoration: none; }

@media (min-width: 960px) {
  .team-member, .team-member--has-hidden-image {
    padding: 0 0 100%;
    position: relative;
    width: 100%; }

  .team-member:focus .team-member__content, .team-member--has-hidden-image:focus .team-member__content, .team-member:hover .team-member__content, .team-member--has-hidden-image:hover .team-member__content, .team-member:active .team-member__content, .team-member--has-hidden-image:active .team-member__content {
    opacity: 1; } }
@media (min-width: 960px) {
  .team-member__wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; } }
.team-member__wrapper:focus .team-member__wrapper__front img, .team-member__wrapper:hover .team-member__wrapper__front img, .team-member__wrapper:active .team-member__wrapper__front img {
  opacity: .667; }

.team-member__wrapper__images {
  background: #303c40;
  margin-bottom: .5em; }

@media (min-width: 960px) {
  .team-member__wrapper__images {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    width: 100%; } }
@media (min-width: 960px) {
  .team-member__wrapper__front,
  .team-member__wrapper__back {
    height: 100%;
    position: absolute;
    width: 100%; } }
.team-member__wrapper__front img {
  height: auto;
  max-width: none;
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  width: 100%; }

.team-member__wrapper__back {
  background: #303c40;
  display: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.team-member__wrapper__back img {
  height: auto;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

@media (min-width: 960px) {
  .team-member__content {
    background: #fcfcfa;
    background: rgba(252, 252, 250, 0.8);
    bottom: .5em;
    left: .5em;
    opacity: 0;
    padding: .75em 0;
    position: absolute;
    right: .5em;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out; } }
.team-member__name {
  display: block;
  font-family: "Adelle Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0 0 .125em; }

@media (max-width: 580px) {
  .team-member__name {
    color: #fff;
    font-size: 16px; } }
.team-member__role {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  opacity: .667em; }

@media (min-width: 480px) {
  .team-member__role {
    font-size: 14px;
    line-height: 1.4285714286; } }
.half_column {
  background: #172d3c; }
  @media only screen and (max-width: 900px) {
    .half_column {
      /*margin-bottom: 40px;*/ } }
  .half_column .left-col {
    float: left;
    width: 50%;
    margin: 50px 0 25px 0;
    padding: 0 80px 0 80px;
    /*margin-right: percentage(30/1380);*/ }
    @media only screen and (max-width: 960px) {
      .half_column .left-col {
        width: 100%;
        text-align: center;
        margin: 0 auto 70px;
        padding: 0 20px 0 20px; } }
    .half_column .left-col p a {
      text-decoration: none; }
  .half_column .right-col {
    float: right;
    margin: 50px 0 25px 0;
    padding: 0 80px 0 80px;
    width: 50%; }
    @media only screen and (max-width: 960px) {
      .half_column .right-col {
        width: 100%;
        padding: 0 20px 0 20px; } }
    .half_column .right-col p a {
      text-decoration: none; }

.col-md-3 {
  margin-bottom: 25px; }

/* Has Hidden Image
   ========================================================================== */
@media (min-width: 960px) {
  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image {
    -webkit-perspective: 800px;
    perspective: 800px; }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper:focus .team-member__wrapper__front img, .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper:hover .team-member__wrapper__front img, .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper:active .team-member__wrapper__front img {
    opacity: 1; }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper__images {
    background: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms; }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper__front,
  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }
@media (min-width: 960px) and (min-width: 960px) {
  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper__back {
    display: block; } }
@media (min-width: 960px) {
  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__wrapper__front img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image .team-member__content {
    -webkit-transition: opacity 100ms 100ms;
    transition: opacity 100ms 100ms; }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image:hover .team-member__wrapper__images {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  .csstransforms3d.cssanimations.no-touch .team-member--has-hidden-image:hover .team-member__content {
    opacity: 1; } }
.masthead {
  z-index: 7930;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  @media only screen and (max-width: 768px) {
    .masthead {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68839b+0,e5b678+100 */
      background: #68839b;
      /* Old browsers */
      background: -moz-linear-gradient(left, #68839b 0%, #e5b678 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #68839b 0%, #e5b678 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #68839b 0%, #e5b678 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68839b', endColorstr='#e5b678',GradientType=1 );
      /* IE6-9 */ } }
  .masthead .wrapper {
    position: relative; }
  .masthead.scroll {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#68839b+0,e5b678+100 */
    background: #68839b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #68839b 0%, #e5b678 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #68839b 0%, #e5b678 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #68839b 0%, #e5b678 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68839b', endColorstr='#e5b678',GradientType=1 );
    /* IE6-9 */ }
    .masthead.scroll .grad-bar {
      display: none; }
  .masthead.no-bg {
    background: transparent !important; }
    @media only screen and (max-width: 600px) {
      .nav-active .masthead.no-bg {
        background: #223746 !important; } }
  .masthead .grad-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003263+0,f8981d+100 */
    background: #003263;
    /* Old browsers */
    background: -moz-linear-gradient(left, #003263 0%, #f8981d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #003263 0%, #f8981d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003263 0%, #f8981d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003263', endColorstr='#f8981d',GradientType=1 );
    /* IE6-9 */ }
    @media only screen and (max-width: 768px) {
      .masthead .grad-bar {
        display: none; } }
  .masthead .nav-right {
    float: right;
    line-height: 30px;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .masthead .nav-right {
        margin-top: 10px; } }
    @media only screen and (max-width: 600px) {
      .masthead .nav-right {
        position: absolute;
        top: 12px;
        right: 20px;
        margin-top: 0; } }

.header-logo {
  float: left; }
  @media only screen and (max-width: 768px) {
    .header-logo img {
      width: 200px; } }

.header-top-nav {
  float: left; }
  @media only screen and (max-width: 600px) {
    .header-top-nav {
      display: none; } }
  .header-top-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px; }
    .header-top-nav li a {
      color: #fff;
      font-family: Tahoma, Verdana, Segoe, sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: 1px solid transparent; }
      .header-top-nav li a:hover {
        border-bottom: 1px solid; }
  .header-top-nav.moved {
    float: none;
    margin-bottom: 30px; }
    .header-top-nav.moved li {
      display: block;
      margin-right: 0; }

.menu-content {
  color: #fff; }
  .menu-content hr {
    width: 75px;
    height: 3px;
    border: 0;
    background: #fff;
    margin: 40px 0; }
  .menu-content a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem; }
  .menu-content p {
    color: #fff; }

.main-nav {
  background: #223746;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  background: #223746;
  width: 266px;
  box-sizing: content-box;
  bottom: 0;
  height: 100%;
  padding: 260px 30px;
  transform: translateX(100%);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 7920; }
  .hashchange.no-canvas .main-nav, .no-hashchange .main-nav {
    right: -100%; }
  .main-nav.active {
    transform: translateX(0);
    overflow: auto; }
    .hashchange.no-canvas .main-nav.active, .no-hashchange .main-nav.active {
      right: 0; }
    .main-nav.active nav {
      padding-bottom: 200px; }
  .touch .main-nav {
    padding: 100px 20px; }
  .main-nav hr {
    text-align: left; }
  @media only screen and (max-width: 600px) {
    .main-nav {
      padding: 20px !important;
      margin-top: 90px;
      width: 100%;
      box-sizing: border-box; } }
  .main-nav li {
    margin-bottom: 30px; }
    @media only screen and (max-width: 420px) {
      .main-nav li {
        margin-bottom: 5px; } }
    .main-nav li:last-child {
      margin-bottom: 0; }
    .main-nav li.current_page_item a {
      color: #f8981d; }
    .main-nav li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: 1px solid transparent; }
      .main-nav li a:hover {
        border-bottom: 1px solid; }
    @media only screen and (max-width: 420px) {
      .main-nav li a {
        color: #223746;
        background: #fff;
        width: 100%;
        display: inline-block;
        padding: 15px 10px;
        border-radius: 5px; } }
  .main-nav nav {
    display: none;
    overflow: auto; }

.post-type-archive-resource .menu-item-88 a,
.single-resource .menu-item-88 a {
  color: #f8981d; }

.nav-overlay {
  display: none;
  position: fixed;
  z-index: 7910;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(34, 55, 70, 0.6); }

.nav-toggle {
  z-index: 9999;
  font-size: 25px;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==); }

.nav-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -0.1em;
  background-color: #f8981d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.nav-toggle span:after,
.nav-toggle span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8981d;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.nav-toggle span:before {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em); }

.nav-toggle span:after {
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em); }

.nav-toggle.active span:after {
  -webkit-transform: translateY(-0.36em) translateX(0.65em) rotate(45deg) scaleX(0.6);
  transform: translateY(-0.35em) translateX(0.65em) rotate(45deg) scaleX(0.6); }

.nav-toggle.active span:before {
  -webkit-transform: translateY(0.36em) translateX(0.65em) rotate(-45deg) scaleX(0.6);
  transform: translateY(0.35em) translateX(0.65em) rotate(-45deg) scaleX(0.6); }

.mastfoot {
  background: #d2d4d3; }
  .mastfoot a {
    color: #223746; }
  .mastfoot .wrapper {
    padding: 55px 20px; }
  .mastfoot .bottom-bar {
    background: #f8981d;
    text-align: center; }
    .mastfoot .bottom-bar img {
      display: inline-block;
      *display: inline;
      zoom: 1; }
  .mastfoot .col1 {
    width: 46.47887%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .mastfoot .col1 {
        width: 100%; } }
    .mastfoot .col1 .text {
      color: #223745;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 27px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 50px; }
  .mastfoot .col2 {
    float: right; }
    @media only screen and (max-width: 768px) {
      .mastfoot .col2 {
        float: left;
        margin-top: 40px; } }
  .mastfoot .footer-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 30px 0; }
    .mastfoot .footer-nav li:last-child:after {
      display: none; }
    .mastfoot .footer-nav li:after {
      content: "-";
      margin-left: 5px;
      position: relative;
      top: 2px; }
  .mastfoot .footer-nav a {
    color: #223745;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid transparent; }
    .mastfoot .footer-nav a:hover {
      border-bottom: 1px solid; }
  .mastfoot .footer-nav2 {
    text-align: right;
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 36px; }
    @media only screen and (max-width: 768px) {
      .mastfoot .footer-nav2 {
        text-align: left;
        margin-bottom: 0; } }
    .mastfoot .footer-nav2 a {
      text-decoration: none;
      color: #223745;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -ms-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
      border-bottom: 1px solid transparent; }
      .mastfoot .footer-nav2 a:hover {
        border-bottom: 1px solid; }

.footer-logo span {
  color: #7e7e7e;
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem; }

.social-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px; }
  .social-links li:last-child {
    margin-right: 0; }
.social-links .fa {
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #223746;
  border: 1px solid #223746;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .social-links .fa:hover {
    color: #fff;
    background: #223746; }

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