 /*
Theme Name: Boshanka Baseplate
Theme URI: http://www.boshanka.co.uk/
Author: Boshanka
Author URI: http://www.boshanka.co.uk
Description: Custom theme for Hoffmann Foundation
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: hfa
Tags:

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.

Era Of Data is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus 
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Global
# Infinite scroll
# Media
	## Captions
	## Galleries
# GRID
  

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Scss Document */
/**
reg - 400
semi - 600
bold - 700
*/
/*
.test {
  @include skew(25,10);
  @include transform-origin(top left);
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  background-color: rgba(20,20,20,.5);
}
*/
/**
Shadow use example
 * .card {
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * }
 *
 */
/* Scss Document */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

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

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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
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"] {
  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-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; }

a, input, a img, a span, svg, .btn, a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, input:hover, a:hover img, a:hover span, svg:hover, .btn:hover, a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tm0 {
  margin-top: 0px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
body,
button,
input,
select,
textarea {
  color: #626262;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.site-content {
  padding: 125px 0 0 0px;
  font-size: 1em;
  line-height: 1.6em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima-nova";
  font-weight: normal;
  clear: both;
  line-height: 1.3em;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  color: #373c41; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400; }

h4.subtitle {
  margin-top: 0px; }

h1, .h1 {
  font-size: 1.4em;
  margin-bottom: 0.8em;
  margin-top: 0px; }

h2, .h2 {
  font-size: 1.2em; }

h3, .h3 {
  font-size: 1em; }

h4, .h4 {
  font-size: 0.9em; }

h5, .h5 {
  font-size: 0.8em; }

h6, .h6 {
  font-size: 0.6em; }

@media (min-width: 480px) {
  h1, .h1 {
    font-size: 1.8em; }

  h2, .h2 {
    font-size: 1.4em; }

  h3, .h3 {
    font-size: 1.2em; }

  h4, .h4 {
    font-size: 1em; }

  h5, .h5 {
    font-size: 1em; }

  h6, .h6 {
    font-size: 0.9em; } }
p {
  margin-bottom: 1.5em; }

p.call {
  text-align: center; }

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

blockquote {
  font-family: "proxima-nova";
  color: #000;
  text-align: center;
  margin: 0px;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.6em; }

address {
  font-style: normal;
  margin: 0 0 1.5em; }

/*
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
*/
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*: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/ */
  box-sizing: inherit; }

body {
  font-family: "proxima-nova";
  background: #fff;
  font-weight: 400;
  /* Fallback for when there is no custom background color defined. */ }

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

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

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

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"], .btn {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.8em 1em 0.8em;
  margin-bottom: 3.2em;
  background: #5288c1; }

button:hover, .btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #3d9bff;
  color: #fff; }

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: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

select {
  border: 1px solid #ccc; }

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: #111; }

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #5288c1;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #3d9bff; }

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

.overlay h2 {
  margin-top: 0px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  position: fixed;
  padding: 0;
  top: 0em;
  bottom: 0em;
  left: -75%;
  clear: both;
  display: block;
  float: left;
  display: table;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 75%;
  height: 100%;
  max-width: 340px; }
  .main-navigation .menu-main-menu-container {
    margin: 0 auto;
    display: table; }
  .main-navigation ul {
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0px;
    opacity: 0;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    float: left; }
    .main-navigation ul li {
      position: relative; }
      .main-navigation ul li a {
        text-align: left;
        font-size: 1em;
        font-family: "proxima-nova";
        display: block;
        padding: 0.6em 0 0.6em 0;
        position: relative;
        text-decoration: none;
        color: #fff; }
    .main-navigation ul li.menu-item-has-children li a {
      color: #fff; }
    .main-navigation ul li.menu-item-has-children li .sub-menu {
      float: left; }
      .main-navigation ul li.menu-item-has-children li .sub-menu li {
        padding-left: 2em; }
    .main-navigation ul ul {
      display: none; }
  .main-navigation ul .toggled-on {
    display: block; }
  .main-navigation ul > li > a {
    padding-left: 1em;
    padding-right: 1em; }
  .main-navigation > .container {
    display: table-cell;
    vertical-align: middle; }

.home .main-navigation a {
  color: #fff; }

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700; }

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
  border-top: 0; }

.main-navigation .-children > a {
  padding-right: 48px; }

.main-navigation .menu-item-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5em; }

.no-js .main-navigation ul ul {
  display: block; }

.dropdown-toggle {
  position: absolute;
  height: 27px;
  width: 27px;
  top: 11px;
  right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0px;
  font-family: 'FontAwesome';
  background-color: #aaaaaa;
  border: none;
  content: "";
  color: #fff;
  text-transform: lowercase; }

.dropdown-toggle:after {
  content: "\f078";
  font-size: 14px;
  line-height: 27px;
  position: relative;
  top: 0;
  left: 1px;
  width: 27px; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #fff;
  background-color: #595959; }

.dropdown-toggle.toggle-on:after {
  content: "\f077"; }

.menu-toggle.hideit {
  bottom: -2.5em;
  opacity: 0; }

/* Make sure the button doesn't hide when menu is open! */
.toggled .menu-toggle.hideit {
  bottom: 1em; }

.menu-toggle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 0px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  padding: 10px;
  width: 50px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #5288c1;
  cursor: pointer; }
  .menu-toggle strong {
    font-weight: 100;
    font-size: 0.8em;
    position: absolute;
    right: 15px;
    top: 27px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.menu-toggle:hover span {
  background: #fff; }
.menu-toggle:hover strong {
  color: #fff; }

.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/* Icon 3 */
.menu-toggle span:nth-child(1) {
  top: 14px; }

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 30px; }

.menu-toggle span:nth-child(4) {
  top: 22px; }

.shrink .menu-toggle {
  padding: 0px;
  height: 45px; }
  .shrink .menu-toggle strong {
    top: 17px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shrink .menu-toggle span:nth-child(1) {
    top: 14px; }
  .shrink .menu-toggle span:nth-child(2), .shrink .menu-toggle span:nth-child(3) {
    top: 22px; }
  .shrink .menu-toggle span:nth-child(4) {
    top: 30px; }
.shrink .menu-toggle.open span:nth-child(3), .shrink .menu-toggle.open span:nth-child(2) {
  top: 22px; }

.menu-toggle.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%; }

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.menu-toggle.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%; }

.menu-toggle.open span:nth-child(3), .menu-toggle.open span:nth-child(2) {
  top: 22px; }

/* Hovering Menu */
.main-navigation.toggled {
  background: #5288c1;
  position: fixed;
  padding: 0;
  z-index: 1;
  background-size: 800px;
  top: 0em;
  bottom: 0em;
  left: 0em;
  width: 75%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%; }
  .main-navigation.toggled ul {
    vertical-align: middle;
    display: table-cell;
    opacity: 1; }

.main-navigation ul li {
  float: left;
  width: 100%; }
  .main-navigation ul li ul.sub-menu {
    float: left;
    display: block; }
    .main-navigation ul li ul.sub-menu li a {
      padding-left: 1em;
      font-weight: 300;
      font-size: 0.8em; }

.nav-menu {
  padding: 1em;
  margin-bottom: 3em; }

.main-navigation.toggled ul {
  overflow-y: auto; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
  .screen-reader-text:focus:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }

/* 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; }

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto; }

.top-row {
  width: 100%;
  float: left;
  height: 50px;
  padding: 0.8em 0.8em 0 0.8em; }
  .top-row .container {
    background: #f1f3f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 47px; }
    .top-row .container .social {
      height: 50px;
      float: right;
      padding: 8px 5px 0 5px;
      display: table;
      width: auto; }
      .top-row .container .social ul {
        padding: 0px;
        margin: 0px;
        list-style: none; }
        .top-row .container .social ul li {
          float: left;
          display: block; }
          .top-row .container .social ul li a {
            padding: 5px 5px;
            font-size: 1.4em;
            text-align: center; }
    .top-row .container .right-col-wrap {
      float: right;
      margin: 0px; }
      .top-row .container .right-col-wrap a.mail-link, .top-row .container .right-col-wrap .phone-link {
        padding: 10px;
        color: #5288c1;
        font-size: 0.9em;
        display: block;
        float: left;
        clear: none;
        text-align: center;
        font-family: "proxima-nova"; }
        .top-row .container .right-col-wrap a.mail-link .fas, .top-row .container .right-col-wrap a.mail-link .far, .top-row .container .right-col-wrap .phone-link .fas, .top-row .container .right-col-wrap .phone-link .far {
          padding: 0 5px 0 0; }

#masthead {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0 0.8em;
  height: auto;
  min-height: 65px;
  height: 65px;
  background: #fff; }
  #masthead .container {
    position: relative; }
  #masthead .site-branding {
    float: left;
    width: 100%;
    padding: 0 0 0 0; }
    #masthead .site-branding .site-title {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: block;
      max-width: 140px;
      height: auto;
      margin: -40px 0 0 0;
      float: left; }

.admin-bar #masthead {
  top: 105px; }

#masthead.shrink {
  min-height: 65px;
  top: 0px;
  height: 65px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); }
  #masthead.shrink .site-branding .site-title {
    max-width: 90px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px 0 0 0; }

#content .row {
  padding: 0 0.8em; }
  #content .row div .inner.gutters {
    padding: 0 1.6em; }
  #content .row .header-section {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #5288c1;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.6em; }
    #content .row .header-section > .inner {
      position: relative;
      z-index: 1;
      float: left;
      width: 100%; }
      #content .row .header-section > .inner .text-wrap {
        padding: 1.6em;
        position: relative;
        z-index: 2; }
        #content .row .header-section > .inner .text-wrap .inner h1, #content .row .header-section > .inner .text-wrap .inner h2, #content .row .header-section > .inner .text-wrap .inner p {
          color: #fff; }
        #content .row .header-section > .inner .text-wrap .inner p {
          margin-bottom: 0px;
          margin-top: 0px; }
        #content .row .header-section > .inner .text-wrap .inner a {
          background: #fff;
          text-transform: uppercase;
          font-weight: 600;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          padding: 0.6em 1em;
          font-size: 0.9em;
          margin-top: 0.8em;
          float: left;
          margin-bottom: 1.6em;
          border: 1px solid #fff; }
          #content .row .header-section > .inner .text-wrap .inner a:hover {
            background: #5288c1;
            color: #fff; }
        #content .row .header-section > .inner .text-wrap .inner h2 {
          font-weight: 300; }
        #content .row .header-section > .inner .text-wrap .inner h2.min-marge {
          margin-top: 0.8em; }
        #content .row .header-section > .inner .text-wrap .inner h1 {
          margin-bottom: 0px; }
        #content .row .header-section > .inner .text-wrap .inner .justgiving-button {
          width: 100%;
          float: left; }
          #content .row .header-section > .inner .text-wrap .inner .justgiving-button a {
            float: left; }
          #content .row .header-section > .inner .text-wrap .inner .justgiving-button a.donate-btn {
            background: #da3e1f;
            color: #fff; }
            #content .row .header-section > .inner .text-wrap .inner .justgiving-button a.donate-btn:hover {
              background: #fff;
              color: #da3e1f; }
          #content .row .header-section > .inner .text-wrap .inner .justgiving-button .justgivinglogo {
            float: left;
            max-width: 180px;
            margin: 1.3em 0.8em; }
      #content .row .header-section > .inner .image-wrap {
        z-index: 2;
        position: relative; }
        #content .row .header-section > .inner .image-wrap .mask {
          display: none; }
        #content .row .header-section > .inner .image-wrap .post-title {
          position: absolute;
          left: 1.6em;
          bottom: 1.6em;
          right: 1.6em;
          background: rgba(0, 0, 0, 0.8);
          padding: 1.6em; }
          #content .row .header-section > .inner .image-wrap .post-title .category {
            text-align: center;
            font-size: 0.7em;
            text-transform: uppercase;
            letter-spacing: 0.2em; }
          #content .row .header-section > .inner .image-wrap .post-title h3 {
            margin: 0px;
            font-weight: 600;
            font-size: 1.4em;
            text-align: center; }
            #content .row .header-section > .inner .image-wrap .post-title h3 a {
              color: #fff; }
    #content .row .header-section svg#background {
      position: absolute;
      bottom: 0px;
      right: -10%;
      height: 100%;
      width: 100%;
      z-index: 1; }
      #content .row .header-section svg#background .st0 {
        opacity: 0.1;
        fill: #fff;
        enable-background: new; }
  #content .row .header-section.hub-blue {
    background: #1b95b8; }
    #content .row .header-section.hub-blue > .inner .image-wrap .mask .mask-path {
      fill: #1b95b8; }
    #content .row .header-section.hub-blue > .inner .text-wrap .inner a {
      color: #1b95b8; }
      #content .row .header-section.hub-blue > .inner .text-wrap .inner a:hover {
        background: #1b95b8;
        color: #fff; }
  #content .row .header-section.green {
    background: #2aa951; }
    #content .row .header-section.green > .inner .image-wrap .mask .mask-path {
      fill: #2aa951; }
    #content .row .header-section.green > .inner .text-wrap .inner a {
      color: #2aa951; }
      #content .row .header-section.green > .inner .text-wrap .inner a:hover {
        background: #2aa951;
        color: #fff; }
  #content .row .header-section.red {
    background: #a23360; }
    #content .row .header-section.red > .inner .image-wrap .mask .mask-path {
      fill: #a23360; }
    #content .row .header-section.red > .inner .text-wrap .inner a {
      color: #a23360; }
      #content .row .header-section.red > .inner .text-wrap .inner a:hover {
        background: #a23360;
        color: #fff; }
  #content .row .header-section.yellow {
    background: #e4b923; }
    #content .row .header-section.yellow > .inner .image-wrap .mask .mask-path {
      fill: #e4b923; }
    #content .row .header-section.yellow > .inner .text-wrap .inner a {
      color: #e4b923; }
      #content .row .header-section.yellow > .inner .text-wrap .inner a:hover {
        background: #e4b923;
        color: #fff; }
  #content .row .big-image-section {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.8em; }
    #content .row .big-image-section .inner img {
      width: 100%;
      float: left;
      height: auto; }
    #content .row .big-image-section .inner .image-wrap {
      float: left;
      width: 100%; }
      #content .row .big-image-section .inner .image-wrap img {
        width: 100%;
        float: left;
        height: auto; }
      #content .row .big-image-section .inner .image-wrap .post-title {
        float: left;
        width: 100%;
        background: #000;
        color: #fff;
        padding: 1.6em; }
        #content .row .big-image-section .inner .image-wrap .post-title .category {
          width: 100%;
          text-align: center;
          float: left;
          letter-spacing: 0.2em;
          color: #626262;
          text-transform: uppercase;
          font-size: 0.7em; }
        #content .row .big-image-section .inner .image-wrap .post-title h1 {
          display: block;
          text-align: center;
          width: 100%;
          color: #fff;
          font-size: 1.2em;
          font-weight: 700; }
  #content .row .social-bar {
    width: 100%;
    float: left;
    margin-bottom: 1.6em;
    padding: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f1f3f5; }
    #content .row .social-bar .left {
      width: 100%;
      float: left; }
      #content .row .social-bar .left .author-image {
        width: 32px;
        float: left;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        border-radius: 32px;
        overflow: hidden; }
      #content .row .social-bar .left p {
        display: block;
        float: left;
        margin: 0.35em;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 0.65em; }
    #content .row .social-bar .social-icons {
      width: 100%;
      float: left; }
  #content .row .categories-bar {
    width: 100%;
    float: left;
    margin-bottom: 1.6em;
    padding: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f1f3f5;
    padding: 0.8em 0.8em 0 0.8em; }
    #content .row .categories-bar ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      #content .row .categories-bar ul li {
        width: auto;
        float: left;
        padding-right: 0.4em; }
        #content .row .categories-bar ul li a {
          font-weight: 600;
          color: #626262;
          padding: 0.6em 1em;
          float: left;
          display: block;
          text-transform: uppercase;
          -webkit-border-radius: 5px 5px 0 0;
          -moz-border-radius: 5px 5px 0 0;
          -ms-border-radius: 5px 5px 0 0;
          -o-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
          font-size: 0.8em; }
          #content .row .categories-bar ul li a:hover {
            background: #5288c1;
            color: #fff; }
      #content .row .categories-bar ul li.current-menu-item a {
        color: #5288c1;
        background: #fff; }
  #content .row .blog-wrap article {
    float: left;
    width: 100%;
    margin-bottom: 1.6em; }
    #content .row .blog-wrap article a {
      float: left;
      width: 100%; }
      #content .row .blog-wrap article a .image-wrap {
        width: 100%;
        display: block;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden; }
        #content .row .blog-wrap article a .image-wrap img {
          width: 100%;
          display: block;
          float: left;
          height: auto; }
      #content .row .blog-wrap article a .post-title {
        width: 100%;
        display: block;
        float: left;
        padding: 1.6em; }
        #content .row .blog-wrap article a .post-title .category {
          width: 100%;
          text-align: center;
          float: left;
          letter-spacing: 0.2em;
          color: #626262;
          text-transform: uppercase;
          font-size: 0.7em; }
        #content .row .blog-wrap article a .post-title .h3 {
          display: block;
          text-align: center;
          width: 100%;
          color: #000;
          font-size: 1.2em;
          font-weight: 700; }
      #content .row .blog-wrap article a:after {
        float: right;
        background: #f1f3f5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        display: block;
        clear: both;
        content: "";
        position: relative;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        /* or 100px */
        height: 5px;
        padding: 4px 0px; }
      #content .row .blog-wrap article a:hover .image-wrap img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: contrast(120%); }
      #content .row .blog-wrap article a:hover .post-title .category {
        color: #b2c0cc; }
      #content .row .blog-wrap article a:hover .post-title .h3 {
        color: #3d9bff; }
      #content .row .blog-wrap article a:hover:after {
        background: #3d9bff; }
  #content .row .services-section {
    padding: 1.6em 0; }
    #content .row .services-section .inner .col {
      margin-bottom: 1.6em;
      float: left;
      width: 100%; }
      #content .row .services-section .inner .col h3 {
        font-weight: 600;
        margin: 0 0 0.6em 0;
        font-size: 1.4em; }
      #content .row .services-section .inner .col a {
        display: block;
        float: left;
        width: 100%;
        background: #1b95b8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden; }
        #content .row .services-section .inner .col a .inside .service-image {
          float: left;
          width: 100%;
          height: auto;
          overflow: hidden; }
        #content .row .services-section .inner .col a .inside .lower-section {
          padding: 0.8em;
          float: left;
          color: #fff; }
        #content .row .services-section .inner .col a:hover {
          background: #14718c; }
          #content .row .services-section .inner .col a:hover .inside .service-image img {
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-filter: contrast(120%); }
      #content .row .services-section .inner .col:last-child {
        margin-bottom: 0px; }
    #content .row .services-section .inner .col-green a {
      background: #2aa951; }
      #content .row .services-section .inner .col-green a:hover {
        background: #20803d; }
    #content .row .services-section .inner .col-yellow a {
      background: #e4b923; }
      #content .row .services-section .inner .col-yellow a:hover {
        background: #bd9817; }
    #content .row .services-section .inner .col-red a {
      background: #a23360; }
      #content .row .services-section .inner .col-red a:hover {
        background: #7b2749; }
  #content .row .generic-section .inner .body-text {
    width: 100%;
    float: left; }
    #content .row .generic-section .inner .body-text figure {
      margin: 1.6em 0; }
      #content .row .generic-section .inner .body-text figure figcaption {
        text-align: right;
        font-size: 0.8em;
        font-style: italic; }
  #content .row .generic-section .inner .body-wrap .body-text.grey {
    padding: 0.8em 1.6em;
    background: #f1f3f5; }
  #content .row .generic-section .inner .body-wrap .justgiving-button {
    float: left;
    width: 100%;
    margin: 1.6em 0 0 0; }
    #content .row .generic-section .inner .body-wrap .justgiving-button .btn {
      background: #da3e1f;
      float: left;
      margin-bottom: 0px; }
      #content .row .generic-section .inner .body-wrap .justgiving-button .btn:hover {
        background: #78206d; }
    #content .row .generic-section .inner .body-wrap .justgiving-button img {
      max-width: 180px;
      float: left;
      margin: 0.4em 1.6em; }
  #content .row .generic-section .inner h2.section-title {
    font-weight: 800;
    margin-bottom: 1.6em;
    font-size: 1.4em;
    margin-top: 0.8em; }
    #content .row .generic-section .inner h2.section-title:after {
      background: #f1f3f5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      display: block;
      clear: both;
      content: "";
      position: relative;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 150px;
      /* or 100px */
      height: 5px;
      padding: 4px 0px;
      margin-top: 1.6em; }
  #content .row .generic-section .inner h3 {
    font-weight: 800;
    font-size: 1.2em;
    margin-top: 0px; }
  #content .row .generic-section .inner h4 {
    font-weight: 800;
    font-size: 1em;
    margin-top: 0px;
    text-transform: uppercase; }
  #content .row .generic-section .inner p strong {
    color: #373c41; }
  #content .row .generic-section .inner ul {
    margin-left: 1em;
    padding-left: 1em; }
    #content .row .generic-section .inner ul li {
      margin-bottom: 0.8em; }
  #content .row .generic-section .inner .alert {
    padding: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #5288c1;
    color: #fff;
    width: 100%;
    float: left;
    margin: 0 0 1.6em 0; }
  #content .row .generic-section .inner .text-in-a-box {
    padding: 0.8em 1.6em;
    background: #f1f3f5;
    width: 100%;
    float: left;
    margin: 0 0 0 0; }
  #content .row .generic-section .inner .quote-grid .quote blockquote {
    color: #5288c1;
    font-style: italic; }
  #content .row .generic-section .inner .quote-grid .quote-image {
    padding: 1.6em;
    float: left;
    width: 100%; }
    #content .row .generic-section .inner .quote-grid .quote-image .image {
      width: 200px;
      margin: 0 auto;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden; }
    #content .row .generic-section .inner .quote-grid .quote-image cite {
      text-align: center;
      width: 100%;
      float: left;
      line-height: 1.2em;
      padding: 0.8em 0 0 0; }
      #content .row .generic-section .inner .quote-grid .quote-image cite .role {
        font-size: 90%;
        color: #5288c1; }
  #content .row .generic-section .inner .big-text {
    font-size: 1.6em;
    font-size: 300;
    line-height: 1.4em;
    color: #000; }
    #content .row .generic-section .inner .big-text span {
      color: #5288c1; }
  #content .row .generic-section .inner .buttons {
    float: left;
    width: 100%; }
    #content .row .generic-section .inner .buttons .btn {
      float: left;
      margin-bottom: 1.6em; }
    #content .row .generic-section .inner .buttons a.orgetintouch {
      float: left;
      padding: 0.45em 1em 0.4em;
      text-transform: uppercase;
      font-size: 0.8em; }
  #content .row .generic-section.team-members-section .inner .team-members-loop {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 0.8em; }
    #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link {
      display: block; }
      #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .profile-image {
        position: relative;
        display: block;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        width: 100%;
        background: #5288c1; }
        #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .profile-image .readmore {
          opacity: 0;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          text-align: center;
          color: #fff;
          font-weight: 600;
          font-size: 1.2em;
          top: 50%;
          margin-top: -20px; }
      #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .contents {
        text-align: center; }
        #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .contents .h1, #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .contents .h2 {
          margin: 0.8em 0 0 0;
          text-align: center;
          width: 100%; }
        #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .contents .h1 {
          font-size: 1em;
          display: block;
          clear: both;
          padding: 0.4em 0 0 0; }
        #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link .inside .contents .h2 {
          margin: 0px;
          color: #3d9bff;
          font-style: italic;
          font-size: 0.9em;
          display: block;
          clear: both; }
      #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link:hover .inside .profile-image img {
        opacity: 0.3; }
      #content .row .generic-section.team-members-section .inner .team-members-loop .team-member a.team-member-link:hover .inside .profile-image .readmore {
        opacity: 1;
        margin-top: -10px; }
  #content .row .generic-section.items-section .inner .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f1f3f5;
    float: left;
    width: 100%; }
    #content .row .generic-section.items-section .inner .item .item-head {
      padding: 1.6em;
      float: left;
      width: 100%; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner {
        float: left;
        width: 100%; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .image-wrap {
          -webkit-border-radius: 80px;
          -moz-border-radius: 80px;
          -ms-border-radius: 80px;
          -o-border-radius: 80px;
          border-radius: 80px;
          width: 160px;
          height: 160px;
          margin: 0 auto;
          overflow: hidden; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap {
          width: 100%;
          float: left; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row address {
            text-align: center;
            width: 100%;
            float: left;
            color: #1b95b8; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row i {
            clear: both;
            display: block;
            margin: 0.8em auto;
            color: #1b95b8;
            width: 15px; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p {
            width: 100%;
            float: left;
            color: #1b95b8;
            text-align: center; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p.email, #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p.phone, #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row address {
            margin: 0 0 0.8em 0; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p.email a {
            color: #3d9bff; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row h2 {
            margin: 0px;
            font-size: 1.6em;
            color: #1b95b8; }
            #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row h2:after {
              display: none; }
          #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row .btn {
            font-size: 0.8em;
            background: #1b95b8;
            float: right;
            margin-bottom: 0px; }
            #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row .btn:hover {
              background: #14718c; }
    #content .row .generic-section.items-section .inner .item .item-foot {
      float: left;
      width: 100%; }
      #content .row .generic-section.items-section .inner .item .item-foot .col-1, #content .row .generic-section.items-section .inner .item .item-foot .col-2 {
        background: #e3e9ef;
        float: left;
        width: 100%; }
        #content .row .generic-section.items-section .inner .item .item-foot .col-1 .col-inner, #content .row .generic-section.items-section .inner .item .item-foot .col-2 .col-inner {
          padding: 1.6em;
          float: left;
          width: 100%; }
          #content .row .generic-section.items-section .inner .item .item-foot .col-1 .col-inner h3, #content .row .generic-section.items-section .inner .item .item-foot .col-2 .col-inner h3 {
            color: #1b95b8;
            font-size: 1.4em;
            font-weight: 400; }
          #content .row .generic-section.items-section .inner .item .item-foot .col-1 .col-inner p, #content .row .generic-section.items-section .inner .item .item-foot .col-2 .col-inner p {
            color: #1b95b8; }
          #content .row .generic-section.items-section .inner .item .item-foot .col-1 .col-inner a, #content .row .generic-section.items-section .inner .item .item-foot .col-2 .col-inner a {
            background: #1b95b8;
            font-size: 0.8em;
            float: left;
            margin-bottom: 0px; }
            #content .row .generic-section.items-section .inner .item .item-foot .col-1 .col-inner a:hover, #content .row .generic-section.items-section .inner .item .item-foot .col-2 .col-inner a:hover {
              background: #14718c; }
      #content .row .generic-section.items-section .inner .item .item-foot .col-2 {
        background: #d1deea; }
  #content .row .generic-section.items-section .inner .item.col2 {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  #content .row .generic-section.items-section.one-item .inner .item {
    margin-bottom: 1.6em; }
  #content .row .generic-section.items-section.green .inner .item {
    background: #f1f5f2; }
    #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row address, #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row i, #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row p, #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row h2 {
      color: #2aa951; }
    #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row .btn {
      font-size: 0.8em;
      background: #2aa951; }
      #content .row .generic-section.items-section.green .inner .item .item-head .item-inner .copy-wrap .lil-row .btn:hover {
        background: #20803d; }
  #content .row .generic-section.items-section.red .inner .item {
    background: #f5f1f3; }
    #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row address, #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row i, #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row p, #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row h2 {
      color: #a23360; }
    #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row .btn {
      font-size: 0.8em;
      background: #a23360; }
      #content .row .generic-section.items-section.red .inner .item .item-head .item-inner .copy-wrap .lil-row .btn:hover {
        background: #7b2749; }
  #content .row .generic-section.items-section.yellow .inner .item {
    background: #f5f5f1; }
    #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row address, #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row i, #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row p, #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row h2 {
      color: #918157; }
    #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row .btn {
      font-size: 0.8em;
      background: #918157; }
      #content .row .generic-section.items-section.yellow .inner .item .item-head .item-inner .copy-wrap .lil-row .btn:hover {
        background: #716544; }
  #content .row .generic-section.infobox-section .inner .infobox {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #e3e9ef;
    padding: 1.6em;
    margin-bottom: 1.6em; }
    #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .icon {
      float: left;
      width: 35px;
      font-size: 1.4em;
      color: #1b95b8;
      padding: 0.1em 0 0 0; }
    #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .contents {
      float: left;
      width: calc(100% - 35px); }
      #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .contents h3 {
        font-weight: 600;
        color: #1b95b8;
        font-size: 1.4em; }
      #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .contents p {
        color: #1b95b8; }
        #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .contents p strong {
          color: #1b95b8; }
      #content .row .generic-section.infobox-section .inner .infobox .infobox-inner .contents ul li {
        color: #1b95b8; }
  #content .row .generic-section.infobox-section .inner .infobox.green {
    background: #f1f5f2; }
    #content .row .generic-section.infobox-section .inner .infobox.green .infobox-inner .icon {
      color: #2aa951; }
    #content .row .generic-section.infobox-section .inner .infobox.green .infobox-inner .contents h3, #content .row .generic-section.infobox-section .inner .infobox.green .infobox-inner .contents p, #content .row .generic-section.infobox-section .inner .infobox.green .infobox-inner .contents ul li, #content .row .generic-section.infobox-section .inner .infobox.green .infobox-inner .contents p strong {
      color: #2aa951; }
  #content .row .generic-section.infobox-section .inner .infobox.red {
    background: #f5f1f3; }
    #content .row .generic-section.infobox-section .inner .infobox.red .infobox-inner .icon {
      color: #a23360; }
    #content .row .generic-section.infobox-section .inner .infobox.red .infobox-inner .contents h3, #content .row .generic-section.infobox-section .inner .infobox.red .infobox-inner .contents p, #content .row .generic-section.infobox-section .inner .infobox.red .infobox-inner .contents ul li, #content .row .generic-section.infobox-section .inner .infobox.red .infobox-inner .contents p strong {
      color: #a23360; }
  #content .row .generic-section.infobox-section .inner .infobox.yellow {
    background: #f5f5f1; }
    #content .row .generic-section.infobox-section .inner .infobox.yellow .infobox-inner .icon {
      color: #918157; }
    #content .row .generic-section.infobox-section .inner .infobox.yellow .infobox-inner .contents h3, #content .row .generic-section.infobox-section .inner .infobox.yellow .infobox-inner .contents p, #content .row .generic-section.infobox-section .inner .infobox.yellow .infobox-inner .contents ul li, #content .row .generic-section.infobox-section .inner .infobox.yellow .infobox-inner .contents p strong {
      color: #918157; }
  #content .row .generic-section.blogs .inner .body-text p {
    font-size: 1.2em;
    line-height: 1.6em; }
  #content .row .generic-section.blogs .inner .author-box {
    margin: 3.2em 0;
    float: left;
    width: 100%;
    border-top: 5px solid #f1f3f5;
    border-bottom: 5px solid #f1f3f5;
    padding: 1.6em 0; }
    #content .row .generic-section.blogs .inner .author-box .inner .author-img {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      overflow: hidden;
      float: left;
      width: 80px; }
      #content .row .generic-section.blogs .inner .author-box .inner .author-img img {
        width: 80px;
        height: 80px; }
    #content .row .generic-section.blogs .inner .author-box .inner .bio-wrap {
      width: calc(100% - 80px);
      float: left;
      padding-left: 1.6em; }
      #content .row .generic-section.blogs .inner .author-box .inner .bio-wrap h3.author-name {
        display: block;
        margin: 0.35em 0 0.8em 0;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 0.8em; }
      #content .row .generic-section.blogs .inner .author-box .inner .bio-wrap p.author-description {
        margin-bottom: 0px; }
  #content .row .generic-section.vacancies-section .inner h2.section-title {
    margin-top: 1.6em; }
  #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy {
    float: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #5288c1;
    text-align: center;
    color: #fff;
    margin-bottom: 0.8em; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .vacancy-inner {
      padding: 1.6em 1.6em 0 1.6em;
      float: left;
      width: 100%; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .h3 {
      font-weight: 700;
      font-size: 1.2em;
      color: #fff;
      display: block;
      margin: 0px; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .location {
      font-weight: 400;
      font-size: 0.8em;
      line-height: 1.2em;
      display: block; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .readmore {
      display: block;
      width: 95px;
      margin: 0.8em auto 0 auto;
      text-transform: uppercase;
      clear: both;
      font-size: 0.8em;
      color: #5288c1;
      background: #fff;
      padding: 0.3em 0.4em;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy:hover {
      background: #3d9bff; }
  #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy:last-child {
    margin-bottom: 0px; }
  #content .row .generic-section.accordion-section .transition, #content .row .generic-section.accordion-section p, #content .row .generic-section.accordion-section ul li i:before, #content .row .generic-section.accordion-section ul li i:after, #content .row .generic-section.accordion-section .body-text {
    transition: all 0.25s ease-in-out; }
  #content .row .generic-section.accordion-section .flipIn, #content .row .generic-section.accordion-section h1, #content .row .generic-section.accordion-section ul li {
    animation: flipdown 0.5s ease both; }
  #content .row .generic-section.accordion-section .no-select, #content .row .generic-section.accordion-section h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #content .row .generic-section.accordion-section .body-text {
    float: none;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
    #content .row .generic-section.accordion-section .body-text figure {
      padding: 10px;
      background: #fff;
      float: left;
      margin: 1.5em 0.8em 0.8em 0; }
  #content .row .generic-section.accordion-section ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
    #content .row .generic-section.accordion-section ul li {
      position: relative;
      margin: 0;
      background: #e3f1ff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 1.6em;
      margin-bottom: 5px;
      /* &:last-of-type{padding-bottom: 0;} */ }
      #content .row .generic-section.accordion-section ul li:nth-of-type(1) {
        animation-delay: 0.5s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(2) {
        animation-delay: 0.75s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(3) {
        animation-delay: 1s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(4) {
        animation-delay: 1.25s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(5) {
        animation-delay: 1.5s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(6) {
        animation-delay: 1.75s; }
      #content .row .generic-section.accordion-section ul li:nth-of-type(7) {
        animation-delay: 2s; }
      #content .row .generic-section.accordion-section ul li i {
        position: absolute;
        transform: translate(-6px, 0);
        margin-top: -2px;
        right: 0.6em;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        width: 30px;
        height: 30px; }
        #content .row .generic-section.accordion-section ul li i:before, #content .row .generic-section.accordion-section ul li i:after {
          content: "";
          position: absolute;
          background-color: #b5c7d9;
          width: 3px;
          height: 9px;
          left: 13px;
          top: 10px; }
        #content .row .generic-section.accordion-section ul li i:before {
          transform: translate(-2px, 0) rotate(45deg); }
        #content .row .generic-section.accordion-section ul li i:after {
          transform: translate(2px, 0) rotate(-45deg); }
      #content .row .generic-section.accordion-section ul li input[type=checkbox] {
        position: absolute;
        cursor: pointer;
        height: 75px;
        z-index: 1;
        opacity: 0;
        width: 100%;
        left: 0px;
        top: 0px; }
        #content .row .generic-section.accordion-section ul li input[type=checkbox]:checked ~ .body-text {
          margin-top: 0;
          max-height: 0;
          opacity: 0;
          transform: translate(0, 50%); }
        #content .row .generic-section.accordion-section ul li input[type=checkbox]:checked ~ i:before {
          transform: translate(2px, 0) rotate(45deg); }
        #content .row .generic-section.accordion-section ul li input[type=checkbox]:checked ~ i:after {
          transform: translate(-2px, 0) rotate(-45deg); }
        #content .row .generic-section.accordion-section ul li input[type=checkbox]:hover + i {
          background-color: #b5c7d9; }
          #content .row .generic-section.accordion-section ul li input[type=checkbox]:hover + i:before, #content .row .generic-section.accordion-section ul li input[type=checkbox]:hover + i:after {
            background-color: #fff; }
      #content .row .generic-section.accordion-section ul li h3 {
        margin-bottom: 0px;
        font-size: 1em; }
      #content .row .generic-section.accordion-section ul li p {
        color: #000; }
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
  #content .row .generic-section.contact-section .inner .contact-form-wrap .the-form .inner-form {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 1.6em; }
    #content .row .generic-section.contact-section .inner .contact-form-wrap .the-form .inner-form:after {
      float: right;
      background: #f1f3f5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      display: block;
      clear: both;
      content: "";
      position: relative;
      right: 0;
      bottom: 0;
      height: 1px;
      width: 150px;
      /* or 100px */
      height: 5px;
      padding: 4px 0px;
      margin-top: 1.6em; }
  #content .row .generic-section.contact-section .inner .contact-form-wrap .contacts .inner-contacts p {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 1.6em;
    line-height: 1.4em; }
    #content .row .generic-section.contact-section .inner .contact-form-wrap .contacts .inner-contacts p i {
      color: #5288c1;
      position: absolute;
      left: 0px;
      top: 0.3em; }
  #content .row .gallery-section .inner h2.gallery-title {
    margin: 1.6em 0;
    text-align: center;
    font-weight: 800; }
  #content .row .gallery-section .inner ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f1f3f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0.8em 0.8em 0 0.8em; }
    #content .row .gallery-section .inner ul.tabs li {
      background: none;
      color: #373c41;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      margin-bottom: 0px;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    #content .row .gallery-section .inner ul.tabs li.current {
      background: #fff;
      color: #373c41; }
  #content .row .gallery-section .inner .tab-content {
    width: 100%;
    float: left;
    display: none; }
    #content .row .gallery-section .inner .tab-content .items {
      width: 100%; }
  #content .row .gallery-section .inner .tab-content.current {
    display: block; }
#content:last-child .container .generic-section.items-section.one-item .inner .item {
  margin-bottom: 3.2em; }

.home #content .row .header-section > .inner .text-wrap .inner a {
  margin-top: 2em; }

#footer .pre-footer .inner .pre-footer-nav-wrap {
  padding: 0.4em 0.8em; }
  #footer .pre-footer .inner .pre-footer-nav-wrap ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0px;
    list-style: none; }
    #footer .pre-footer .inner .pre-footer-nav-wrap ul li {
      max-width: 300px;
      width: 100%;
      padding: 0.4em 0; }
      #footer .pre-footer .inner .pre-footer-nav-wrap ul li a {
        display: block;
        padding: 0.8em;
        background: #f1f3f5;
        border: 1px solid #5288c1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        text-align: center; }
        #footer .pre-footer .inner .pre-footer-nav-wrap ul li a:hover {
          background: #5288c1;
          color: #fff; }
    #footer .pre-footer .inner .pre-footer-nav-wrap ul li.current-menu-item a {
      background: #a4bddf;
      color: #fff; }
#footer .pre-footer-2 {
  padding: 0 0.8em; }
  #footer .pre-footer-2 .container .inner {
    background: #f1f3f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1.6em; }
    #footer .pre-footer-2 .container .inner .col .inner {
      padding: 0px; }
      #footer .pre-footer-2 .container .inner .col .inner .footer-logo {
        max-width: 200px;
        margin: 0 auto;
        display: block; }
      #footer .pre-footer-2 .container .inner .col .inner p {
        text-align: center; }
      #footer .pre-footer-2 .container .inner .col .inner .btn {
        margin: 0 auto;
        flex: none;
        display: table;
        background: #da3e1f; }
        #footer .pre-footer-2 .container .inner .col .inner .btn:hover {
          color: #da3e1f;
          background: #fff; }
#footer .site-footer .container .inner {
  padding: 0 0.8em; }
  #footer .site-footer .container .inner p {
    text-align: center; }
  #footer .site-footer .container .inner .footer-menu {
    padding: 0 0 1.6em 0; }
    #footer .site-footer .container .inner .footer-menu ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #footer .site-footer .container .inner .footer-menu ul li {
        display: block;
        width: 100%; }
        #footer .site-footer .container .inner .footer-menu ul li a {
          width: 100%;
          padding: 0 0.4em;
          text-align: center;
          display: block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "proxima-nova";
  color: "proxima-nova"; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "proxima-nova";
  color: #000; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "proxima-nova";
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "proxima-nova";
  color: #000; }

.gform_wrapper {
  float: left;
  width: 100%;
  margin: 0px !important;
  padding: 0em;
  background: #fff;
  width: 100%;
  float: left; }
  .gform_wrapper form {
    float: left;
    width: 100%;
    background: #fff;
    border: none !important; }
    .gform_wrapper form .gform_body {
      float: left;
      width: 100%; }
      .gform_wrapper form .gform_body ul {
        margin: 0px !important;
        float: left;
        width: 100%;
        padding: 0px !important;
        list-style: none; }
        .gform_wrapper form .gform_body ul li {
          margin: 0px;
          padding-right: 0px !important;
          margin-bottom: 0.4em;
          float: left;
          width: 100%; }
          .gform_wrapper form .gform_body ul li label {
            text-transform: uppercase;
            font-size: 0.8em;
            color: #000;
            font-size: 500; }
            .gform_wrapper form .gform_body ul li label .gfield_required {
              color: #da3e1f;
              font-size: 1.2em;
              padding: 0.3em;
              font-weight: 800; }
          .gform_wrapper form .gform_body ul li div.ginput_container input, .gform_wrapper form .gform_body ul li div.ginput_container textarea, .gform_wrapper form .gform_body ul li div.ginput_container select {
            width: 100%;
            background: #dde4ea;
            font-family: "proxima-nova";
            color: #626262;
            font-size: 0.9em;
            font-weight: 400;
            border: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            padding: 1.2em !important; }
          .gform_wrapper form .gform_body ul li div.ginput_container div.gform_fileupload_multifile .gform_drop_area input {
            margin-bottom: 0px; }
          .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul li {
            width: 100%;
            float: left;
            position: relative; }
            .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul li label {
              display: block;
              font-size: 0.8em;
              line-height: 1em;
              padding: 2px 0 0 45px;
              line-height: 1.4em;
              text-transform: none;
              font-weight: 700; }
              .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul li label:after {
                content: "";
                background: #dde4ea;
                width: 35px;
                height: 35px;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 3px;
                z-index: 0; }
              .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul li label:before {
                content: "";
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                border: solid #5288c1;
                background: #5288c1;
                left: 8px !important;
                top: 7px !important;
                opacity: 0;
                z-index: 1;
                transition: all 100ms; }
          .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul input[type="checkbox"] {
            opacity: 0;
            outline: none;
            z-index: 100;
            width: 35px;
            height: 35px;
            top: 0;
            left: 0;
            position: absolute;
            appearance: none;
            cursor: pointer; }
            .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul input[type="checkbox"] + label {
              cursor: pointer; }
            .gform_wrapper form .gform_body ul li div.ginput_container_checkbox ul input[type="checkbox"]:checked + label:before {
              opacity: 1;
              top: 3px; }
          .gform_wrapper form .gform_body ul li:before {
            display: none !important; }
          .gform_wrapper form .gform_body ul li .gfield_description, .gform_wrapper form .gform_body ul li .gform_drop_instructions {
            font-size: 0.8em;
            font-style: italic; }
        .gform_wrapper form .gform_body ul li.no-star label .gfield_required {
          display: none !important; }
        .gform_wrapper form .gform_body ul li.gfield_html_formatted {
          margin-bottom: 0px; }
          .gform_wrapper form .gform_body ul li.gfield_html_formatted p {
            font-size: 0.8em;
            margin: 0px; }
    .gform_wrapper form .gform_footer {
      float: left;
      width: 100%;
      margin: 0px !important;
      padding-top: 10px !important; }
      .gform_wrapper form .gform_footer input {
        margin-bottom: 0px;
        font-size: 0.9em !important;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 10px 20px 10px 20px !important;
        background: #5288c1 !important;
        float: right;
        width: auto !important;
        margin-right: 0px !important; }

.gform_confirmation_wrapper {
  float: left;
  width: 100%;
  text-align: left !important;
  color: #2aa951 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-left: 5px solid #2aa951 !important;
  font-weight: 300 !important;
  font-size: 1em;
  padding: 10px !important;
  margin-bottom: 1.6em; }

.gform_validation_error form .validation_error {
  float: left;
  width: 100%;
  text-align: left !important;
  color: #a23360 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-left: 5px solid #a23360 !important;
  font-weight: 300 !important;
  font-size: 1em;
  padding: 10px !important;
  margin-bottom: 1.6em; }
.gform_validation_error form .gform_body ul li .ginput_container input {
  border: 1px solid #a23360 !important; }
.gform_validation_error form .gform_body ul li .gfield_description.validation_message {
  color: #a23360;
  font-size: 0.8em;
  font-style: italic; }

#lightcase-content {
  background: transparent !important; }
  #lightcase-content p.h1 {
    font-size: 6em;
    color: #fff !important;
    margin: 0px;
    text-align: center;
    margin-bottom: 20px; }
  #lightcase-content p.h2 {
    font-size: 2em;
    color: #fff !important;
    margin: 0px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 400px;
    margin: 0 auto 40px auto; }
  #lightcase-content p {
    color: #000 !important;
    font-size: 1.4em; }
  #lightcase-content ul {
    color: #000 !important;
    list-style: none;
    margin-left: 0px;
    padding-left: 40px; }
    #lightcase-content ul li {
      margin-bottom: 10px;
      font-size: 1.4em; }
      #lightcase-content ul li:before {
        content: '';
        display: inline-block;
        height: 0.7em;
        width: 0.7em;
        background-image: url(img/arrow-right-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.7em;
        margin-left: -1.5em; }
      #lightcase-content ul li strong {
        color: #000; }
  #lightcase-content .featured-point {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    width: 100%;
    margin: 40px 0 0 0; }
    #lightcase-content .featured-point p {
      margin: 0px;
      font-family: "proxima-nova";
      font-size: 1.6em; }

#lightcase-content .inside.team {
  padding: 0 40px; }
  #lightcase-content .inside.team .profile-image {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
    border-radius: 120px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px; }
  #lightcase-content .inside.team p {
    color: #fff !important;
    font-size: 1.2em;
    text-align: justify; }
  #lightcase-content .inside.team p.h1 {
    color: #5288c1 !important;
    font-size: 2em;
    margin: 10px;
    text-align: center; }
  #lightcase-content .inside.team p.h2 {
    font-family: "proxima-nova";
    font-size: 1.2em;
    text-align: center; }

#lightcase-info {
  width: 100% !important; }
  #lightcase-info #lightcase-sequenceInfo {
    text-align: center;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: bold; }

.embed-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 1.6em 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 480px) {
  #content .row .header-section > svg {
    right: -30%; }
  #content .row .blog-wrap {
    margin-top: -0.8em;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 0.8em; }
    #content .row .blog-wrap article a {
      height: 100%;
      position: relative; }
      #content .row .blog-wrap article a .post-title .h3 {
        font-size: 0.9em; }
      #content .row .blog-wrap article a:after {
        position: absolute;
        left: 0px;
        bottom: 0px; }
  #content .row div .inner.gutters {
    padding: 0 3.2em; }

  #footer .pre-footer .inner .pre-footer-nav-wrap {
    padding: 0.4em 0.4em; }
    #footer .pre-footer .inner .pre-footer-nav-wrap ul {
      width: 100%; }
      #footer .pre-footer .inner .pre-footer-nav-wrap ul li {
        max-width: 100%;
        float: left;
        width: 50%;
        padding: 0.4em 0.4em;
        display: table;
        height: 88px; }
        #footer .pre-footer .inner .pre-footer-nav-wrap ul li a {
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle; } }
@media (min-width: 768px) {
  #content .row div .inner.gutters {
    padding: 0 0em;
    max-width: 560px;
    margin: 0 auto; }
  #content .row .header-section {
    width: 100%;
    float: left; }
    #content .row .header-section svg#background {
      height: 100%;
      width: 50%; }
    #content .row .header-section > .inner {
      height: 380px;
      position: relative;
      z-index: 2;
      float: none; }
      #content .row .header-section > .inner .image-wrap {
        width: 50%;
        float: left;
        display: table-cell;
        height: 100%;
        overflow: hidden; }
        #content .row .header-section > .inner .image-wrap img {
          max-width: none;
          height: 100%; }
      #content .row .header-section > .inner .text-wrap {
        width: 50%;
        float: left;
        display: table;
        height: 100%;
        padding: 0px; }
        #content .row .header-section > .inner .text-wrap .inner {
          padding: 1.6em 3.2em;
          vertical-align: middle;
          display: table-cell; }
          #content .row .header-section > .inner .text-wrap .inner h1 {
            font-size: 1.4em; }
          #content .row .header-section > .inner .text-wrap .inner a {
            margin-bottom: 0px; }
  #content .row .services-section .inner .col {
    width: 50%;
    margin-bottom: 1.6em; }
    #content .row .services-section .inner .col h3 {
      font-size: 1.3em; }
    #content .row .services-section .inner .col a .inside .lower-section {
      min-height: 105px; }
  #content .row .services-section .inner .col-1 .inside-the-col, #content .row .services-section .inner .col-3 .inside-the-col {
    padding-right: 0.4em; }
  #content .row .services-section .inner .col-2 .inside-the-col, #content .row .services-section .inner .col-4 .inside-the-col {
    padding-left: 0.4em; }
  #content .row .services-section .inner .col-3, #content .row .services-section .inner .col-4 {
    margin-bottom: 0em; }
  #content .row .generic-section.accordion-section ul li h3 {
    font-size: 1.2em; }
  #content .row .big-image-section .inner .image-wrap {
    float: left;
    width: 100%;
    position: relative;
    max-height: 40vh; }
    #content .row .big-image-section .inner .image-wrap .post-title {
      position: absolute;
      left: 0px;
      bottom: 0px;
      right: 0px; }
      #content .row .big-image-section .inner .image-wrap .post-title .category {
        text-align: left; }
      #content .row .big-image-section .inner .image-wrap .post-title h1 {
        text-align: left;
        font-size: 1.6em;
        margin-bottom: 0px; }
  #content .row .social-bar .left {
    width: 40%; }
  #content .row .social-bar .social-icons {
    width: 60%; }
  #content .row .generic-section .inner h2.section-title {
    font-size: 1.8em;
    margin-bottom: 0.6em; }
    #content .row .generic-section .inner h2.section-title:after {
      width: 250px;
      margin-top: 0.8em; }
  #content .row .generic-section .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6em;
    clear: both; }
  #content .row .generic-section .inner .quote-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 1.6em;
    align-items: center;
    clear: both;
    padding-bottom: 1.6em; }
    #content .row .generic-section .inner .quote-grid .quote blockquote {
      padding-left: 1.6em;
      text-align: left;
      background: url(img/speach.png) 0 7px no-repeat;
      background-size: 25px auto;
      color: #3d9bff; }
    #content .row .generic-section .inner .quote-grid .quote-image {
      padding: 0px; }
      #content .row .generic-section .inner .quote-grid .quote-image .image {
        max-width: 200px;
        width: 100%; }
      #content .row .generic-section .inner .quote-grid .quote-image cite {
        font-size: 0.8em; }
  #content .row .generic-section.vacancies-section .inner .vacancies-loop {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0.8em; }
    #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy {
      height: 100%;
      margin-bottom: 0px;
      position: relative;
      padding-bottom: 3.2em; }
      #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .h3 {
        line-height: 1.2em; }
      #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .location {
        margin-top: 0.8em; }
      #content .row .generic-section.vacancies-section .inner .vacancies-loop a.vacancy .readmore {
        bottom: 0px;
        position: absolute;
        left: 50%;
        margin-left: -47.5px; }
  #content .row .generic-section.contact-section .inner .contact-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6em; }
    #content .row .generic-section.contact-section .inner .contact-form-wrap .the-form .inner-form:after {
      width: 250px; }
  #content .row .generic-section.items-section .inner .item .item-head .item-inner .image-wrap {
    float: left;
    margin: 0px; }
  #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap {
    width: calc(100% - 160px);
    float: left;
    padding-left: 1.6em; }
    #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row {
      width: 100%;
      float: left;
      padding-bottom: 0.4em; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row i {
        clear: left;
        float: left;
        margin: 0.2em 0.8em 0 0; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row address {
        float: left;
        width: auto;
        clear: right;
        text-align: left;
        margin: 0px;
        line-height: 1.2em;
        margin-bottom: 0.4em;
        font-size: 0.9em; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p {
        width: auto;
        text-align: left;
        float: left;
        margin: 0px;
        font-size: 0.9em; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p.email {
        padding-right: 1.6em;
        clear: right; }

  #footer .pre-footer .inner .pre-footer-nav-wrap ul li {
    width: 25%; }
  #footer .pre-footer-2 .container .inner {
    float: left;
    width: 100%; }
    #footer .pre-footer-2 .container .inner .col {
      float: left; }
      #footer .pre-footer-2 .container .inner .col .inner {
        padding: 0 0.6em; }
        #footer .pre-footer-2 .container .inner .col .inner p {
          margin-bottom: 0px;
          text-align: left;
          line-height: 1.3em;
          font-size: 0.7em; }
    #footer .pre-footer-2 .container .inner .col-4, #footer .pre-footer-2 .container .inner .col-5, #footer .pre-footer-2 .container .inner .col-6 {
      width: 13.333%; }
    #footer .pre-footer-2 .container .inner .col-1, #footer .pre-footer-2 .container .inner .col-2, #footer .pre-footer-2 .container .inner .col-3 {
      width: 20%; }
    #footer .pre-footer-2 .container .inner .col-1 .inner {
      padding-top: 6%; }
    #footer .pre-footer-2 .container .inner .col-6 .inner {
      padding-top: 20%; }
  #footer .site-footer .container .inner .footer-menu ul li {
    display: block;
    width: auto;
    display: inline-block; }
    #footer .site-footer .container .inner .footer-menu ul li a {
      width: 100%;
      padding: 0 0.4em;
      text-align: center;
      display: block; } }
@media (min-width: 900px) {
  .admin-bar .site-content {
    padding: 130px 0 0 0; }
  .admin-bar #masthead {
    top: 96px; }

  .admin-bar #masthead.shrink {
    top: 32px; }

  #masthead .container .site-branding {
    width: auto; }
  #masthead .container .menu-toggle {
    display: none; }
  #masthead .container #site-navigation {
    display: block;
    float: right;
    position: relative;
    height: auto;
    left: auto;
    clear: none;
    max-width: 720px;
    margin: 12px 0; }
    #masthead .container #site-navigation .container {
      float: right;
      width: Auto; }
    #masthead .container #site-navigation .menu-primary-container #primary-menu {
      float: right;
      display: block;
      opacity: 1;
      border: none; }
      #masthead .container #site-navigation .menu-primary-container #primary-menu li {
        float: left;
        width: auto; }
        #masthead .container #site-navigation .menu-primary-container #primary-menu li a {
          background: transparent;
          border: none;
          color: #626262;
          font-size: 0.9em;
          padding-left: 0.75em;
          padding-right: 0.75em; }
          #masthead .container #site-navigation .menu-primary-container #primary-menu li a:hover {
            color: #3d9bff; }
        #masthead .container #site-navigation .menu-primary-container #primary-menu li:last-child a {
          margin-left: 0.4em;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background: #da3e1f;
          color: #fff !important;
          text-transform: uppercase;
          font-weight: 600; }
          #masthead .container #site-navigation .menu-primary-container #primary-menu li:last-child a:hover {
            background: #78206d; }
      #masthead .container #site-navigation .menu-primary-container #primary-menu li.current-menu-item > a {
        color: #5288c1; }
      #masthead .container #site-navigation .menu-primary-container #primary-menu li.current-menu-item:last-child a {
        background: #f1f3f5;
        color: #5288c1 !important; }

  #content .row div .inner.gutters {
    max-width: 768px;
    padding: 0 0.8em; }
  #content .row .header-section svg#background {
    right: -5%; }
  #content .row .header-section > .inner .text-wrap .inner h1 {
    font-size: 1.6em; }
  #content .row .header-section > .inner .image-wrap {
    position: relative;
    width: 53%; }
    #content .row .header-section > .inner .image-wrap .mask {
      display: block;
      position: absolute;
      left: 85%;
      top: 0px;
      bottom: 0px;
      width: 590px; }
      #content .row .header-section > .inner .image-wrap .mask .mask-path {
        fill: #5288c1; }
    #content .row .header-section > .inner .image-wrap .post-title {
      left: 0px;
      right: auto;
      max-width: 80%; }
      #content .row .header-section > .inner .image-wrap .post-title .category, #content .row .header-section > .inner .image-wrap .post-title h3 {
        display: block;
        text-align: left; }
      #content .row .header-section > .inner .image-wrap .post-title h3 {
        font-size: 1.2em; }
  #content .row .header-section > .inner .text-wrap {
    width: 47%; }
    #content .row .header-section > .inner .text-wrap .inner {
      padding: 1.6em 3.2em 1.6em 0.8em; }
  #content .row .services-section {
    float: left;
    width: 100%;
    padding-bottom: 0px; }
    #content .row .services-section > .inner {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 0.8em; }
      #content .row .services-section > .inner .col {
        width: 100%;
        margin-bottom: 0px; }
        #content .row .services-section > .inner .col .inside-the-col {
          padding: 0px; }
        #content .row .services-section > .inner .col h3 {
          font-size: 0.9em; }
        #content .row .services-section > .inner .col a .inside .lower-section {
          min-height: 165px; }
  #content .row .generic-section .inner .quote-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-bottom: 1.6em; }
  #content .row .generic-section.vacancies-section .inner .vacancies-loop {
    grid-gap: 1.6em; }
  #content .row .generic-section.items-section .inner .item .item-head .item-inner {
    padding: 0.8em; }
    #content .row .generic-section.items-section .inner .item .item-head .item-inner .image-wrap {
      width: 200px;
      height: 200px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px; }
    #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap {
      width: calc(100% - 200px);
      float: left;
      height: 200px;
      display: table;
      padding-left: 3.2em; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row {
        padding-bottom: 0.8em; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row i {
          clear: none; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row address {
          font-size: 1em; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p {
          font-size: 1em; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row p.email {
          clear: none; }
        #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row h2 {
          margin-bottom: 0.4em; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .lil-row:last-child {
        padding-bottom: 0px; }
      #content .row .generic-section.items-section .inner .item .item-head .item-inner .copy-wrap .inner-copy {
        display: table-cell;
        vertical-align: middle; }
  #content .row .generic-section.items-section .inner .item .item-foot {
    height: 200px;
    display: table; }
    #content .row .generic-section.items-section .inner .item .item-foot .col-1, #content .row .generic-section.items-section .inner .item .item-foot .col-2 {
      width: 50%;
      float: left;
      display: table-cell;
      height: 100%; }
  #content .row .generic-section.contact-section .inner .contact-form-wrap {
    display: grid;
    grid-template-columns: 1.5fr 1fr; }

  #footer .pre-footer .inner .pre-footer-nav-wrap {
    max-width: 768px;
    margin: 3.2em auto; }
    #footer .pre-footer .inner .pre-footer-nav-wrap ul li {
      width: 25%; }
  #footer .site-footer .container .inner .site-info {
    float: left;
    width: 50%;
    padding: 0 0.8em 0 0; }
    #footer .site-footer .container .inner .site-info p {
      font-size: 0.8em;
      text-align: left; }
  #footer .site-footer .container .inner .footer-menu {
    float: left;
    width: 50%;
    padding: 0.6em 0 0 0.8em; }
    #footer .site-footer .container .inner .footer-menu ul {
      text-align: right; }
      #footer .site-footer .container .inner .footer-menu ul li a {
        font-size: 0.8em; } }
@media (min-width: 1080px) {
  .admin-bar #masthead {
    top: 83px; }

  .admin-bar .site-content {
    padding: 116px 0 0 0; }

  #masthead {
    padding: 0 1.6em;
    top: 55px; }
    #masthead .container #site-navigation {
      margin: 13px 0; }
      #masthead .container #site-navigation .menu-primary-container #primary-menu li a {
        font-size: 0.9em; }

  .top-row {
    padding: 0;
    background: #f1f3f5;
    height: 48px; }

  #content .row {
    padding: 0 1.6em; }
    #content .row .header-section .inner .image-wrap .post-title h3 {
      font-size: 1.6em; }
    #content .row .services-section > .inner {
      grid-gap: 1.6em; }
      #content .row .services-section > .inner .col h3 {
        font-size: 1em; }
      #content .row .services-section > .inner .col a .inside .lower-section {
        min-height: 155px; }
    #content .row .blog-wrap {
      margin-top: 0px; }

  #footer .pre-footer-2 .container .inner {
    float: left;
    width: 100%; }
    #footer .pre-footer-2 .container .inner .col-1 .inner img {
      max-width: 130px; } }
@media (min-width: 1200px) {
  #masthead .container #site-navigation {
    margin: 8px 0;
    max-width: 850px; }
    #masthead .container #site-navigation .menu-primary-container #primary-menu li a {
      font-size: 1em; }

  #content .row .header-section > .inner .text-wrap .inner h1 {
    font-size: 1.8em; }
  #content .row .header-section > .inner .image-wrap img {
    height: 115%; }
  #content .row .header-section > .inner .image-wrap .mask {
    left: 92%; }
  #content .row .header-section > .inner .text-wrap .inner {
    padding: 1.6em 6.4em 1.6em 3.2em; }
  #content .row .services-section > .inner .col h3 {
    font-size: 1.2em; }
  #content .row .services-section > .inner .col a .inside .lower-section {
    min-height: 135px; } }
