 /*
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 Physiobrite London
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.

Physiobrite London 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 */
/**
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"] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
  padding: 20px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.4em;
  color: #014977;
  text-transform: uppercase;
  float: left;
  margin-top: 30px;
  text-decoration: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #adefd1;
  float: none;
  border: none;
  cursor: pointer;
  max-width: 450px;
  width: 100%;
  display: table;
  margin: 20px auto; }
  button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #014977;
    color: #adefd1; }

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
------------------- -------------------------------------------*/
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2022 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Radomir Tinkov
 * License URL: https://www.fontspring.com/licenses/radomir-tinkov/webfont 
 *
 *
 */
@font-face {
  font-family: 'gilroy-extrabold';
  src: url("fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.ginput_recaptcha {
  width: auto;
  display: table;
  margin: 0 auto; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  font-family: "gilroy-extrabold";
  line-height: 1.3em;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: normal; }

.woocommerce {
  margin-top: 100px; }
  .woocommerce .wpc-single-price .wpc-price-value, .woocommerce .wpc-total-text {
    color: #fff; }
  .woocommerce .wpc-share-inner a, .woocommerce .wpc-share-inner span {
    color: #fff; }
  .woocommerce .wpc-config-element .wpc-primary-btn, .woocommerce .wpc-config-element .wpcf7-submit {
    background: #014977;
    font-family: "gilroy-extrabold";
    letter-spacing: 2px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 20px; }

h1, .h1 {
  font-size: 2.4em !important; }

h2, .h2 {
  font-size: 2em; }

h3, .h3 {
  font-size: 1.8em;
  font-family: "gilroy-extrabold";
  font-weight: normal; }

h4, .h4 {
  font-size: 1.6em;
  font-family: "gilroy-extrabold";
  font-weight: normal; }

h5, .h5 {
  font-size: 1.2em;
  font-family: "gilroy-extrabold";
  font-weight: normal; }

h6, .h6 {
  font-size: 1.1em;
  font-family: "gilroy-extrabold";
  font-weight: normal; }

p {
  margin-bottom: 1.5em;
  font-size: 0.9em;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif; }

/*--------------------------------------------------------------
# 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: #014977; }

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: #adefd1;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  text-decoration: underline; }

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: #adefd1;
  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: #014977;
  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 {
  display: inline-flex;
  flex-direction: column;
  height: 93%;
  /* Should be 100%, but we have a notice message :D */
  align-items: flex-end;
  justify-content: center;
  transform: translateX(-18%) skew(-16deg); }

.main-nav ul.sub-menu li {
  font-size: 0.9em; }
  .main-nav ul.sub-menu li a {
    color: #d0def9; }

.main-nav li {
  display: block;
  margin: .5rem 0;
  text-align: right;
  transform: skew(16deg); }

/* Apparition effect on links */
.main-nav a {
  opacity: 0;
  transform: translateY(-10px);
  letter-spacing: 1px; }

.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.1em;
  text-decoration: none;
  font-weight: 300;
  font-family: "gilroy-extrabold"; }

/* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */
.open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 20px;
  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;
  transition: all .275s; }

.burger:after,
.burger:before {
  content: '';
  display: block;
  height: 100%;
  background: #fff;
  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; }

/* 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; }

.btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
  padding: 10px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.4em;
  color: #014977;
  text-transform: uppercase;
  float: left;
  margin-top: 30px;
  text-decoration: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #adefd1; }
  .btn .icon {
    margin-right: 16px; }
  .btn:hover {
    background: #014977;
    color: #adefd1; }

.gchoice {
  float: left;
  margin-right: 10px !important; }

#input_4_13 .gchoice {
  max-width: 100%;
  margin-right: 0px !important; }

.container-fluid .alert {
  padding: 10px 0;
  background: #eb003b;
  height: 60px;
  opacity: 1; }
  .container-fluid .alert p {
    margin: 0px;
    color: #fff;
    font-family: "gilroy-extrabold";
    text-align: center;
    padding: 0 10px;
    font-size: 0.8em; }

#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: 60px;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #c7c7c7; }
  #masthead .site-branding {
    padding: 5px 30px;
    float: left;
    width: 100%; }
    #masthead .site-branding .site-logo {
      float: left;
      width: 100%; }
      #masthead .site-branding .site-logo .phone {
        float: right;
        width: 180px;
        text-align: right;
        margin: 12px 0 0 0; }
        #masthead .site-branding .site-logo .phone span.click {
          color: #014977;
          font-family: "gilroy-extrabold";
          width: 100%;
          display: block;
          font-size: 0.8em; }
        #masthead .site-branding .site-logo .phone span.number {
          color: #014977;
          font-family: "gilroy-extrabold";
          font-size: 1.4em;
          width: 100%;
          display: block; }
    #masthead .site-branding .socials {
      display: none; }
    #masthead .site-branding .site-title {
      display: block;
      width: 90px;
      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: 18px 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.shrink {
  top: 0;
  -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; }
  #masthead.shrink .alert {
    height: 0px;
    opacity: 0;
    -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; }
  #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: #014977 !important;
  opacity: 1 !important; }

.overlay .inside.team {
  padding: 1.6em; }
  .overlay .inside.team h4 {
    text-transform: uppercase !important;
    color: #fff !important;
    font-weight: 100 !important; }
  .overlay .inside.team p {
    color: #fff !important; }

.lightcase-inlineWrap {
  background: #fff; }

#content section .inside h2.title {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 10px; }
#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%;
  position: relative; }
  #content section .inside {
    padding: 60px 30px;
    float: left;
    width: 100%; }
    #content section .inside ul {
      margin: 0px;
      padding: 0 15px;
      				/*li{ list-style: none;
      				&:before{  
          font-family: 'FontAwesome';
          content: '\f138';
      					font-size:0.8em;
          margin:0 5px 0 -15px;
          color: $blue
      	}
      			}*/ }
  #content section:last-of-type .icon {
    display: none !important; }
#content .hero.sub .inside {
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  float: none; }
  #content .hero.sub .inside h1, #content .hero.sub .inside p {
    color: #fff;
    text-align: center; }
#content #hero {
  margin-top: 80px;
  background: url("img/bgmob.jpg") 0 0 no-repeat #f1f1f1;
  background-size: cover; }
  #content #hero .left {
    float: left;
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8); }
    #content #hero .left h1 {
      font-size: 2em !important; }
    #content #hero .left h2 {
      font-family: "Roboto", sans-serif;
      font-size: 1.1em;
      line-height: 1.6em; }
      #content #hero .left h2 strong {
        color: #014977; }
#content #row-3 {
  background: #014977; }
  #content #row-3 img {
    float: left;
    width: 100%; }
  #content #row-3 .grid3 .item {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    #content #row-3 .grid3 .item .number {
      background: #adefd1;
      color: #014977;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden;
      font-size: 2em;
      font-family: "gilroy-extrabold";
      text-align: center;
      float: left; }
    #content #row-3 .grid3 .item .contents {
      width: calc(100% - 50px);
      padding-left: 10px;
      float: left; }
      #content #row-3 .grid3 .item .contents h3 {
        float: left;
        font-family: "gilroy-extrabold";
        font-size: 0.9em;
        color: #fff;
        width: 100%; }
    #content #row-3 .grid3 .item .divider {
      width: 60px;
      height: 5px;
      background: #fff;
      display: block;
      float: left;
      clear: both;
      margin: 10px 0; }
#content #book h2 {
  max-width: 700px;
  margin: 0 auto 60px auto; }
#content #ct {
  background: #1c1c1c; }
  #content #ct img {
    width: 80px;
    float: left;
    margin-top: 10px; }
  #content #ct .right {
    float: left;
    width: calc(100% - 120px);
    padding-left: 40px; }
    #content #ct .right h2, #content #ct .right P {
      color: #fff; }
    #content #ct .right .btn {
      margin-top: 0px;
      font-size: 1em;
      text-transform: none; }
#content #why, #content #foot-1 {
  background: #014977; }
  #content #why h1, #content #why h2, #content #why h3, #content #why h4, #content #why h5, #content #why h6, #content #why p, #content #why li, #content #foot-1 h1, #content #foot-1 h2, #content #foot-1 h3, #content #foot-1 h4, #content #foot-1 h5, #content #foot-1 h6, #content #foot-1 p, #content #foot-1 li {
    color: #fff; }
  #content #why h1, #content #why h2, #content #why h3, #content #why h4, #content #why h5, #content #why h6, #content #foot-1 h1, #content #foot-1 h2, #content #foot-1 h3, #content #foot-1 h4, #content #foot-1 h5, #content #foot-1 h6 {
    font-family: "gilroy-extrabold"; }
  #content #why .grid3 .item, #content #foot-1 .grid3 .item {
    width: 100%;
    float: left;
    padding-bottom: 30px; }
    #content #why .grid3 .item .divider, #content #foot-1 .grid3 .item .divider {
      width: 60px;
      height: 5px;
      background: #fff;
      display: block;
      float: left;
      clear: both;
      margin: 10px 0; }
    #content #why .grid3 .item .text, #content #foot-1 .grid3 .item .text {
      width: 100%;
      float: left; }
#content #foot-1 {
  background: #00203f; }
  #content #foot-1 .grid3 .item h4 {
    font-size: 1.4em !important; }
  #content #foot-1 .grid3 .item img {
    max-width: 100px;
    float: left; }
  #content #foot-1 .grid3 .item ul {
    list-style: none;
    margin: 0;
    padding: 0px; }
    #content #foot-1 .grid3 .item ul li {
      font-size: 0.9em;
      margin-bottom: 7px; }
  #content #foot-1 .grid3 .col-2 ul {
    width: 50%;
    float: left; }
#content #foot-2 {
  background: #001326; }
  #content #foot-2 .inside {
    padding: 30px; }
  #content #foot-2 h1, #content #foot-2 h2, #content #foot-2 h3, #content #foot-2 h4, #content #foot-2 h5, #content #foot-2 h6, #content #foot-2 p, #content #foot-2 li {
    color: #fff;
    text-align: center; }
  #content #foot-2 p.small {
    font-size: 0.7em; }
#content #foot-3 {
  background: #adefd1;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 30px;
  display: block;
  width: 100%;
  height: 100px;
  z-index: 1;
  border-top: 1px solid #014977; }
  #content #foot-3 .icon {
    color: #014977;
    font-size: 2em;
    display: block;
    width: 30px;
    float: left; }
  #content #foot-3 .contents {
    padding-left: 10px;
    float: left;
    width: calc(100% - 40px); }
    #content #foot-3 .contents .h1, #content #foot-3 .contents .p {
      color: #014977;
      display: block;
      width: 100%; }
    #content #foot-3 .contents .h1 {
      font-size: 1.2em !important;
      margin-bottom: 3px; }
    #content #foot-3 .contents .p {
      font-family: "Roboto", sans-serif;
      font-size: 0.8em;
      line-height: 1.6em; }
  #content #foot-3:hover {
    background: #014977;
    border-top: 1px solid #adefd1; }
    #content #foot-3:hover .icon {
      color: #adefd1; }
    #content #foot-3:hover .contents .h1, #content #foot-3:hover .contents .p {
      color: #adefd1; }
#content #foot-book {
  display: block;
  position: fixed;
  left: 20px;
  bottom: 15px;
  width: 130px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #adefd1;
  color: #fff;
  text-align: center;
  z-index: 1; }
  #content #foot-book .icon-wrap .icon {
    font-size: 1.8em;
    display: block;
    float: left;
    width: 50px;
    padding: 10px; }
  #content #foot-book .icon-wrap .text {
    text-align: left;
    font-family: "gilroy-extrabold";
    display: block;
    width: calc(100% - 50px);
    float: left;
    font-size: 1.8em;
    padding: 8px 0; }
  #content #foot-book:hover {
    background: #014977; }
#content .simple-text {
  background: #fff;
  color: #014977; }
  #content .simple-text .vc_empty_space {
    width: 100%;
    float: left;
    padding: 30px 0 0 0; }
  #content .simple-text .tandctable {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    padding-bottom: 36px; }
  #content .simple-text .tandctablemain {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 15px; }
  #content .simple-text .tandctablemainbottom {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 15px; }
  #content .simple-text .tandctablemainnopadd {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000; }
  #content .simple-text .tandctable62 {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    padding-bottom: 62px; }
  #content .simple-text .tandctable61 {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    padding-bottom: 61px; }
  #content .simple-text .tandctable35 {
    width: 50%;
    float: left;
    padding: 10px;
    border-top: 1px solid #000;
    padding-bottom: 35px; }
  #content .simple-text .para15 {
    padding-bottom: 15px; }
  #content .simple-text .para30 {
    padding-bottom: 30px; }
  #content .simple-text .tandctablemain + p {
    width: 100%;
    float: left;
    width: 100%; }
  #content .simple-text .table-wrap {
    overflow-x: scroll; }
  #content .simple-text table {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    table-layout: fixed;
    font-size: 0.8em;
    min-width: 800px; }
    #content .simple-text table tr {
      border: 1px solid #ddd; }
      #content .simple-text table tr td {
        padding: 10px;
        border: 1px solid #ddd;
        word-wrap: break-word; }
        #content .simple-text table tr td ol, #content .simple-text table tr td ul {
          margin: 10px;
          padding: 0px; }
      #content .simple-text table tr:first-child {
        background: #014977; }
        #content .simple-text table tr:first-child td {
          color: #fff;
          font-weight: bold;
          border: 1px solid #fff; }
    #content .simple-text table tbody tr {
      background: #fff !important; }
      #content .simple-text table tbody tr td {
        color: #014977 !important;
        font-weight: normal;
        border: 1px solid #ddd !important; }
    #content .simple-text table thead tr th {
      color: #fff;
      font-weight: bold;
      border: 1px solid #fff;
      word-wrap: break-word;
      padding: 10px; }
  #content .simple-text .wpb_wrapper {
    margin-bottom: 30px; }
    #content .simple-text .wpb_wrapper p {
      word-wrap: break-word; }
    #content .simple-text .wpb_wrapper h3 {
      font-size: 1.2em; }
  #content .simple-text .inside h1, #content .simple-text .inside h2, #content .simple-text .inside h3, #content .simple-text .inside h4, #content .simple-text .inside h5, #content .simple-text .inside h6, #content .simple-text .inside p {
    text-align: left;
    color: #014977; }
    #content .simple-text .inside h1 strong, #content .simple-text .inside h2 strong, #content .simple-text .inside h3 strong, #content .simple-text .inside h4 strong, #content .simple-text .inside h5 strong, #content .simple-text .inside h6 strong, #content .simple-text .inside p strong {
      color: #adefd1; }
  #content .simple-text .inside h2 {
    font-size: 1.8em; }
  #content .simple-text .inside p a {
    color: #adefd1; }
  #content .simple-text .inside p:last-child {
    margin-bottom: 0px; }
  #content .simple-text .inside ul, #content .simple-text .inside ol {
    margin-bottom: 30px; }
    #content .simple-text .inside ul li, #content .simple-text .inside ol li {
      font-size: 1em;
      line-height: 1.6em;
      font-family: "Roboto", sans-serif;
      color: #014977; }
  #content .simple-text .inside .jobdesc p {
    margin-top: 0px; }
  #content .simple-text .inside p.jobtit {
    margin-bottom: 0px; }

#main {
  width: 100%;
  float: left; }

/*  420px; */
/*  500px; */
@media screen and (min-width: 500px) {
  #content #hero .left h1 {
    font-size: 3em !important; }
  #content #foot-3 {
    padding: 20px 30px;
    height: 100px; }
    #content #foot-3 .icon {
      font-size: 2.4em;
      width: 40px; }
    #content #foot-3 .contents .h1 {
      font-size: 1.4em !important;
      margin-bottom: 3px; }
    #content #foot-3 .contents .p {
      font-size: 0.9em; } }
@media screen and (min-width: 560px) {
  #content #ct img {
    width: 100px; }
  #content #ct .right {
    width: calc(100% - 160px);
    padding-left: 60px; } }
/* 600px */
@media screen and (min-width: 600px) {
  .container-fluid .alert {
    padding: 7px 0; }
    .container-fluid .alert p {
      font-size: 0.9em;
      max-width: 600px;
      margin: 0 auto; }

  #masthead {
    height: 96px;
    background: #fff; }
    #masthead .site-branding .site-logo .phone {
      width: 280px;
      margin: 12px 0 0 0; }
      #masthead .site-branding .site-logo .phone span.click {
        font-size: 1em; }
      #masthead .site-branding .site-logo .phone span.number {
        font-size: 2em; }
    #masthead .site-branding .site-title {
      width: 140px; }

  #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; }

  #content #row-3 .inside {
    padding: 30px; }
  #content #row-3 .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    #content #row-3 .grid3 .item {
      padding: 0px; }
      #content #row-3 .grid3 .item .contents .divider {
        margin-bottom: 0px; }
  #content #foot-3 {
    padding: 20px 30px;
    height: 100px; }
    #content #foot-3 .inside {
      width: 520px;
      display: block;
      margin: 0 auto; }
    #content #foot-3 .icon {
      font-size: 2.8em;
      width: 50px; }
    #content #foot-3 .contents {
      width: calc(100% - 50px); }
      #content #foot-3 .contents .h1 {
        font-size: 1.6em !important;
        margin-bottom: 3px; }
      #content #foot-3 .contents .p {
        font-size: 0.9em; } }
@media screen and (min-width: 641px) {
  #lightcase-content .overlay .image-bio {
    width: 200px;
    float: left; }
  #lightcase-content .overlay .contents {
    width: calc(100% - 200px);
    float: left;
    padding-left: 30px; }
    #lightcase-content .overlay .contents .role, #lightcase-content .overlay .contents p {
      color: #014977 !important; }
    #lightcase-content .overlay .contents h3 {
      margin-top: 0px; } }
/* 768 */
@media screen and (min-width: 768px) {
  p {
    font-size: 1em; }

  #content #hero {
    margin-top: 40px;
    background: url("img/bgdesktop.png") 0 0 no-repeat #f1f1f1;
    background-size: cover; }
    #content #hero .left {
      float: left;
      width: 50%;
      padding: 0px;
      background: transparent;
      margin: 60px 0; }
  #content #why .grid3, #content #foot-1 .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    #content #why .grid3 .item, #content #foot-1 .grid3 .item {
      width: 100%;
      float: left;
      padding-bottom: 30px; }
      #content #why .grid3 .item .divider, #content #foot-1 .grid3 .item .divider {
        width: 60px;
        height: 5px;
        background: #fff;
        display: block;
        float: left;
        clear: both;
        margin: 10px 0; }
      #content #why .grid3 .item .text, #content #foot-1 .grid3 .item .text {
        width: 100%;
        float: left; } }
/* 992px */
@media screen and (min-width: 992px) {
  .container-fluid .alert {
    padding: 10px 0;
    height: 45px; }
    .container-fluid .alert p {
      font-size: 1.1em;
      max-width: 100%;
      margin: 0 auto; }

  #masthead {
    top: 45px; }

  #content .gchoice {
    width: calc(32.9% - 3px) !important; }
  #content #input_4_13 .gchoice {
    width: 100% !important; }
  #content .gchoice_5_13_1 {
    width: 100% !important; }
  #content #field_5_19 .gchoice {
    width: 49.5% !important; }
  #content #field_5_19 .gchoice_5_19_2 {
    margin-right: 0px !important; } }
@media screen and (min-width: 1080px) {
  #content .simple-text .inside h2 {
    font-size: 2.2em; } }
/* 1024px */
/* 1200px */
@media screen and (min-width: 1200px) {
  p {
    font-size: 1em; }

  h1, .h1 {
    font-size: 2.4em !important; }

  h2, .h2 {
    font-size: 1.8em; }

  h3, .h3 {
    font-size: 1.7em; }

  h4, .h4 {
    font-size: 1.6em; }

  h5, .h5 {
    font-size: 1.2em; }

  h6, .h6 {
    font-size: 0.9em; } }
@media screen and (min-width: 1400px) {
  #masthead .open-main-nav {
    right: 100px; }

  #masthead.shrink .open-main-nav {
    right: 100px; } }
/*
@media screen and (min-width:$screen-1420) {
	
	.post-type-archive-talent#masthead .hero-shade{ display: none;}

}

*/
/*
@media screen and (min-height:1000px) {
	#content .hero .inside .content{top:300px;}
	
}


@media screen and (min-height:1200px) {
	#content .hero .inside .content{top:450px;
		}
  

}*/
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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: 1280px;
  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; }

.gchoice {
  z-index: 1;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 50px;
  width: 100% !important; }

.gchoice a {
  color: #014977;
  text-decoration: underline; }

.gchoice_4_11_3 {
  margin-right: 0px !important; }

input.gfield-choice-input {
  z-index: 2;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: white;
  transition: .3s all ease-in-out;
  position: absolute;
  background: #dae7f3;
  position: absolute; }

input.gfield-choice-input:hover,
.gchoice label:hover {
  cursor: pointer; }

input.gfield-choice-input:checked {
  background: #adefd1; }

input.gfield-choice-input:checked + label {
  color: white; }

.gchoice label {
  z-index: 3;
  font-weight: 700;
  color: #014977;
  font-family: "gilroy-extrabold";
  display: block;
  position: absolute;
  padding: 0 0 0 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: visible; }

input.gfield-choice-input + label:after {
  content: "";
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #87aacb;
  z-index: 2;
  top: 50%;
  transition: .3s all ease-in-out;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: 500; }

input[type="checkbox"].gfield-choice-input + label:after {
  border-radius: 5px; }

input[type="radio"].gfield-choice-input + label:after {
  border-radius: 50px; }

input.gfield-choice-input:checked + label:after {
  content: "\2714";
  border: 2px solid white; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 10px !important;
  grid-row-gap: 10px !important; }

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #014977;
  font-family: "gilroy-extrabold"; }

[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;
  width: 100%;
  background: #dae7f3 !important;
  border: none;
  padding: 12px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "gilroy-extrabold";
  color: #014977 !important; }
  [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; }
    [type=color]:focus::placeholder, [type=date]:focus::placeholder, [type=datetime-local]:focus::placeholder, [type=datetime]:focus::placeholder, [type=email]:focus::placeholder, [type=month]:focus::placeholder, [type=number]:focus::placeholder, [type=password]:focus::placeholder, [type=search]:focus::placeholder, [type=tel]:focus::placeholder, [type=text]:focus::placeholder, [type=time]:focus::placeholder, [type=url]:focus::placeholder, [type=week]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
      opacity: 0; }
  [type=color]::placeholder, [type=date]::placeholder, [type=datetime-local]::placeholder, [type=datetime]::placeholder, [type=email]::placeholder, [type=month]::placeholder, [type=number]::placeholder, [type=password]::placeholder, [type=search]::placeholder, [type=tel]::placeholder, [type=text]::placeholder, [type=time]::placeholder, [type=url]::placeholder, [type=week]::placeholder, select::placeholder, textarea::placeholder {
    color: #014977; }

textarea {
  width: 100%;
  height: 200px;
  background: #dae7f3;
  border: none;
  padding: 12px; }

.gfield_required {
  color: #adefd1;
  padding-left: 5px; }

.gsection {
  margin: 20px 0; }

.gform_confirmation_message {
  color: #014977;
  font-family: "gilroy-extrabold";
  font-size: 2em;
  text-align: center;
  width: 100%;
  padding: 20px;
  float: left;
  background: #adefd1; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 30px !important; }
  .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-family: "gilroy-extrabold";
    line-height: 1.6em; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1.1em !important;
  font-family: "gilroy-extrabold";
  color: #fff !important; }

.gform_wrapper .gfield_label {
  display: none !important;
  font-family: "gilroy-extrabold";
  color: #014977; }
.gform_wrapper .gfield_label_before_complex {
  display: block !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: "gilroy-extrabold";
      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: "gilroy-extrabold"; }
        .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: "gilroy-extrabold";
          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: #adefd1;
  padding: 3px 5px;
  color: #fff;
  font-size: 1em;
  height: 30px; }

.validation_error {
  color: #adefd1; }

button[type="submit"] {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 1px 2px rgba(0, 0, 0, 0.09);
  padding: 10px 20px;
  font-family: "gilroy-extrabold";
  font-size: 1.4em;
  color: #014977;
  text-transform: uppercase;
  float: left;
  margin-top: 30px;
  text-decoration: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #adefd1; }
  button[type="submit"]:hover {
    background: #014977;
    color: #adefd1; }

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #adefd1 !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: #eb003b !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; }

#lightcase-content h3 {
  font-size: 2em;
  margin-top: 0px;
  color: #adefd1 !important;
  margin: 0.4em 0 0 0; }
#lightcase-content .role {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700; }

#lightcase-content p {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  color: #fff !important; }

#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: #adefd1;
  margin-top: 1.6em;
  margin-bottom: 0px !important; }

#field_1_12 {
  display: none !important; }
