 /*
Theme Name: Boshanka
Theme URI: http://www.boshanka.co.uk/
Author: Ben Shaw
Author URI: http://www.boshanka.co.uk
Description: Custom theme by Boshanka for 1st Option
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boshanka
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Era Of Data is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------  
# Normalize
# Typography
# Elements
# Forms 
# Navigation
	## Links
	## Menus 
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Global
# Infinite scroll
# Media
	## Captions
	## Galleries 
# GRID
  

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Scss Document */
@font-face {
  font-family: 'century_gothicregular';
  src: url("fonts/gothic-webfont.woff2") format("woff2"), url("fonts/gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'century_gothicbold';
  src: url("fonts/gothicb-webfont.woff2") format("woff2"), url("fonts/gothicb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'century_gothicbold_italic';
  src: url("fonts/gothicbi-webfont.woff2") format("woff2"), url("fonts/gothicbi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'century_gothicitalic';
  src: url("gothici-webfont.woff2") format("woff2"), url("gothici-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
Shadow use example
 * .card {
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     @include box_shadow(1);
 *     &:hover {
 *         @include box_shadow(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * }
 *
 */
/* Scss Document */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2.2em;
  margin: 0.67em 0; }

.center-text {
  text-align: center; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

a, input, a img, a span, svg, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover, input:hover, a:hover img, a:hover span, svg:hover, .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Typography
------------------- -------------------------------------------*/
.btn, .gform_button {
  color: #1e1b16;
  background: #fff;
  border: 1px solid #1e1b16;
  padding: 5px 20px;
  font-size: 1.2em;
  text-transform: lowercase;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-family: "century_gothicregular", sans-serif;
  margin: 30px auto;
  display: table;
  width: auto; }
  .btn:hover, .gform_button:hover {
    background: #1e1b16;
    color: #fff; }

.ginput_recaptcha {
  width: Auto;
  display: table;
  margin: 0 auto;
  float: none; }

.gform_button {
  margin-bottom: 0px !important;
  margin-top: 5px !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  font-family: "century_gothicregular", sans-serif;
  line-height: 1.3em;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: #000; }

h1, .h1 {
  font-weight: 100; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400; }

h1, .h1 {
  font-size: 2em !important; }

h2, .h2 {
  font-size: 1.6em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.4em; }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 0.9em; }

p, ul li, ol li {
  margin-bottom: 1.5em;
  font-size: 0.9em;
  line-height: 1.6em;
  font-family: "century_gothicregular", sans-serif; }

ul li, ol li {
  margin-bottom: 0.8em;
  margin-top: 0; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #073e5d;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #39afe6; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main menu positionning */
.main-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #073e5d;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .375s;
  height: 100vh; }

.main-nav.is-open {
  opacity: 1;
  /* z-index: 100; */
  visibility: visible; }

/* Yellow band effect 
.main-nav::before {
	 content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: $blue;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}
*/
.main-nav.is-open::before {
  transform: skew(-14deg) translateX(0); }

/* Skewing effect on menu links */
.main-nav ul {
  margin: 0px;
  display: inline-flex;
  flex-direction: column;
  height: 93%;
  /* Should be 100%, but we have a notice message :D */
  align-items: center;
  justify-content: center; }

.main-nav li {
  display: block;
  margin: .5rem 0;
  text-align: right; }

/* Apparition effect on links */
.main-nav a {
  opacity: 0;
  transform: translateY(-10px); }

.main-nav.is-open a {
  opacity: 1;
  transform: translateY(0); }

.main-nav li:nth-child(1) a {
  transition: all 275ms 175ms; }

.main-nav li:nth-child(2) a {
  transition: all 275ms 225ms; }

.main-nav li:nth-child(3) a {
  transition: all 275ms 275ms; }

.main-nav li:nth-child(4) a {
  transition: all 275ms 325ms; }

.main-nav li:nth-child(5) a {
  transition: all 275ms 375ms; }

/* Decoration */
.main-nav ul,
.main-nav li {
  list-style: none;
  padding: 0; }

.main-nav a {
  display: block;
  padding: 0 0;
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
  font-family: "century_gothicregular", sans-serif; }

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 12px;
  right: 20px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer; }

.open-main-nav:focus {
  outline: none; }

.menu-main-container {
  HEIGHT: 100VH; }

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all .275s; }

.burger:after,
.burger:before {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all .275s; }

.burger:after {
  transform: translateY(-12px) translateX(0px); }

.burger:before {
  transform: translateY(-16px); }

/* Toggle State part */
.is-open .burger {
  transform: translateY(-8px) rotate(-45deg);
  background: #fff; }

.is-open .burger:before {
  transform: translateY(0px) skew(-10deg) rotate(75deg);
  background: #fff; }

.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
  background: #fff; }

/* MENU Text part */
.burger-text {
  display: block;
  font-size: .675rem;
  letter-spacing: .05em;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #fff; }

.is-open .burger-text {
  color: #fff; }

#masthead.shrink .burger {
  background: #343232; }
#masthead.shrink .burger:before {
  background: #343232; }
#masthead.shrink .burger:after {
  background: #343232; }
#masthead.shrink .is-open .burger {
  background: #fff; }
#masthead.shrink .is-open .burger:before {
  background: #fff; }
#masthead.shrink .burger-text {
  color: #343232; }
#masthead.shrink .is-open .burger-text {
  color: #fff; }

.sub-page .burger {
  background: #343232; }
  .sub-page .burger:before {
    background: #343232; }
  .sub-page .burger:after {
    background: #343232; }
.sub-page .burger-text {
  color: #343232; }

/* Slow motion button */
[id="slowmo"] {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  border: 0;
  font-size: 1rem;
  background: #FEDC2A;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: all .275s; }

[id="slowmo"] span {
  display: block;
  font-weight: normal; }

[id="slowmo"]:hover,
[id="slowmo"]:focus {
  background: #000;
  color: #FEDC2A; }

[id="slowmo"].is-slowmo span:after {
  content: 'Activated';
  display: block;
  font-weight: bold; }

/* When slowmotion is activated */
.is-slowmo + .device .open-main-nav .burger,
.is-slowmo + .device .open-main-nav .burger:before,
.is-slowmo + .device .open-main-nav .burger:after,
.is-slowmo + .device .main-nav,
.is-slowmo + .device .main-nav::before,
.is-slowmo + .device .main-nav a {
  transition-duration: 3s; }

.is-slowmo + .device .main-nav li:nth-child(1) a {
  transition-delay: 1750ms; }

.is-slowmo + .device .main-nav li:nth-child(2) a {
  transition-delay: 2250ms; }

.is-slowmo + .device .main-nav li:nth-child(3) a {
  transition-delay: 2750ms; }

.is-slowmo + .device .main-nav li:nth-child(4) a {
  transition-delay: 3250ms; }

.is-slowmo + .device .main-nav li:nth-child(5) a {
  transition-delay: 3750ms; }

.sub-menu {
  display: none !important; }

#masthead {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0px;
  height: 55px;
  background: transparent; }
  #masthead .site-branding {
    padding: 0 30px; }
    #masthead .site-branding .site-title {
      display: block;
      width: 100px;
      float: left;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 101;
      position: relative;
      margin: 10px 0; }
      #masthead .site-branding .site-title img {
        opacity: 1;
        display: block;
        float: left;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%; }
  #masthead .social {
    display: none; }

#masthead.shrink {
  top: 0px;
  /*background:#18aad9;*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 1.6em;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09); }
  #masthead.shrink .site-branding {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #masthead.shrink .site-branding .site-title {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #masthead.shrink .site-branding .site-title img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

#lightcase-overlay {
  background: #011721 !important;
  opacity: 1 !important; }

.overlay .inside.team {
  padding: 1.6em; }
  .overlay .inside.team h4 {
    text-transform: uppercase !important;
    color: #fff !important;
    letter-spacing: 0.05em !important;
    font-weight: 100 !important; }
  .overlay .inside.team p {
    color: #fff !important; }

#content section.no-padding-top .inside, #content section.no-padding-top {
  padding-top: 0px !important; }
#content section.no-padding-bottom .inside, #content section.no-padding-bottom {
  padding-bottom: 0px !important; }
#content section {
  float: left;
  width: 100%;
  overflow: hidden; }
  #content section .inside {
    padding: 30px 30px;
    float: left;
    width: 100%; }
    #content section .inside ul {
      margin: 0px;
      padding: 0 15px; }
      #content section .inside ul li {
        list-style: none; }
        #content section .inside ul li:before {
          font-family: 'FontAwesome';
          content: '\f138';
          font-size: 0.8em;
          margin: 0 5px 0 -15px;
          color: #073e5d; }
    #content section .inside .container .title {
      text-align: center; }
      #content section .inside .container .title .title-accent {
        margin: 0px;
        font-size: 0.8em; }
      #content section .inside .container .title h2 {
        margin: 0 0 2px 0; }
      #content section .inside .container .title .title-sub {
        margin: 0px;
        font-size: 0.8em; }
      #content section .inside .container .title .chev-rtl {
        width: 195px;
        height: auto;
        float: right;
        margin: 30px 0;
        margin-right: -30px; }
        #content section .inside .container .title .chev-rtl img {
          height: auto;
          float: left;
          width: 100%; }
    #content section .inside .container .large-copy-wrap {
      float: left;
      width: 100%; }
      #content section .inside .container .large-copy-wrap .large-copy-inner {
        padding-bottom: 0px;
        width: 100%;
        float: left; }
        #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text {
          font-size: 76px;
          font-size: 21vw;
          text-align: center;
          color: #e5e5e5 !important;
          font-family: "century_gothicregular", sans-serif;
          margin: 20px 0 0px 0;
          line-height: 1.2em;
          text-wrap: nowrap;
          line-height: 0.8em; }
        #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text.align-left {
          text-align: left;
          margin-left: -20px; }
        #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text.align-right {
          text-align: right;
          direction: rtl;
          margin-right: -30px; }
    #content section .inside .container .floater .large-copy-inner {
      position: relative; }
      #content section .inside .container .floater .large-copy-inner .floating-image {
        width: 60%;
        max-width: 420px;
        margin: 30px auto;
        display: table;
        position: relative;
        z-index: 1; }
      #content section .inside .container .floater .large-copy-inner p.large-text {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
#content .section-div {
  width: calc(100% - 60px);
  height: 0.5px;
  background: #343232;
  margin: 0 auto;
  display: table; }
#content .hero {
  background-color: #073e5d;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, top, bottom, from(#00bcaa), to(#073e5d));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #00bcaa, #073e5d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #00bcaa, #073e5d);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #00bcaa, #073e5d);
  /* IE10 */
  background-image: -o-linear-gradient(top, #00bcaa, #073e5d);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #00bcaa, #073e5d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00bcaa', EndColorStr='#073e5d');
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 55px; }
  #content .hero .hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  #content .hero .border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    z-index: 1; }
  #content .hero .fade {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 250px;
    background: url("img/fade.png") 0 0 repeat-x;
    background-size: auto 250px;
    z-index: 1; }
  #content .hero .inside {
    height: 100%;
    position: relative;
    z-index: 1; }
    #content .hero .inside .container {
      height: 100%; }
      #content .hero .inside .container .section-div {
        background: #fff;
        display: none; }
    #content .hero .inside .content-wrap {
      display: table;
      height: 100%;
      width: 100%;
      z-index: 1;
      position: relative;
      margin-top: -40px; }
    #content .hero .inside .content {
      display: table-cell;
      height: auto;
      vertical-align: middle;
      width: 100%; }
      #content .hero .inside .content .logo {
        margin: 30px auto 50px auto;
        max-width: 290px;
        display: table; }
      #content .hero .inside .content p, #content .hero .inside .content h1 {
        color: #fff;
        text-align: center;
        margin: 0px;
        font-family: "century_gothicregular", sans-serif; }
      #content .hero .inside .content h1 {
        font-size: 2em !important;
        margin-bottom: 5px;
        text-transform: uppercase; }
        #content .hero .inside .content h1 span {
          display: block;
          clear: both;
          height: 0px;
          overflow: hidden; }
      #content .hero .inside .content p {
        font-family: "century_gothicregular", sans-serif;
        font-size: 1em;
        margin-bottom: 20px;
        font-weight: 300; }
      #content .hero .inside .content .sub p:last-of-type {
        margin-bottom: 0px; }
      #content .hero .inside .content a {
        font-size: 1.4em;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background: #e6a122;
        color: #fff;
        font-family: "century_gothicregular", sans-serif;
        text-align: center;
        padding: 15px 20px;
        display: block;
        margin: 1em auto 0 auto;
        width: auto;
        display: table; }
  #content .hero .fade {
    width: 100%;
    background: url("img/fade.png") 0 0 repeat-x;
    background-size: auto 100%;
    height: 30%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
#content .hero.sub {
  background: #fff;
  height: auto; }
  #content .hero.sub .inside {
    padding-bottom: 0px; }
    #content .hero.sub .inside .container .content-wrap {
      margin: 0px;
      padding: 0; }
      #content .hero.sub .inside .container .content-wrap .content p, #content .hero.sub .inside .container .content-wrap .content h1 {
        color: #343232;
        text-transform: none; }
      #content .hero.sub .inside .container .content-wrap .content h1 {
        font-size: 1.6em !important;
        margin-bottom: 0px; }
      #content .hero.sub .inside .container .content-wrap .content .flexibuilder {
        width: 100%;
        float: left; }
        #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap {
          float: left;
          width: 100%; }
          #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner p {
            text-align: left;
            font-size: 0.85em;
            line-height: 1.8em;
            font-weight: 300;
            color: #343232; }
            #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner p:last-of-type {
              margin: 0px; }
          #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner:first-child {
            padding-top: 30px; }
#content section.icon-grid {
  margin-top: -80px; }
  #content section.icon-grid .inside {
    padding: 30px; }
    #content section.icon-grid .inside .container .icon-grid-row h3 {
      text-align: Center;
      font-weight: 300;
      padding: 30px 0 10px 0;
      color: #343232; }
    #content section.icon-grid .inside .container .icon-grid-row .icon-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%; }
      #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block {
        flex: 0 0 50%;
        padding: 5px;
        margin-bottom: 20px; }
        #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block img {
          width: 104px;
          margin: 0 auto 10px auto;
          display: block; }
        #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block h4 {
          text-transform: uppercase;
          text-align: center;
          font-size: 0.75em;
          font-weight: 600;
          margin-bottom: 5px;
          color: #343232; }
        #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block p {
          text-align: center;
          font-size: 0.8em;
          font-weight: 300;
          margin: 0px;
          color: #343232; }
    #content section.icon-grid .inside .container .cta .btn {
      margin-bottom: 10px; }
#content .numbered-reasons .inside .container ol.list-row {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: "century_gothicregular", sans-serif;
  padding: 30px 0;
  float: left;
  width: 100%;
  color: #343232; }
  #content .numbered-reasons .inside .container ol.list-row li {
    margin: 0px;
    padding: 10px 0;
    float: left;
    width: 100%; }
    #content .numbered-reasons .inside .container ol.list-row li .number {
      display: block;
      width: 30px;
      font-weight: 600;
      font-size: 1.6em;
      float: left;
      text-align: left;
      margin-top: 4px; }
    #content .numbered-reasons .inside .container ol.list-row li .content {
      width: calc(100% - 30px);
      display: block;
      float: left;
      font-weight: 300;
      padding-right: 30px;
      font-size: 0.9em; }
    #content .numbered-reasons .inside .container ol.list-row li:nth-child(even) .number {
      text-align: right;
      float: right; }
    #content .numbered-reasons .inside .container ol.list-row li:nth-child(even) .content {
      text-align: right;
      float: right;
      padding-right: 0px;
      padding-left: 30px; }
  #content .numbered-reasons .inside .container ol.list-row li.has-s-image .s-image {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none; }
#content .numbered-reasons .inside .container .cta .btn {
  margin-bottom: 10px; }
#content .simple-text .inside .container .text-row {
  padding: 30px 0 0 0; }
  #content .simple-text .inside .container .text-row p {
    font-weight: 300;
    margin-top: 0px;
    font-size: 0.85em;
    line-height: 1.8em; }
    #content .simple-text .inside .container .text-row p:last-of-type {
      margin-bottom: 0px; }
#content .faq .inside .container .textrow p {
  font-size: 0.85em;
  line-height: 1.8em; }
#content .faq .inside .container .textrow:nth-of-type(odd) h, #content .faq .inside .container .textrow:nth-of-type(odd) h3, #content .faq .inside .container .textrow:nth-of-type(odd) h4, #content .faq .inside .container .textrow:nth-of-type(odd) h5, #content .faq .inside .container .textrow:nth-of-type(odd) p {
  text-align: right; }
#content .faq .inside .container .textrow .graphic {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  margin-left: -30px;
  width: calc(100% + 60px); }
  #content .faq .inside .container .textrow .graphic img {
    width: 100%;
    float: left; }
#content .faq .inside .container .business-message {
  width: 100%;
  float: left;
  padding: 0 0 30px 0; }
  #content .faq .inside .container .business-message h2 {
    text-align: center; }
#content .clients .inside {
  padding-top: 0px; }
#content .clients .client {
  padding-bottom: 40px;
  float: left;
  width: 100%; }
  #content .clients .client .title {
    width: 100%;
    float: left;
    background: url("img/chevs-rtl.png") top right no-repeat;
    background-size: 165px 38px;
    margin-right: -30px;
    width: calc(100% + 30px); }
    #content .clients .client .title .logo {
      float: left;
      display: block; }
      #content .clients .client .title .logo img {
        width: auto;
        max-height: 50px;
        max-width: 110px;
        float: left; }
    #content .clients .client .title h3 {
      width: calc(100% - 50px);
      float: left;
      display: block;
      clear: both;
      font-size: 0.9em;
      text-align: left;
      padding-left: 0px;
      margin: 10px 0 0 0; }
      #content .clients .client .title h3 span {
        display: none; }
    #content .clients .client .title h3.tablet {
      display: none; }
  #content .clients .client .cover-image {
    width: calc(100% + 60px);
    padding: 20px 0;
    float: left;
    margin-left: -30px; }
    #content .clients .client .cover-image a {
      float: left;
      width: 100%; }
      #content .clients .client .cover-image a img {
        float: left;
        width: 100%; }
  #content .clients .client .services {
    font-size: 0.8em;
    float: left;
    width: 100%; }
  #content .clients .client p.cta-row {
    font-size: 0.7em;
    float: left;
    width: 100%; }
    #content .clients .client p.cta-row a {
      color: #343232;
      text-decoration: underline; }
  #content .clients .client:nth-of-type(even) .title {
    background: url("img/chevs-ltr.png") top left no-repeat;
    background-size: 165px 38px;
    margin-left: -30px;
    margin-right: auto; }
    #content .clients .client:nth-of-type(even) .title .logo {
      float: right; }
    #content .clients .client:nth-of-type(even) .title h3 {
      float: right;
      text-align: right;
      clear: both;
      width: 100%; }
#content .our-services .inside .container .flexicontent {
  margin-top: 20px;
  float: left;
  width: 100%; }
  #content .our-services .inside .container .flexicontent .textrow .title {
    width: 100%;
    float: left;
    background: url("img/chevs-rtl.png") top right no-repeat;
    background-size: 165px 38px;
    margin-right: -30px;
    width: calc(100% + 30px); }
    #content .our-services .inside .container .flexicontent .textrow .title h3 {
      text-align: left; }
  #content .our-services .inside .container .flexicontent .textrow .service-intro {
    width: 100%;
    float: left;
    padding-top: 0px; }
    #content .our-services .inside .container .flexicontent .textrow .service-intro p {
      text-align: left; }
  #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .title {
    background: url("img/chevs-ltr.png") top left no-repeat;
    background-size: 165px 38px;
    margin-left: -30px;
    margin-right: auto; }
    #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .title h3 {
      float: right;
      text-align: right;
      clear: both;
      width: 100%; }
  #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .service-intro p {
    text-align: right; }
#content .two-columns .inside .container .col-grid {
  display: grid;
  grid-template-columns: 1fr;
  /*repeat(auto-fit, minmax(140px,1fr));*/
  grid-gap: 0px; }
  #content .two-columns .inside .container .col-grid .testimonials {
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px; }
    #content .two-columns .inside .container .col-grid .testimonials .testimonial {
      font-family: "century_gothicregular", sans-serif;
      padding: 20px;
      background: #efe9dc; }
      #content .two-columns .inside .container .col-grid .testimonials .testimonial blockquote {
        font-style: italic;
        margin: 0px;
        line-height: 1.4em;
        margin-bottom: 1em; }
      #content .two-columns .inside .container .col-grid .testimonials .testimonial cite {
        font-style: normal; }
    #content .two-columns .inside .container .col-grid .testimonials .owl-controls .owl-dots {
      float: left;
      width: auto; }
      #content .two-columns .inside .container .col-grid .testimonials .owl-controls .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        background: #efe9dc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        float: left; }
      #content .two-columns .inside .container .col-grid .testimonials .owl-controls .owl-dots .owl-dot.active {
        background: #b7a888; }
  #content .two-columns .inside .container .col-grid .col-image {
    margin-bottom: 15px; }
    #content .two-columns .inside .container .col-grid .col-image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  #content .two-columns .inside .container .col-grid .col-text {
    padding-top: 15px; }
    #content .two-columns .inside .container .col-grid .col-text ul {
      width: 50%;
      float: left; }
      #content .two-columns .inside .container .col-grid .col-text ul li:last-child {
        margin-bottom: 0px; }
#content .map .inside .container .social {
  display: table;
  width: auto;
  margin: 0 auto;
  padding-bottom: 30px; }
  #content .map .inside .container .social ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
    display: block; }
    #content .map .inside .container .social ul li {
      display: block;
      float: left;
      margin: 0px;
      padding: 0px;
      font-size: 2em;
      padding: 0 15px; }
      #content .map .inside .container .social ul li:before, #content .map .inside .container .social ul li:after {
        display: none; }
      #content .map .inside .container .social ul li a {
        color: #000; }
#content .content-grid .inside {
  padding: 0px; }
  #content .content-grid .inside .container .c-grid {
    display: grid;
    grid-template-columns: 1fr;
    /*repeat(auto-fit, minmax(140px,1fr));*/
    grid-gap: 0px; }
    #content .content-grid .inside .container .c-grid .block {
      background: #f2f0f0;
      padding: 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      overflow: hidden;
      position: relative; }
      #content .content-grid .inside .container .c-grid .block .h2 {
        color: #fff;
        font-size: 2.4em;
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        max-width: 230px; }
      #content .content-grid .inside .container .c-grid .block .divider {
        width: 60px;
        height: 8px;
        background: #fff;
        float: left;
        clear: both;
        display: block;
        margin: 15px 0 20px 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      #content .content-grid .inside .container .c-grid .block .description {
        font-family: "century_gothicregular", sans-serif;
        font-size: 1.2em;
        color: #fff;
        display: block;
        width: 100%;
        float: left; }
      #content .content-grid .inside .container .c-grid .block .icon {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        width: 200px;
        height: 163px; }
      #content .content-grid .inside .container .c-grid .block:hover .divider {
        width: 100px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #content .content-grid .inside .container .c-grid .block.theme-yellow {
      background: #e6a122; }
      #content .content-grid .inside .container .c-grid .block.theme-yellow:hover .icon {
        opacity: 0.3; }
    #content .content-grid .inside .container .c-grid .block.theme-white {
      background: #e7f3f3; }
      #content .content-grid .inside .container .c-grid .block.theme-white .h2, #content .content-grid .inside .container .c-grid .block.theme-white .description {
        color: #073e5d; }
      #content .content-grid .inside .container .c-grid .block.theme-white .divider {
        background: #073e5d; }
      #content .content-grid .inside .container .c-grid .block.theme-white:hover .icon {
        opacity: 0.3; }
    #content .content-grid .inside .container .c-grid .block.theme-green {
      background: #00b976; }
      #content .content-grid .inside .container .c-grid .block.theme-green:hover .icon {
        opacity: 0.3; }
    #content .content-grid .inside .container .c-grid .block.theme-blue {
      background: #073e5d; }
      #content .content-grid .inside .container .c-grid .block.theme-blue:hover .icon {
        opacity: 0.3; }
    #content .content-grid .inside .container .c-grid .block.theme-turquoise {
      background: #00bcaa; }
      #content .content-grid .inside .container .c-grid .block.theme-turquoise:hover .icon {
        opacity: 0.3; }
    #content .content-grid .inside .container .c-grid .block.theme-mustard {
      background: #fad45b; }
      #content .content-grid .inside .container .c-grid .block.theme-mustard .h2, #content .content-grid .inside .container .c-grid .block.theme-mustard .description {
        color: #073e5d; }
      #content .content-grid .inside .container .c-grid .block.theme-mustard .divider {
        background: #073e5d; }
      #content .content-grid .inside .container .c-grid .block.theme-mustard:hover .icon {
        opacity: 0.3; }
#content .blog-row {
  background: #edf4fb; }
  #content .blog-row .inside {
    padding: 30px; }
    #content .blog-row .inside .container .featured-post .post-grid {
      display: grid;
      grid-template-columns: 1fr;
      /*repeat(auto-fit, minmax(140px,1fr));*/
      grid-gap: 30px; }
      #content .blog-row .inside .container .featured-post .post-grid article {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
        border: 2px solid #e8f0f8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden; }
        #content .blog-row .inside .container .featured-post .post-grid article .cover {
          width: 100%;
          float: left; }
          #content .blog-row .inside .container .featured-post .post-grid article .cover img {
            width: 100%;
            float: left; }
        #content .blog-row .inside .container .featured-post .post-grid article .post-title {
          width: 100%;
          text-align: center;
          display: block; }
        #content .blog-row .inside .container .featured-post .post-grid article .button {
          width: 100%;
          display: block;
          margin: 10px 0; }
          #content .blog-row .inside .container .featured-post .post-grid article .button button {
            background: transparent;
            border: none;
            font-size: 3em;
            color: #b6c0c0; }
            #content .blog-row .inside .container .featured-post .post-grid article .button button:hover {
              color: #00bcaa; }
    #content .blog-row .inside .container .featured-post .post-nav {
      width: 100%;
      width: auto;
      display: table;
      margin: 0 auto;
      float: none;
      margin: 30px auto; }
      #content .blog-row .inside .container .featured-post .post-nav .pages {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        padding: 10px 20px;
        background: #073e5d;
        color: #fff; }
      #content .blog-row .inside .container .featured-post .post-nav .current {
        padding: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        width: 38px;
        height: 38px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background: #00bcaa;
        border: none !important;
        display: inline-block; }
      #content .blog-row .inside .container .featured-post .post-nav a {
        padding: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        width: 38px;
        height: 38px;
        text-align: center;
        color: #073e5d;
        font-weight: bold;
        background: #fff;
        border: none !important;
        display: inline-block; }
        #content .blog-row .inside .container .featured-post .post-nav a:hover {
          background: #073e5d;
          color: #fff; }
      #content .blog-row .inside .container .featured-post .post-nav .extend {
        padding: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        width: 38px;
        height: 38px;
        text-align: center;
        color: #073e5d;
        font-weight: bold;
        background: #fff;
        border: none !important;
        display: inline-block; }
      #content .blog-row .inside .container .featured-post .post-nav a.last, #content .blog-row .inside .container .featured-post .post-nav a.first {
        width: 80px; }

.single-clients #content .clients .client {
  padding-bottom: 0px; }
  .single-clients #content .clients .client .title {
    background: transparent;
    padding: 40px 0; }
    .single-clients #content .clients .client .title .logo {
      width: calc(100% - 30px); }
      .single-clients #content .clients .client .title .logo img {
        height: 36px;
        width: auto;
        max-width: 110px; }
      .single-clients #content .clients .client .title .logo h3 {
        display: block;
        clear: none;
        width: calc(100% - 110px);
        padding: 0 0 0 10px;
        margin-top: 0px;
        height: 36px;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap-reverse; }
  .single-clients #content .clients .client .h1-sub {
    float: left;
    width: 100%; }
    .single-clients #content .clients .client .h1-sub p {
      font-size: 0.85em;
      margin: 0px;
      line-height: 1.8em; }
  .single-clients #content .clients .client .services p {
    margin: 0px; }
.single-clients #content .clients .inside .container .textrow {
  padding-bottom: 60px; }
  .single-clients #content .clients .inside .container .textrow h3 {
    line-height: 1em;
    height: 38px;
    width: 100%;
    background: url("img/chevs-rtl.png") top right no-repeat;
    background-size: 165px 38px;
    margin-right: -30px;
    width: calc(100% + 30px); }
  .single-clients #content .clients .inside .container .textrow:first-child h3 {
    background: transparent !important; }
  .single-clients #content .clients .inside .container .textrow:nth-child(odd) h3 {
    text-align: right;
    background: url("img/chevs-ltr.png") top left no-repeat;
    background-size: 165px 38px;
    margin-left: -30px;
    width: calc(100% + 30px); }
  .single-clients #content .clients .inside .container .textrow:nth-child(even) h3 {
    text-align: left; }

.archive #content .hero {
  height: 260px; }
  .archive #content .hero .bread {
    background: rgba(7, 62, 93, 0.7);
    width: 100%;
    float: left;
    display: block;
    position: absolute;
    z-index: 1; }
    .archive #content .hero .bread .inside {
      padding-top: 0px;
      padding-bottom: 0px; }
      .archive #content .hero .bread .inside .fbc-items {
        padding: 0px;
        background: transparent; }
        .archive #content .hero .bread .inside .fbc-items li {
          padding-left: 0px !important;
          font-size: 0.9em;
          padding: 10px 10px;
          color: #fff; }
          .archive #content .hero .bread .inside .fbc-items li a {
            color: #00bcaa; }
            .archive #content .hero .bread .inside .fbc-items li a i {
              margin-right: 1px;
              margin-top: -1px; }
            .archive #content .hero .bread .inside .fbc-items li a:hover {
              text-decoration: underline; }
        .archive #content .hero .bread .inside .fbc-items li.active a, .archive #content .hero .bread .inside .fbc-items li.active span {
          color: #fff; }
  .archive #content .hero .inside .content-wrap {
    padding-top: 50px; }

/* 340 */
@media screen and (min-width: 340px) {
  #masthead {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0px;
    height: 55px;
    background: transparent; }
    #masthead .social {
      display: block;
      float: right;
      margin: 1px 40px 0 0; }
      #masthead .social ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: right;
        width: auto; }
        #masthead .social ul li {
          margin: 0px;
          padding: 0px;
          float: left;
          display: block;
          padding: 5px;
          font-size: 1.4em; }
          #masthead .social ul li a {
            color: #343232; }

  .home #masthead .social ul li a {
    color: #fff; } }
/*420 */
@media screen and (min-width: 500px) {
  #content .two-columns .inside .container .col-grid .column .cols {
    width: 50%;
    float: left;
    padding-left: 15px; } }
@media screen and (min-width: 600px) {
  #content .content-grid .inside .container .c-grid {
    grid-template-columns: 1fr 1fr; }
  #content .blog-row .inside .container .featured-post .post-grid {
    grid-template-columns: 1fr 1fr; } }
@media screen and (min-width: 641px) {
  .overlay .inside.team h4 {
    color: #073e5d !important; }
  .overlay .inside.team p {
    color: #073e5d !important; } }
@media screen and (min-width: 768px) {
  p {
    font-size: 1em; }

  #content section {
    padding: 30px 0; }
    #content section .inside {
      padding: 30px 60px; }
      #content section .inside .container .title .chev-rtl {
        margin: -45px -60px 30px 0; }
      #content section .inside .container .title .title-accent, #content section .inside .container .title .title-sub {
        font-weight: 300;
        font-size: 0.9em; }
      #content section .inside .container .title h2 {
        font-size: 2.2em; }
      #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text {
        font-size: 27vw; }
  #content .hero {
    padding: 0;
    height: 100vh;
    max-height: 800px; }
    #content .hero .inside {
      padding: 30px 60px; }
      #content .hero .inside .container .icon {
        transform: translate(0%, -50%);
        left: auto;
        right: -20px; }
      #content .hero .inside .container .content-wrap .content h1 {
        font-size: 2em !important;
        margin-top: -10px; }
        #content .hero .inside .container .content-wrap .content h1 span {
          clear: none;
          display: inline;
          height: auto; }
      #content .hero .inside .container .content-wrap .content .sub p {
        text-align: left;
        font-size: 1.2em; }
      #content .hero .inside .container .content-wrap .content a.btn {
        float: left;
        display: block; }
  #content .hero.sub {
    padding-top: 55px; }
    #content .hero.sub .inside .container .content-wrap {
      max-width: 100%; }
      #content .hero.sub .inside .container .content-wrap .content h1 {
        font-size: 2.2em !important; }
      #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner p {
        font-size: 0.9em; }
  #content .section-div {
    width: 200px; }
  #content section.icon-grid {
    margin-top: -160px; }
    #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block {
      flex: 0 0 25%;
      padding: 5px 20px; }
      #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block img {
        max-width: 80px;
        width: 100%; }
      #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block h4 {
        font-size: 0.8em; }
      #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block p {
        font-size: 0.8em;
        line-height: 1.4em; }
  #content .numbered-reasons .inside .container ol.list-row li .number {
    font-size: 2.4em; }
  #content .numbered-reasons .inside .container ol.list-row li .content {
    font-size: 1em; }
  #content .numbered-reasons .inside .container ol.list-row li:nth-child(odd) {
    width: 80%;
    float: left;
    clear: both; }
  #content .numbered-reasons .inside .container ol.list-row li:nth-child(even) {
    width: 80%;
    float: right;
    clear: both; }
  #content .numbered-reasons .inside .container ol.list-row li.has-s-image {
    width: 100% !important; }
    #content .numbered-reasons .inside .container ol.list-row li.has-s-image .s-image {
      float: left;
      width: 40%;
      max-width: 500px; }
      #content .numbered-reasons .inside .container ol.list-row li.has-s-image .s-image img {
        width: 140px;
        margin: 0 auto;
        float: none;
        display: block; }
    #content .numbered-reasons .inside .container ol.list-row li.has-s-image .content {
      width: calc(60% - 30px);
      padding-left: 0px;
      margin-top: 30px; }
    #content .numbered-reasons .inside .container ol.list-row li.has-s-image .number {
      margin-top: 34px; }
  #content .simple-text .inside .container .text-row p {
    font-weight: 300;
    font-size: 0.9em; }
  #content .faq .inside .container .title {
    text-align: left; }
  #content .faq .inside .container .flexicontent {
    padding: 0 60px;
    float: left;
    width: 100%; }
  #content .faq .inside .container .textrow .graphic {
    margin-left: 0px;
    width: 100%; }
  #content .faq .inside .container .textrow .question-wrap {
    width: 62%; }
  #content .faq .inside .container .textrow:nth-of-type(odd) .question-wrap {
    float: right; }
  #content .faq .inside .container .business-message {
    padding: 20px 0 50px 0; }
    #content .faq .inside .container .business-message h2 {
      font-size: 2.4em; }
  #content .clients .client .title {
    position: relative;
    width: 100%;
    float: left;
    background: url("img/chevs-rtl.png") top right no-repeat;
    background-size: 295px 67px;
    margin-right: -60px;
    width: calc(100% + 60px);
    height: 67px;
    padding-top: 10px; }
    #content .clients .client .title h3 {
      display: none;
      clear: none !important;
      width: auto;
      float: left;
      clear: none;
      align-items: flex-end;
      margin-top: 0px;
      height: 62px;
      padding-left: 10px; }
    #content .clients .client .title h3.tablet {
      display: flex !important; }
    #content .clients .client .title .logo {
      width: auto;
      padding-right: 0px;
      position: relative;
      bottom: 0px; }
      #content .clients .client .title .logo img {
        max-width: 195px;
        max-height: 70px; }
  #content .clients .client p.cta-row {
    font-size: 0.9em; }
  #content .clients .client .cover-image {
    width: 100%;
    margin: 0px;
    padding: 50px 0 10px 0; }
  #content .clients .client:nth-of-type(even) .title {
    background: url("img/chevs-ltr.png") top left no-repeat;
    background-size: 295px 67px;
    margin-left: -60px;
    margin-right: auto; }
    #content .clients .client:nth-of-type(even) .title h3 {
      display: none; }
    #content .clients .client:nth-of-type(even) .title h3.tablet {
      display: block;
      width: auto; }
  #content .our-services .inside .container .flexicontent {
    padding: 0px; }
    #content .our-services .inside .container .flexicontent .services-wrap {
      width: 100%; }
    #content .our-services .inside .container .flexicontent .textrow .title {
      position: relative;
      width: 100%;
      float: left;
      background: url("img/chevs-rtl.png") top right no-repeat;
      background-size: 295px 67px;
      margin-right: -60px;
      width: calc(100% + 60px);
      height: 67px;
      padding-top: 10px; }
      #content .our-services .inside .container .flexicontent .textrow .title h3 {
        font-size: 2.8em;
        line-height: 1em; }
    #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .title {
      background: url("img/chevs-ltr.png") top left no-repeat;
      background-size: 295px 67px;
      margin-left: -60px;
      margin-right: auto; }
  #content .content-grid .inside .container .c-grid .block {
    padding: 40px 30px; }
  #content .two-columns .inside .container .col-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
    #content .two-columns .inside .container .col-grid .col-text {
      padding-top: 0px; }
      #content .two-columns .inside .container .col-grid .col-text ul li:last-child, #content .two-columns .inside .container .col-grid .col-text ol li:last-child {
        line-height: 1; }
      #content .two-columns .inside .container .col-grid .col-text p:last-child {
        margin-bottom: 0px; }
    #content .two-columns .inside .container .col-grid .col-image {
      margin-bottom: 0px;
      max-height: 285px; }
    #content .two-columns .inside .container .col-grid .testimonials {
      margin-bottom: 0px; }
  #content .map .inside {
    padding-top: 0px !important; }
  #content .blog-row .inside .container .featured-post .post-grid {
    grid-template-columns: 1fr 1fr 1fr; }

  .single-clients #content .clients .client .h1-sub {
    float: left;
    width: 50%;
    padding: 30px 0 0 0; }
    .single-clients #content .clients .client .h1-sub p {
      font-size: 1em; }
  .single-clients #content .clients .inside .container .textrow {
    float: left;
    width: 100%;
    padding-bottom: 80px; }
    .single-clients #content .clients .inside .container .textrow p {
      font-size: 1em; }
    .single-clients #content .clients .inside .container .textrow h3 {
      line-height: 1em;
      height: 68px;
      font-size: 2.8em;
      width: 100%;
      background: url("img/chevs-rtl.png") top right no-repeat;
      background-size: 295px 67px;
      margin-right: -60px;
      width: calc(100% + 60px); }
    .single-clients #content .clients .inside .container .textrow:first-child h3 {
      margin-bottom: -80px;
      text-align: left !important;
      width: 40% !important;
      margin-left: 0px !important; }
    .single-clients #content .clients .inside .container .textrow:first-child .tr-body {
      width: 60%;
      float: right; }
    .single-clients #content .clients .inside .container .textrow:nth-child(odd) h3 {
      text-align: right;
      background: url("img/chevs-ltr.png") top left no-repeat;
      background-size: 295px 67px;
      margin-left: -60px;
      width: calc(100% + 60px); }
    .single-clients #content .clients .inside .container .textrow:nth-child(odd) .tr-body {
      width: 60%;
      float: right; }
    .single-clients #content .clients .inside .container .textrow:nth-child(even) h3 {
      text-align: left;
      background: url("img/chevs-rtl.png") top right no-repeat;
      background-size: 295px 67px;
      margin-right: -60px;
      margin-right: auto; }
    .single-clients #content .clients .inside .container .textrow:nth-child(even) .tr-body {
      width: 60%;
      float: left; } }
footer#colophon section.site-info {
  padding-bottom: 0px;
  font-size: 80%;
  padding: 0px !important; }
  footer#colophon section.site-info .copyright {
    padding: 0px !important;
    text-align: center;
    font-family: "century_gothicregular", sans-serif;
    margin: 0 0 10px 0; }

@media screen and (min-width: 992px) {
  #masthead {
    padding: 0;
    background: transparent; }
    #masthead .site-branding {
      padding: 0 60px;
      display: grid;
      grid-template-columns: 0.5fr 2fr 0.5fr;
      grid-gap: 30px; }
      #masthead .site-branding .site-title {
        margin-top: 9px;
        width: 110px; }
      #masthead .site-branding .device #burger {
        display: none; }
      #masthead .site-branding .device .main-nav {
        position: relative;
        float: none;
        display: table;
        margin: 0 auto;
        text-align: right;
        background: transparent;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        height: auto;
        margin-top: 0px; }
        #masthead .site-branding .device .main-nav:before {
          display: none; }
        #masthead .site-branding .device .main-nav .menu-main-container {
          height: auto;
          float: right; }
          #masthead .site-branding .device .main-nav .menu-main-container ul {
            transform: none;
            justify-content: none;
            align-items: none;
            height: auto;
            display: block;
            margin: 0px;
            padding: 0px;
            padding: 0px 0; }
            #masthead .site-branding .device .main-nav .menu-main-container ul li {
              transform: none;
              margin: 0px;
              float: left;
              position: relative; }
              #masthead .site-branding .device .main-nav .menu-main-container ul li a {
                transform: none;
                color: #fff;
                font-family: "century_gothicregular", sans-serif;
                text-transform: uppercase;
                font-weight: 300;
                opacity: 1;
                font-size: 1em;
                padding: 16px 10px 16px 10px;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out; }
                #masthead .site-branding .device .main-nav .menu-main-container ul li a:hover {
                  background: #e5e5e5; }
              #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu {
                height: 0px;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                opacity: 1;
                display: block !important;
                width: 230px;
                position: absolute;
                top: 55px;
                left: -72px;
                background: #000;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                -ms-border-radius: 15px;
                -o-border-radius: 15px;
                border-radius: 15px;
                padding: 0px;
                overflow: hidden; }
                #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li {
                  width: 100%; }
                  #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li a {
                    width: 100%;
                    text-align: center;
                    padding: 5px;
                    color: #fff;
                    font-size: 1em;
                    border-bottom: 1px solid #2e486d; }
                    #masthead .site-branding .device .main-nav .menu-main-container ul li .sub-menu li a:last-child a {
                      border-bottom: none; }
            #masthead .site-branding .device .main-nav .menu-main-container ul .current_page_item a {
              font-family: "century_gothicbold", sans-serif;
              color: #343232; }
      #masthead .site-branding .social {
        margin-right: 0px;
        float: right; }
    #masthead .open-main-nav {
      top: 35px;
      right: 40px; }

  .home #masthead .site-branding .device .main-nav .menu-main-container ul li a:hover {
    background: rgba(255, 255, 255, 0.2); }

  #masthead.shrink .site-branding .site-title {
    width: 110px; }
  #masthead.shrink .site-branding .device .main-nav .menu-main-container ul li a {
    color: #343232; }
  #masthead.shrink .open-main-nav {
    top: 15px;
    right: 40px; }

  .sub-page #masthead .site-branding .device .main-nav .menu-main-container ul li a {
    color: #343232; }

  #content section .inside .container .title .chev-rtl
  .section-div {
    display: none !important; }

  #content section .inside {
    padding: 30px 120px; }
    #content section .inside .container .title .chev-rtl {
      margin-right: -120px;
      width: 310px; }
    #content section .inside .container .large-copy-wrap .large-copy-inner {
      padding-bottom: 0px; }
      #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text {
        font-size: 26vw;
        font-size: 14em;
        width: 730px; }
      #content section .inside .container .large-copy-wrap .large-copy-inner p.align-centre {
        margin: 0 auto; }
  #content .hero .inside {
    padding: 30px 120px; }
    #content .hero .inside .container .section-div {
      display: table; }
    #content .hero .inside .container .content-wrap {
      height: 75%;
      max-width: 800px;
      margin: 0 auto; }
      #content .hero .inside .container .content-wrap .content .logo {
        max-width: 380px; }
      #content .hero .inside .container .content-wrap .content .sub {
        max-width: 700px;
        margin: 0 auto;
        display: table; }
        #content .hero .inside .container .content-wrap .content .sub p {
          font-size: 1.4em; }
  #content .hero .fade {
    height: 400px; }
  #content .hero.sub .inside {
    padding-top: 60px; }
    #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner p {
      font-size: 1em; }
  #content section.icon-grid {
    margin-top: -200px; }
    #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block {
      flex: 0 0 16.66666%;
      padding: 5px 8px; }
      #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block p {
        font-size: 0.7em; }
  #content .numbered-reasons .inside .container ol.list-row li {
    width: 100% !important; }
    #content .numbered-reasons .inside .container ol.list-row li .content {
      font-size: 1.5em;
      line-height: 1.4em; }
  #content .numbered-reasons .inside .container ol.list-row li.has-image .content {
    width: calc(65% - 30px); }
  #content .numbered-reasons .inside .container ol.list-row li.has-image .s-image {
    width: 35%; }
  #content .simple-text .inside .container .text-row p {
    font-size: 1em; }
  #content .faq .inside .container .flexicontent {
    padding: 0px; }
    #content .faq .inside .container .flexicontent .textrow {
      display: grid;
      grid-template-columns: 1fr 1fr;
      /*repeat(auto-fit, minmax(140px,1fr));*/
      grid-gap: 30px;
      padding: 40px 0 40px 0;
      align-items: center;
      width: 100%; }
      #content .faq .inside .container .flexicontent .textrow .question-wrap {
        width: 100%; }
        #content .faq .inside .container .flexicontent .textrow .question-wrap .question-wrap-inner {
          align-items: center; }
        #content .faq .inside .container .flexicontent .textrow .question-wrap p {
          font-size: 1em;
          margin-bottom: 0px; }
      #content .faq .inside .container .flexicontent .textrow .graphic {
        padding: 0px; }
      #content .faq .inside .container .flexicontent .textrow:nth-last-of-type(odd) .question-wrap {
        order: 1; }
  #content .faq .inside .container .business-message {
    float: none;
    display: table;
    max-width: 900px;
    margin: 0 auto; }
  #content .clients .client .title {
    width: calc(100% + 120px); }
    #content .clients .client .title .logo {
      position: absolute;
      left: 0;
      bottom: 0; }
      #content .clients .client .title .logo img {
        max-width: 295px;
        max-height: 60px; }
    #content .clients .client .title h3 {
      font-size: 1.1em; }
  #content .clients .client .cover-image {
    width: 100%;
    margin: 0px; }
  #content .clients .client:nth-of-type(even) .title {
    margin-left: -120px; }
    #content .clients .client:nth-of-type(even) .title .logo {
      left: auto;
      right: 0;
      bottom: 0; }
  #content .clients .client .services {
    font-size: 1.1em; }
    #content .clients .client .services p {
      margin-bottom: 0px; }
  #content .our-services .inside .container .flexicontent .textrow {
    display: block;
    float: left;
    width: 100%; }
    #content .our-services .inside .container .flexicontent .textrow .title {
      margin-right: -120px;
      width: calc(100% + 120px); }
    #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .title {
      margin-left: -120px;
      width: calc(100% + 120px); }
    #content .our-services .inside .container .flexicontent .textrow .services-wrap {
      padding-bottom: 40px;
      float: left;
      width: 100%; }
  #content .content-grid .inside .container .c-grid {
    grid-template-columns: 1fr 1fr 1fr; }
    #content .content-grid .inside .container .c-grid .block {
      padding: 60px 60px; }
  #content .two-columns .inside .container .col-grid .column .cols {
    width: auto;
    float: left;
    padding-left: 15px;
    padding-right: 40px; }
  #content .blog-row .inside .container .featured-post .post-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; }

  .single-clients #content .clients .client .h1-sub {
    width: 60%; }
    .single-clients #content .clients .client .h1-sub p {
      font-size: 1.1em; }
  .single-clients #content .clients .inside .container .textrow img {
    width: 100%;
    float: left; }
  .single-clients #content .clients .inside .container .textrow .tr-body {
    padding-bottom: 20px; }
  .single-clients #content .clients .inside .container .textrow p {
    font-size: 1.1em; }
  .single-clients #content .clients .inside .container .textrow h3 {
    margin-right: -120px;
    width: calc(100% + 120px); }
  .single-clients #content .clients .inside .container .textrow:first-child .tr-body {
    width: 65%; }
  .single-clients #content .clients .inside .container .textrow:nth-child(odd) h3 {
    margin-left: -120px;
    width: calc(100% + 120px); }
  .single-clients #content .clients .inside .container .textrow:nth-child(odd) .tr-body {
    width: 65%; }
  .single-clients #content .clients .inside .container .textrow:nth-child(even) h3 {
    background-size: 295px 67px;
    margin-right: -120px;
    width: calc(100% + 120px);
    margin-right: auto; }
  .single-clients #content .clients .inside .container .textrow:nth-child(even) .tr-body {
    width: 65%; } }
@media screen and (min-width: 1024px) {
  #content section.icon-grid .inside .container .icon-grid-row .icon-grid .icon-block p {
    font-size: 0.8em; } }
/*1200px*/
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3em !important; }

  h2, .h2 {
    font-size: 2.8em; }

  h3, .h3 {
    font-size: 2.4em; }

  h4, .h4 {
    font-size: 1.6em; }

  h5, .h5 {
    font-size: 1.2em; }

  h6, .h6 {
    font-size: 0.9em; }

  #content section .inside .container .title .title-accent, #content section .inside .container .title .title-sub {
    font-size: 1.1em; }
  #content section .inside .container .title h2 {
    font-size: 3.2em; }
  #content section .inside .container .title .chev-rtl {
    width: 440px; }
  #content section .inside .container .large-copy-wrap .large-copy-inner p.large-text {
    font-size: 18em;
    width: 1030px;
    line-height: 0.8em; }
  #content .hero {
    max-height: 1000px;
    height: 1000px; }
  #content .hero.sub .inside {
    padding-top: 80px; }
    #content .hero.sub .inside .container .content-wrap .content h1 {
      font-size: 3em !important;
      margin-bottom: 30px; }
    #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner p {
      font-size: 1.4em;
      line-height: 1.6em; }
    #content .hero.sub .inside .container .content-wrap .content .flexibuilder .simple-text-wrap .st-inner:first-child {
      padding-top: 20px; }
  #content .simple-text .inside .container .text-row p {
    font-size: 1.4em;
    line-height: 1.6em; }
  #content .faq .inside .container .flexicontent .textrow {
    grid-gap: 60px; }
    #content .faq .inside .container .flexicontent .textrow .question-wrap p {
      font-size: 1.4em;
      line-height: 1.6em; }
  #content .faq .inside .container .business-message {
    padding: 50px 0; }
    #content .faq .inside .container .business-message h2 {
      font-size: 3em; }
  #content .numbered-reasons .inside .container ol.list-row li .number {
    font-size: 3em;
    width: 40px;
    margin-top: 13px; }
  #content .numbered-reasons .inside .container ol.list-row li .content {
    font-size: 1.8em;
    width: calc(100% - 40px); }
  #content .numbered-reasons .inside .container ol.list-row li.has-s-image .content {
    width: calc(60% - 40px); }
  #content .clients .client:nth-of-type(even) .title {
    background-size: 440px 95px;
    height: 95px;
    margin-left: -120px; }
  #content .our-services .inside .container .flexicontent .textrow .service-intro {
    margin-top: -50px;
    position: relative;
    z-index: 1; }
  #content .our-services .inside .container .flexicontent .textrow .title {
    background-size: 440px 95px;
    height: 95px;
    padding-top: 0px; }
  #content .our-services .inside .container .flexicontent .textrow:nth-of-type(even) .title {
    background-size: 440px 95px;
    height: 95px;
    margin-left: -120px; }
  #content .two-columns .inside .container .col-grid .col-image {
    max-height: 334px; }
  #content .blog-row .inside .container .featured-post .post-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

  .single-clients #content .clients .client .h1-sub {
    width: 70%; }
    .single-clients #content .clients .client .h1-sub p {
      font-size: 1.4em;
      line-height: 1.6em; }
  .single-clients #content .clients .inside .container .textrow h3 {
    font-size: 3.2em;
    background-size: 440px 95px !important;
    height: 95px; }
  .single-clients #content .clients .inside .container .textrow p {
    font-size: 1.4em;
    line-height: 1.6em; } }
/*1600px*/
@media screen and (min-width: 1400px) {
  .typee {
    min-height: 160px; }

  #masthead .open-main-nav {
    right: 100px; }

  #masthead.shrink .open-main-nav {
    right: 100px; } }
@media screen and (min-width: 1420px) {
  #masthead .site-branding {
    padding: 0px; }
  #masthead .open-main-nav {
    right: 0px; }

  #masthead.shrink .open-main-nav {
    right: 0px; } }
@media screen and (min-width: 1600px) {
  #content .hero {
    max-height: 1200px;
    height: 1200px; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
  .screen-reader-text:focus:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  padding: 1.6em 1.6em 1.6em 1.6em;
  float: left;
  width: 100%;
  background: #fff !important;
  border-top: 1px solid #343232;
  font-weight: 300;
  font-family: "century_gothicregular", sans-serif; }
  footer#colophon section.site-info {
    text-align: center;
    color: #343232; }
    footer#colophon section.site-info .left, footer#colophon section.site-info .right {
      width: 100%;
      float: left; }
      footer#colophon section.site-info .left .copyright, footer#colophon section.site-info .right .copyright {
        float: left;
        width: auto;
        font-size: 1em;
        padding: 5px;
        padding-left: 0.5em;
        text-align: center;
        width: 100%;
        color: #343232; }
        footer#colophon section.site-info .left .copyright a, footer#colophon section.site-info .right .copyright a {
          color: #343232;
          text-decoration: underline; }
    footer#colophon section.site-info .right {
      float: right;
      width: 100%;
      float: left; }
      footer#colophon section.site-info .right p {
        text-transform: uppercase;
        font-size: 0.6em;
        text-align: center;
        letter-spacing: 0.08em; }
    footer#colophon section.site-info .social {
      float: left;
      display: block;
      width: 100%;
      float: left;
      padding: 10px; }
      footer#colophon section.site-info .social a {
        color: #343232;
        font-size: 2em;
        font-weight: 100; }
    footer#colophon section.site-info p {
      margin: 0px;
      font-size: 0.8em;
      text-align: center; }
      footer#colophon section.site-info p a {
        color: #343232;
        text-decoration: underline; }

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# GRID
--------------------------------------------------------------*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10;
  padding-right: 10; }

.row {
  margin-left: -10;
  margin-right: -10; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  position: relative; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.island {
  background: url("img/island.png") 0 0 no-repeat;
  width: 67px;
  height: 50px;
  margin: 0 auto 25px auto;
  display: block;
  background-size: 67px 50px; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  height: 50px;
  font-family: "century_gothicregular", sans-serif;
  width: 100%;
  background: #fff !important;
  border: none;
  padding: 20px !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid #000; }
  [type=color]:hover, [type=date]:hover, [type=datetime-local]:hover, [type=datetime]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=time]:hover, [type=url]:hover, [type=week]:hover, select:hover, textarea:hover {
    border-color: #a3d1d1; }
  [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus {
    border-color: #e7f3f3;
    color: #000;
    outline: none; }

textarea {
  width: 100%;
  border: 2px solid #000;
  height: 200px;
  background: #fff;
  padding: 20px; }

.gfield_required {
  color: #e63946;
  padding-left: 5px; }

.gform_wrapper .gfield_label {
  display: none !important; }
.gform_wrapper .ginput_container_email, .gform_wrapper .ginput_container_text {
  width: 100%; }
.gform_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  	/* #field_1_1:before, #field_1_2:before,
  		#field_1_3:before {
  			position: absolute;
  			display: block;
  			top: 2rem;
  			font-size: 10rem;
  			font-family: $headers;
  			color: $black;
  			opacity: .02;
  		}
  		
  		#field_1_1:before {
  			content: "01";
  		}
  
  		#field_1_2:before {
  			content: "02";
  		}
  
  		#field_1_3:before { 
  			content: "03";
  		}*/ }
  .gform_wrapper ul li {
    position: relative;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gform_wrapper ul li label {
      font-family: "century_gothicregular", sans-serif;
      width: 100%;
      font-size: 1.2em;
      margin-bottom: 0.6em;
      color: #000; }
    .gform_wrapper ul li div ul.gfield_radio, .gform_wrapper ul li div ul.gfield_checkbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .gform_wrapper ul li div ul.gfield_radio li, .gform_wrapper ul li div ul.gfield_checkbox li {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        background: #e7f3f3;
        display: table;
        height: 140px;
        cursor: pointer; }
        .gform_wrapper ul li div ul.gfield_radio li:hover, .gform_wrapper ul li div ul.gfield_checkbox li:hover {
          background: #c5e2e2;
          cursor: pointer !important; }
        .gform_wrapper ul li div ul.gfield_radio li input, .gform_wrapper ul li div ul.gfield_checkbox li input {
          display: none; }
          .gform_wrapper ul li div ul.gfield_radio li input:checked ~ label, .gform_wrapper ul li div ul.gfield_checkbox li input:checked ~ label {
            background: #000;
            color: #fff;
            font-family: "century_gothicregular", sans-serif; }
        .gform_wrapper ul li div ul.gfield_radio li label, .gform_wrapper ul li div ul.gfield_checkbox li label {
          width: 100%;
          padding: 0 2.5rem;
          height: 130px;
          font-size: 0.9em;
          text-align: center;
          color: #000;
          font-family: "century_gothicregular", sans-serif;
          display: table-cell;
          vertical-align: middle;
          cursor: pointer; }
    .gform_wrapper ul li:before {
      display: none; }

.full-width {
  display: inline-block;
  width: 100%; }

.gform_body {
  margin-top: 0; }

.validation_message {
  background: #e63946;
  padding: 3px 5px;
  color: #fff;
  font-size: 1em;
  height: 30px; }

.validation_error {
  color: #e63946; }

button[type="submit"] {
  background: #00b976;
  font-size: 1.6em;
  color: #fff;
  font-family: "century_gothicregular", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  width: 230px;
  text-align: center;
  display: block;
  padding: 0px;
  border: none; }
  button[type="submit"]:hover {
    background: #000; }

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #ff554e !important; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 6px 0px !important; }

.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: #ff554e !important;
  border: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-family: arial !important;
  font-weight: bold !important; }

.gform_wrapper .gform_validation_errors h2 {
  font-family: arial !important;
  font-weight: bold !important; }

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  padding: 7px !important;
  font-size: 14px !important; }

@media screen and (min-width: 768px) {
  .gform_wrapper ul li div ul.gfield_radio, .ginput_container_radio {
    width: 100%; }

  .gform_wrapper ul li div ul.gfield_radio li {
    width: 50%; }

  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_4, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_4 {
    border-right: 10px solid #fff !important; }
  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_5, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_checkbox li.gchoice_1_10_5 {
    border-left: 10px solid #fff !important; } }
@media screen and (min-width: 992px) {
  footer#colophon {
    padding: 1.6em 3.2em 1.6em 3.2em; } }
@media screen and (min-width: 1400px) {
  footer#colophon {
    padding: 1.6em 0em 1.6em 0em; }

  .gform_wrapper ul li div ul.gfield_radio li {
    width: 100%; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12 li, .gform_wrapper ul li div ul.gfield_radio#input_1_9 li {
    width: 100%;
    margin-bottom: 0px !important; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12, .gform_wrapper ul li div ul.gfield_radio#input_1_9 {
    display: grid; }

  .gform_wrapper ul li div ul.gfield_radio#input_1_9 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*repeat(auto-fit, minmax(140px,1fr));*/
    grid-gap: 30px; }

  .gform_wrapper ul li div ul.gfield_checkbox#input_1_12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*repeat(auto-fit, minmax(140px,1fr));*/
    grid-gap: 30px; }

  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_0, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_2, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_4 {
    border: 0 !important; }
  .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_9_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_1, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_3, .gform_wrapper ul li div ul.gfield_radio li.gchoice_1_10_5 {
    border: 0 !important; } }
/* Rating Section */
@font-face {
  font-family: 'square721_cn_btroman';
  src: url("css/fonts/sqr721c-webfont.eot");
  src: url("css/fonts/sqr721c-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/sqr721c-webfont.woff2") format("woff2"), url("css/fonts/sqr721c-webfont.woff") format("woff"), url("css/fonts/sqr721c-webfont.ttf") format("truetype"), url("css/fonts/sqr721c-webfont.svg#svgFontName") format("svg"); }
#wpd-post-rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px; }

#wpd-post-rating .wpd-rating-wrap {
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-left {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #999999;
  margin-right: -10px; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-right {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #999999;
  margin-left: -10px; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-data {
  width: 125px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-title {
  width: 125px;
  white-space: break-spaces;
  word-break: break-all;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #888;
  line-height: 16px;
  display: block;
  margin-top: 7px;
  margin-bottom: -3px; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value {
  transition: 0.2s;
  background-color: #ffffff;
  border: 1px dashed #777777;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  font-family: square721_cn_btroman, "Open Sans", san-serif; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span {
  color: #666666;
  display: block !important;
  cursor: default; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv {
  font-size: 24px !important;
  line-height: 60px !important;
  padding-top: 0px !important; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc {
  font-size: 18px !important;
  line-height: 16px !important;
  display: none !important;
  padding-top: 17px !important; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt {
  font-size: 10px !important;
  line-height: 16px !important;
  display: none !important;
  padding-top: 0px !important;
  font-style: normal;
  font-family: Arial, sans-serif; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv {
  display: none !important; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt {
  display: block !important;
  color: #ffffff;
  transition: 0.8s; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover {
  background-color: #555555;
  transition: 0.5s; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars {
  margin-top: 7px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center; }

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: -3px; }

#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rating-stars {
  display: none; }

#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts {
  display: flex; }

#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts {
  display: none;
  margin-top: 7px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center; }

#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: -3px; }

.wpd-rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px; }

.wpd-rating .wpd-rating-wrap {
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center; }

.wpd-rating .wpd-rating-wrap .wpd-rating-left {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #999999;
  margin-right: -10px; }

.wpd-rating .wpd-rating-wrap .wpd-rating-right {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #999999;
  margin-left: -10px; }

.wpd-rating .wpd-rating-wrap .wpd-rating-data {
  width: 125px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }

.wpd-rating .wpd-rating-wrap .wpd-rating-title {
  width: 125px;
  white-space: break-spaces;
  word-break: break-all;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #888;
  line-height: 16px;
  display: block;
  margin-top: 7px;
  margin-bottom: -3px; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value {
  transition: 0.2s;
  background-color: #ffffff;
  border: 1px dashed #777777;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  font-family: square721_cn_btroman, "Open Sans", san-serif; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value span {
  color: #666666;
  display: block !important;
  cursor: default; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrv {
  font-size: 24px !important;
  line-height: 60px !important;
  padding-top: 0px !important; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrc {
  font-size: 18px !important;
  line-height: 16px !important;
  display: none !important;
  padding-top: 17px !important; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value .wpdrt {
  font-size: 10px !important;
  line-height: 16px !important;
  display: none !important;
  padding-top: 0px !important;
  font-style: normal;
  font-family: Arial, sans-serif; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv {
  display: none !important; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt {
  display: block !important;
  color: #ffffff !important;
  transition: 0.8s; }

.wpd-rating .wpd-rating-wrap .wpd-rating-value:hover {
  background-color: #555555;
  transition: 0.5s; }

.wpd-rating .wpd-rating-wrap .wpd-rating-stars {
  margin-top: 7px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center; }

.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: -3px; }

.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star {
  fill: #cccccc; }

.wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active {
  fill: #ffc600; }

.wpd-rating .wpd-rating-wrap .wpd-rating-name {
  font-size: 12px;
  padding-top: 5px;
  color: #999999;
  display: none; }

#lightcase-content h3 {
  font-family: "century_gothicregular", sans-serif;
  font-size: 2em;
  margin-top: 0px; }

#lightcase-content p {
  font-size: 1.2em;
  font-family: "century_gothicregular", sans-serif; }

#lightcase-info #lightcase-sequenceInfo {
  text-align: center !important;
  padding: 1.6em 0; }

.preloader {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
  pointer-events: none; }

#gform_confirmation_message_1 {
  font-weight: bold;
  background: #f2f0f0;
  color: #000;
  padding: 40px;
  display: block;
  margin: 3.2em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: Auto;
  float: left; }

#gform_confirmation_message_1 h2, #gform_confirmation_message_1 h3, #gform_confirmation_message_1 i {
  color: #000; }
#gform_confirmation_message_1 p {
  margin-bottom: 0px;
  margin-top: 0.4em; }

.gform_submission_error.hide_summary {
  font-size: 1.1em;
  color: #e63946;
  margin-top: 1.6em; }

#field_1_12 {
  display: none !important; }
