/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.flex-wrap {
  flex-wrap: wrap; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0; }

  .m-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%; }

  .m-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%; }

  .m-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%; }

  .m-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%; }

  .m-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%; }

  .m-flex {
    display: flex; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0; }

  .t-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%; }

  .t-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%; }

  .t-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%; }

  .t-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%; }

  .t-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%; }

  .t-1of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 17.7900552488%; }

  .t-2of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 38.3425414366%; }

  .t-3of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 58.8950276236%; }

  .t-4of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 79.4475138122%; }

  .t-flex {
    display: flex; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    margin-left: 2.762430939%;
    width: 100%;
    margin-left: 0; }

  .d-1of2 {
    float: left;
    margin-left: 2.762430939%;
    width: 48.618784527%; }

  .d-1of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 31.491712705%; }

  .d-2of3 {
    float: left;
    margin-left: 2.762430939%;
    width: 65.74585634900001%; }

  .d-1of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 22.928176794%; }

  .d-3of4 {
    float: left;
    margin-left: 2.762430939%;
    width: 74.30939226%; }

  .d-1of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 17.7900552488%; }

  .d-2of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 38.3425414366%; }

  .d-3of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 58.8950276236%; }

  .d-4of5 {
    float: left;
    margin-left: 2.762430939%;
    width: 79.4475138122%; }

  .d-1of6 {
    float: left;
    margin-left: 2.762430939%;
    width: 14.3646408842%; }

  .d-1of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 11.917916338%; }

  .d-2of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 26.598263615%; }

  .d-3of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 41.278610892%; }

  .d-4of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 55.958958169%; }

  .d-5of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 70.639305446%; }

  .d-6of7 {
    float: left;
    margin-left: 2.762430939%;
    width: 85.319652723%; }

  .d-1of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 10.0828729284%; }

  .d-3of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 35.7734806647%; }

  .d-5of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 61.4640884011%; }

  .d-7of8 {
    float: left;
    margin-left: 2.762430939%;
    width: 87.1546961374%; }

  .d-1of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 8.65561694311%; }

  .d-2of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 20.073664826%; }

  .d-4of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 42.9097605918%; }

  .d-5of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 54.3278084748%; }

  .d-7of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 77.1639042406%; }

  .d-8of9 {
    float: left;
    margin-left: 2.762430939%;
    width: 88.5819521235%; }

  .d-1of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 7.5138121549%; }

  .d-3of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 28.0662983443%; }

  .d-7of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 69.1712707231%; }

  .d-9of10 {
    float: left;
    margin-left: 2.762430939%;
    width: 89.7237569125%; }

  .d-1of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 5.801104972%; }

  .d-5of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 40.055248616%; }

  .d-7of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 57.182320438000005%; }

  .d-11of12 {
    float: left;
    margin-left: 2.762430939%;
    width: 91.436464082%; }

  .d-flex {
    display: flex;
    flex-wrap: wrap; } }
.first {
  margin-left: 0; }

.last {
  float: right; }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.blue-btn, .comment-reply-link, #submit, .button, .wp-block-button__link, .button-outline, .gform_button, .button-outline-alt, .button-blue, .button-white, .button-blue-white, .button-black-white {
  display: inline-block;
  position: relative;
  font-family: "Cabinet Grotesk", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff !important;
  background: #00273C;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 6px 20px 4px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #00273C;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .button:hover, .wp-block-button__link:hover, .button-outline:hover, .gform_button:hover, .button-outline-alt:hover, .button-blue:hover, .button-white:hover, .button-blue-white:hover, .button-black-white:hover {
    color: #00273C !important;
    background: #52d8d8;
    border-color: #52d8d8; }
    .blue-btn:hover svg line, .comment-reply-link:hover svg line, #submit:hover svg line, .button:hover svg line, .wp-block-button__link:hover svg line, .button-outline:hover svg line, .gform_button:hover svg line, .button-outline-alt:hover svg line, .button-blue:hover svg line, .button-white:hover svg line, .button-blue-white:hover svg line, .button-black-white:hover svg line {
      stroke: #29292d; }
    .blue-btn:hover svg polygon, .comment-reply-link:hover svg polygon, #submit:hover svg polygon, .button:hover svg polygon, .wp-block-button__link:hover svg polygon, .button-outline:hover svg polygon, .gform_button:hover svg polygon, .button-outline-alt:hover svg polygon, .button-blue:hover svg polygon, .button-white:hover svg polygon, .button-blue-white:hover svg polygon, .button-black-white:hover svg polygon {
      fill: #29292d; }
  @media only screen and (min-width: 1000px) {
    .blue-btn, .comment-reply-link, #submit, .button, .wp-block-button__link, .button-outline, .gform_button, .button-outline-alt, .button-blue, .button-white, .button-blue-white, .button-black-white {
      padding: 9px 35px;
      font-size: 14px;
      border-width: 3px;
      font-weight: 700; } }
  .blue-btn svg, .comment-reply-link svg, #submit svg, .button svg, .wp-block-button__link svg, .button-outline svg, .gform_button svg, .button-outline-alt svg, .button-blue svg, .button-white svg, .button-blue-white svg, .button-black-white svg {
    margin-right: 3px; }
    .blue-btn svg line, .comment-reply-link svg line, #submit svg line, .button svg line, .wp-block-button__link svg line, .button-outline svg line, .gform_button svg line, .button-outline-alt svg line, .button-blue svg line, .button-white svg line, .button-blue-white svg line, .button-black-white svg line, .blue-btn svg polygon, .comment-reply-link svg polygon, #submit svg polygon, .button svg polygon, .wp-block-button__link svg polygon, .button-outline svg polygon, .gform_button svg polygon, .button-outline-alt svg polygon, .button-blue svg polygon, .button-white svg polygon, .button-blue-white svg polygon, .button-black-white svg polygon {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.button + .button {
  margin-left: 10px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button-outline {
  background: none;
  color: #00273C !important;
  border-color: #00273C; }

.gform_button {
  background: none;
  color: #52d8d8 !important;
  border-color: #52d8d8; }

.button-outline-alt {
  background: none;
  color: #52d8d8 !important;
  border-color: #52d8d8; }

.button-blue {
  background: transparent;
  color: #00273C !important;
  border-color: transparent; }
  .button-blue:hover {
    color: #fff !important;
    background: #00273C;
    border-color: #00273C; }
  .button-blue:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #52d8d8;
    border-radius: 30px; }
  .button-blue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #52d6d6;
    background: linear-gradient(90deg, #52d6d6 0%, #0097ff 100%);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 30px; }
  .button-blue:hover:before {
    opacity: 0; }

.button-white {
  background: #fff;
  color: #00273C !important;
  border-color: #fff; }
  .button-white:hover {
    color: #00273C !important;
    background: #52d8d8;
    border-color: #52d8d8; }

.button-blue-white {
  background: transparent;
  color: #00273C !important;
  border-color: transparent; }
  .button-blue-white:hover {
    color: #00273C !important;
    background: #fff;
    border-color: #fff; }
  .button-blue-white:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #52d8d8;
    border-radius: 30px; }
  .button-blue-white:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #52d6d6;
    background: linear-gradient(90deg, #52d6d6 0%, #0097ff 100%);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 30px; }
  .button-blue-white:hover:before {
    opacity: 0; }

.button-black-white {
  background: #00273C;
  color: #fff !important;
  border-color: #00273C; }
  .button-black-white:hover {
    color: #00273C !important;
    background: #fff;
    border-color: #fff; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 40px;
  line-height: 20px !important;
  font-weight: 400;
  font-size: 16px !important;
  padding: 10px 12px !important;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 5px;
  font-family: "Cabinet Grotesk", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #fff;
  box-shadow: none;
  width: 100%;
  background: #00273C;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  @media only screen and (min-width: 1440px) {
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    select,
    textarea,
    .field {
      height: 46px;
      padding: 13px 15px !important; } }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background: #00273C !important;
    color: #52d8d8 !important;
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #165678; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #165678; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #165678; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #165678; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #52d8d8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #52d8d8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #52d8d8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #52d8d8;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.4; }

select {
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  color: #00273C !important;
  background: #fff url("../images/down-arrow.png") no-repeat right 12px center scroll !important;
  background-size: 26px 15px !important; }
  select:focus {
    background: #fff url("../images/down-arrow.png") no-repeat right 12px center scroll !important;
    background-size: 26px 15px !important;
    color: #00273C !important; }

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

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_body ul.gfield_checkbox:after, .gform_body ul.gfield_checkbox:before {
  content: "";
  display: table;
  clear: both; }
.gform_body ul.gfield_checkbox li {
  margin-bottom: 10px;
  padding-left: 2px;
  cursor: pointer;
  width: 50%;
  float: left; }
  .gform_body ul.gfield_checkbox li:hover label {
    color: #29292d; }
  .gform_body ul.gfield_checkbox li input {
    position: relative; }
  .gform_body ul.gfield_checkbox li label {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }

.woocommerce input[type=checkbox] {
  display: inline-block;
  font-size: 18px;
  margin-right: 2px;
  top: -2px;
  position: relative; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.validation_error {
  color: #29292d;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #c02b0a;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #29292d;
  font-weight: 800;
  font-size: 12px; }

.gfield_error textarea, .gfield_error input, .gfield_error select {
  border-color: #c02b0a; }

.gform_submission_error:after {
  display: none !important; }
.gform_submission_error .gform-icon {
  display: none !important; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 20px !important;
  margin-bottom: 25px !important;
  box-shadow: none !important;
  background: #00273C !important;
  color: #fff !important;
  letter-spacing: 0px !important; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important;
  letter-spacing: 0px !important; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

img.gform_ajax_spinner {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  margin: 0 !important;
  right: 0px; }

.entry-content img.gform_ajax_spinner {
  right: 0; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES 400/700
*********************/
body {
  font-family: "Cabinet Grotesk", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #00273C;
  background: #fff; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0;
  padding: 50px 25px; }

.wrap-bottom-small {
  padding-bottom: 25px; }

.wrap-top-small {
  padding-top: 25px; }

.wrap-bottom-x-small {
  padding-bottom: 25px; }

.wrap-top-x-small {
  padding-top: 25px; }

/*********************
LINK STYLES
*********************/
a {
  color: #52d8d8;
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover {
    color: #29292d; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

*:focus {
  outline: none !important; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  text-rendering: optimizelegibility;
  font-family: "Cabinet Grotesk", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #00273C;
  margin: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

h1, .h1 {
  font-size: 24px; }

h2, .h2, .widgettitle {
  font-size: 22px;
  line-height: 1.25; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.4; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.5; }

p {
  margin: 0; }

.light-content {
  color: #fff; }
  .light-content p, .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5 {
    color: #fff; }
  .light-content a {
    color: #fff; }
    .light-content a:hover {
      color: #52d8d8; }
  .light-content hr:after {
    background: #fff !important; }
  .light-content hr:before {
    background: url("../images/sep-white.svg") no-repeat center center scroll !important;
    background-size: 100% 100%; }
  .light-content .entry-content p strong, .light-content.entry-content p strong {
    color: #fff; }

hr.white:after {
  background: #fff !important; }
hr.white:before {
  background: url("../images/sep-white.svg") no-repeat center center scroll !important;
  background-size: 100% 100%; }

hr.hrblue:after {
  background: #3694f2 !important; }
hr.hrblue:before {
  background: url("../images/sep.svg") no-repeat center center scroll !important;
  background-size: 100% 100%; }

.home-box-intro {
  color: #fff !important; }
  .home-box-intro:hover {
    color: #fff !important; }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .hide-tablet-small {
    display: none !important; } }
@media only screen and (min-width: 1030px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

.nop-left {
  padding-left: 0px !important; }

.nop-right {
  padding-right: 0px !important; }

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

/*********************
HEADER STYLES
*********************/
.search-icon {
  display: block;
  padding: 8px;
  line-height: 0;
  float: left;
  margin-right: 7px;
  cursor: pointer; }
  .search-icon path {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .search-icon:hover path {
    fill: #ed1d45; }

.search-wrap {
  background: #ed1d45;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 78px;
  z-index: 7777; }
  .search-wrap input {
    background: #fff !important; }
  .search-wrap .button {
    width: 100%;
    text-transform: uppercase; }
  .search-wrap .wrap {
    padding-top: 30px;
    padding-bottom: 30px; }
  .search-wrap.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15); }

#inner-header {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

#container {
  padding-top: 70px; }

.header-logo img {
  display: block;
  width: 100%;
  max-width: 90px;
  height: auto;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-logo img:hover {
    opacity: 0.5; }

.header-left {
  width: 30vw; }

.header-right {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.nav-icon {
  margin-left: 10px;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 0px; }
  .nav-icon svg path, .nav-icon svg circle {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .nav-icon:hover svg path, .nav-icon:hover svg circle {
    fill: #00273C !important; }
  .nav-icon:hover svg .fill {
    fill: #52d8d8 !important; }

.header .button {
  font-weight: 500; }

.nav-wrap {
  background: #00273C;
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 8888;
  padding: 25px;
  top: 70px;
  right: -100%;
  height: calc(100vh - 70px);
  width: 100%;
  overflow: auto; }
  .nav-wrap.active {
    right: 0 !important; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    text-align: left;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px 0;
      font-size: 16px;
      border-bottom: 1px solid #52d8d8;
      font-weight: 500;
      text-align: left;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
      .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
        color: #3694f2; }
    .nav-wrap .nav li .navarrow {
      position: absolute;
      top: 0px;
      right: -10px;
      color: #fff;
      font-size: 36px;
      padding: 10px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg);
      width: 45px;
      height: 45px;
      overflow: visible; }
      .nav-wrap .nav li .navarrow polyline {
        fill: none;
        stroke: #fff;
        stroke-width: 4px; }
      .nav-wrap .nav li .navarrow.active {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
        .nav-wrap .nav li .navarrow.active polyline {
          stroke: #3694f2;
          stroke-width: 4px; }
    .nav-wrap .nav li:last-child a {
      border-bottom: none; }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 25px 0;
      display: none;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        border-bottom: 1px solid #144d6c;
        color: #fff;
        text-transform: none; }
        .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
        .nav-wrap .nav li ul.children li a:hover,
        .nav-wrap .nav li ul.children li a:focus {
          color: #3694f2; }
      .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
      .nav-wrap .nav li ul.sub-menu li ul.children,
      .nav-wrap .nav li ul.children li ul.sub-menu,
      .nav-wrap .nav li ul.children li ul.children {
        margin: 0;
        display: none;
        /* highlight current page */
        /* end current highlighters */ }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a,
        .nav-wrap .nav li ul.sub-menu li ul.children li a,
        .nav-wrap .nav li ul.children li ul.sub-menu li a,
        .nav-wrap .nav li ul.children li ul.children li a {
          border-bottom: 1px solid #3694f2;
          color: #fff;
          text-transform: none; }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:hover,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:focus,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:hover,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.children li ul.children li a:hover,
          .nav-wrap .nav li ul.children li ul.children li a:focus {
            color: #3694f2; }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-parent a {
          color: #52d8d8; }
      .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
      .nav-wrap .nav li ul.children li.current-menu-item a,
      .nav-wrap .nav li ul.children li.current-menu-ancestor a,
      .nav-wrap .nav li ul.children li.current-menu-parent a {
        color: #52d8d8; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #52d8d8; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
img {
  max-width: 100%;
  height: auto; }

.home-top-section .box-background {
  height: 56vw;
  top: auto;
  bottom: 0;
  background-position: center bottom !important; }
.home-top-section .box-inner {
  padding-bottom: 36vw; }

.box-wrap-no-scale .box-background {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important; }

.overlay {
  position: relative; }
  .overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: #00273C;
    opacity: 0.55; }

.over-overlay {
  position: relative;
  z-index: 5; }

.text-align-center.top-content-text {
  margin-left: auto;
  margin-right: auto; }

.text-align-center {
  text-align: center; }
  .text-align-center hr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block; }
  .text-align-center .top-content-text,
  .text-align-center .page-title, .text-align-center .single-title, .text-align-center .entry-title, .text-align-center .capped-text {
    margin-left: auto;
    margin-right: auto; }
  .text-align-center .top-content-text h1, .text-align-center .top-content-text .h1,
  .text-align-center .top-content-text h2, .text-align-center .top-content-text .h2,
  .text-align-center .top-content-text h3, .text-align-center .top-content-text .h3 {
    margin-left: auto;
    margin-right: auto; }

.home-box {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }
  .home-box .home-box-content {
    margin: 0 auto;
    max-width: 300px; }
  .home-box .article-header img {
    width: 90px;
    margin-bottom: 5px; }

.box-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff; }
  .box-wrap:hover .box-background {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2); }

.box-background {
  background: #29292d;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-backface-visibility: hidden; }

.video-background {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  transition: 0s cubic-bezier(0.4, 0, 0.2, 1); }
  .video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.box-inner {
  position: relative;
  z-index: 5; }

.text-link {
  display: block;
  font-weight: 700; }
  .text-link svg {
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
    left: 0;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .text-link span {
    position: relative;
    left: 0;
    color: #fff !important;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .text-link:hover svg {
    left: 15px; }
  .text-link:hover span {
    left: -15px;
    color: #52d8d8 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
  position: relative;
  margin: 15px 0;
  text-align: left;
  width: 87px;
  height: 14px;
  border: none;
  overflow: visible; }
  hr:after {
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3694f2;
    content: "";
    border-radius: 50%; }
  hr:before {
    height: 14px;
    width: 77px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sep.svg") no-repeat center center scroll;
    background-size: 100% 100%;
    content: ""; }

.sep {
  box-sizing: content-box;
  border: none;
  position: relative;
  margin: 15px 0;
  text-align: left;
  width: 87px;
  height: 14px;
  border: none;
  display: block;
  overflow: visible; }
  .sep .sep-right {
    height: 7px;
    width: 7px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #3694f2;
    content: "";
    border-radius: 50%; }
  .sep .sep-left {
    height: 14px;
    width: 77px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/sep.svg") no-repeat center center scroll;
    background-size: 100% 100%;
    content: ""; }

.capped-text {
  max-width: 525px; }

.caption {
  margin-top: 50px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.75); }

.top-content {
  width: 100%; }

.home-top-section .top-content-text {
  max-width: 525px; }

.top-content-text {
  max-width: 800px; }
  .top-content-text h1, .top-content-text .h1, .top-content-text h2, .top-content-text .h2, .top-content-text h3, .top-content-text .h3 {
    max-width: 325px; }

.shadow, .shadow p {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); }

.section-testimonial .top-content-text {
  max-width: 600px; }

.section-testimonial .testimonial-slider .h2 {
  line-height: 1.4;
  font-weight: 400; }
  .section-testimonial .testimonial-slider .h2 strong {
    transform: scale(2);
    -webkit-transform: scale(3);
    -moz-transform: scale(2);
    display: inline-block;
    position: relative;
    bottom: -15px;
    left: -15px;
    font-weight: 900; }
  .section-testimonial .testimonial-slider .h2 strong:nth-of-type(2) {
    bottom: -15px;
    left: 15px; }

.red {
  color: #ed1d45 !important; }

.blue {
  color: #0099FF !important; }

.small-title {
  text-transform: uppercase;
  font-size: 12px; }

.col-slider {
  padding-top: 50px;
  margin-top: 50px;
  position: relative; }

.slider-blue-bg {
  position: absolute;
  bottom: -50px;
  left: -25px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  z-index: 0; }

.project-prev, .project-next {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  width: 100px;
  font-size: 14px; }
  .project-prev svg, .project-next svg {
    display: block;
    line-height: 0; }
    .project-prev svg polyline, .project-next svg polyline {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .project-prev span, .project-next span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .project-prev:hover svg polyline, .project-next:hover svg polyline {
    stroke: #52d8d8; }

.project-prev {
  margin-bottom: 18px; }
  .project-prev span {
    margin-top: -3px; }

.project-next {
  margin-top: 22px; }
  .project-next span {
    margin-bottom: -7px; }

.tns-outer {
  position: relative;
  z-index: 1; }

.project-slide {
  color: #fff !important; }
  .project-slide .overlay-right:after {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%); }
  .project-slide .project-slide-subtitle {
    position: absolute;
    top: 0;
    left: 25px;
    pointer-events: none;
    min-width: 0px !important; }
  .project-slide .project-content {
    padding: 25px;
    padding-bottom: 72px; }
    .project-slide .project-content h4 {
      margin-bottom: 5px;
      max-width: 65%; }
    .project-slide .project-content p {
      font-size: 12px;
      max-width: 350px; }
  .project-slide .box-inner {
    min-height: 200px; }
  .project-slide .text-link {
    position: absolute;
    bottom: 46px;
    left: 25px;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    .project-slide .text-link svg {
      margin: 0 0 0 5px;
      display: inline-block; }
      .project-slide .text-link svg path, .project-slide .text-link svg circle {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .project-slide .hap-text-link {
    bottom: 20px;
    padding-left: 38px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .project-slide .hap-text-link svg {
      position: absolute;
      bottom: 3px;
      left: -305px; }
    .project-slide .hap-text-link:hover {
      left: 150px; }
      .project-slide .hap-text-link:hover svg path, .project-slide .hap-text-link:hover svg circle {
        fill: #fff; }

.section-testimonial h5 {
  margin: 0;
  text-transform: uppercase; }

.testimonial_content {
  margin-top: 25px; }

.logos {
  display: flex;
  flex-wrap: wrap; }
  .logos .flex-logo {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 5vw 4vw;
    border-top: 1px solid #52d8d8;
    border-right: 1px solid #52d8d8;
    line-height: 0;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .logos .flex-logo:nth-child(1), .logos .flex-logo:nth-child(2), .logos .flex-logo:nth-child(3), .logos .flex-logo:nth-child(4) {
      border-top: none; }
    .logos .flex-logo:nth-child(4n) {
      border-right: none; }
    .logos .flex-logo img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: default; }
    .logos .flex-logo:hover img {
      filter: none;
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%); }

.lh-0 {
  line-height: 0; }

.capabilities .capability .capability-inner {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #441013; }
.capabilities .capability h5 {
  margin-bottom: 5px; }

.background-red.light-content a:hover {
  color: #29292d; }

.background-red .light-content a:hover {
  color: #29292d; }

.background-red hr {
  border-color: #fff; }

.news-top-right {
  margin-bottom: 25px; }
  .news-top-right a {
    display: inline;
    font-size: 14px;
    margin-right: 15px;
    color: #29292d;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 8px 0; }
    .news-top-right a:hover {
      color: #52d8d8; }
  .news-top-right a.active {
    border-color: #52d8d8; }

.call-us {
  display: none; }

.news-slider-nav {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  line-height: 1; }
  .news-slider-nav div {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding-left: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px; }
    .news-slider-nav div:hover span.bar {
      background: #29292d;
      color: #29292d; }
  .news-slider-nav span.bar {
    display: block;
    background: #a8a8a8;
    height: 2px;
    width: 100%;
    margin-bottom: 10px;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .news-slider-nav .nav-text {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1;
    color: #a8a8a8; }
  .news-slider-nav .tns-nav-active span.bar {
    background: #52d8d8; }
  .news-slider-nav .tns-nav-active .nav-text {
    color: #52d8d8;
    font-weight: 700; }

.section-news-list .news-top-wrap .news-top-right {
  margin-top: 0px !important;
  margin-bottom: 25px !important; }

.news-list-wrap {
  margin-bottom: -25px; }
  .news-list-wrap .box-wrap {
    margin-bottom: 25px; }

.capabilities-list {
  margin-bottom: -25px; }

.no-header-top + h1,
.no-header-top + h2,
.no-header-top + h3,
.no-header-top + h4,
.no-header-top + h5 {
  margin-top: 0px !important; }

.news-list-wrap-single {
  margin-top: 25px; }

.news-list-wrap-single .project-slide .project-content p {
  display: none; }
.news-list-wrap-single .project-slide .box-inner {
  min-height: 260px !important; }

.sidebar-section {
  margin-bottom: 50px; }
  .sidebar-section:last-of-type {
    margin-bottom: 0px; }

.sidebar-list {
  margin-top: 25px; }
  .sidebar-list li a {
    display: block;
    border-bottom: 1px solid #a8a8a8;
    padding: 8px 0;
    font-weight: 700;
    color: #0099FF; }
    .sidebar-list li a:hover {
      color: #29292d; }
    .sidebar-list li a:before {
      content: "";
      background: url(../images/blue-chev.svg) no-repeat center center scroll;
      background-size: 5px 8px;
      width: 5px;
      height: 8px;
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: -2px; }
  .sidebar-list li:first-child a {
    padding-top: 0px; }
  .sidebar-list li:last-child a {
    padding-bottom: 0px;
    border-bottom: none; }

.page-section.background-white + .page-section.background-white .wrap,
.page-section.background-light-gray + .page-section.background-light-gray .wrap,
.page-section.background-blue + .page-section.background-blue .wrap,
.page-section.background-red + .page-section.background-red .wrap {
  padding-top: 0px; }

.nav-wrap + .page-section.background-blue + .page-section.background-blue .wrap {
  padding-top: 50px; }

.section-projects.background-white + .page-section.background-white .wrap,
.section-projects.background-light-gray + .page-section.background-light-gray .wrap,
.section-projects.background-blue + .page-section.background-blue .wrap,
.section-projects.background-red + .page-section.background-red .wrap {
  padding-top: 50px; }

.page-section.section-capabilities + .page-section.background-white .wrap {
  padding-top: 50px; }

.download-list a {
  display: block;
  position: relative; }
  .download-list a:before {
    display: none !important; }
  .download-list a:hover img {
    opacity: 0.5; }
.download-list p {
  display: inline;
  width: calc(100% - 95px);
  display: block;
  min-height: 82px; }
  .download-list p strong {
    font-weight: 700;
    margin-left: -6px; }
    .download-list p strong:before {
      content: "";
      background: url(../images/blue-chev.svg) no-repeat center center scroll;
      background-size: 5px 8px;
      width: 5px;
      height: 8px;
      display: inline-block;
      margin-right: 0px;
      position: relative;
      top: -2px;
      margin-left: 6px;
      margin-right: 7px; }
  .download-list p span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #00273C; }
.download-list img {
  position: absolute;
  top: 8px;
  right: 0;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.download-list li:first-child img {
  top: 0; }

.team-list {
  margin-top: 25px;
  margin-bottom: -25px; }
  .team-list .team-box-outer {
    margin-bottom: 25px; }
    .team-list .team-box-outer .project-slide .box-inner {
      min-height: 200px; }
    .team-list .team-box-outer .project-content {
      margin-top: 15px; }
      .team-list .team-box-outer .project-content h4 {
        color: #52d8d8;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      .team-list .team-box-outer .project-content p {
        margin-top: 10px; }
    .team-list .team-box-outer .team-icons {
      position: absolute;
      width: 100%;
      height: 60px;
      padding: 17px 25px;
      z-index: 1;
      left: 0;
      bottom: -60px;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      background: #52d8d8; }
      .team-list .team-box-outer .team-icons .team-contact-icon {
        width: 53px;
        height: 53px;
        top: -53px;
        left: 25px;
        position: absolute;
        cursor: pointer; }
        .team-list .team-box-outer .team-icons .team-contact-icon .bg {
          transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
        .team-list .team-box-outer .team-icons .team-contact-icon:hover .bg {
          fill: #3694f2; }
      .team-list .team-box-outer .team-icons .team-contact-icons {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 20px; }
        .team-list .team-box-outer .team-icons .team-contact-icons a {
          -ms-flex: 33.3333%;
          flex: 33.3333%;
          max-width: 33.3333%;
          color: #fff; }
          .team-list .team-box-outer .team-icons .team-contact-icons a:hover {
            color: #fff;
            opacity: 0.65; }
          .team-list .team-box-outer .team-icons .team-contact-icons a svg {
            position: relative;
            top: 4px;
            margin-right: 2px; }
            .team-list .team-box-outer .team-icons .team-contact-icons a svg path {
              transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .team-list .team-box-outer .team-icons.active {
        bottom: 0; }

.capabilities-wrap {
  padding: 0 6px; }

.capabilities {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px; }
  .capabilities .item {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-left: 6px;
    margin-bottom: 6px; }
    .capabilities .item .box-wrap {
      height: 100%; }
    .capabilities .item .box-wrap-inner {
      background: #efefef;
      height: 100%; }
    .capabilities .item .box-background {
      background: #efefef;
      background-size: 55% auto !important; }
    .capabilities .item .project-slide .box-inner {
      padding-top: 0px;
      min-height: 45vw; }
    .capabilities .item .project-slide .project-content h4 {
      margin-bottom: 0px;
      font-size: 15px;
      max-width: 100%; }
    .capabilities .item .sep {
      width: 69px;
      margin: 0;
      margin-top: 5px; }
    .capabilities .item .project-slide .text-link {
      color: #29292d;
      bottom: 25px;
      left: 25px; }
      .capabilities .item .project-slide .text-link svg {
        margin: 0px 0 -3px 3px; }

.map-stats .map-stat {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  height: 38px; }
  .map-stats .map-stat p {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #29292d;
    margin: 0;
    line-height: 38px; }
  .map-stats .map-stat span.map-number {
    position: absolute;
    top: 0;
    right: 0px;
    background: #52d8d8;
    background: #52d6d6;
    background: linear-gradient(90deg, #52d6d6 0%, #0097ff 100%);
    border-radius: 19px;
    height: 38px;
    width: 100px;
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #29292d;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 700;
    z-index: 5; }
  .map-stats .map-stat span.map-line {
    position: absolute;
    top: 19px;
    right: 0;
    width: 45%;
    height: 1px;
    background: #52d8d8;
    display: block; }
    .map-stats .map-stat span.map-line:before {
      width: 14px;
      height: 14px;
      position: absolute;
      left: -7px;
      top: -7px;
      content: "";
      display: block;
      background: #52d8d8;
      border-radius: 50%; }
  .map-stats .map-stat:nth-child(1) span.map-line {
    width: calc(100% - 102px); }
  .map-stats .map-stat:nth-child(2) span.map-line {
    width: calc(100% - 89px); }
  .map-stats .map-stat:nth-child(3) span.map-line {
    width: calc(100% - 135px); }
  .map-stats .map-stat:nth-child(4) span.map-line {
    width: calc(100% - 97px); }
  .map-stats .map-stat:nth-child(5) span.map-line {
    width: calc(100% - 73px); }
  .map-stats .map-stat:nth-child(6) span.map-line {
    width: calc(100% - 101px); }
  .map-stats .map-stat:nth-child(7) span.map-line {
    width: calc(100% - 97px); }
  .map-stats .map-stat:nth-child(8) span.map-line {
    width: calc(100% - 88px); }
  .map-stats .map-stat:nth-child(9) span.map-line {
    width: calc(100% - 83px); }
  .map-stats .map-stat:nth-child(10) span.map-line {
    width: calc(100% - 161px); }
  .map-stats .map-stat:nth-child(11) span.map-line {
    width: calc(100% - 147px); }
  .map-stats .map-stat:nth-child(12) span.map-line {
    width: calc(100% - 63px); }

@media only screen and (max-width: 767px) {
  .mobile-background-small .box-background {
    height: 25vw;
    top: auto;
    bottom: 0; } }
.page-section-area-item h2 a {
  color: #29292d; }
  .page-section-area-item h2 a:hover {
    color: #52d8d8; }
.page-section-area-item .top-content-text {
  position: relative;
  z-index: 1; }
.page-section-area-item .circle-stat-wrap {
  position: relative;
  z-index: 0; }
.page-section-area-item .circle-stat-wrap .circle-stat .stem {
  background: linear-gradient(90deg, #52d6d6 0%, #0097ff 100%); }
.page-section-area-item .circle-stat-wrap .circle-stat .circle {
  background: none; }
  .page-section-area-item .circle-stat-wrap .circle-stat .circle .circle-content {
    padding-top: 0px; }
    .page-section-area-item .circle-stat-wrap .circle-stat .circle .circle-content img {
      position: absolute;
      bottom: 0;
      left: -26px;
      width: 252px;
      max-width: none; }
.page-section-area-item .circle-stat-wrap .circle-stat .circle {
  left: auto;
  right: 0; }
.page-section-area-item .circle-stat-wrap .circle-stat .stem {
  left: auto;
  right: 220px; }

.side-stats .circle-stat-wrap {
  margin-bottom: 15px; }
  .side-stats .circle-stat-wrap:last-of-type {
    margin-bottom: 0px; }
.side-stats .circle-stat-wrap .circle-stat .circle {
  background: linear-gradient(90deg, #52d6d6 0%, #29B6EA 100%); }
  .side-stats .circle-stat-wrap .circle-stat .circle img {
    width: 50px;
    height: auto; }
.side-stats .circle-stat-wrap .circle-stat .stem {
  background: linear-gradient(90deg, #29B6EA 0%, #0097ff 100%); }

.achievements-wrap {
  margin-top: 30px;
  margin-bottom: -20px; }
  .achievements-wrap .achievement {
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .achievements-wrap .achievement img {
      max-width: 44px;
      -ms-flex: 30%;
      flex: 30%; }
    .achievements-wrap .achievement h5 {
      -ms-flex: 70%;
      flex: 70%;
      padding-left: 15px; }

.z-1 {
  position: relative;
  z-index: 1; }

.z-2 {
  position: relative;
  z-index: 2; }

.page-section-area-item-sidebar .circle-stat-wrap .circle-stat .stem {
  background: #efefef !important; }

.other-areas .sidebar-list li a:before {
  background: url(../images/black-chev.svg) no-repeat center center scroll;
  background-size: 5px 8px; }

@media only screen and (max-width: 389px) {
  body.capabilities-template-default .header-right .contact-button {
    display: none !important; } }
.graph-wrap {
  position: relative; }
  .graph-wrap img {
    max-width: none;
    width: 100%;
    height: auto; }

.graph-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.graph-2 img {
  display: block;
  width: 100%;
  height: auto; }

.no-max {
  max-width: none;
  width: 100%; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0 0 15px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0; }
    .entry-content p strong {
      color: #3694f2; }
    .entry-content p a {
      font-weight: 800; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 35px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #29292d; }
  .entry-content fieldset {
    margin-bottom: 20px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content table {
    width: 100%;
    border: 1px solid #29292d;
    border-right: none;
    margin-bottom: 20px;
    border-bottom: none; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 800; }
  .entry-content tr {
    border-bottom: 1px solid #29292d; }
    .entry-content tr input, .entry-content tr p {
      margin: 0; }
    .entry-content tr .amount {
      color: #a8a8a8;
      font-weight: 800; }
    .entry-content tr img {
      margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #29292d;
    border-bottom: 1px solid #29292d;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #29292d;
    border-right: 1px solid #29292d;
    vertical-align: top;
    line-height: 1.3; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    max-width: 85%;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    border-left: 5px solid #0099FF;
    color: #0099FF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45; }
    .entry-content blockquote strong {
      font-size: 0.7em !important;
      margin-top: 10px;
      display: block;
      line-height: 1.6;
      color: #29292d; }
    .entry-content blockquote p {
      margin: 0; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #29292d;
    color: #efefef;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

.mobile-top {
  margin-top: 25px; }

.margin-top {
  margin-top: 25px; }

.mobile-top-button {
  margin-top: 10px;
  display: block;
  width: 146px;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .mobile-top-button {
      margin-left: auto !important; } }

.mobile-top-button-left {
  margin-top: 10px;
  display: block;
  width: 146px;
  margin-right: 0px; }
  @media only screen and (max-width: 767px) {
    .mobile-top-button-left {
      margin-left: 0px !important; } }

.mobile-top-large {
  margin-top: 50px; }

.mobile-top-xlarge {
  margin-top: 65px; }

.contact-entry-content h5, .contact-entry-content h4, .contact-entry-content h3, .contact-entry-content h2 {
  color: #fff;
  margin-bottom: 0px !important; }
.contact-entry-content p {
  margin: 0 0 10px 0 !important; }
.contact-entry-content hr {
  margin-top: 6px;
  margin-bottom: 14px; }
.contact-entry-content strong {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px; }
.contact-entry-content a {
  color: #52d8d8; }
  .contact-entry-content a:hover {
    color: #fff; }

.overflow-hidden {
  overflow: hidden; }

.circle-stat-wrap {
  position: relative; }
  .circle-stat-wrap .circle-stat {
    position: relative;
    height: 200px;
    width: 100%; }
    .circle-stat-wrap .circle-stat .circle {
      width: 200px;
      height: 200px;
      position: absolute;
      left: 0;
      top: 0;
      background: #52d6d6;
      background: linear-gradient(90deg, #52d6d6 0%, #29B6EA 100%);
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 50%;
      color: #29292d; }
      .circle-stat-wrap .circle-stat .circle .number {
        font-size: 32px;
        line-height: 1.1;
        display: block;
        font-weight: 700; }
      .circle-stat-wrap .circle-stat .circle p {
        color: #29292d;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: -0.25px; }
      .circle-stat-wrap .circle-stat .circle .circle-content {
        padding-top: 30px; }
    .circle-stat-wrap .circle-stat .stem {
      width: 1500px;
      height: 200px;
      position: absolute;
      left: 220px;
      top: 0;
      background: #52d6d6;
      background: linear-gradient(90deg, #29B6EA 0%, #0097ff 100%);
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      border-radius: 100px; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -40px; }
  .flex-wrap .flex-col {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding-left: 40px; }

.flex-wrap-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  margin-bottom: -10px; }
  .flex-wrap-3 .flex-col {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-left: 20px;
    margin-bottom: 10px; }

.circle-stat-wrap-scale .circle-stat {
  height: auto !important; }
  .circle-stat-wrap-scale .circle-stat .circle {
    background: #52d6d6;
    background: linear-gradient(90deg, #52d6d6 0%, #32BEE5 100%);
    width: 100% !important;
    height: calc(50vw - 37.5px) !important;
    position: relative;
    top: auto;
    left: auto; }
    .circle-stat-wrap-scale .circle-stat .circle img {
      width: 9vw !important; }
    .circle-stat-wrap-scale .circle-stat .circle .number {
      font-size: 6vw !important; }
    .circle-stat-wrap-scale .circle-stat .circle p {
      font-size: 2.25vw !important; }
    .circle-stat-wrap-scale .circle-stat .circle .circle-content {
      padding-top: 7vw !important; }

.circle-stat-wrap-scale.anim-4 .circle-stat .circle {
  background: linear-gradient(90deg, #32BEE5 0%, #1DAEF0 100%); }

.circle-stat-wrap-scale.anim-5 .circle-stat .circle {
  background: linear-gradient(90deg, #1DAEF0 0%, #0097ff 100%); }

.section-case-study-item h2 a {
  color: #29292d; }
  .section-case-study-item h2 a:hover {
    color: #0099FF; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 50px 0 0 0; }

.pagination {
  text-align: center;
  line-height: 0; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 0;
    border-radius: 0px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0 2px;
    text-decoration: none;
    padding: 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #29292d;
    border-bottom: 2px solid transparent;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      color: #52d8d8; }
  .pagination .current {
    cursor: default;
    border-bottom-color: #52d8d8; }

/* end .bones_page_navi */
.light-content .pagination span {
  color: #fff; }

.light-content .pagination .current {
  border-bottom-color: #29292d; }

.light-content .pagination a {
  color: #fff; }
  .light-content .pagination a:hover {
    color: #29292d; }

/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #efefef;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #efefef;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #efefef; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #efefef; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #00273C; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #efefef;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.social-icons {
  line-height: 0; }
  .social-icons a {
    margin-right: 5px; }
    .social-icons a svg path {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .social-icons a:hover svg path {
      fill: #29292d; }

.svg-indent svg {
  margin-top: -1px;
  margin-bottom: -3px; }

.gform_description {
  margin-bottom: 20px; }

.gform_required_legend {
  display: none; }

.gform_title {
  margin-bottom: 15px;
  color: #52d8d8 !important; }

.footer h1:after, .footer h2:after, .footer h3:after, .footer h4:after, .footer h5:after {
  content: "";
  display: block;
  background: url("../images/line.svg") no-repeat center center scroll;
  background-size: 100% auto;
  width: 70px;
  height: 20px; }

.sister-links a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #435f6e;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .sister-links a span {
    display: block;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .sister-links a span strong {
      color: #52d8d8;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      margin-right: 8px;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .sister-links a span svg {
      width: 30px;
      height: auto;
      line-height: 0;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .sister-links a span svg circle {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .sister-links a:hover span strong {
    color: #fff; }
  .sister-links a:hover span svg circle {
    fill: #fff !important; }
  .sister-links a:hover span svg {
    transform: translateX(5px); }
.sister-links a:first-of-type {
  margin-top: -20px; }
.sister-links a:last-of-type {
  margin-bottom: -20px;
  border: none; }

.footer-links ul {
  margin: 0;
  padding: 0; }
  .footer-links ul li a {
    color: #3694f2;
    padding: 5px 0;
    display: inline-block; }
    .footer-links ul li a strong {
      color: #fff; }
    .footer-links ul li a:hover {
      color: #fff; }

/* end .footer-links */
.bottom-footer-logo {
  margin-top: 25px; }

.copyright {
  color: #fff;
  font-weight: 400;
  margin-top: 25px; }
  .copyright a {
    font-weight: 800; }

.tns-nav {
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 4px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none; }

.tns-nav button:hover {
  background: #000; }

.tns-nav button.tns-nav-active {
  background: #000; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.background-black {
  background: #00273C; }

.background-white {
  background: #fff; }

.background-light-gray {
  background: #efefef; }

.background-blue {
  background: #2BB9EB; }

.background-blue-image {
  background: #52d8d8;
  background: url("../images/slider-bg.jpg") no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.background-red {
  background: #ed1d45; }

.background-dark-blue {
  background: #00273C; }

.background-darker-blue {
  background: #0B212D; }

.fade {
  opacity: 0; }

.fade-up {
  opacity: 0;
  position: relative;
  top: 25px; }

.fade-down {
  opacity: 0;
  position: relative;
  top: -25px; }

.fade-right {
  opacity: 0;
  position: relative;
  left: -25px; }

.fade-left {
  opacity: 0;
  position: relative;
  left: 25px; }

.anim-0 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.anim-1 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.anim-2 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.sep, hr, .single-title span, .page-title span, .entry-title span {
  overflow: visible; }
  .sep:before, hr:before, .single-title span:before, .page-title span:before, .entry-title span:before {
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .sep:after, hr:after, .single-title span:after, .page-title span:after, .entry-title span:after {
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

.sep .sep-left {
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.sep .sep-right {
  transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-3 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.anim-4 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-5 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.anim-6 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.anim-7 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.anim-8 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.anim-9 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s; }

.anim-10 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }

.anim-11 {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s; }

.sep, hr, .single-title span, .page-title span, .entry-title span {
  overflow: visible; }
  .sep:before, hr:before, .single-title span:before, .page-title span:before, .entry-title span:before {
    transform: translateX(-15px);
    opacity: 0; }
  .sep:after, hr:after, .single-title span:after, .page-title span:after, .entry-title span:after {
    opacity: 0;
    scale: 0; }

.sep .sep-left {
  transform: translateX(-15px);
  opacity: 0; }

.sep .sep-right {
  opacity: 0;
  scale: 0; }

.active-onscreen .sep:before, .active-onscreen hr:before, .active-onscreen .single-title span:before, .active-onscreen .page-title span:before, .active-onscreen .entry-title span:before {
  transform: translateX(0px);
  opacity: 1; }
.active-onscreen .sep:after, .active-onscreen hr:after, .active-onscreen .single-title span:after, .active-onscreen .page-title span:after, .active-onscreen .entry-title span:after {
  opacity: 1;
  scale: 1; }
.active-onscreen .sep .sep-left {
  transform: translateX(0px);
  opacity: 1; }
.active-onscreen .sep .sep-right {
  opacity: 1;
  scale: 1; }

.active-onscreen .fade {
  opacity: 1; }

.active-onscreen .fade-up {
  opacity: 1;
  top: 0; }

.active-onscreen .fade-down {
  opacity: 1;
  top: 0; }

.active-onscreen .fade-left {
  opacity: 1;
  left: 0; }

.active-onscreen .fade-right {
  opacity: 1;
  left: 0; }

.slide-right {
  width: 0%;
  opacity: 0; }

.active-onscreen .slide-right {
  width: 100%;
  opacity: 1; }

.graph-2 img {
  height: 100%;
  width: auto;
  position: relative;
  max-width: none;
  display: block; }

.graph-2.anim-8 {
  transition: 1.5s ease-in-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.graph-2.anim-12 {
  transition: 1.5s ease-in-out;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s; }

#contact {
  border-bottom: 1px solid #fff; }

body.page-id-1001 .svg-indent, body.page-id-1001 #callback,
body.page-id-1404 .svg-indent, body.page-id-1404 #callback {
  display: none; }

body.page-id-1389 .entry-content .button {
  display: none; }

.entry-content blockquote {
  font-size: 20px; }

.top-header .top-header-flex a {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%; }

.button-black-white svg path {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.button-black-white:hover svg path {
  fill: #29292d; }

.section-custom-slider .top-content-text {
  max-width: none; }

.section-custom-slider p.h2 {
  font-weight: 400 !important; }

.section-custom-slider .testimonial_content {
  margin-top: 0px !important; }

.next-text {
  color: #333331;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10; }

.next-text:hover svg {
  color: #fff;
  margin-left: 30px; }

.next-text svg {
  margin-left: 15px;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.background-blue .tns-nav button.tns-nav-active, .background-blue .tns-nav button:hover {
  background: #fff;
  border-color: #fff; }

.background-blue .single-title span:before, .background-blue .page-title span:before, .background-blue .entry-title span:before, .background-blue .single-title span:after, .background-blue .page-title span:after, .background-blue .entry-title span:after {
  background: #fff; }

.tns-controls {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  pointer-events: none; }

.tns-controls button {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 85px;
  background: none;
  border-radius: 0px;
  border: 0;
  pointer-events: all; }

.tns-controls button circle {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.tns-controls button:hover circle {
  fill: #fff; }

.tns-controls button:nth-child(1) {
  float: left; }

.tns-controls button:nth-child(2) {
  float: right; }

.background-blue .circle-stat-wrap-scale .circle-stat .circle {
  background: #fff; }

.section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content {
  padding-top: 0px !important;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%; }

.section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .number {
  font-size: 3.5vw !important; }

.circle-content-inner-db {
  padding: 5vw; }

.section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content h5 span {
  background: #52d8d8;
  display: inline-block;
  border-radius: 10vw;
  padding: 1.5vw 1.5vw 1vw 1.5vw;
  line-height: 1; }

.section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content p {
  margin-top: 1vw;
  font-weight: 400; }

.flex-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.quote-content {
  font-size: 15px !important;
  line-height: 27px !important;
  color: #60605E !important;
  letter-spacing: 0px !important; }

.accordion-heading {
  cursor: pointer; }

.accordion-content {
  display: none; }

.accordion-heading .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.accordion-heading h2 {
  -ms-flex: 80%;
  flex: 80%;
  max-width: 80%;
  color: #fff;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.accordion-heading svg {
  margin-left: auto;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.accordion-heading.active svg {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.accordion-heading svg circle {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.accordion-heading:hover h2 {
  color: #52d8d8; }

.accordion-heading:hover svg circle {
  fill: #52d8d8 !important; }

.accordion-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-bottom: -25px; }

.accordion-column {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding-left: 25px;
  text-align: center;
  margin-bottom: 25px; }

.accordion-column img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 200px; }

.accordion-column h5, .accordion-column p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px; }

.accordion-three-cols .accordion-column {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center; }

.accordion-three-cols .accordion-column-content {
  -ms-flex: calc(100% - 56px);
  flex: calc(100% - 56px);
  max-width: calc(100% - 56px);
  padding-left: 10px; }

.accordion-three-cols img {
  -ms-flex: 56px;
  flex: 56px;
  max-width: 56px; }

.accordion-three-cols .accordion-column h5 {
  margin-top: 0px !important; }

.section-accordion + .background-light-gray {
  background: #fff; }

.accordion-section {
  border-bottom: 5px solid #fff; }

.tns-nav {
  line-height: 0px;
  width: auto;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px;
  margin-top: 30px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 6px;
  border: 2px solid #29292d;
  text-decoration: none;
  background: 0 0;
  background: #29292d;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none; }

.tns-nav button:hover {
  background: #52d8d8;
  border-color: #52d8d8; }

.tns-nav button.tns-nav-active {
  background: #52d8d8;
  border-color: #52d8d8; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .capabilities .item {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }

  .capabilities .item .project-slide .box-inner {
    min-height: 31vw; }

  .circle-stat-wrap-scale .circle-stat .circle .circle-content {
    padding-top: 10vw; }

  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  HEADER STYLES
  *********************/
  .header .nav-icon, .header .button, .header .staff-button {
    margin-left: 20px; }

  .header-left {
    width: 100px; }

  .header-logo img {
    max-width: none; }

  .staff-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 0;
    color: #00273C; }
    .staff-button span {
      font-weight: 700;
      line-height: 1; }
    .staff-button svg {
      margin-left: 8px;
      width: 30px;
      height: 30px;
      transform: translateY(1.5px); }
      .staff-button svg .fill {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .staff-button:hover {
      color: #0099FF; }
      .staff-button:hover svg .fill {
        fill: #0099FF !important; }

  .nav-wrap {
    width: 336px;
    right: -336px; }

  .call-us {
    display: block; }

  .call-us a {
    margin-top: 11px;
    font-weight: 700;
    min-width: 190px;
    color: #29292d;
    display: inline-block; }
    .call-us a:hover {
      color: #52d8d8; }

  .phone-select {
    margin: 0;
    display: none;
    width: 160px;
    border-color: #efefef !important;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 23px; }

  .phone-select:focus {
    border-color: #efefef !important; }

  .header .contact-button {
    min-width: 125px; }

  .home-top-section .box-inner {
    padding-top: 50px;
    padding-bottom: 25vw; }

  /*********************
  CONTENT
  *********************/
  .flex-wrap {
    margin-top: -50px; }
    .flex-wrap .flex-col {
      margin-top: 50px;
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }

  .flex-wrap-3 {
    display: flex;
    flex-wrap: wrap; }
    .flex-wrap-3 .flex-col {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }

  .home-box-content p {
    font-size: 14px; }

  .home-box {
    border-left: 2px solid #fff;
    border-right: none;
    border-bottom: 2px solid #fff;
    height: 100%; }

  .box-wrap:nth-child(3) .home-box {
    border-right: 2px solid #fff; }

  /*********************
  FOOTER STYLES
  *********************/
  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }

  .capabilities .item {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }

  .capabilities .item .project-slide .box-inner {
    min-height: 22vw; }

  .capabilities {
    display: flex;
    flex-wrap: wrap; }
    .capabilities .capability {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
      .capabilities .capability .capability-inner {
        margin-bottom: 25px;
        padding-bottom: 25px; }

  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px; }
    .footer-cols .footer-col {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 50%;
      padding-left: 25px; }

  #inner-footer {
    background: url("../images/footer-hand.jpg") no-repeat bottom right 25px scroll;
    background-size: 160px auto; }

  .social-icons a {
    display: block;
    margin: 0 0 6px 0; }
    .social-icons a:last-of-type {
      margin-bottom: 0; }

  .footer-col-1,
  .footer-col-3 {
    max-width: 220px !important; }

  .footer-col-3 {
    margin-left: auto; }

  .search-form-outer input {
    margin: 0;
    width: calc(100% - 143px);
    float: left; }
  .search-form-outer .button {
    float: left;
    width: 143px !important;
    min-width: 0px; }
  .search-form-outer input {
    height: 60px;
    line-height: 40px;
    padding: 10px 22px;
    font-size: 20px;
    letter-spacing: -0.25px; }
  .search-form-outer .button {
    line-height: 30px;
    font-weight: 800;
    padding: 15px 15px 15px 15px;
    height: 60px;
    font-size: 16px; }

  .home-box {
    min-height: 100vh;
    min-height: calc(100vh - 78px);
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

  .overlay-right:after {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 75%); }

  .top-content {
    position: relative; }
    .top-content .caption {
      position: absolute;
      bottom: -6px;
      right: 0;
      text-align: right;
      max-width: 300px; }

  #inner-footer {
    padding-top: 50px;
    padding-bottom: 50px; }

  .section-projects {
    position: relative; }

  .flex-wrap-2, .flex-wrap-2-1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px; }
    .flex-wrap-2 .flex-col, .flex-wrap-2-1 .flex-col {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-left: 25px; }

  .col-slider {
    margin-top: 0;
    padding-top: 0px;
    position: static; }

  .slider-blue-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    z-index: 0; }

  .flex-wrap-v-center {
    align-items: center; }

  .flex-reverse {
    flex-direction: row-reverse; }

  .project-slide .box-inner {
    min-height: 250px; }

  .section-testimonial .h2 {
    max-width: none; }

  .logos .flex-logo {
    padding: 5%; }

  .news-top-right a {
    margin-bottom: 25px;
    margin-right: 33px; }

  .circle-stat-wrap .circle-stat .circle {
    background: linear-gradient(270deg, #52d6d6 0%, #29B6EA 100%); }

  .circle-stat-wrap .circle-stat .stem {
    background: linear-gradient(270deg, #29B6EA 0%, #0097ff 100%); }

  .news-top-wrap {
    display: flex;
    flex-wrap: wrap; }
    .news-top-wrap .news-top-left {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
      .news-top-wrap .news-top-left hr {
        margin-bottom: 25px; }
    .news-top-wrap .news-top-right {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%;
      margin-left: auto;
      text-align: right;
      margin-bottom: 0px;
      margin-top: 22px; }
      .news-top-wrap .news-top-right a:last-of-type {
        margin-right: 0; }

  .news-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
    margin-left: -25px;
    /*.box-wrap:nth-child(1),
    .box-wrap:nth-child(6) {
    	width: 100%;
    	-ms-flex: 100%;
    	flex: 100%;
    	max-width: 100%;
    } */ }
    .news-list-wrap .box-wrap {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-left: 25px; }
      .news-list-wrap .box-wrap .box-wrap-inner {
        overflow: hidden;
        position: relative; }

  .news-list-wrap-eq .box-wrap:nth-child(1),
  .news-list-wrap-eq .box-wrap:nth-child(6) {
    width: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }

  .projects-list-wrap .box-wrap:nth-child(1),
  .projects-list-wrap .box-wrap:nth-child(6) {
    width: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }

  .team-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
    margin-left: -25px; }
    .team-list .team-box-outer {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-left: 25px; }

  .section-news-list .news-top-wrap .news-top-right {
    margin-bottom: 30px !important;
    margin-left: 0;
    text-align: left; }

  .pagination a, .pagination span {
    font-size: 16px;
    margin: 0 5px; }

  .mobile-top, .mobile-top-large, .mobile-top-xlarge {
    margin-top: 0px; }

  .mobile-top-button {
    margin: 0px;
    display: inline-block;
    width: auto; }

  .mobile-top-button-left {
    margin: 0px;
    display: inline-block;
    width: auto; }

  .margin-top {
    margin-top: 30px; }

  .news-list-wrap-single {
    display: block;
    flex-wrap: wrap;
    margin-bottom: -25px;
    margin-left: 0px; }
    .news-list-wrap-single .box-wrap {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      padding-left: 0px; }
      .news-list-wrap-single .box-wrap h4 {
        font-size: 19px !important; }

  .extra-areas h3 {
    float: left;
    margin-top: 3px; }
  .extra-areas a {
    float: right; }

  .circle-stat-wrap .circle-stat .stem {
    height: 344px;
    left: auto;
    right: 374px;
    border-radius: 172px; }

  .front-stat .circle-stat-wrap .circle-stat .stem {
    left: auto !important;
    right: 374px !important; }

  .circle-stat-wrap .circle-stat .circle {
    width: 344px;
    height: 344px;
    left: auto;
    right: 0; }

  .circle-stat-wrap .circle-stat {
    height: 344px; }

  .circle-stat-wrap .circle-content img {
    width: 80px;
    margin-bottom: 2px; }

  .circle-stat-wrap .circle-stat .circle .number {
    font-size: 49px;
    line-height: 1.25; }

  .circle-stat-wrap .circle-stat .circle .circle-content {
    padding-top: 60px; }

  .circle-stat-wrap .circle-stat .circle p {
    font-size: 17px; }

  .circle-stat-wrap-scale .circle-stat .circle {
    height: calc(33.3333vw - 30px) !important; }

  .circle-stat-wrap-scale .circle-stat .circle img {
    width: 7vw !important;
    margin-bottom: 0px !important; }

  .circle-stat-wrap-scale .circle-stat .circle .number {
    font-size: 4.5vw !important; }

  .circle-stat-wrap-scale .circle-stat .circle .circle-content {
    padding-top: 5vw !important; }

  .circle-stat-wrap-scale .circle-stat .circle p {
    font-size: 1.75vw !important; }

  .page-section-area-item {
    overflow: visible; }

  .page-section-area-item .wrap {
    padding-top: 50px !important; }

  .page-section-area-item .circle-stat-wrap .circle-stat .circle .circle-content img {
    left: -46px;
    width: 436px;
    margin-bottom: 0px; }

  .page-section-area-item .circle-stat-wrap .circle-stat .circle {
    left: 0;
    right: auto; }

  .page-section-area-item .flex-reverse .circle-stat-wrap .circle-stat .circle {
    left: auto;
    right: 0; }

  .page-section-area-item .circle-stat-wrap .circle-stat .stem {
    left: 374px;
    right: auto; }

  .page-section-area-item .flex-reverse .circle-stat-wrap .circle-stat .stem {
    left: auto;
    right: 374px; }

  .page-section-area-item-wrap {
    padding-top: 50px; }

  .side-stats .circle-stat-wrap .circle-stat .circle {
    left: 0;
    right: auto; }

  .circle-stat-wrap .circle-stat .stem {
    left: 374px;
    right: auto; }

  .side-stats .circle-stat-wrap .circle-stat .circle img {
    width: 85px; }

  .achievements-wrap {
    display: flex;
    flex-wrap: wrap; }
    .achievements-wrap .achievement {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-right: 50px; }

  .achievements-wrap .achievement {
    margin-bottom: 25px;
    padding-bottom: 25px; }

  .achievements-wrap {
    margin-bottom: -25px; }

  .page-section-area-item-sidebar {
    padding-top: 75px; }

  .top-header .top-header-flex a {
    -ms-flex: auto;
    flex: auto;
    max-width: 140px; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .number {
    font-size: 2.4vw !important; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content h5 span {
    padding: 1vw 1.5vw 0.75vw 1vw; }

  .circle-content-inner-db {
    padding: 3vw; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle p {
    font-size: 1.4vw !important;
    font-weight: 400; }

  .accordion-column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }

  .accordion-three-cols .accordion-column {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }

  .copyright {
    margin-top: 0px;
    text-align: right; }

  .sister-links {
    margin-top: 70px; }

  .footer-links ul li a {
    margin-top: -5px; } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .phone-select {
    display: inline-block; }

  .map-stats .map-stat span.map-number {
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }

  .map-stats .map-stat.active span.map-number {
    right: -80px; }

  .staff-button {
    font-size: 16px; }

  .wrap {
    padding: 60px 50px; }

  #inner-header {
    height: 110px; }

  .header .nav-icon, .header .button, .header .staff-button {
    margin-left: 25px; }

  .nav-wrap {
    height: calc(100vh - 110px);
    top: 110px;
    padding: 50px;
    width: 468px;
    right: -468px; }

  #container {
    padding-top: 110px; }

  .header-left {
    width: 144px; }

  .nav-icon {
    width: 44px;
    height: 44px; }
    .nav-icon svg {
      width: 44px;
      height: 44px; }

  .single-title,
  .page-title,
  .entry-title {
    margin: 0 0 20px 0; }

  .top-content-text h1, .top-content-text .h1 {
    max-width: 425px; }

  .wrap-bottom-small {
    padding-bottom: 50px; }

  .wrap-top-small {
    padding-top: 50px; }

  .wrap-bottom-x-small {
    padding-bottom: 25px; }

  .wrap-top-x-small {
    padding-top: 25px; }

  .wrap-small-tab {
    padding-top: 50px;
    padding-bottom: 50px; }

  .wrap-double {
    padding-top: 100px;
    padding-bottom: 100px; }

  .section-projects.background-white + .page-section.background-white .wrap,
  .section-projects.background-light-gray + .page-section.background-light-gray .wrap,
  .section-projects.background-blue + .page-section.background-blue .wrap,
  .section-projects.background-red + .page-section.background-red .wrap {
    padding-top: 75px; }

  .page-section.section-capabilities + .page-section.background-white .wrap {
    padding-top: 75px; }

  .nav-wrap + .page-section.background-blue + .page-section.background-blue .wrap {
    padding-top: 75px; }

  h1, .h1 {
    font-size: 32px; }

  h2, .h2, .widgettitle {
    font-size: 30px; }

  h3, .h3 {
    font-size: 28px; }

  h4, .h4 {
    font-size: 26px; }

  h5, .h5 {
    font-size: 22px; }

  hr {
    margin-top: 15px;
    margin-bottom: 25px; }

  .nav-areas {
    float: left;
    margin-top: 7px;
    margin-right: 6px; }
    .nav-areas ul {
      margin: 0;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-areas ul li {
        display: inline;
        font-size: 14px;
        margin-right: 33px; }
        .nav-areas ul li a {
          color: #29292d;
          font-weight: 700;
          border-bottom: 2px solid transparent;
          padding: 8px 0; }
          .nav-areas ul li a:hover {
            color: #ed1d45; }
      .nav-areas ul li.current-menu-item a,
      .nav-areas ul li.current-menu-ancestor a,
      .nav-areas ul li.current-menu-parent a,
      .nav-areas ul li.current-page-ancestor a {
        border-bottom: 2px solid #ed1d45; }

  .home-top-section .box-inner {
    padding-bottom: 250px; }

  .home-top-section .box-background {
    height: 100%;
    background-size: 1375px auto !important; }

  .top-content-text h1 {
    margin-bottom: 20px; }

  .single-title, .page-title, .entry-title {
    margin-bottom: 20px; }

  .top-content-text h1, .top-content-text .h1, .top-content-text h2, .top-content-text .h2, .top-content-text h3, .top-content-text .h3 {
    max-width: 425px; }

  .call-us a {
    margin-top: 0px; }

  .quote-content {
    font-size: 20px !important;
    line-height: 1.4 !important; }

  .search-icon {
    margin-right: 32px; }

  .search-wrap {
    padding-top: 133px; }

  .home-box {
    min-height: calc(100vh - 100px); }

  .margin-top {
    margin-top: 50px; }

  .footer .contact-col ul li {
    padding-bottom: 10px; }
    .footer .contact-col ul li:last-of-type {
      padding-bottom: 0px; }

  .footer-cols {
    margin-left: -50px; }

  .footer-col-1, .footer-col-3 {
    max-width: 280px !important; }

  #inner-footer {
    background: url(../images/footer-hand.jpg) no-repeat bottom right 50px scroll;
    background-size: 200px auto; }

  .footer-cols .footer-col {
    padding-left: 50px; }

  .social-icons {
    line-height: 0;
    margin-top: -3px !important; }

  .flex-wrap {
    margin-left: -60px;
    margin-top: -60px; }
    .flex-wrap .flex-col {
      margin-top: 60px;
      padding-left: 60px; }
    .flex-wrap .flex-col-1of3 {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-2of3 {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; }

  .flex-wrap-2 {
    margin-left: -50px; }
    .flex-wrap-2 .flex-col {
      padding-left: 50px; }

  .flex-wrap-2-1 {
    display: flex;
    flex-wrap: wrap; }
    .flex-wrap-2-1 .flex-col {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; }
    .flex-wrap-2-1 .flex-col:nth-child(2) {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }

  .flex-wrap-2-1 {
    margin-left: -50px; }
    .flex-wrap-2-1 .flex-col {
      padding-left: 50px; }

  .capabilities .item {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }

  .capabilities .item .project-slide .box-inner {
    min-height: 17vw; }

  .capabilities .item .project-slide .project-content h4 {
    max-width: 90%; }

  .project-slide .project-content p {
    font-size: 14px; }

  .extra-areas h3 {
    font-size: 22px;
    margin-top: 5px; }

  .extra-areas-wrap {
    padding-left: 25px;
    padding-right: 25px;
    max-width: none !important; }

  .circle-stat-wrap-scale .circle-stat .circle {
    height: calc(33.3333vw - 46.75px) !important; }

  .map-stats {
    max-width: 346px; }

  .logos-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

  .testimonial_content {
    margin-top: 40px; }

  .section-testimonial h5 {
    font-size: 16px; }

  .section-testimonial .h2 {
    max-width: none !important; }

  .section-testimonial .top-content-text {
    max-width: 1240px; }

  .section-custom-slider .top-content-text {
    max-width: none; }

  .logos .flex-logo {
    padding: 5%;
    margin-bottom: 0px; }

  .project-slide .project-content h4 {
    font-size: 22px;
    max-width: 60%; }

  .sidebar .project-slide .project-content h4 {
    max-width: 100%; }

  .news-top-wrap .news-top-right {
    margin-top: 34px; }

  .project-slide .project-content {
    padding: 35px;
    padding-bottom: 82px; }

  .project-slide .box-inner {
    min-height: 280px; }

  .project-slide .hap-text-link {
    bottom: 30px;
    padding-top: 13px;
    padding-bottom: 11px; }

  #callback:after {
    width: calc(50% - 25px); }

  .contact-entry-content hr {
    margin-top: 13px;
    margin-bottom: 19px; }

  .contact-entry-content h5, .contact-entry-content h4, .contact-entry-content h3, .contact-entry-content h2 {
    margin-bottom: 35px; }

  .team-list {
    margin-bottom: -50px;
    margin-left: -50px; }
    .team-list .team-box-outer {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding-left: 50px;
      margin-bottom: 50px; }

  .team-list .team-box-outer .project-slide .box-inner {
    min-height: 290px; }

  .team-list .team-box-outer .project-content {
    margin-top: 25px; }

  .team-list .team-box-outer .project-content p {
    margin-top: 15px; }

  .team-list {
    margin-top: 50px; }

  .team-list .team-box-outer .team-icons {
    padding-left: 40px;
    padding-right: 40px; }

  .capabilities .project-slide .project-content {
    padding: 25px;
    padding-bottom: 72px; }

  .page-section-area-item-wrap {
    padding-top: 75px; }

  .side-stats .circle-stat-wrap {
    margin-bottom: 40px; }

  .achievements-wrap .achievement {
    margin-bottom: 30px;
    padding-bottom: 30px; }

  .achievements-wrap {
    margin-bottom: -30px;
    margin-top: 50px; }

  .capabilities .item .box-wrap {
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }

  .capabilities .item .box-wrap.active-onscreen {
    opacity: 1; }

  .capabilities .item .box-wrap:hover {
    background: #000; }

  .capabilities .item .box-wrap:hover .box-wrap-inner {
    opacity: 0.92 !important; }

  .entry-content blockquote {
    font-size: 24px; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content p {
    margin-top: 2vw; }

  .accordion-column h5, .accordion-column p {
    font-size: 16px; }

  .sister-links {
    margin-top: 80px; }

  .capabilities .project-slide .text-link {
    font-size: 14px; }

  .section-testimonial .testimonial-slider .h2 strong {
    left: -25px; }
  .section-testimonial .testimonial-slider .h2 strong:nth-of-type(2) {
    left: 25px; }

  .footer-links ul li {
    display: inline;
    margin-right: 14px; }

  .footer-bottom .wrap {
    padding-top: 60px;
    padding-bottom: 60px; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .wrap {
    padding-top: 100px;
    padding-bottom: 100px; }

  .section-projects.background-white + .page-section.background-white .wrap,
  .section-projects.background-light-gray + .page-section.background-light-gray .wrap,
  .section-projects.background-blue + .page-section.background-blue .wrap,
  .section-projects.background-red + .page-section.background-red .wrap {
    padding-top: 100px; }

  .nav-wrap + .page-section.background-blue + .page-section.background-blue .wrap {
    padding-top: 100px; }

  .page-section.section-capabilities + .page-section.background-white .wrap {
    padding-top: 100px; }

  .wrap-double {
    padding-top: 150px;
    padding-bottom: 150px; }

  .wrap-top-small {
    padding-top: 50px; }

  .wrap-bottom-small {
    padding-bottom: 50px; }

  .wrap-small-tab {
    padding-top: 50px;
    padding-bottom: 50px; }

  .wrap-bottom-x-small {
    padding-bottom: 25px; }

  .wrap-top-x-small {
    padding-top: 25px; }

  .nav-wrap .wrap {
    padding-top: 50px;
    padding-bottom: 4px; }

  .news-list-wrap-single .box-wrap .text-link {
    bottom: 46px !important; }

  .project-slide .box-inner {
    min-height: 370px; }

  .project-slide .project-content {
    padding: 35px;
    padding-bottom: 82px; }

  .project-slide .project-slide-subtitle,
  .project-slide .text-link {
    left: 35px; }

  .project-slide .text-link {
    bottom: 55px; }

  .capabilities .item .project-slide .project-content h4 {
    font-size: 1.5vw;
    max-width: 90%; }

  .capabilities .item .sep {
    width: 6vw; }

  .testimonial_content {
    margin-top: 50px; }

  .page-section-area-item-wrap {
    padding-top: 100px; }

  .phone-select {
    font-size: 13px; }

  .call-us a {
    position: relative;
    bottom: -1px;
    font-size: 16px; }

  .header-middle {
    display: none; }

  .section-testimonial .h2.quote-content {
    position: relative; }

  .section-testimonial .h2.quote-content strong {
    transform: scale(13);
    -webkit-transform: scale(13);
    -moz-transform: scale(13);
    display: inline-block;
    position: absolute;
    top: 75px;
    left: -20px;
    bottom: auto;
    z-index: 0; }

  .section-testimonial .h2.quote-content span {
    position: relative;
    z-index: 1; }

  .section-testimonial .h2.quote-content strong:nth-of-type(2) {
    bottom: -80px;
    right: 25px;
    position: absolute;
    left: auto;
    top: auto; }

  .accordion-columns {
    margin-bottom: -40px;
    margin-left: -50px; }

  .accordion-column {
    margin-bottom: 40px;
    padding-left: 50px; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .header {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2); }

  .wrap {
    padding: 100px 75px;
    margin-left: auto;
    margin-right: auto; }

  .nav-wrap {
    padding: 75px; }

  #inner-header {
    justify-content: center; }
    #inner-header .header-right {
      margin-left: auto; }
      #inner-header .header-right a.staff-button {
        margin-left: auto; }
    #inner-header .header-left {
      margin-right: auto;
      width: 160px; }
    #inner-header .header-middle {
      display: block; }
      #inner-header .header-middle a {
        font-weight: 400;
        color: #00273C; }
        #inner-header .header-middle a:hover {
          color: #3694f2; }
        #inner-header .header-middle a strong {
          font-weight: 600;
          color: #00273C !important; }

  .header .nav-icon, .header .button, .header .staff-button {
    margin-left: 30px; }

  .wrap {
    margin-left: auto;
    margin-right: auto; }

  .wrap-double {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }

  .wrap-bottom-small {
    padding-bottom: 50px !important; }

  .wrap-top-small {
    padding-top: 50px !important; }

  .wrap-small-tab {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .wrap-bottom-x-small {
    padding-bottom: 25px !important; }

  .wrap-top-x-small {
    padding-top: 25px !important; }

  .top-content-text h1, .top-content-text .h1 {
    max-width: 340px; }

  .home-box .article-header img {
    width: 120px;
    margin-bottom: 10px; }

  .flex-wrap .flex-col-1of3 {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }

  .flex-wrap-2, .flex-wrap-2-1 {
    margin-left: -75px; }
    .flex-wrap-2 .flex-col, .flex-wrap-2-1 .flex-col {
      padding-left: 75px; }

  .news-top-wrap .news-top-right {
    margin-top: 39px; }

  .news-slider-outer {
    position: relative;
    overflow: hidden; }
    .news-slider-outer .tns-outer {
      max-width: 1240px;
      margin: 0 auto; }
      .news-slider-outer .tns-outer .tns-ovh {
        overflow: visible; }

  .top-content-text h1, .top-content-text .h1 {
    max-width: 600px; }

  .flex-wrap-2-1 {
    display: flex;
    flex-wrap: wrap; }
    .flex-wrap-2-1 .flex-col {
      -ms-flex: 65%;
      flex: 65%;
      max-width: 65%; }
    .flex-wrap-2-1 .flex-col:nth-child(2) {
      -ms-flex: 35%;
      flex: 35%;
      max-width: 35%; }

  .team-list .team-box-outer .team-icons .team-contact-icons a {
    max-width: 22%; }

  .capabilities .item .project-slide .project-content h4 {
    max-width: 80%; }

  .circle-stat-wrap-scale .circle-stat .circle {
    height: calc(33.3333vw - 63.3px) !important;
    height: 346.66px !important; }

  .circle-stat-wrap-scale .circle-stat .circle .number {
    font-size: 56px !important; }

  .circle-stat-wrap-scale .circle-stat .circle p {
    font-size: 21px !important; }

  .circle-stat-wrap-scale .circle-stat .circle img {
    width: 87px !important; }

  .circle-stat-wrap-scale .circle-stat .circle .circle-content {
    padding-top: 65px !important; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .number {
    font-size: 30px !important; }

  .circle-content-inner-db {
    padding: 40px; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content p {
    margin-top: 20px; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle .circle-content h5 span {
    padding: 11px 11px 4px 11px; }

  .section-custom-slider .circle-stat-wrap-scale .circle-stat .circle p {
    font-size: 17px !important; }

  .section-custom-slider .wrap {
    max-width: 1240px !important; }

  .max-width-1240 {
    max-width: 1100px !important;
    margin-left: auto;
    margin-right: auto; }

  .accordion-column {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  body {
    font-size: 18px; }

  .wrap {
    padding: 100px 80px; }

  .flex-wrap {
    margin-left: -80px; }
    .flex-wrap .flex-col {
      padding-left: 80px; }

  .nav-wrap .nav li a {
    font-size: 18px; }

  .nav-wrap {
    padding: 80px; }

  .large-content-xldesktop {
    font-size: 18px; }

  h1, .h1 {
    font-size: 40px; }

  h2, .h2, .widgettitle {
    font-size: 40px; }

  h3, .h3 {
    font-size: 34px; }

  .entry-content blockquote {
    font-size: 28px; }

  h4, .h4 {
    font-size: 30px; }

  h5, .h5 {
    font-size: 28px; }

  .project-slide .project-content h4 {
    font-size: 26px; }

  .accordion-column {
    -ms-flex: 16.6666%;
    flex: 16.6666%;
    max-width: 16.6666%; }

  .accordion-three-cols .accordion-column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; } }
@media only screen and (min-width: 1240px) and (min-width: 1500px) {
  .capabilities .item .project-slide .project-content h4 {
    max-width: 190px;
    font-size: 22px; }

  .capabilities .item .box-background {
    background-size: 60% auto !important; }

  .capabilities .item .project-slide .box-inner {
    min-height: 260px; }

  .capabilities .item .sep {
    width: 90px; } }
@media only screen and (min-width: 1240px) and (min-width: 1640px) {
  body {
    font-size: 20px; }

  .large-content-xldesktop {
    font-size: 20px; }

  .project-slide .project-content h4 {
    font-size: 30px; } }
@media only screen and (min-width: 1240px) and (min-width: 1740px) {
  .wrap {
    padding: 100px; }

  .flex-wrap {
    margin-left: -100px; }
    .flex-wrap .flex-col {
      padding-left: 100px; }

  .nav-wrap {
    padding: 100px;
    width: 518px;
    right: -518px; } }
@media only screen and (min-width: 1240px) and (min-width: 1840px) {
  body {
    font-size: 22px; }

  .wrap {
    padding: 125px 150px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }

  .large-content-xldesktop {
    font-size: 22px; }

  .nav-wrap {
    padding: 125px 150px;
    width: 618px;
    right: -618px; } }
@media only screen and (min-width: 1240px) and (min-width: 1900px) {
  .capabilities .item .project-slide .box-inner {
    min-height: 280px; } }
@media only screen and (min-width: 1240px) and (min-width: 2200px) {
  .capabilities .item .project-slide .box-inner {
    min-height: 300px; } }
@media only screen and (min-width: 1240px) and (min-width: 2400px) {
  .capabilities .item .project-slide .box-inner {
    min-height: 320px; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

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