@charset "UTF-8";
/*
Theme Name: KBL
Theme URI: http://components.underscores.me/
Author: Jason Rawsterne
Author URI: https://www.freshfield.com/
Description: A custom theme for KBL
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kbl
Tags: KBL Solicitors Theme


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

KBL is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables/Neat
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Components
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  float: none;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #3e7998;
  color: #ffffff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Ubuntu", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr, acronym {
  border-bottom: 1px dotted #00646a;
  cursor: help;
}

mark, ins {
  background: #3e7998;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

blockquote {
  border-left: solid 10px #3e7998;
  font-style: italic;
  padding: 20px;
  color: #3e7998;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #3e7998;
  border: 1px solid #00646a;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #3e7998;
}

select {
  border: 1px solid #00646a;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #3e7998;
  border-radius: 3px;
  background: #3e7998;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #00646a;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #333;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #3e7998;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

table.responsive {
  border-collapse: collapse;
  min-width: 200px;
  margin: 0 0 2.5em;
}
table.responsive tr {
  display: block;
  padding: 0.5em;
  border: 1px solid #e9e9e9;
}
table.responsive thead {
  display: none;
}
table.responsive td {
  display: block;
  padding-left: 34%;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: left;
}
table.responsive td:before {
  content: attr(data-label);
  display: inline-block;
  width: 50%;
  margin-left: -50%;
  font-weight: bold;
}
table.responsive tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.responsive tbody td:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (min-width: 60em) {
  table.responsive thead {
    display: table-header-group;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
  }
  table.responsive thead tr {
    background-color: #000000;
  }
  table.responsive thead th {
    padding: 9px 10px;
  }
  table.responsive thead th:not(:last-child) {
    border-right: 1px solid #f8f8f8;
  }
  table.responsive tr {
    display: table-row;
  }
  table.responsive td {
    display: table-cell;
    padding: 9px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
  }
  table.responsive td:before {
    display: none;
  }
  table.responsive td:last-child {
    width: 12%;
  }
  table.responsive tbody td:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #e9e9e9;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* 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: #3e7998;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #3e7998;
  display: block;
  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. */
}

.accordion-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 100px 0;
  padding: 6rem 0 10rem 0;
}
.accordion-container::after {
  clear: both;
  content: "";
  display: block;
}
.accordion-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}
.accordion-container h3 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  color: #00646a;
}

.accordion {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  padding: 0;
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion li.is-expanded > a.expander:after {
  display: inline-block;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion li.expander {
  border-bottom: 1px solid #eeeeee;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion li.expander > a.expander {
  color: #333;
  display: block;
  padding: 14px 0;
  padding: 1.4rem 0;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
.accordion li.expander > a.expander:after {
  content: "\f078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 6px;
}
.accordion li.expander:last-child {
  border: none;
}
.accordion ul.submenu {
  display: none;
  list-style: none;
}
.accordion ul.submenu li {
  padding: 16px 40px 30px 0;
  padding: 1.6rem 4rem 3rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.accordion ul.submenu li p:last-of-type {
  margin-bottom: 0;
}
.accordion ul.submenu li ul {
  margin: 0 0 0 20px;
  padding: 0 0 20px 0;
}
.accordion ul.submenu li ul li {
  margin: 0 0 10px 20px;
  padding: 0;
}
.accordion .is-expanded {
  display: block;
  padding-bottom: 0;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 999;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 100, 106, 0.8) url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.6;
}
.no-touch .cd-top:hover {
  background-color: #00646a;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cd-top {
    height: 40px;
    width: 40px;
    bottom: 60px;
    right: 10px;
  }
}

:focus {
  outline: -webkit-focus-ring-color none 0 !important;
  outline-width: 0 !important;
}

.subscription-newsletter-wrapper .mc-field-group {
  width: 100% !important;
}
.subscription-newsletter-wrapper #mc-embedded-subscribe-form {
  padding: 0px;
}
.subscription-newsletter-wrapper .marketing-preferences-container {
  padding-bottom: 0px !important;
}
.subscription-newsletter-wrapper .marketing-preferences-wrapper ul li {
  padding: 10px 0px !important;
}
.subscription-newsletter-wrapper .marketing-preferences-wrapper ul li label .preference-title {
  font-weight: 400;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  clear: right;
  margin-left: 5px;
  margin-bottom: 0px;
  color: #00646a;
  font-family: "lato", sans-serif;
}
.subscription-newsletter-wrapper .marketing-preferences-wrapper ul li label .preference-description {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  display: block;
  margin: 5px 20px 5px 20px;
}
.subscription-newsletter-wrapper input[type=text],
.subscription-newsletter-wrapper input[type=email], .subscription-newsletter-wrapper select {
  background-color: #e6e6e6;
  width: 100%;
  border: none;
  min-height: 50px;
  border-radius: 0px;
  color: #3e7998;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  text-transform: normal;
  text-indent: 2%;
}
.subscription-newsletter-wrapper .mc-field-group select {
  width: 100% !important;
}
.subscription-newsletter-wrapper .subscribe-label {
  color: #00646a;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 5px 0 10px 0;
  font-size: 20px;
  font-size: 2rem;
}
.subscription-newsletter-wrapper input[type=submit] {
  background: #00646a;
  color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  text-transform: normal;
  min-width: 200px;
  padding: 15px 15px;
  float: right;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "lato", sans-serif;
}
.subscription-newsletter-wrapper input[type=submit]:hover, .subscription-newsletter-wrapper input[type=submit]:focus {
  background: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.subscription-newsletter-wrapper input[type=submit]:disabled {
  cursor: default;
}
.subscription-newsletter-wrapper .rfu-disclaimer {
  margin: 10px 0px 0px 0px;
}
.subscription-newsletter-wrapper .rfu-disclaimer p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "lato", sans-serif;
}
.subscription-newsletter-wrapper .mc-field-group {
  padding-bottom: 1% !important;
}
.subscription-newsletter-wrapper #mce-responses {
  margin: 20px 0px !important;
  width: 100% !important;
  padding: 0px !important;
  border: none !important;
}
.subscription-newsletter-wrapper #mce-responses .response {
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #483949 !important;
  font-weight: 400;
  border: 3px solid #483949 !important;
  margin: 10px 0px;
  padding: 10px !important;
  width: 100%;
}

.image-crop {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.image-crop .centered-vertical-crop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  -webkit-transform-origin: 300% 300% 0;
      -ms-transform-origin: 300% 300% 0;
          transform-origin: 300% 300% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image-crop .centered-horizontal-crop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 300% 300% 0;
      -ms-transform-origin: 300% 300% 0;
          transform-origin: 300% 300% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-crop-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.centered-vertical-crop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

.centered-horizontal-crop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.office-location-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.office-location-container {
  padding: 0 0 40px 0;
  padding: 0 0 4rem 0;
}
.office-location-container::after {
  clear: both;
  content: "";
  display: block;
}
.office-location-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.office-location-container .details-wrapper {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .office-location-container .details-wrapper {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.office-location-container .details-wrapper a {
  color: #00646a;
  text-decoration: none;
}
.office-location-container .details-wrapper a:hover, .office-location-container .details-wrapper a:active, .office-location-container .details-wrapper a:focus {
  color: #333;
}
.office-location-container .details-wrapper p {
  margin-bottom: 0;
  line-height: 1.9em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #00646a;
}
.office-location-container .details-wrapper p.building:before {
  content: "\f0f7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
}
.office-location-container .details-wrapper p.phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
}
.office-location-container .details-wrapper p.fax:before {
  content: "\f1ac";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
}
.office-location-container .details-wrapper p.email:before {
  content: "\f003";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
}
.office-location-container .acf-map {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  height: 500px;
  font-size: 18px;
  font-size: 1.75rem;
  margin-top: 10px;
}
.office-location-container .acf-map h5 {
  margin: 5px 0 !important;
  padding: 0 0 !important;
  font-size: 24px;
  font-size: 2.4rem;
}
.office-location-container .acf-map p {
  font-size: 18px;
  font-size: 1.8rem;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
  outline: none;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider.slider-main {
  margin: 0;
  padding: 0;
}

.flexslider.slider-main .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider.slider-main .slides img {
  width: 100%;
  display: block;
}

.flexslider.slider-main .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider.slider-main .slides {
  display: block;
}

* html .flexslider.slider-main .slides {
  height: 1%;
}

.no-js .flexslider.slider-main .slides > li:first-child {
  display: block;
}

.flexslider.slider-main {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider.slider-main .slides {
  zoom: 1;
}

.slider-main .flex-viewport {
  width: 100% !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slider-main .carousel li {
  margin-right: 5px;
}

.slider-main .flex-direction-nav {
  *height: 0;
}

.slider-main .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 47px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-main .flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 35px;
  display: inline-block;
  content: "\f053";
  color: #fff;
}

.slider-main .flex-direction-nav a.flex-next:before {
  content: "\f054";
}

.slider-main .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: -50px;
}

.slider-main .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: -50px;
  text-align: right;
}

.flexslider.slider-main:hover .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: 5px;
}

.flexslider.slider-main:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider.slider-main:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 5px;
}

.flexslider.slider-main:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.slider-main .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.slider-main .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.slider-main .flex-pauseplay a:before {
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.slider-main .flex-pauseplay a:hover {
  opacity: 1;
}

.slider-main .flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.slider-main .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.slider-main .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.slider-main .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.slider-main .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.slider-main .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.slider-main .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.slider-main .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.slider-main .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slider-main .flex-control-thumbs img:hover {
  opacity: 1;
}

.slider-main .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

div.banner-caption {
  position: absolute;
  display: block;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

div.caption-background {
  background: #000;
  padding: 0 30px;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .slider-main .flex-direction-nav .flex-prev {
    opacity: 0.4;
    left: 5px;
    top: 50%;
  }
  .slider-main .flex-direction-nav .flex-next {
    opacity: 0.4;
    right: 5px;
    top: 50%;
  }
  .slider-main .flex-direction-nav a:before {
    font-size: 20px;
  }
  .slider-main .flex-direction-nav a {
    width: 40px;
    height: 25px;
  }
}
/* ====================================================================================================================
 * SITE SPECIFIC STYLING
 * ====================================================================================================================*/
.slider-main {
  width: 100%;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 1680px) {
  .slider-main {
    min-height: 700px;
  }
}
@media screen and (max-width: 1300px) {
  .slider-main {
    min-height: 600px;
  }
}
@media screen and (max-width: 850px) {
  .slider-main {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .slider-main {
    min-height: 250px;
  }
}
.slider-main .flex-active-slide {
  z-index: 88;
  opacity: 1;
}
.slider-main .slide-holder {
  max-width: 100%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .slider-main .slide-holder {
    min-height: 700px;
  }
}
@media screen and (max-width: 1300px) {
  .slider-main .slide-holder {
    min-height: 600px;
  }
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .slider-main .slide-holder {
    min-height: 250px;
  }
}
.slider-main .slide-holder img {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.slider-main .slide-holder .abs-holder {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding-top: 180px;
}
@media screen and (max-width: 1680px) {
  .slider-main .slide-holder .abs-holder {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1300px) {
  .slider-main .slide-holder .abs-holder {
    padding-top: 100px;
  }
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder {
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .slider-main .slide-holder .abs-holder {
    padding-top: 35px;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover {
  position: absolute;
  padding: 20px;
  color: #ffffff;
  width: 75%;
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder .abs-layover {
    width: 100%;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover .hashtag {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 27px;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder .abs-layover .hashtag {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .slider-main .slide-holder .abs-holder .abs-layover .hashtag {
    display: none;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover .slide-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 70px;
  font-size: 7rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1680px) {
  .slider-main .slide-holder .abs-holder .abs-layover .slide-title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .slider-main .slide-holder .abs-holder .abs-layover .slide-title {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder .abs-layover .slide-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .slider-main .slide-holder .abs-holder .abs-layover .slide-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover .subtitle {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1680px) {
  .slider-main .slide-holder .abs-holder .abs-layover .subtitle {
    margin-bottom: 33px;
    margin-bottom: 3.25rem;
  }
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder .abs-layover .subtitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .slider-main .slide-holder .abs-holder .abs-layover .subtitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover .link {
  font-size: 26px;
  font-size: 2.6rem;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  max-width: 600px;
  padding: 5px 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1680px) {
  .slider-main .slide-holder .abs-holder .abs-layover .link {
    max-width: 500px;
  }
}
@media screen and (max-width: 850px) {
  .slider-main .slide-holder .abs-holder .abs-layover .link {
    font-size: 22px;
    font-size: 2.2rem;
    max-width: 400px;
  }
}
.slider-main .slide-holder .abs-holder .abs-layover .link:hover, .slider-main .slide-holder .abs-holder .abs-layover .link:active, .slider-main .slide-holder .abs-holder .abs-layover .link:focus {
  background-color: #eeeeee;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.slider-main .slide-holder .abs-holder .abs-layover .link a {
  color: #ffffff;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
}
.slider-main .slide-holder .abs-holder .abs-layover .link a:hover, .slider-main .slide-holder .abs-holder .abs-layover .link a:active, .slider-main .slide-holder .abs-holder .abs-layover .link a:focus {
  color: #333;
}
.slider-main .slide-holder .abs-holder .abs-layover .link a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.search-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 100, 106, 0.9);
  color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay.active .search-overlay-inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.search-overlay .search-overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2rem;
  text-align: center;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.search-overlay .search-overlay-content {
  max-width: 600px;
  width: 100%;
  text-align: left;
}
.search-overlay .search-overlay-content p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.search-overlay .search-overlay-content .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.search-overlay .search-overlay-content .search-form .search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.8rem 2.6rem;
  font-size: 1.8rem;
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1.2;
}
.search-overlay .search-overlay-content .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-overlay .search-overlay-content .search-form .search-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-overlay .search-overlay-content .search-form .search-field:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-overlay .search-overlay-content .search-form .search-field::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-overlay .search-overlay-content .search-form .search-field::placeholder {
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.search-overlay .search-overlay-content .search-form .search-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-overlay .search-overlay-content .search-form .search-field:focus::-moz-placeholder {
  opacity: 0;
}
.search-overlay .search-overlay-content .search-form .search-field:focus:-ms-input-placeholder {
  opacity: 0;
}
.search-overlay .search-overlay-content .search-form .search-field:focus::-ms-input-placeholder {
  opacity: 0;
}
.search-overlay .search-overlay-content .search-form .search-field:focus::placeholder {
  opacity: 0;
}
.search-overlay .search-overlay-content .search-form .search-submit {
  display: inline-block;
  color: #00646a;
  background: white;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}

.ssba h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  display: inline;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 15px;
}
.ssba .fa, .ssba .fa-brands {
  font-size: 26px;
  font-size: 2.6rem;
}

.facebook a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.facebook a:hover, .facebook a:active, .facebook a:focus {
  color: #3B5998;
}

.twitter a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.twitter a:hover, .twitter a:active, .twitter a:focus {
  color: #55acee;
}

.linkedin a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
}
.linkedin a:hover, .linkedin a:active, .linkedin a:focus {
  color: #0073b1;
}

.social-icon-wrapper {
  display: inline;
  padding: 0px 10px 0 0;
}
.social-icon-wrapper a:hover, .social-icon-wrapper a:active, .social-icon-wrapper a:focus {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonials-wrapper {
  background-color: #00646a;
  background-size: cover;
  background-position: center center;
}

.testimonials-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  padding: 8rem 0;
}
.testimonials-container::after {
  clear: both;
  content: "";
  display: block;
}

.grid-testimonials {
  position: relative;
  background-color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.grid-testimonials ul.cd-testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-testimonials ul.cd-testimonials > li {
  opacity: 0;
}
.grid-testimonials ul.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.grid-testimonials h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.55rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  line-height: 1.1em;
}
.grid-testimonials p {
  font-size: 28px;
  font-size: 2.75rem;
  width: 60%;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1em;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  quotes: "“" "”" "‘" "’";
}
@media screen and (max-width: 850px) {
  .grid-testimonials p {
    width: 100%;
  }
}
.grid-testimonials p:before {
  content: open-quote;
}
.grid-testimonials p:after {
  content: close-quote;
}
.grid-testimonials a.arrow {
  text-decoration: none;
  color: white;
  position: absolute;
  bottom: -8px;
  z-index: 20;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.grid-testimonials a.arrow:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
}
.grid-testimonials a.arrow:after:hover, .grid-testimonials a.arrow:after:active, .grid-testimonials a.arrow:after:focus {
  text-decoration: none;
}
.grid-testimonials a.arrow:hover, .grid-testimonials a.arrow:active, .grid-testimonials a.arrow:focus {
  color: black;
}
.grid-testimonials .testee {
  color: #ffffff;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  font-size: 22px;
  font-size: 2.2rem;
}

.quote-loop-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.quote-loop-container {
  padding: 30px 20px 40px 0;
  padding: 3rem 2rem 4rem 0;
}
.quote-loop-container::after {
  clear: both;
  content: "";
  display: block;
}
.quote-loop-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}

.quote-card-wrapper {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  position: relative;
  color: #ffffff;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 40px 70px 40px 70px;
  padding: 4rem 7rem 4rem 7rem;
}
@media screen and (max-width: 500px) {
  .quote-card-wrapper {
    padding: 20px 35px 20px 35px;
    padding: 2rem 3.5rem 2rem 3.5rem;
  }
}
.quote-card-wrapper.column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 850px) {
  .quote-card-wrapper.column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.quote-card-wrapper.column:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.quote-card-wrapper.full-width {
  width: calc(79.1666666667% - 35.8333333333px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .quote-card-wrapper.full-width {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .quote-card-wrapper.full-width {
    width: calc(90% - 28.5px);
    float: left;
    margin-left: 15px;
  }
}
.quote-card-wrapper.full-width:nth-child(odd) {
  float: left;
}
.quote-card-wrapper.full-width:nth-child(even) {
  float: right;
  text-align: right;
}
.quote-card-wrapper.full-width:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.quote-card-wrapper blockquote {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  border-left: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .quote-card-wrapper blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}
.quote-card-wrapper blockquote p {
  quotes: "“" "”" "‘" "’";
  margin-bottom: 30px;
}
.quote-card-wrapper blockquote p:before {
  content: open-quote;
}
.quote-card-wrapper blockquote p:after {
  content: close-quote;
}
.quote-card-wrapper p.quotee {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .quote-card-wrapper p.quotee {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.quote-card-wrapper p.company {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .quote-card-wrapper p.company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.quote-card-wrapper:nth-child(4n+1) {
  background-color: #00646a;
}
.quote-card-wrapper:nth-child(4n+2) {
  background-color: #3e7998;
}
.quote-card-wrapper:nth-child(4n+3) {
  background-color: #483949;
}
.quote-card-wrapper:nth-child(4n+4) {
  background-color: #333333;
}

.case-study-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.case-study-loop-container {
  padding: 30px 20px 40px 0;
  padding: 3rem 2rem 4rem 0;
}
.case-study-loop-container::after {
  clear: both;
  content: "";
  display: block;
}
.case-study-loop-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}

.case-study-card-wrapper {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  position: relative;
  color: #ffffff;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 40px 70px 40px 70px;
  padding: 4rem 7rem 4rem 7rem;
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper {
    padding: 20px 35px 20px 35px;
    padding: 2rem 3.5rem 2rem 3.5rem;
  }
}
.case-study-card-wrapper.column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 850px) {
  .case-study-card-wrapper.column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.case-study-card-wrapper.column:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.case-study-card-wrapper.full-width {
  width: calc(79.1666666667% - 35.8333333333px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .case-study-card-wrapper.full-width {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper.full-width {
    width: calc(90% - 28.5px);
    float: left;
    margin-left: 15px;
  }
}
.case-study-card-wrapper.full-width:nth-child(odd) {
  float: left;
}
.case-study-card-wrapper.full-width:nth-child(even) {
  float: right;
  text-align: right;
}
.case-study-card-wrapper.full-width:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}
.case-study-card-wrapper blockquote {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  border-left: none;
  padding: 0;
  margin: 0;
  font-style: normal;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
  }
}
.case-study-card-wrapper blockquote p {
  quotes: "“" "”" "‘" "’";
  margin-bottom: 30px;
}
.case-study-card-wrapper p.quotee {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper p.quotee {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.case-study-card-wrapper p.company {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper p.company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.case-study-card-wrapper p.case-study {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .case-study-card-wrapper p.case-study {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.case-study-card-wrapper:nth-child(4n+1) {
  background-color: #483949;
}
.case-study-card-wrapper:nth-child(4n+2) {
  background-color: #483949;
}
.case-study-card-wrapper:nth-child(4n+3) {
  background-color: #483949;
}
.case-study-card-wrapper:nth-child(4n+4) {
  background-color: #483949;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #3e7998;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:visited {
  color: #3e7998;
}
a:hover, a:focus, a:active {
  color: #00646a;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 8px;
  }
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 1em 0;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 1em;
}

.wp-caption.alignright {
  margin-left: 1em;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.about-block-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0 54px 0;
  padding: 7rem 0 5.4rem 0;
}
.about-block-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.about-block-wrapper .get-in-touch {
  margin-top: -410px;
  margin-right: 25px;
}
@media screen and (max-width: 1680px) {
  .about-block-wrapper .get-in-touch {
    margin-top: -360px;
  }
}
@media screen and (max-width: 1300px) {
  .about-block-wrapper .get-in-touch {
    margin-top: -310px;
  }
}
@media screen and (max-width: 850px) {
  .about-block-wrapper .get-in-touch {
    display: none;
  }
}
.about-block-wrapper .about-top {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.about-block-wrapper .about-top h1 {
  color: #3e7998;
  margin-bottom: 0;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.1em;
}
.about-block-wrapper .about-top h2 {
  color: #00646a;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.1em;
}
.about-block-wrapper .content-columns {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .about-block-wrapper .content-columns {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.about-block-wrapper .content-columns h3 {
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.about-block-wrapper .content-columns p {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2em;
  padding-right: 10px;
}
@media screen and (max-width: 850px) {
  .about-block-wrapper .content-columns p {
    padding-right: 0px;
  }
}

.child-loop-background {
  background-color: #e6f0f1;
}

.child-loop-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.child-loop-container {
  padding: 40px 0 40px 0;
  padding: 4rem 0 4rem 0;
}
.child-loop-container::after {
  clear: both;
  content: "";
  display: block;
}
.child-loop-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.child-loop-container h3 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}
.child-loop-container .subtitle {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 10px;
}
.child-loop-container:first-child {
  padding: 0 0 40px 0;
  padding: 0 0 4rem 0;
}
.child-loop-container .team-filters-container {
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.child-loop-container .team-filters-container .search-filter-label {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #00646a;
}
.child-loop-container .team-filters-container .search-filter-field {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.child-loop-container .team-filters-container .search-filter-field .search-filter-input-button {
  background: #00646a;
  color: #ffffff;
  border: 1px #00646a solid;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.child-loop-background .child-loop-container:first-child {
  padding: 40px 0 40px 0;
  padding: 4rem 0 4rem 0;
}

.childloop-card-wrapper {
  font-size: 20px;
  font-size: 2rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 20px;
  position: relative;
}
.childloop-card-wrapper.column {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .childloop-card-wrapper.column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .childloop-card-wrapper.column {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.childloop-card-wrapper.full-width {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .childloop-card-wrapper.full-width {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .childloop-card-wrapper.full-width {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.childloop-card-wrapper img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.childloop-card-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 29px;
  font-size: 2.9rem;
}
.childloop-card-wrapper p {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
}
.childloop-card-wrapper a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.childloop-card-wrapper:nth-child(odd) {
  background-color: #3e7998;
}
.childloop-card-wrapper:nth-child(even) {
  background-color: #00646a;
}
.childloop-card-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.childloop-card-wrapper .text-holder-childloop {
  padding: 15px 15px 50px;
}
.childloop-card-wrapper .bottom-link {
  position: absolute;
  bottom: 15px;
  width: 93%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.childloop-card-wrapper .white-border {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  color: #ffffff;
}
.childloop-card-wrapper .white-border a {
  display: block;
  padding: 5px 0;
}
.childloop-card-wrapper .white-border a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.child-loop-wrapper .child-loop-container h3 {
  color: #3e7998;
  font-size: 49px;
  font-size: 4.9rem;
  margin-bottom: 5px;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  font-size: 26px;
  font-size: 2.6rem;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper p {
  color: #333;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper a {
  color: #333;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper:nth-child(odd) {
  background-color: #ffffff;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper:nth-child(even) {
  background-color: #ffffff;
}
.child-loop-wrapper .child-loop-container .childloop-card-wrapper .white-border {
  color: #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
}
.team-wrapper .childloop-card-team-wrapper {
  font-size: 20px;
  font-size: 2rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 20px;
  position: relative;
  background: #ffffff;
}
.team-wrapper .childloop-card-team-wrapper.column {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 1300px) {
  .team-wrapper .childloop-card-team-wrapper.column {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .team-wrapper .childloop-card-team-wrapper.column {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .team-wrapper .childloop-card-team-wrapper.column {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.team-wrapper .childloop-card-team-wrapper.full-width {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .team-wrapper .childloop-card-team-wrapper.full-width {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .team-wrapper .childloop-card-team-wrapper.full-width {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.team-wrapper .childloop-card-team-wrapper img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-wrapper .childloop-card-team-wrapper h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #00646a;
  line-height: 1.1em;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.team-wrapper .childloop-card-team-wrapper p {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  color: #00646a;
  margin-bottom: 10px;
  line-height: 1.2;
}
.team-wrapper .childloop-card-team-wrapper a {
  color: #00646a;
  text-decoration: none;
  display: block;
}
.team-wrapper .childloop-card-team-wrapper .image-crop {
  padding-bottom: 100%;
}
.team-wrapper .childloop-card-team-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.team-wrapper .childloop-card-team-wrapper .text-holder-childloop {
  padding: 20px 20px 80px 20px;
  background: #ffffff;
}
.team-wrapper .childloop-card-team-wrapper .bottom-link {
  position: absolute;
  bottom: 20px;
  width: 88%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.team-wrapper .childloop-card-team-wrapper .blue-border {
  border-top: 1px solid #00646a;
  border-bottom: 1px solid #00646a;
  margin-bottom: 0;
  color: #00646a;
}
.team-wrapper .childloop-card-team-wrapper .blue-border a {
  display: block;
  padding: 5px 0;
}
.team-wrapper .childloop-card-team-wrapper .blue-border a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.team-wrapper .childloop-card-team-wrapper.member-3049 {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
}

.contact-form-outer {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.contact-form-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.contact-form-wrapper.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.contact-form-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
  overflow: auto;
}
.contact-form-container label {
  display: block;
}
.contact-form-container p {
  color: #00646a;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 5px 0 10px 0;
  font-size: 20px;
  font-size: 2rem;
}
.contact-form-container .fa-marker-style {
  display: inline;
  color: #3e7998;
  margin-right: 10px;
}
.contact-form-container input.wpcf7-text {
  background-color: #eeeeee;
  width: 100%;
  border: none;
  min-height: 50px;
  border-radius: 0px;
  color: #3e7998;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  text-transform: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form-container .wpcf7-textarea {
  background-color: #eeeeee;
  width: 100%;
  border: none;
  height: 115px;
  border-radius: 0px;
  color: #3e7998;
  padding: 10px 10px;
  margin: 0px 0;
  text-transform: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form-container input.wpcf7-submit {
  background: #00646a !important;
  color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  text-transform: normal;
  min-width: 200px;
  padding: 15px 15px;
  float: right;
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 17px;
  font-size: 1.7rem;
}
.contact-form-container input.wpcf7-submit:hover, .contact-form-container input.wpcf7-submit:active, .contact-form-container input.wpcf7-submit:focus {
  background: #333 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-container div.wpcf7-validation-errors {
  float: left;
  color: #00646a;
}
.contact-form-container .gform_wrapper .validation_error, .contact-form-container .gform_wrapper .validation_message {
  color: red;
}
.contact-form-container .gform_wrapper .gfield_visibility_hidden, .contact-form-container .gform_wrapper .gf_invisible, .contact-form-container .gform_wrapper .hidden_label > label {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.contact-form-container .gform_wrapper ul:first-of-type {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form-container .gform_wrapper h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
}
.contact-form-container .gform_wrapper .gform_heading {
  margin-bottom: 35px;
}
.contact-form-container .gform_wrapper .gform_page_fields .gfield_label, .contact-form-container .gform_wrapper .gform_page_fields label, .contact-form-container .gform_wrapper .gform_page_fields .gfield.label, .contact-form-container .gform_wrapper .gform_page_fields .list-item {
  font-size: 20px;
  font-size: 2rem;
  color: #00646a;
  font-weight: 300;
  margin: 5px 0 10px 0;
}
.contact-form-container .gform_wrapper .gform_page_fields .list-item, .contact-form-container .gform_wrapper .gform_page_fields .list-label p {
  margin: 0;
}
.contact-form-container .gform_wrapper .gform_page_fields .radio .gfield_label, .contact-form-container .gform_wrapper .gform_page_fields .checkbox .gfield_label {
  font-weight: 700;
}
.contact-form-container .gform_wrapper .gform_page_fields .radio ul li, .contact-form-container .gform_wrapper .gform_page_fields .checkbox ul li {
  display: inline-block;
  margin: 0 0 0 1em;
}
.contact-form-container .gform_wrapper .gform_page_fields .radio ul li label, .contact-form-container .gform_wrapper .gform_page_fields .checkbox ul li label {
  display: inline-block;
  padding-left: 10px;
}
.contact-form-container .gform_wrapper .gform_page_fields .gfield.label {
  font-weight: 700;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_text input, .contact-form-container .gform_wrapper .gform_page_fields .ginput_container_email input, .contact-form-container .gform_wrapper .gform_page_fields .ginput_container_phone input {
  background-color: #eeeeee;
  width: 100%;
  border: none;
  min-height: 50px;
  border-radius: 0px;
  color: #3e7998;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  text-transform: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_select select {
  background-color: #eeeeee;
  width: 100%;
  border: none;
  min-height: 50px;
  border-radius: 0px;
  color: #3e7998;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  text-transform: normal;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 350px;
}
.contact-form-container .gform_wrapper .gform_page_fields .gfield_consent_description {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_consent {
  margin-top: 10px;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_consent input {
  float: left;
  margin-top: 14px;
  margin-right: 10px;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_consent label {
  float: left;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_consent:after {
  content: "";
  display: table;
  clear: both;
}
.contact-form-container .gform_wrapper .gform_page_fields .ginput_container_consent .gfield_required {
  padding: 5px 3px;
  display: block;
  float: left;
}
.contact-form-container .gform_wrapper .gform_page_footer input[type=button], .contact-form-container .gform_wrapper .gform_page_footer input[type=submit] {
  background: #00646a;
  color: #ffffff;
  border: none !important;
  border-radius: 0px !important;
  text-transform: normal;
  min-width: 200px;
  padding: 15px 15px;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 17px;
  font-size: 1.7rem;
}
.contact-form-container .gform_wrapper .gform_page_footer input[type=button]:hover, .contact-form-container .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #333;
}
.contact-form-container .gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.contact-form-container .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.contact-form-container .gform_wrapper .gf_progressbar {
  padding: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.contact-form-container .gform_wrapper .gf_progressbar:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.contact-form-container .gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-size: 0.813em !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-color: #00646a;
  color: #ffffff;
}
.contact-form-container .gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}
.contact-form-container .gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contact-form-container .gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper ul {
  list-style: disc;
  margin: 22px;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper ul li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper p {
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper table {
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  margin-top: 1.5em;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper table th {
  background-color: #00646a;
  color: #ffffff;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper table th, .contact-form-container .gform_wrapper .gform_confirmation_wrapper table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #eeeeee;
  text-align: center;
}
.contact-form-container .gform_wrapper .gform_confirmation_wrapper table tr td:first-of-type {
  text-align: left;
}

.factsheet-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.factsheet-container {
  padding: 30px 0 30px 0;
  padding: 3rem 0 3rem 0;
}
.factsheet-container::after {
  clear: both;
  content: "";
  display: block;
}
.factsheet-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}
.factsheet-container h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.factsheet-container p {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-bottom: 10px;
}

.file-download-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 0 10px 0;
  padding: 0 0 1rem 0;
}
.file-download-wrapper a {
  background-color: #eeeeee;
  display: block;
  color: #00646a;
  position: relative;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 7px 40px 7px 4px;
  padding: 0.7rem 4rem 0.7rem 0.4rem;
  margin-bottom: 2px;
}
.file-download-wrapper a:hover, .file-download-wrapper a:active, .file-download-wrapper a:focus {
  background-color: #00646a;
  color: #ffffff;
}
.file-download-wrapper a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global-banner-wrapper {
  background-color: #00646a;
  background-size: cover;
  background-position: center center;
  overflow: visible;
}
.global-banner-wrapper .global-banner-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global-banner-wrapper .global-banner-container::after {
  clear: both;
  content: "";
  display: block;
}
.global-banner-wrapper .global-banner-container .global-banner-image {
  width: calc(29.1666666667% - 25.8333333333px);
  float: left;
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -6rem;
}
.global-banner-wrapper .global-banner-container .global-banner-image img {
  position: relative;
  max-height: 140%;
  display: block;
}
.global-banner-wrapper .global-banner-container .global-banner-text {
  position: relative;
  background-color: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(70.8333333333% - 34.1666666667px);
  float: left;
  margin-left: 20px;
}
.global-banner-wrapper .global-banner-container .global-banner-text h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  font-size: 4.8rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  line-height: 1.1em;
}
.global-banner-wrapper .global-banner-container .global-banner-text p {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 850px) {
  .global-banner-wrapper .global-banner-container .global-banner-text p {
    width: 100%;
  }
}
.global-banner-wrapper .global-banner-container .global-banner-text a {
  display: inline-block;
  color: #00646a;
  background: white;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.header-image-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.header-image-wrapper .image-crop {
  height: 400px;
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  .header-image-wrapper .image-crop {
    height: 200px;
  }
}

.header-image-wrapper-internal {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.header-image-wrapper-internal img {
  height: 50rem;
  padding-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .header-image-wrapper-internal img {
    height: 200px;
  }
}

.intro-block-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 45px 0;
  padding: 1rem 0 4.5rem 0;
}

.intro-block-container::after {
  clear: both;
  content: "";
  display: block;
}
.intro-block-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.grid-container-intro-block {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3em;
  padding-bottom: 0px;
  color: #333;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.grid-container-intro-block.double {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 300px;
     -moz-column-width: 300px;
          column-width: 300px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.grid-container-intro-block p {
  margin-bottom: 30px;
}
.grid-container-intro-block p:first-of-type {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 400;
}

.intro-block-wrapper .intro-block-container .grid-container-intro-block {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .intro-block-wrapper .intro-block-container .grid-container-intro-block {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.content-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-key-points-list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.content-key-points-list h3 {
  color: #00646a;
}
.content-key-points-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.content-key-points-list ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 200;
  min-height: 12rem;
}
.content-key-points-list ul li strong {
  font-size: 1.8rem;
  color: #00646a;
}

.latest-news-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0;
  padding: 4.5rem 0;
  border-top: 1px solid #333;
}
.latest-news-container::after {
  clear: both;
  content: "";
  display: block;
}
.latest-news-container .heading-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.latest-news-container .heading-wrapper h3 {
  padding-bottom: 0px;
  margin-bottom: 0;
  font-size: 38px;
  font-size: 3.75rem;
  color: #333;
}
.latest-news-container .heading-wrapper p {
  color: #333;
  font-size: 25px;
  font-size: 2.5rem;
}
.latest-news-container article {
  padding: 10px 10px 65px 10px;
  padding: 1rem 1rem 6.5rem 1rem;
  position: relative;
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest-news-container article a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  text-decoration: none;
}
.latest-news-container article a:hover, .latest-news-container article a:focus, .latest-news-container article a:active {
  text-decoration: underline;
}
.latest-news-container article.event {
  background-color: #00646a;
  color: #ffffff;
}
.latest-news-container article.event a {
  color: #ffffff;
}
.latest-news-container article.blog {
  background-color: #483949;
  color: #ffffff;
}
.latest-news-container article.blog a {
  color: #ffffff;
}
.latest-news-container article.news {
  background-color: #e6f0f1;
}
.latest-news-container article.case-study {
  background-color: #3e7998;
  color: #ffffff;
}
.latest-news-container article.case-study a {
  color: #ffffff;
}
.latest-news-container article:nth-child(4) {
  background-color: #3e7998;
  color: #ffffff;
}
.latest-news-container article:nth-child(4) a {
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .latest-news-container article {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .latest-news-container article {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.latest-news-container article .bottom-article-wrap {
  min-height: 210px;
}
.latest-news-container article .bottom-article-wrap .uppercase {
  text-transform: uppercase;
}
.latest-news-container article .bottom-article-wrap .article-date {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.latest-news-container article .bottom-article-wrap .article-date a {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.latest-news-container article .bottom-article-wrap h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}
.latest-news-container article .bottom-article-wrap .tweets {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.latest-news-container article .category-display {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.latest-news-container article .bottom-link {
  position: absolute;
  bottom: 10px;
  width: 95%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.latest-news-container article .white-border {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.latest-news-container article .white-border a {
  display: block;
  padding: 5px 0;
}
.latest-news-container article .black-border {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.latest-news-container article .black-border a {
  display: block;
  padding: 5px 0;
}
.latest-news-container article .black-border a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.home .latest-news-container {
  border-top: none;
}

.mailchimp-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.mailchimp-container {
  padding: 30px 0 40px 0;
  padding: 3rem 0 4rem 0;
}
.mailchimp-container::after {
  clear: both;
  content: "";
  display: block;
}
.mailchimp-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px 0 20px 0;
  padding: 2rem 0 2rem 0;
}

.mailchimp {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  position: relative;
  color: #ffffff;
}
.mailchimp h2 {
  text-transform: uppercase;
  margin-bottom: 5px !important;
}
.mailchimp p {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 5%;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.mailchimp #mc_embed_signup {
  background-color: #3e7998;
  padding: 0 0 80px 0;
}
.mailchimp #mc_embed_signup .mc-field-group {
  position: static !important;
}
.mailchimp .indicates-required {
  margin-bottom: -15px;
}

#mc_embed_signup_scroll {
  position: relative !important;
}

#mc-embedded-subscribe {
  position: absolute;
  bottom: -70px;
  background: none !important;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: bold !important;
  border-radius: 0px !important;
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  width: 96% !important;
  text-align: left !important;
  padding: 0 10px !important;
  text-transform: uppercase;
  font-size: 19px !important;
  font-size: 1.9rem !important;
  line-height: 1.3em !important;
  height: 40px !important;
}
#mc-embedded-subscribe:hover {
  border-top: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
  color: #333 !important;
}
#mc-embedded-subscribe:hover + .arrow-insert::after {
  color: #333 !important;
}

.arrow-insert {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrow-insert:after {
  content: "\f061";
  font-family: FontAwesome !important;
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0px 10px 0px 10px !important;
  text-decoration: none !important;
  position: absolute !important;
  right: 30px !important;
  bottom: -60px;
  color: #ffffff !important;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrow-insert:hover::after {
  color: #333 !important;
}

.content-meet-the-team-wrapper {
  background: #e6f0f1;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}
.content-meet-the-team-wrapper .content-meet-the-team-container::after {
  clear: both;
  content: "";
  display: block;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-text {
  width: calc(53.3333333333% - 30.6666666667px);
  float: left;
  margin-left: 20px;
  font-size: 1.8rem;
  padding-top: 2rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-text h3 {
  color: #00646a;
  margin-bottom: 2rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-text p {
  margin-bottom: 4rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-text a.meet-the-team-button-1 {
  display: inline-block;
  color: #00646a;
  background: white;
  border: 1px solid #00646a;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 2rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-text a.meet-the-team-button-2 {
  display: inline-block;
  color: #ffffff;
  background: #00646a;
  border: 1px solid #00646a;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
.content-meet-the-team-wrapper .content-meet-the-team-container .content-meet-the-team-image {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(13.3333333333% - 22.6666666667px + 40px);
}

.content-ticked-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-ticked-list h3 {
  color: #00646a;
}
.content-ticked-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.content-ticked-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 200;
}
.content-ticked-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0049 2.31006L7.00488 13.3101L2.00488 8.31006' stroke='%2300646A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.what-we-do {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.what-we-do::after {
  clear: both;
  content: "";
  display: block;
}
.what-we-do h3 {
  color: #ffffff;
  font-size: 37px;
  font-size: 3.7rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.what-we-do .bottom-link {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  bottom: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.what-we-do .bottom-link:hover, .what-we-do .bottom-link:active, .what-we-do .bottom-link:focus {
  text-decoration: underline;
}
.what-we-do .left-column {
  position: relative;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 110px;
  padding-bottom: 11rem;
}
@media All {
  .what-we-do .left-column {
    width: calc(50%);
    float: left;
    margin-left: 0;
    border-right: 10px solid #ffffff;
  }
}
@media screen and (max-width: 850px) {
  .what-we-do .left-column {
    width: calc(100%);
    float: left;
    margin-left: 0;
    border-right: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
.what-we-do .left-column .inner-float {
  max-width: 625px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 850px) {
  .what-we-do .left-column .inner-float {
    max-width: none;
  }
}
.what-we-do .left-column .inner-float .links {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  padding: 0.5rem 0;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.what-we-do .left-column .inner-float .links:first-of-type {
  border-top: 1px solid #ffffff;
}
.what-we-do .left-column .inner-float .links:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.what-we-do .left-column .inner-float .links:hover, .what-we-do .left-column .inner-float .links:active, .what-we-do .left-column .inner-float .links:focus {
  background-color: #3e7998;
}
.what-we-do .right-column {
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 110px;
  padding-bottom: 11rem;
}
@media All {
  .what-we-do .right-column {
    width: calc(50%);
    float: left;
    margin-left: 0;
    border-left: 10px solid #ffffff;
  }
}
@media screen and (max-width: 850px) {
  .what-we-do .right-column {
    width: calc(100%);
    float: left;
    margin-left: 0;
    border-left: none;
  }
}
.what-we-do .right-column .inner-float {
  max-width: 625px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 850px) {
  .what-we-do .right-column .inner-float {
    max-width: none;
  }
}
.what-we-do .right-column .inner-float .links {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  padding: 0.5rem 0;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.what-we-do .right-column .inner-float .links:first-of-type {
  border-top: 1px solid #ffffff;
}
.what-we-do .right-column .inner-float .links:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.what-we-do .right-column .inner-float .links:hover, .what-we-do .right-column .inner-float .links:active, .what-we-do .right-column .inner-float .links:focus {
  background-color: #00646a;
}

.wysiwyg-block-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 45px 0;
  padding: 1rem 0 4.5rem 0;
}

.wysiwyg-block-container::after {
  clear: both;
  content: "";
  display: block;
}
.wysiwyg-block-container.column {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.grid-container-wysiwyg-block {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #333;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.grid-container-wysiwyg-block p {
  margin-bottom: 20px;
}
.grid-container-wysiwyg-block ul {
  margin: 0 0 0 20px;
  padding: 0 0 20px;
}
.grid-container-wysiwyg-block ul li {
  margin: 0 0 10px 20px;
  padding: 0;
}
.grid-container-wysiwyg-block .two-column-list ul:nth-child(1) {
  width: 48%;
  float: left;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .grid-container-wysiwyg-block .two-column-list ul:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.grid-container-wysiwyg-block .two-column-list ul:nth-child(2) {
  width: 48%;
  float: right;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .grid-container-wysiwyg-block .two-column-list ul:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.ams-wrapper {
  background-color: #eeeeee;
}
.ams-wrapper .ams-container {
  max-width: 1350px;
  margin: 0 auto;
  color: #333;
  padding: 10px 0 10px 0;
}
.ams-wrapper .ams-container::after {
  clear: both;
  content: "";
  display: block;
}
.ams-wrapper .ams-container .grid-collapse {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.ams-wrapper .ams-container .logo-block-heading {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.ams-wrapper .ams-container .logo-block-heading h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 5px;
}
.ams-wrapper .ams-container .full-width-tablet {
  padding: 20px 0;
}
@media screen and (max-width: 850px) {
  .ams-wrapper .ams-container .full-width-tablet {
    width: 100% !important;
  }
}

.block-zero {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-zero-tablet {
    width: calc(200% - 60px);
    float: left;
    margin-left: 20px;
  }
}

.block-one {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-one-tablet {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.block-two {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-two-tablet {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.block-three {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-three-tablet {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

.block-four {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-four-tablet {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

.block-five {
  width: calc(20% - 24px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .block-five-tablet {
    width: calc(20% - 24px);
    float: left;
    margin-left: 20px;
  }
}

.footer-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  color: #333;
  margin-top: 14px;
  padding: 20px 0 20px 0;
}
.footer-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.footer-wrapper a {
  color: #333;
  text-decoration: none;
}
.footer-wrapper a:hover, .footer-wrapper a:active, .footer-wrapper a:focus {
  color: #00646a;
}
.footer-wrapper .logo-info-wrapper {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper .logo-info-wrapper {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .footer-wrapper .logo-info-wrapper {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper .logo-info-wrapper {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.footer-wrapper .logo-info-wrapper .footer-logo {
  width: 20%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .footer-wrapper .logo-info-wrapper .footer-logo {
    padding-bottom: 20px;
    width: 35%;
  }
}
.footer-wrapper .logo-info-wrapper .footer-legal {
  width: 80%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper .logo-info-wrapper .footer-legal {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .footer-wrapper .logo-info-wrapper .footer-legal {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper .logo-info-wrapper .footer-legal {
    width: 100%;
  }
}
.footer-wrapper .logo-info-wrapper .footer-legal .social-links-wrapper {
  margin-top: 15px;
}
.footer-wrapper .logo-info-wrapper .footer-legal-information {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 10px;
  line-height: 1.2em;
}
.footer-wrapper .logo-info-wrapper .footer-navigation {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper .logo-info-wrapper .footer-navigation {
    padding-top: 30px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 850px) {
  .footer-wrapper .logo-info-wrapper .footer-navigation {
    padding-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper .logo-info-wrapper .footer-navigation {
    font-size: 10px;
    font-size: 1rem;
  }
}
.footer-wrapper .logo-info-wrapper .footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .logo-info-wrapper .footer-navigation ul li {
  display: inline;
  border-right: 1px solid #333;
  margin: 0;
  padding-right: 5px;
  white-space: nowrap;
}
.footer-wrapper .logo-info-wrapper .footer-navigation ul li:last-of-type {
  border-right: none;
}
.footer-wrapper .footer-spacer {
  display: none;
}
@media screen and (max-width: 850px) {
  .footer-wrapper .footer-spacer {
    display: block;
    width: 125px;
    float: left;
    height: 20px;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper .footer-spacer {
    display: none;
  }
}
.footer-wrapper .address-wrapper {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1300px) {
  .footer-wrapper .address-wrapper {
    width: calc(20.8333333333% - 24.1666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .footer-wrapper .address-wrapper {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer-wrapper .address-wrapper {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}
.footer-wrapper .address-wrapper h5 {
  margin-bottom: 0;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-wrapper .address-wrapper a {
  display: block;
}
.lower-footer-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
}
.lower-footer-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.lower-footer-wrapper p {
  margin-bottom: 0;
}
.lower-footer-wrapper a {
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .lower-footer-wrapper {
    padding-bottom: 50px;
  }
}
.lower-footer-wrapper .footer-column-1 {
  width: 125px;
  float: left;
  height: 10px;
}
@media screen and (max-width: 500px) {
  .lower-footer-wrapper .footer-column-1 {
    display: none;
  }
}
.lower-footer-wrapper .footer-column-2 {
  color: #333;
  text-align: left;
  float: left;
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-top: -35px;
}
@media screen and (max-width: 850px) {
  .lower-footer-wrapper .footer-column-2 {
    margin-top: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .lower-footer-wrapper .footer-column-2 {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.lower-footer-wrapper .footer-column-2 p {
  display: inline;
  color: #333;
}
.lower-footer-wrapper .footer-column-2 p a {
  color: #333;
}
.lower-footer-wrapper .footer-column-2 p a:hover, .lower-footer-wrapper .footer-column-2 p a:active, .lower-footer-wrapper .footer-column-2 p a:focus {
  color: #62bb47;
}

.header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-wrapper.is-opaque {
  opacity: 0.9;
}
@media screen and (max-width: 850px) {
  .header-wrapper {
    opacity: 0.9;
  }
}

.header-contact-wrapper {
  background: #00646a;
  color: #ffffff;
}
.header-contact-wrapper .header-contact {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  padding: 1.2rem 0;
}
.header-contact-wrapper .header-contact .contact-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact-wrapper .header-contact .contact-office img {
  width: 18px;
  margin-right: 7px;
}
.header-contact-wrapper .header-contact .contact-office .contact-telephone:first-of-type {
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}
.header-contact-wrapper .header-contact .contact-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact-wrapper .header-contact .contact-email img {
  width: 18px;
  margin-right: 7px;
}
.header-contact-wrapper .header-contact .contact-email a {
  color: #ffffff;
  text-decoration: none;
}
.header-contact-wrapper .header-contact a {
  color: #ffffff;
  text-decoration: none;
}
.header-contact-wrapper .header-contact a .site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact-wrapper .header-contact a .site-search img {
  width: 20px;
  margin-right: 7px;
}

.site-header {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}
.site-header::after {
  clear: both;
  content: "";
  display: block;
}
.site-header.scroll-down {
  height: 130px;
}
@media screen and (max-width: 850px) {
  .site-header {
    height: 130px;
  }
}

.kbl-logo-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 114px;
}
.kbl-logo-img.shrink {
  width: 66px;
  margin-left: 15px;
}
@media screen and (max-width: 850px) {
  .kbl-logo-img {
    width: 100px;
    margin-left: 15px;
  }
}

.site-title {
  text-indent: -9999px;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.telephone-link {
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #00646a;
  font-size: 17px;
}
.telephone-link:hover, .telephone-link:active, .telephone-link:focus {
  color: #3e7998;
}

.site-branding {
  margin-right: 20px;
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
  .site-branding {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .site-branding {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.main-navigation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  .main-navigation {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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,
.slick-next.slick-arrow + * {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 75px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: url(assets/images/green-right-arrow.svg) no-repeat;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  /* Hides text off-screen */
  overflow: hidden;
  background-size: 100%;
}

.slick-prev {
  left: 100px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: calc(50% - 98px);
}

.slick-next {
  right: 100px;
}

.new-slider {
  background: #e6f0f1;
  background-size: cover;
  background-position: center bottom;
}
.new-slider .content-wrapper {
  float: none;
  max-width: 1350px;
  margin: 0 auto;
  padding: 60px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.25fr 1.5fr;
  grid-template-columns: 3.25fr 1.5fr;
}
.new-slider .slick-list .new-slide .content {
  padding: 80px 0 30px 0;
  min-height: 600px;
}
.new-slider .slick-list .new-slide .content .testimonial {
  color: #00646a;
  font-weight: bolder;
  font-size: 54px;
  line-height: 62px;
  margin: 0 0 30px 0;
  padding: 0;
}
.new-slider .slick-list .new-slide .image-bx {
  position: relative;
  z-index: 99;
}
.new-slider .slick-list .new-slide .image-bx img {
  position: absolute;
  bottom: 0;
}
.new-slider .slick-list .new-slide .content h4 {
  font-weight: normal;
}
.new-slider .slick-list .new-slide .content .given-by {
  font-size: 28px;
}
.new-slider .slick-list .new-slide .content .cta-bx {
  width: 71%;
  font-size: 22px;
}
.new-slider .slick-list .new-slide .content .cta-bx p strong {
  display: block;
}

.green-bar {
  width: 100%;
  background: #04646B;
  padding: 60px 0;
}
.green-bar .green-bar-wrap {
  max-width: 1350px;
  width: calc(66.6666666667% - 33.3333333333px);
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.green-bar div {
  max-width: 93rem;
}
.green-bar a {
  display: inline-block;
  color: #00646a;
  background: white;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.green-bar .cta-bx {
  color: #fff;
  font-size: 26px;
}
.green-bar .cta-bx p {
  margin: 0;
  padding: 0;
}

@media (min-width: 2200px) and (max-width: 8000px) {
  .new-slider .slick-list .new-slide .content .cta-bx {
    width: 60%;
  }
}
@media (min-width: 0px) and (max-width: 1400px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
@media (min-width: 852px) and (max-width: 1680px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .new-slider .slick-list .new-slide .content .cta-bx {
    width: 65%;
  }
  .new-slider .content-wrapper {
    width: 100%;
  }
  .green-bar .green-bar-wrap {
    width: 100%;
  }
  .new-slider .slick-list .new-slide .content {
    min-height: 600px;
  }
  .new-slider .slick-list .new-slide .content .testimonial {
    color: #00646a;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 44px;
  }
}
@media screen and (max-width: 850px) {
  .new-slider .content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .new-slider .slick-list .new-slide .content {
    margin-bottom: 0;
    min-height: 0;
  }
  .new-slider .slick-list .new-slide .image-bx img {
    position: relative;
    width: 100%;
  }
  .green-bar {
    position: relative;
  }
  .green-bar .green-bar-wrap {
    width: calc(100% - 40px);
  }
  .green-bar .cta-bx {
    display: block;
  }
  .new-slider .slick-list .new-slide .content .cta-bx {
    display: none;
  }
  .new-slider .slick-list .new-slide .content .testimonial {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 39px;
  }
  .new-slider .slick-list .new-slide .content h4 {
    font-weight: normal;
  }
  .new-slider .slick-list .new-slide .content .given-by {
    font-size: 18px;
    width: 50%;
  }
  .new-slider .slick-list .new-slide .image-bx {
    width: 60%;
    float: right;
    margin: -100px 0 0 40%;
  }
  .green-bar .cta-bx p {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .green-bar a {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .green-bar {
    height: auto;
    padding: 40px 0;
  }
  .green-bar .green-bar-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .green-bar div {
    margin-top: 0;
  }
}
.flex-control-nav,
.flex-direction-nav {
  display: none;
}

.slider_v2 {
  padding-top: 60px;
  background: radial-gradient(circle, #fff, #DDDDDF);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center center;
}
.slider_v2 li {
  list-style-type: none;
}
.slider_v2 .slider_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10% 1fr;
  grid-template-columns: 2fr 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  gap: 10%;
}
.slider_v2 .slider_container .slider_testimonial {
  color: #00646a;
  font-weight: bolder;
  font-size: 58px;
  margin-bottom: 30px;
  line-height: 62px;
}
.slider_v2 .slider_container .slider_headline {
  font-size: 28px;
}
.slider_v2 .slider_container .slider_content {
  width: 50%;
  font-size: 22px;
  line-height: 27px;
}
.slider_v2 .slider_container h4 {
  font-weight: normal;
}
.slider_v2 .slider_cta {
  position: absolute;
  width: 100%;
  left: 0;
}
.slider_v2 .slider_cta .slider_cta_container {
  background: #00646a;
  position: relative;
  bottom: 107px;
}
.slider_v2 .slider_container img {
  z-index: 10;
  position: relative;
}
.slider_v2 .slider_cta .slider_cta_container_2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.slider_v2 .slider_cta .slider_cta_container a {
  color: #00646a;
  background: white;
  padding: 10px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 2px;
  text-decoration: none;
}

.single-team-wrapper .single-team-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 10px 0;
}
.single-team-wrapper .single-team-container::after {
  clear: both;
  content: "";
  display: block;
}
.single-team-wrapper .single-team-container .teamsingle-left {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .single-team-wrapper .single-team-container .teamsingle-left {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.single-team-wrapper .single-team-container .teamsingle-left .teammemberpicture {
  max-width: 100%;
  margin-bottom: 30px;
}
.single-team-wrapper .single-team-container .teamsingle-right {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .single-team-wrapper .single-team-container .teamsingle-right {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.single-team-wrapper .single-team-container .teamsingle-right .team-header-title {
  padding-bottom: 30px;
}
.single-team-wrapper .single-team-container .teamsingle-right .team-header-title h2 {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #00646a;
  font-size: 48px;
  font-size: 4.8rem;
  display: inline-block;
  margin-bottom: 0.3em;
}
.single-team-wrapper .single-team-container .teamsingle-right .team-header-title h3 {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #3e7998;
  margin-bottom: 0.3em;
}
.single-team-wrapper .single-team-container .teamsingle-right .team-header-title p.info-enhance {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.single-team-wrapper .single-team-container .teamsingle-right .team-header-title p.info-enhance a {
  text-decoration: none;
}
.single-team-wrapper .single-team-container .teamsingle-right p {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0;
}
.single-team-wrapper .single-team-container .teamsingle-right p:first-of-type {
  margin-top: 0;
}
.single-team-wrapper .single-team-container .teamsingle-right p:last-of-type {
  margin-bottom: 30px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.title-breadcrumbs-wrapper .title-breadcrumbs-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 20px 0;
  padding: 0 0 2rem 0;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container::after {
  clear: both;
  content: "";
  display: block;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  position: relative;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul {
  list-style: none;
  display: inline-block;
  margin: 0 0;
  padding: 45px 0 30px 0;
  padding: 4.5rem 0 3rem 0;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li {
  display: inline;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li a {
  text-decoration: none;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li a:hover,
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li a:focus,
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li a:active {
  text-decoration: none;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper ul li strong {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper .breadcrumbs {
  color: #333;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper .breadcrumbs a {
  color: #333;
}
.title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1em;
  max-width: 60%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 850px) {
  .title-breadcrumbs-wrapper .title-breadcrumbs-container .grid-wrapper h1 {
    max-width: 100%;
  }
}
.get-in-touch {
  position: absolute;
  top: -130px;
  right: 0;
  min-height: 100px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .get-in-touch {
    top: -158px;
  }
}
@media screen and (max-width: 500px) {
  .get-in-touch {
    display: none;
  }
}
.get-in-touch .get-in-touch-top {
  background: #ffffff;
  color: #3e7998;
  background: rgba(255, 255, 255, 0.8);
  min-height: 50px;
  min-width: 240px;
  padding: 15px 30px 15px 30px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom: 10px solid white;
}
@media screen and (max-width: 500px) {
  .get-in-touch .get-in-touch-top {
    min-width: 210px;
    padding: 15px 20px 15px 20px;
  }
}
@media screen and (max-width: 850px) {
  .get-in-touch .get-in-touch-top .hide-tablet {
    display: none;
  }
}
.get-in-touch .get-in-touch-top h3 {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .get-in-touch .get-in-touch-top h3 {
    margin-bottom: 10px;
  }
}
.get-in-touch .get-in-touch-top a {
  display: block;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
}
.get-in-touch .get-in-touch-top a:hover, .get-in-touch .get-in-touch-top a:active, .get-in-touch .get-in-touch-top a:focus {
  color: #333;
}
.get-in-touch .get-in-touch-bottom {
  background: #00646a;
  padding: 7px 30px 7px 30px;
}
@media screen and (max-width: 500px) {
  .get-in-touch .get-in-touch-bottom {
    padding: 7px 20px 7px 20px;
  }
}
.get-in-touch .get-in-touch-bottom a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
}
@media screen and (max-width: 850px) {
  .get-in-touch .get-in-touch-bottom a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.get-in-touch .get-in-touch-bottom a:hover, .get-in-touch .get-in-touch-bottom a:active, .get-in-touch .get-in-touch-bottom a:focus {
  color: #333;
}
.get-in-touch .get-in-touch-bottom a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 20px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.get-in-touch-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .get-in-touch-mobile {
    display: block;
  }
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper {
  position: fixed;
  width: 100%;
  height: auto !important;
  height: 100%;
  bottom: 0px;
  left: 0;
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch {
  width: 100%;
  min-height: auto;
  top: auto;
  bottom: 0px;
  display: none;
}
@media screen and (max-width: 500px) {
  .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch {
    display: block;
  }
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top {
  background: #ffffff;
  color: #00646a;
  background: rgba(255, 255, 255, 0.8);
  min-height: 41px;
  width: 50%;
  padding: 15px 30px 15px 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px solid #00646a;
  float: left;
}
@media screen and (max-width: 500px) {
  .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top {
    min-width: 100px;
    padding: 10px 15px 10px 20px;
  }
}
@media screen and (max-width: 850px) {
  .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top .hide-tablet {
    display: none;
  }
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top h3 {
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top h3 {
    display: none;
  }
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top a {
  display: block;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #00646a;
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top a:hover, .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top a:active, .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-top a:focus {
  color: #333;
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom {
  background: #00646a;
  padding: 7px 30px 7px 30px;
  width: 50%;
  float: right;
  min-height: 41px;
}
@media screen and (max-width: 500px) {
  .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom {
    padding: 10px 15px 10px 20px;
  }
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom a:hover, .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom a:active, .get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom a:focus {
  color: #333;
}
.get-in-touch-mobile .get-in-touch-mobile-wrapper .get-in-touch-bottom a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 15px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.news-posts-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px 0;
  padding: 0 0 5rem 0;
}
.news-posts-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.news-posts-wrapper .title-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.news-posts-wrapper .title-wrapper h2 {
  margin-bottom: 10px;
  padding-top: 20px;
}
.news-posts-wrapper .title-wrapper p {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.news-posts-wrapper .pagination {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  padding-top: 20px;
  padding-top: 2rem;
}
.news-posts-wrapper article {
  padding: 10px 10px 65px 10px;
  padding: 1rem 1rem 6.5rem 1rem;
  position: relative;
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  color: #333;
}
@media screen and (max-width: 850px) {
  .news-posts-wrapper article {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-posts-wrapper article {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}
.news-posts-wrapper article.postcut {
  display: none;
}
.news-posts-wrapper article.event {
  background-color: #00646a;
  color: #ffffff;
}
.news-posts-wrapper article.event a {
  color: #ffffff;
}
.news-posts-wrapper article.blog {
  background-color: #3e7998;
  color: #ffffff;
}
.news-posts-wrapper article.blog a {
  color: #ffffff;
}
.news-posts-wrapper article.news {
  background-color: #e6f0f1;
}
.news-posts-wrapper article.case-study {
  background-color: #3e7998;
  color: #ffffff;
}
.news-posts-wrapper article.case-study a {
  color: #ffffff;
}
.news-posts-wrapper article.latest {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  background-color: #e6f0f1;
}
@media screen and (max-width: 850px) {
  .news-posts-wrapper article.latest {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.news-posts-wrapper article.latest.bottom-link {
  width: 98%;
}
.news-posts-wrapper article.next-page {
  background-color: #3e7998;
  position: relative;
}
.news-posts-wrapper article.next-page .big-link {
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  min-height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.news-posts-wrapper article.next-page .big-link a {
  color: #ffffff;
  display: block;
  width: 200px;
  opacity: 1;
}
.news-posts-wrapper article.next-page .big-link a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 80px;
  font-size: 8rem;
  display: block;
}
.news-posts-wrapper article.next-page .big-link a:hover, .news-posts-wrapper article.next-page .big-link a:active, .news-posts-wrapper article.next-page .big-link a:focus {
  text-decoration: none;
  color: #333;
  opacity: 1;
}
.news-posts-wrapper article a {
  color: #333;
  text-decoration: none;
}
.news-posts-wrapper article a:hover, .news-posts-wrapper article a:focus, .news-posts-wrapper article a:active {
  text-decoration: underline;
}
.news-posts-wrapper article .bottom-article-wrap {
  min-height: 200px;
}
@media screen and (max-width: 500px) {
  .news-posts-wrapper article .bottom-article-wrap {
    min-height: 120px;
  }
}
.news-posts-wrapper article .bottom-article-wrap .uppercase {
  text-transform: uppercase;
}
.news-posts-wrapper article .bottom-article-wrap .article-date {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.news-posts-wrapper article .bottom-article-wrap .article-date a {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.news-posts-wrapper article .bottom-article-wrap h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  line-height: 1.4em;
}
.news-posts-wrapper article .bottom-article-wrap .tweets {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.news-posts-wrapper article .category-display {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.news-posts-wrapper article .bottom-link {
  position: absolute;
  bottom: 10px;
  width: 95%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.news-posts-wrapper article .white-border {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.news-posts-wrapper article .white-border a {
  display: block;
  padding: 5px 0;
}
.news-posts-wrapper article .white-border a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.news-posts-wrapper article .black-border {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.news-posts-wrapper article .black-border a {
  display: block;
  padding: 5px 0;
}
.news-posts-wrapper article .black-border a:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
}
.single-post-wrapper .single-post-container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 8rem 0;
}
.single-post-wrapper .single-post-container::after {
  clear: both;
  content: "";
  display: block;
}
.single-post-wrapper .single-post-container .related-posts {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media screen and (max-width: 850px) {
  .single-post-wrapper .single-post-container .related-posts {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.single-post-wrapper .single-post-container .related-posts article {
  background: #e6f0f1;
  width: 100%;
  float: none;
  margin-left: 0;
  color: #333;
  padding: 1rem 1rem 6.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.single-post-wrapper .single-post-container .related-posts article .article-date {
  font-weight: 400;
  font-size: 1.8rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-post-wrapper .single-post-container .related-posts article .article-date a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}
.single-post-wrapper .single-post-container .related-posts article .category-display {
  font-size: 1.4rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post-wrapper .single-post-container .related-posts article h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  line-height: 1.4em;
}
.single-post-wrapper .single-post-container .related-posts article h3 a {
  color: #00646a;
  text-decoration: none;
}
.single-post-wrapper .single-post-container .related-posts article .bottom-link {
  position: absolute;
  bottom: 10px;
  width: 95%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.single-post-wrapper .single-post-container .related-posts article .black-border {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.single-post-wrapper .single-post-container .related-posts article .black-border a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
}
.single-post-wrapper .single-post-container .related-posts .back-button {
  color: #333;
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  background: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 20px 0;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.single-post-wrapper .single-post-container .related-posts .back-button:hover, .single-post-wrapper .single-post-container .related-posts .back-button:active, .single-post-wrapper .single-post-container .related-posts .back-button:focus {
  color: #00646a;
}
.single-post-wrapper .single-post-container article {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  color: #333;
}
@media screen and (max-width: 850px) {
  .single-post-wrapper .single-post-container article {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.single-post-wrapper .single-post-container article h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  color: #00646a;
}
.single-post-wrapper .single-post-container article .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post-wrapper .single-post-container article .article-meta .article-meta-details .article-date {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-post-wrapper .single-post-container article .article-meta .article-meta-details .article-date a {
  color: #333;
  text-decoration: none;
}
.single-post-wrapper .single-post-container article .article-meta .article-meta-details .article-date:nth-of-type(2) {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.single-post-wrapper .single-post-container article ul {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.single-post-wrapper .single-post-container article ul li {
  margin: 0 0 15px 25px;
}
.single-post-wrapper .single-post-container article .bottom-article-wrap {
  margin-top: 25px;
  margin-top: 2.5rem;
}
.single-post-wrapper .single-post-container article p {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .single-post-wrapper .single-post-container article p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .single-post-wrapper .single-post-container article p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.single-post-wrapper .single-post-container article h5 {
  color: #3e7998;
  margin: 10px 0 20px 0;
}

.single-team-member-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.single-team-member-container {
  padding: 30px 0 30px 0;
  padding: 3rem 0 3rem 0;
}
.single-team-member-container::after {
  clear: both;
  content: "";
  display: block;
}
.single-team-member-container h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-team-member-container p {
  margin-bottom: 10px;
}
.single-team-member-container .single-team-left {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  padding-right: 35px;
  margin-top: -80px;
  margin-top: -8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .single-team-member-container .single-team-left {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    padding-right: 0;
  }
}
.single-team-member-container .single-team-left .image-crop-wrapper {
  max-width: 400px;
  max-height: 400px;
}
.single-team-member-container .single-team-left .image-crop {
  padding-bottom: 95%;
  margin: 20px 0 35px 0;
  margin: 2rem 0 3.5rem 0;
}
.single-team-member-container .single-team-left p {
  color: #00646a;
  position: relative;
}
.single-team-member-container .single-team-left p a {
  text-decoration: none;
  color: #00646a;
}
.single-team-member-container .single-team-left p a:hover, .single-team-member-container .single-team-left p a:active, .single-team-member-container .single-team-left p a:focus {
  text-decoration: underline;
}
.single-team-member-container .single-team-left p.job-title {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333;
  font-size: 26px;
  font-size: 2.6rem;
}
.single-team-member-container .single-team-left p.department {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
}
.single-team-member-container .single-team-left p.building {
  margin-left: 30px;
}
.single-team-member-container .single-team-left p.building:before {
  content: "\f0f7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position: absolute;
  left: -25px;
}
.single-team-member-container .single-team-left p.phone {
  margin-left: 30px;
}
.single-team-member-container .single-team-left p.phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position: absolute;
  left: -25px;
}
.single-team-member-container .single-team-left p.email {
  margin-left: 30px;
}
.single-team-member-container .single-team-left p.email:before {
  content: "\f003";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position: absolute;
  left: -25px;
}
.single-team-member-container .single-team-left p.linkedin {
  margin-left: 30px;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.single-team-member-container .single-team-left p.linkedin:before {
  content: "\f0e1";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position: absolute;
  left: -25px;
}
.single-team-member-container .single-team-left p.twitter {
  margin-left: 30px;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.single-team-member-container .single-team-left p.twitter:before {
  content: "\e61b";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 10px 0px 0px;
  text-decoration: none;
  position: absolute;
  left: -25px;
}
.single-team-member-container .single-team-right {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .single-team-member-container .single-team-right {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.single-team-member-container .single-team-right h4 {
  color: #00646a;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.single-team-member-container .single-team-right .wysiwyg {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.single-team-member-container .single-team-right .wysiwyg p {
  font-size: 18px;
  font-size: 1.8rem;
}
.single-team-member-container .single-team-right .wysiwyg p:first-child {
  font-size: 23px;
  font-size: 2.3rem;
}
.single-team-member-container .single-team-right p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-team-member-container .single-team-right .back-button {
  color: #333;
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  background: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 20px 0;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.single-team-member-container .single-team-right .back-button:hover, .single-team-member-container .single-team-right .back-button:active, .single-team-member-container .single-team-right .back-button:focus {
  color: #00646a;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.sidebar-page-outer {
  max-width: 1350px;
  margin: 0 auto;
  color: #333;
}
.sidebar-page-outer::after {
  clear: both;
  content: "";
  display: block;
}

.sidebar-page {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  margin-left: calc(66.6666666667% - 33.3333333333px + 40px);
  background: #e6f0f1;
}
@media screen and (max-width: 850px) {
  .sidebar-page {
    display: none;
  }
}
.sidebar-page h6 {
  color: #ffffff;
  margin-bottom: 0;
  background: #00646a;
  padding: 15px 20px;
  font-size: 2rem;
}
.sidebar-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-page ul li {
  border-bottom: 1px solid #ffffff;
}
.sidebar-page ul li a {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  font-weight: 400;
}
.sidebar-page ul li a:hover, .sidebar-page ul li a:active, .sidebar-page ul li a:focus {
  background-color: #00646a;
  opacity: 0.8;
  color: #ffffff;
}
.sidebar-page ul li.current_page_item a {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sidebar-selector {
  width: 100%;
  display: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .sidebar-selector {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sidebar-selector {
    display: block;
  }
}
.sidebar-selector h5 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 0px;
  position: relative;
}
.sidebar-selector h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.sidebar-selector a {
  text-decoration: none;
}
.sidebar-selector .dropdown {
  line-height: 1.2em;
  color: #ffffff;
}
.sidebar-selector .dropdown .dropdown-container {
  display: inline-block;
  position: relative;
  text-align: center;
}
.sidebar-selector .dropdown .dropdown-button {
  font-size: 20px;
  font-size: 2rem;
  background: #3e7998;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  cursor: pointer;
  float: right;
  line-height: 40px;
  margin: 0;
  padding: 0 2.5em 0 1em;
  position: relative;
}
.sidebar-selector .dropdown .dropdown-button:hover {
  background-color: #3a708d;
}
.sidebar-selector .dropdown .dropdown-button::after {
  color: #eeeeee;
  content: "▾";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
}
.sidebar-selector .dropdown .dropdown-menu {
  font-size: 16px;
  font-size: 1.6rem;
  background: #eeeeee;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  text-align: left;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 400px;
  z-index: 99999;
}
@media screen and (max-width: 850px) {
  .sidebar-selector .dropdown .dropdown-menu {
    width: 325px;
  }
}
@media screen and (max-width: 500px) {
  .sidebar-selector .dropdown .dropdown-menu {
    width: 250px;
  }
}
.sidebar-selector .dropdown .dropdown-menu::before {
  position: absolute;
  color: #eeeeee;
  content: "▲";
  font-size: 1.4em;
  pointer-events: none;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
  top: -0.7em;
  text-align: center;
}
.sidebar-selector .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  list-style: none;
  padding: 0.5em;
}
.sidebar-selector .dropdown .dropdown-menu li a {
  display: block;
  color: #333;
}
.sidebar-selector .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
}
.sidebar-selector .dropdown .dropdown-menu li:hover {
  background: #3e7998;
}
.sidebar-selector .dropdown .dropdown-menu li:last-child {
  border: 0;
}
.sidebar-selector .dropdown .show-menu {
  display: block;
}

.content-wrapper {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  margin-left: calc(-100% - 0px + 40px);
  padding-right: 8rem;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 850px) {
  .content-wrapper {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.categories-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px 0;
  padding: 0 0 5rem 0;
}
.categories-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.categories-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.categories-wrapper {
  padding: 0 0 25px 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories-wrapper h4 {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #00646a;
  margin: 0;
  padding: 0;
  display: none;
}
.categories-wrapper ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.categories-wrapper ul li {
  display: inline-block;
  text-align: left;
  background: #00646a;
  color: white;
  margin: 15px 10px 0 0px;
  border: 1px solid #00646a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories-wrapper ul li:hover, .categories-wrapper ul li:active, .categories-wrapper ul li:focus {
  background: none;
  border: 1px solid #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories-wrapper ul li a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 10px 20px;
}
.categories-wrapper ul li a.activelink {
  color: #00646a;
}
.categories-wrapper ul li a.activelink:hover, .categories-wrapper ul li a.activelink:active, .categories-wrapper ul li a.activelink:focus {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories-wrapper ul li a:hover, .categories-wrapper ul li a:active, .categories-wrapper ul li a:focus {
  color: #333;
}
.categories-wrapper .active {
  background: none;
  border: 1px solid #00646a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories-wrapper .active h4 {
  color: #333;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  background: #3e7998;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-transition) > ul.mega-sub-menu {
  background: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 30%;
  background: #3e7998;
  color: white;
  font-size: 20px;
  padding: 2rem 2rem 0 2rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: none;
  color: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  width: 70%;
  left: 30%;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item > a.mega-menu-link {
  background: #3e7998;
  color: white;
  font-size: 20px;
  padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  padding: 5px 20px 5px 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link {
  color: #00646a;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 400;
  padding: 0px 0 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover {
  color: #00646a;
  font-weight: 400;
  text-decoration: underline;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title {
  color: #00646a;
  font-size: 30px;
  text-transform: none;
  padding: 0 0 5px 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #00646a;
  font-size: 30px;
  text-transform: none;
  padding: 0 0 5px 20px;
}
#mega-menu-wrap-primary #mega-menu-primary .textwidget p {
  color: #333;
  padding: 10px 20px 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

/* Mobile Menu */
div#global_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
div#global_wrapper div#site_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
div#global_wrapper #mobile_menu_off_menu_click_layer {
  color: black;
  background-color: #333;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#global_wrapper .sub-menu {
  width: 100%;
}
div#global_wrapper div#mobile_menu_wrapper {
  margin: 0;
  padding: 0;
  position: fixed;
  right: -250px;
  top: 0;
  width: 250px;
  background-color: #3e7998;
  height: 100%;
  z-index: 200;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu {
  margin: 0;
  padding: 0;
  height: 100%;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container {
  margin: 0;
  padding: 0;
  height: 100%;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.menu-item-has-children > a {
  padding: 8px 49px 8px 13px;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 8px 13px;
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
  width: 249px;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a:hover, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a:active, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a:focus {
  background-color: #333;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36px;
  background-color: #555;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 26px;
  display: block;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger:hover, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger:active, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li a span.submenu_trigger:focus {
  background-color: #ccc;
  cursor: pointer;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -265px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #3e7998;
  height: 100%;
  z-index: 1;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li {
  margin: 0;
  padding: 0;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger {
  padding: 0 13px;
  font-size: 13px;
  line-height: 34px;
  color: #ffffff;
  border-bottom: 1px solid #666;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger i {
  font-size: 26px;
  line-height: 34px;
  vertical-align: middle;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger span.label {
  font-weight: bold;
  margin-left: 4px;
  vertical-align: middle;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger:hover, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger:active, div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li ul.sub-menu li.back_trigger:focus {
  background-color: #ccc;
  cursor: pointer;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.active > a {
  background-color: #333;
}
div#global_wrapper div#mobile_menu_wrapper div#mobile_menu div.menu-mobile-menu-container ul.menu li.active > ul.sub-menu {
  right: 0;
}
div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger {
  top: 45px;
  font-size: 28px;
  height: 48px;
  left: -68px;
  line-height: 48px;
  width: 48px;
  position: absolute;
  background-color: #3e7998;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger:hover, div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger:active, div#global_wrapper div#mobile_menu_wrapper a#mobile_menu_trigger:focus {
  background-color: #00646a;
}
div#global_wrapper.mobile-menu-active div#site_wrapper {
  margin: 0 200px 0 -200px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#global_wrapper.mobile-menu-active div#mobile_menu_off_menu_click_layer {
  display: block;
}
div#global_wrapper.mobile-menu-active div#mobile_menu_wrapper {
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div#global_wrapper.mobile-menu-active div#mobile_menu_wrapper a#mobile_menu_trigger {
  left: -53px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Dealing with the variety of scenarios having a fixed Wordpress menu might throw up... */
/* 1. Counteract the standard 32px Wordpress bar */
body.logged-in.admin-bar div#global_wrapper div#mobile_menu_wrapper {
  top: 32px;
}

/* 2. Counteract the Wordpress bar when the screen shrinks and the bar gets taller */
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar div#global_wrapper div#mobile_menu_wrapper {
    top: 46px;
  }
  body.logged-in.admin-bar div#wpadminbar {
    position: fixed;
  }
}
/* Determining where the mobile menu needs to be shown - by default, the medium and small views, but not the desktop */
@media screen and (min-width: 1130px) {
  div#global_wrapper.mobile-menu-active div#site_wrapper {
    margin: 0;
    opacity: 1;
  }
  div#global_wrapper.mobile-menu-active div#mobile_menu_off_menu_click_layer {
    display: none;
  }
  div#global_wrapper div#mobile_menu_off_menu_click_layer {
    display: none;
  }
  div#global_wrapper div#mobile_menu_wrapper {
    display: none;
  }
}
.nav-links {
  text-align: center;
}
.nav-links .page-numbers {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #f5f2e9;
  color: #333;
  outline: none;
  padding: 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers:focus {
  background: #f5f2e9;
}
.nav-links .page-numbers:active {
  background: #3e7998;
  color: #ffffff;
}
.nav-links .current {
  color: #00646a;
  background: #ffffff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

.post-navigation {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

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

.post-nav-wrapper .post-nav-container {
  max-width: 1350px;
  margin: 0 auto 40px auto;
  padding: 0 0 0 0;
}
.post-nav-wrapper .post-nav-container::after {
  clear: both;
  content: "";
  display: block;
}
/*# sourceMappingURL=style.css.map */