/*
Theme Name:    SKY
Theme URI:     https://www.gretemangroup.com
Description:   Foundation based mega awesome theme by Greteman Group
Version:       2.14.19
Author:        Greteman Group
*/

/*--------------------------------------------------------------
## Fonts - uncomment if using local fonts
--------------------------------------------------------------*/
/* @import "assets/fonts/fonts.css"; */

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
p,
body {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6e6e6e;
}
body {
  margin: 0;
}
input::-webkit-input-placeholder {
  color: #6e6e6e;
}
input:-moz-placeholder {
  /* FF 18- */
  color: #6e6e6e;
}
input::-moz-placeholder {
  /* FF 19+ */
  color: #6e6e6e;
}
input:-ms-input-placeholder {
  color: #6e6e6e;
}
/*mobile styles*/
h1 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h2 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h3 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h4 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
h6 {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1028px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 30px;
    line-height: 37px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}
.bold {
  font-weight: bold;
}
.raleway {
  font-family: raleway, sans-serif;
}
.upper {
  text-transform: uppercase;
}

.triangle p.title {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
p.title {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1028px) {
  p.title,
  .triangle p.title {
    font-family: raleway, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
}
p.read {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
p.date {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

h3.blog-title,
p.headline,
h2.article-title {
  font-family: helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
h3.blog-title:hover,
p.headline a:hover,
a p.headline:hover,
p.read:hover,
h2.article-title:hover {
  transition: all 0.25s ease-in;
  color: #003b91;
}
/*.text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4{text-align:center;}*/

p.headline-nomar {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
.white {
  color: #fff;
}
.gold {
  color: #c1973c;
}
.blue {
  color: #003b91;
}
.dkgrey,
.dkgray {
  color: #6e6e6e;
}
.mdgrey,
.mdgray {
  color: #969696;
}
.ltgrey,
.ltgray {
  color: #eeeeee;
}

.goldBk {
  background-color: #c1973c;
}
.blueBk {
  background-color: #003b91;
}
.dkgreyBk,
.dkgrayBk {
  background-color: #6e6e6e;
}
.mdgreyBk,
.mdgrayBk {
  background-color: #969696;
}
.ltgreyBk,
.ltgrayBk,
#ltgreyBk {
  background-color: #eeeeee;
}
.whiteBk {
  background-color: #fff;
}
.blackBk {
  background-color: #000;
}
.transparentBk {
  background-color: transparent;
}

/*--------------------------------------------------------------
## Links / Buttons
--------------------------------------------------------------*/
a {
  color: #666666;
}
a:hover,
a:focus,
a:active {
  color: #003b91;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

.button.blue {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.button.outline.white {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-size: 15px;
  background-color: #969696;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*King button style*/
a {
  text-decoration: none;
}
button.skew {
  position: relative !important;
  display: block !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-family: raleway, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

/*Skew Animation*/
.skew {
  color: #003b91;
  border: 2px solid #6e6e6e;
  text-transform: uppercase;
  font-size: 15px;
  padding: 1em 3em;
  overflow: hidden;
  transition: all 0.25s ease-in;
  z-index: 9;
}
@media only screen and (min-width: 1028px) {
  .skew:after {
    background-color: #6e6e6e !important;
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    bottom: 0;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
  }
  .skew:hover {
    color: #fff;
  }
  .skew:hover:after {
    left: -10%;
    width: 120%;
  }
}

.button.blue.skew {
  color: #fff;
  border: 2px solid #003b91;
  text-transform: uppercase;
  font-size: 15px;
  padding: 1em 3em;
  overflow: hidden;
  transition: all 0.25s ease-in;
  z-index: 9;
}
@media only screen and (min-width: 1028px) {
  .button.blue.skew:after {
    background-color: #fff !important;
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    bottom: 0;
    height: 120%;
    left: -10%;
    transform: skewX(15deg);
    z-index: -1;
  }
  .button.blue.skew:hover {
    color: #003b91;
  }
  .button.blue.skew:hover:after {
    left: -10%;
    width: 120%;
  }
}

/*Makes buttons on mdgrey dkgrey and blue white*/
.cta-block.mdgreyBk .skew,
.cta-block.blueBk .skew,
.cta-block.dkgreyBk .skew {
  color: #fff;
  border: 1px solid #fff;
}
@media only screen and (min-width: 1028px) {
  .cta-block.mdgreyBk .skew:after,
  .cta-block.blueBk .skew:after,
  .cta-block.dkgreyBk .skew:after {
    background-color: #fff;
  }
  .cta-block.mdgreyBk .skew:hover,
  .cta-block.blueBk .skew:hover,
  .cta-block.dkgreyBk .skew:hover {
    color: #fff;
  }
}
/*Makes buttons on ltgrey and white blue*/
.cta-block.whiteBk .skew,
.cta-block.ltgreyBk .skew {
  color: #003b91;
  border: 2px solid #003b91;
}
@media only screen and (min-width: 1028px) {
  .cta-block.whiteBk .skew:after,
  .cta-block.ltgreyBk .skew:after {
    background-color: #003b91 !important;
  }
  .cta-block.whiteBk .skew:hover,
  .cta-block.ltgreyBk .skew:hover {
    color: #003b91 !important;
  }
}

/*GROUP BUTTONS*/
a.button {
  background-color: transparent;
}
.button-group button.skew {
  color: #fff;
  border: 2px solid #fff;
  padding: 1em;
  width: 100%;
}
.button-group .button:hover {
  background-color: transparent;
}
.button-group.expanded .button,
.button-group.medium-expanded .button {
  border-right: 0px;
  padding: 0;
}

/*Makes blue buttons on lt grey blue turn white skew*/
.button-group.expanded a.button,
.button-group.medium-expanded a.button,
a.gray button {
  background-color: #6e6e6e;
  border: 2px solid #fff;
}
.button-group .button .skew {
  color: #fff;
  border: 1px solid #6e6e6e;
}
.button-group .button .skew:after {
  background-color: #fff !important;
}
.button-group .button .skew:hover {
  color: #6e6e6e !important;
}
.button-group .button .skew:hover > .button-group.expanded a.button {
  border: 0px solid #fff;
}

.ltgreyBk .button-group.expanded a.button,
.ltgreyBk .button-group.medium-expanded a.button {
  border: 2px solid #eeeeee;
}
.ltgreyBk .button-group .button .skew:after {
  background-color: #eeeeee !important;
}

.mdgreyBk p,
.mdgreyBk h1,
.mdgreyBk h2,
.mdgreyBk h3,
.mdgreyBk h4 {
  color: #fff;
}
.dkgreyBk p,
.dkgreyBk h1,
.dkgreyBk h2,
.dkgreyBk h3,
.dkgreyBk h4 {
  color: #fff;
}

.mdgreyBk h1.gold,
.mdgreyBk h2.gold,
.mdgreyBk h3.gold,
.mdgreyBk h4.gold {
  color: #c1973c;
}
.dkgreyBk h1.gold,
.dkgreyBk h2.gold,
.dkgreyBk h3.gold,
.dkgreyBk h4.gold {
  color: #c1973c;
}

.mdgreyBk h1.blue,
.mdgreyBk h2.blue,
.mdgreyBk h3.blue,
.mdgreyBk h4.blue {
  color: #003b91;
}
.dkgreyBk h1.blue,
.dkgreyBk h2.blue,
.dkgreyBk h3.blue,
.dkgreyBk h4.blue {
  color: #003b91;
}
/*--------------------------------------------------------------
## CTA BLOCK
--------------------------------------------------------------*/
.cta-block {
  padding: 1em 2em;
}
@media only screen and (max-width: 1028px) {
  .cta-block {
    width: 100% !important;
    margin-bottom: 1em;
    text-align: center;
  }
  .cta-block a {
    color: #fff;
    font-weight: bold;
  }
  .cta-block button {
    margin: 0 auto;
    text-align: center;
  }
}
.cta {
  background-color: #969696;
}
.cta p {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
/*Use this class when need padding above cta */
.cta-top-pad .cta-block {
  margin-top: 1em !important;
}
/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.img-responsive {
  width: 100%;
}
.img-circle {
  border-radius: 50%;
}
.circle-pad img {
  padding: 1em;
}

/*IMG HOVER ZOOM used on Home and Blog mostly but also related sections*/
.wrapper-box-img-zoom {
  overflow: hidden;
}
.item {
  margin-bottom: -1px;
  margin-right: -1px;
  overflow: hidden;
}
.item:hover img {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*--------------------------------------------------------------
## Margins/Padding/Sizing
--------------------------------------------------------------*/
.top-pad,
.top-padd,
.top-paddd,
.top-padddd,
.top-paddddd {
  padding-top: 1em;
}
.bot-pad,
.bot-padd,
.bot-paddd,
.bot-padddd {
  padding-bottom: 1em;
}
.bot-mar,
.bot-marr,
.bot-marrr,
.bot-marrrr {
  margin-bottom: 1em;
}
.pad,
.padd,
.paddd,
.padddd,
#pad,
#padd,
#paddd,
#padddd,
#paddddd {
  padding: 1em 0;
}
.side-pad,
.side-padd,
.side-paddd,
.side-padddd {
  padding: 1em;
}
.all-pad,
.all-padd,
.all-paddd,
.all-padddd {
  padding: 1em;
}

@media only screen and (min-width: 1028px) {
  .top-pad {
    padding-top: 1em;
  }
  .top-padd {
    padding-top: 2em;
  }
  .top-paddd {
    padding-top: 3em;
  }
  .top-padddd {
    padding-top: 4em;
  }
  .top-paddddd {
    padding-top: 5em;
  }

  .bot-pad {
    padding-bottom: 1em;
  }
  .bot-padd {
    padding-bottom: 2em;
  }
  .bot-paddd {
    padding-bottom: 3em;
  }
  .bot-padddd {
    padding-bottom: 4em;
  }
  .bot-paddddd {
    padding-bottom: 5em;
  }

  .bot-mar {
    margin-bottom: 1em;
  }
  .bot-marr {
    margin-bottom: 2em;
  }
  .bot-marrr {
    margin-bottom: 3em;
  }
  .bot-marrrr {
    margin-bottom: 4em;
  }
  .bot-marrrrr {
    margin-bottom: 5em;
  }

  .to-pad {
    padding-top: 0.5em;
  }

  .pad,
  #pad {
    padding: 1em 0;
  }
  .padd,
  #padd {
    padding: 2em 0;
  }
  .paddd,
  #paddd {
    padding: 3em 0;
  }
  .padddd,
  #padddd {
    padding: 4em 0;
  }
  .paddddd,
  #paddddd {
    padding: 5em 0;
  }

  .side-pad {
    padding: 0 1em;
  }
  .side-padd {
    padding: 0 2em;
  }
  .side-paddd {
    padding: 0 3em;
  }
  .side-padddd {
    padding: 0 4em;
  }
  .side-paddddd {
    padding: 0 5em;
  }

  /*Extras*/
  .pad1 {
    padding: 1em 1em 1em 0 !important;
  }
  .pad2 {
    padding: 1em 0 1em 1em !important;
  }
  .pad3 {
    padding: 1em 1em 1em 0 !important;
  }
  .pad4 {
    padding: 1em 0 1em 1em !important;
  }
  .all-pad,
  #all-pad {
    padding: 1em !important;
  }
  .all-padd,
  #all-padd {
    padding: 2em !important;
  }
  .all-paddd,
  #all-paddd {
    padding: 3em !important;
  }
  .all-padddd,
  #all-padddd {
    padding: 4em !important;
  }
  .all-paddddd,
  #all-paddddd {
    padding: 5em !important;
  }
  .pad-padd,
  #paddd-padd {
    padding: 1em 0 2em 0;
  }
  .padd-pad,
  #padd-pad {
    padding: 2em 0 1em 0;
  }
  .paddd-padd,
  #paddd-padd {
    padding: 3em 0 2em 0;
  }
  .padd-paddd,
  #padd-paddd {
    padding: 2em 0 3em 0;
  }
  .paddd-pad,
  #paddd-pad {
    padding: 3em 0 1em 0;
  }
  .pad-paddd,
  #pad-paddd {
    padding: 1em 0 3em 0;
  }
  #pad {
    padding: 1em 0;
  }
  #tbpad,
  .tbpad {
    padding: 1em 0 1em 0 !important;
  }
}
/*--------------------------------------------------------------
## Headers
--------------------------------------------------------------*/
/* Desktop Header */
.head-topBar {
  border-bottom: 1px solid white;
}

.head-mobLogo {
  width: 140px;
}
#searchForm input {
  width: 54%;
  height: 30px;
  margin: 0;
  float: right;
}
#menu-topmain {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.head-phone,
.head-phone a {
  font-family: termina, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #6e6e6e;
  margin-bottom: 0;
}
p.head-phone:hover {
  color: #003b91;
  transition: all 0.25s ease-in;
}
p.head-phone a:hover {
  color: #003b91;
  transition: all 0.25s ease-in;
}

.head-center span {
  display: inline-block;
  padding-top: 24px;
}

.desktop-menu > li:first-child > a {
  padding: 0.7rem 0.7rem 0.7rem 0;
}
.desktop-menu > li > a {
  padding: 0.7rem;
  font-weight: 700;
  font-family: termina, sans-serif;
  font-size: 13px;
  color: #6e6e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.desktop-menu > li > a:hover {
  color: #003b91;
}
.navUnder > #menu-topmain {
  margin-top: 0;
}
.head-navRight {
  margin-top: 8px;
  text-align: right;
}

.head-logo- {
  width: 80%;
  margin: 10px auto;
  text-align: center;
}
.dropdown.menu .submenu {
  background-color: #6e6e6e;
  border: none;
}
.dropdown.menu .submenu > li {
  padding: 10px;
}
.dropdown.menu .submenu > li a {
  color: #fff;
  font-family: raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important;
}
.dropdown.menu .submenu > li:hover {
  background-color: #c1973c;
}

.sky-hero {
  background: url(/wp-content/uploads/2019/03/blue-top-background-min.png);
  background-size: 240%;
}
@media only screen and (min-width: 1040px) {
  .sky-hero {
    background-size: cover;
  }
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .menu > li > a {
    color: #fff;
  }
}
@media only screen and (max-width: 1040px) {
  .act .menu.vertical > li > a {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
    width: 270px;
  }
  .menu > li > a {
    line-height: 1;
    font-family: termina, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.8rem 1rem;
    font-size: 0.8em;
    border-bottom: 2px solid transparent;
  }
  .menu > li > a:hover,
  .menu > li > a:active,
  .menu > li > a:focus {
    color: #003b91;
  }
  /*Controls the drop down menu*/
  .act .menu.vertical.nested > li > a {
    margin-left: 13px;
    font-size: 1.3em;
    line-height: 23px;
    width: 300px;
    font-family: raleway, sans-serif;
    letter-spacing: 1px;
  }
}

.spacer-for-mobile-menu {
  min-height: 70px;
}
.home .spacer-for-mobile-menu {
  min-height: 70px;
}

@media screen and (min-width: 40em) and (max-width: 1040px) {
  .embed-container-mh {
    margin-bottom: -211px;
  }
}

.menu-wrap {
  width: 100%;
  max-height: 100vh;
  overflow: scroll;
}
@media only screen and (max-width: 1040px) {
  .small-crunch {
    height: 250px;
    margin-top: -50px;
  }
  .clean-hero-slider .orbit-slide {
    background-size: 250% !important;
  }
}
/*Weird size nav*/
@media screen and (min-width: 1024px) and (max-width: 1230px) {
  .desktop-menu > li.is-dropdown-submenu-parent:first-child > a,
  .desktop-menu > li.is-dropdown-submenu-parent > a {
    padding: 0.2em 0.5em;
    font-size: 8px;
    font-weight: 600;
  }
  ul#menu-topmain > li.menu-item-type-post_type a,
  ul#menu-topmain > li.menu-item-type-taxonomy a {
    font-size: 8px;
  }
}
@media screen and (min-width: 1231px) and (max-width: 1300px) {
  .desktop-menu > li.is-dropdown-submenu-parent:first-child > a,
  .desktop-menu > li.is-dropdown-submenu-parent > a {
    letter-spacing: 0px;
    padding: 0.7rem 0.3rem;
    font-size: 11px;
  }
  ul#menu-topmain > li.menu-item-type-post_type a,
  ul#menu-topmain > li.menu-item-type-taxonomy a {
    font-size: 11px;
    letter-spacing: 0px;
    padding: 0.7rem 0.3rem;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1519px) {
  .desktop-menu > li.is-dropdown-submenu-parent:first-child > a,
  .desktop-menu > li.is-dropdown-submenu-parent > a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0.7rem 0.5rem;
  }
  ul#menu-topmain > li.menu-item-type-post_type a,
  ul#menu-topmain > li.menu-item-type-taxonomy a {
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0.7rem 0.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 1072px) {
  .dropdown.menu .submenu.first-sub {
    top: 45px;
    left: 0;
    right: auto;
  }
}
.dropdown.menu .submenu > li a {
  padding: 0 !important;
}
/*--------------------------------------------------------------
##MENU ALLOWS IT TO STICKY AND COME BACK WHEN SCROLL UP ON MOBILE
-----------------------------------------------------------------*/
/* menu button */
@media only screen and (max-width: 1040px) {
  .menu > li > a:hover {
    border-bottom: 2px solid transparent;
  }
  .menuBtn > span {
    background-color: #003b91;
    border-radius: 1px;
    height: 4px;
    width: 30px;
    position: absolute;
    left: 85%;
    top: 50%;
    /*  margin: 34px 0 0 -15px;*/
    transition: height 100ms;
    z-index: 99999;
  }
  .menuBtn > span:after,
  .menuBtn > span:before {
    content: "";
    background-color: #003b91;
    border-radius: 1px;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all 200ms;
  }
  .menuBtn > span:after {
    top: -7px;
  }
  .menuBtn > span:before {
    bottom: -7px;
  }
  .menuBtn .act > span {
    height: 0;
  }
  .menuBtn .act > span:after,
  .menuBtn .act > span:before {
    background-color: #008877;
    top: 1px;
  }
  .menuBtn .act > span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menuBtn .act > span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* main menu block */
  .mainMenu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    opacity: 0;
    transition: all 300ms;
    -webkit-transform: scale(0);
    transform: scale(0);
    overflow: scroll;
  }
  .mainMenu.act {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #969696;
    padding: 7em 2em 120%;
  }
  .mainMenu.act ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mainMenu ul {
    /*display: table-cell;*/
    vertical-align: middle;
    width: 220px;
  }
  .mainMenu li {
    padding: 0;
    transition: all 300ms 300ms;
    opacity: 0;
  }
  .mainMenu ul li {
    text-align: left !important;
  }
  .mainMenu a {
    display: inline-block;
    font-size: 18px;
  }
  .mainMenu a.suBtn {
    color: #fff;
  }
  /* sign up button */
  .suBtn {
    border-radius: 5px;
    padding: 10px 20px;
  }
  img.header-logo,
  .single.single-work img.header-logo {
    position: relative;
    z-index: 99999999;
    padding: 1em;
    width: 70px !important;
    height: 70px !important;
  }
  header.mobile-header {
    height: 92px;
    position: fixed;
    transition: top 0.1s ease-in-out;
    width: 100%;
    top: 0px;
    padding-top: 10px;
    z-index: 9999999999999;
  }

  header.mobile-header.nav-up {
    top: -92px;
  }

  .is-accordion-submenu-parent {
    transition: all 300ms;
  }
  .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 77% !important;
  }
  .is-accordion-submenu-parent[aria-expanded="false"] > a:after {
    top: 34% !important;
  }
  .is-accordion-submenu-parent > a:after {
    transition: all 300ms ease;
    display: block;
    height: 0px;
    border: 0px;
    border-bottom-width: 0;
    border-top-style: none;
    border-color: transparent;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 19px;
  }
  .accordion-title {
    font-size: 0.7em !important;
  }
  /*Turns hamburger to X when clicked*/
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
}

/*--------------------------------------------------------------
## Footers
--------------------------------------------------------------*/

footer a:link,
footer a:focus,
footer a:visited {
  color: white;
}
footer a:hover {
  color: #999;
}
footer .mouse {
  font-size: 0.8em;
}

.sky-footLtTop {
  font-size: 1.4em;
}

/* Fontawesome social icons */
.socialCont a:link,
.socialCont a:focus,
.socialCont a:visited {
  display: inline-flex;
  margin: 20px 10px 20px;
  background-color: #c1973c;
  color: #003b91;
  height: 28px;
  width: 28px;
  line-height: 0.5em;
  transition: all 0.25s ease-in;
  align-items: center;
  justify-content: center;
}
.socialCont a:hover {
  background-color: #eeeeee;
  color: #003b91;
}
.socialCont span {
  display: block;
  width: 100%;
  text-align: center;
}
span.fa {
  font-size: 20px;
  line-height: 23px;
}
.socialCont {
  text-align: center !important;
  padding-left: 0 !important;
}
.copyc p {
  font-size: 13px;
  line-height: 22px;
}
.cert {
  font-size: 15px;
  line-height: 35px;
}
.add {
  font-family: termina, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
#menu-footer-1 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-footer-1 li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
#menu-footer-1 li:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

#menu-footer-1 li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
#menu-footer-1 li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

#menu-footer-1 li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
#menu-footer-1 li:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}
#menu-footer-1 li:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
}
@media (max-width: 600px) {
  #menu-footer-1 {
    grid-template-columns: 1fr;
  }
}
/*search modal close button*/
button.close-button {
  background-color: transparent;
  border: 0px;
}
input[type="submit"] {
  -webkit-appearance: none;
  font-family: raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #003b91;
  padding: 1em;
  color: #fff;
  border: 0px;
}
#h3-searchform label {
  margin-top: 5em;
}
/*--------------------------------------------------------------
## Wordpress Specific
--------------------------------------------------------------*/

/* Post styles */
.cat-item {
  list-style: none;
  width: 100%;
}
.cat-item a {
  display: block;
}

/*--------------------------------------------------------------
## Theme Specific - Adds to/overrides other styles
--------------------------------------------------------------*/

/* Page styles */
.sky-heroCont {
  position: relative;
}
.sky-heroOverlayCont {
  position: absolute;
  z-index: 5;
  top: 10%;
  left: 5%;
  background-color: #ddd;
  padding: 0.6em 0.8em 0.2em 0.8em;
}

/*--------------------------------------------------------------
## Media Queries - Foundation
--------------------------------------------------------------*/
/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/*-------------------------------------------------------------------------
Home page - with slider
----------------------------------------------------------------------------*/
div#orbitt {
  max-height: 420px;
  overflow: hidden;
}
@media only screen and (min-width: 1028px) {
  div#orbitt {
    max-height: 510px;
    overflow: hidden;
  }
}
.clean-hero-slider .orbit-caption {
  width: auto;
  height: auto;
  position: absolute;
  text-align: center;
  padding: 0.2rem 2rem;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption {
    bottom: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
    right: 10%;
    padding: 1rem 2rem;
    width: 28%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .clean-hero-slider .orbit-caption {
    bottom: 50%;
  }
}
.clean-hero-slider .orbit-caption p {
  font-size: 0.9rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption p {
    font-size: 1.1rem;
  }
}
.clean-hero-slider .orbit-caption h3 {
  color: #c1973c;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-caption h3 {
    font-size: 2.5rem;
    font-weight: normal;
  }
}
.clean-hero-slider .orbit-slide {
  padding-bottom: 40%;
  background: url(/wp-content/uploads/2019/03/blue-top-background-min.png);
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-slide {
    padding-bottom: 0;
  }
}
.clean-hero-slider .orbit-controls button {
  background: #c1973c;
  padding: 1rem 0.5rem;
}
.clean-hero-slider .orbit-controls button:hover {
  background: #fefefe;
  color: #0a0a0a;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-bullets {
    bottom: 4em;
  }
}
@media print, screen and (min-width: 1443px) {
  .clean-hero-slider .orbit-bullets {
    bottom: 2em;
  }
  .clean-hero-slider .orbit-controls .orbit-previous {
    left: auto;
    right: 2.4rem;
  }
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-controls .orbit-next {
    right: 0.5rem;
  }
}
.clean-hero-slider .orbit-bullets {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .clean-hero-slider .orbit-bullets {
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    /* margin-bottom: 0; */ /* margin-top: -3rem; */ /* background: none; */ /* bottom: 100px!important; */
  }
}

.clean-hero-slider .orbit-bullets button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fefefe;
}
.clean-hero-slider .orbit-bullets button.is-active {
  background-color: #c1973c;
}
.clean-hero-slider ul.orbit-container {
  height: auto !important;
}
.clean-hero-slider li.orbit-slide {
  max-height: none !important;
}
@media print, screen and (max-width: 40em) {
  .clean-hero-slider .orbit-slide {
    padding-bottom: 0%;
  }
  .clean-hero-slider figcaption.orbit-caption {
    right: 0;
    width: 100%;
    left: 0;
  }
  .orbit-caption {
    padding: 2em !important;
  }
  .orbit-wrapper {
    margin-bottom: 2em;
  }
  #mobNavDrop ul.menu.submenu.is-accordion-submenu {
    width: 100% !important;
  }
}
/*END OF SLIDER*/
/*-----------------------------------------------------------------------------
Quote Slider
-----------------------------------------------------------------------------*/
.triangle {
  background: url(/wp-content/uploads/2019/03/blue-quote-background-min.png);
  background-size: cover;
}
/*-----------------------------------------------------------------------------
BLOCKQUOTE 
------------------------------------------------------------------------------*/
blockquote.king-quote p {
  color: #fff;
  font-family: raleway, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
blockquote.king-quote {
  margin: 0 auto;
  width: 82%;
  border-left: 0;
}
@media print, screen and (min-width: 1028px) {
  blockquote.king-quote {
    width: 31%;
  }
}
img.quote-left {
  margin-top: 3px;
  position: absolute;
  margin-left: -50px;
}
img.quote-right {
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
}
blockquote.king-quote cite {
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c1973c;
  font-size: 14px;
  line-height: 23px;
  padding-top: 1em;
}
@media print, screen and (min-width: 1028px) {
  blockquote.king-quote cite {
    font-size: 18px;
  }
}
/*ORDER MILITARY FOR INTRO CONTENT FIRST*/
@media print, screen and (max-width: 40em) {
  .order-2-small {
    order: 2;
  }
  .order-1-small {
    order: 1;
  }
}
/*---------------------------
EVENT BOXES
---------------------------*/
.event-box p.headline {
  min-height: 50px;
}
.event-box {
  padding-right: 5em;
}
p.headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
/*News boxes*/
@media print, screen and (min-width: 1028px) {
  .match-height {
    min-height: 80px;
    overflow: hidden;
    height: 100px;
  }
}
/*---------------------------
Certificate page
---------------------------*/
.arrow-list li {
  border-bottom: 2px solid #98999b;
  list-style: none;
  position: relative;
}
.arrow-list {
  margin-left: 0;
}
.arrow-list li::after {
  content: url("/wp-content/uploads/2026/02/certifications-page_05-export_arrow-gray.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.arrow-list li a {
  background-color: unset;
  padding: 0.8em;
  width: 100%;
  display: block;
  font-size: 1.3em;
  /*text-transform: capitalize;*/
}
.arrow-list li a:hover {
  color: #003b91;
}
.arrow-list li:hover {
  background-color: #eeeeee;
}
.arrow-list li:hover::after {
  content: url("/wp-content/uploads/2026/02/certifications-page_05-export_arrow-blue.svg");
}
.NewFontH h3,
.NewFontH a {
  font-family: Helvetica, Arial, sans-serif;
}
/*------------------------------------------------------------------
BLOG
------------------------------------------------------------------*/
/*images*/
.alignright {
  float: right;
  padding: 1em 0 1em 1em;
}

.alignleft {
  float: left;
  padding: 1em 1em 1em 0;
}
/*sidebar*/
.cat-list a {
  font-family: raleway, bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: transparent !important;
}
/*hide categories text*/
ul li.categories {
  color: transparent;
  margin-top: -38px;
}
/*remove some left margining*/
ul li ul {
  margin-left: 0;
  margin-top: 10px;
}
/*Pagination*/
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  margin: 0 auto;
  text-align: right;
}
.pagination a {
  color: #6e6e6e;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  font-family: termina, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent !important;
}
.pagination a:hover {
  background: transparent;
}
i.fa.fa-arrow-right,
i.fa.fa-arrow-left {
  font-size: 2em;
  color: #6e6e6e;
  float: right;
  text-align: right;
  margin-top: -5px;
  margin-left: 8px;
  margin-right: 8px;
}
i.fa.fa-arrow-left {
  font-size: 2em;
  color: #6e6e6e;
  float: left;
  text-align: left;
  margin-top: -5px;
  margin-left: 8px;
  margin-right: 8px;
}
li.left-arrow-page {
  float: left;
}
.blog-readmore {
  margin-top: -12px;
  margin-bottom: 12px;
}
/*mobile blog*/
@media print, screen and (max-width: 40em) {
  .stickystuff.sticky.is-anchored.is-at-top {
    width: 100%;
    text-align: center;
  }
  .stickystuff.sticky.is-anchored.is-at-top .cta-block button {
    margin: 0 auto;
  }
  .cat-list {
    margin-top: 1em;
  }
  .blog .wrap-img-blog {
    margin-bottom: 1em;
  }
  .small-crunch2 {
    min-height: 140px;
    text-align: center;
  }
  .small-crunch2 h1 {
    padding-top: 2em;
  }
  .small-crunch2 h3 {
    padding-bottom: 2em;
  }
  .blog-readmore {
    margin-top: -11px;
    margin-bottom: 14px;
  }
}
/*-------------
SINGLE
--------------*/
span.read {
  font-family: termina, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
ul.share-more {
  margin-left: 0;
  list-style-type: none;
}

@media print, screen and (max-width: 40em) {
  .blogSocialCont.show-for-small-only .share-more li {
    display: inline-block;
  }
  .blogSocialCont.show-for-small-only .share-more a li span.fa {
    color: #6e6e6e;
    margin: 1em;
    font-size: 21px;
  }
}

/*Microsite carry over*/
/*CAREER ELEMENTS*/
ol.circle_number {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 0px;
  list-style-position: outside;
  width: 96%;
}
ol.circle_number li {
  counter-increment: step-counter;
  font-family: "raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 2em;
  border-bottom: 1px solid #c1973c;
}
@media screen and (max-width: 320px) {
  ol.circle_number li {
    font-size: 16px;
  }
}
ol.circle_number li::before {
  content: counter(step-counter);
  margin-right: 14px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0px 9px 6px 8px;
  font-family: "termina", sans-serif;
  /* text-align: center; */
  background-image: url(/wp-content/themes/Sky/assets/img/icons/gold-circle.png);
  background-size: 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
ol.circle_number li:first-child::before {
  padding: 0px 11px;
}
ol.circle_number li:nth-child(4)::before {
  padding: 0 7px;
}
ol.circle_number li:nth-child(6)::before {
  padding: 0 7px;
}
ol.circle_number li:nth-child(7)::before {
  padding: 1px 9px;
}
ol.circle_number li:nth-child(8)::before {
  padding: 0 7px;
}
@media only screen and (max-width: 768px) {
  ol.circle_number li {
    max-height: 70px;
  }
  span.mobileadjol {
    position: relative;
    top: -13px;
    margin-left: 41px;
  }
}
@media only screen and (min-width: 1200px) {
  ol.circle_number li {
    font-size: 21px;
  }
  br.hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1655px) {
  ol.circle_number li {
    font-size: 25px;
  }
}
/*CONTACT PAGE ELEMENTS*/
ol.gold-circle {
  margin: 0;
  padding: 1em 0 0;
  list-style-type: none;
  margin-left: 0px;
  list-style-position: outside;
  width: 96%;
}
ol.gold-circle li {
  counter-increment: step-counter;
  line-height: 2em;
}
ol.gold-circle li p.question {
  font-family: "raleway", sans-serif;
  font-size: 20px;
}
ol.gold-circle li::before {
  content: counter(step-counter);
  margin-right: 14px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0px 12px 3px 7px;
  font-family: "raleway", sans-serif;
  text-align: center;
  background-image: url(/wp-content/themes/Sky/assets/img/icons/gold-circle.png);
  background-size: 92%;
  background-repeat: no-repeat;
}
p.bullets {
  margin-left: 40px;
  margin-top: -28px;
  line-height: 23px;
  margin-bottom: 20px;
}
span.question {
  font-size: 1.3em;
}

/*-------------------------------FORM---------------------------------*/
input#gform_submit_button_7 {
  background-color: #003b91 !important;
}
.gform_wrapper input#gform_submit_button_7:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}
input#gform_submit_button_1 {
  background-color: #003b91 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 56px;
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center !important;
  transition: all 0.25s ease-in;
}
.gform_wrapper input#gform_submit_button_1:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}
#form_1 form li {
  position: relative;
}

#form_1 form li .upload-btn {
  position: absolute;
  /*bottom: 41px;*/
  right: 17px;
  width: 115px;
  height: 38px;
  border: 0px;
  color: #fff;
  background-color: #003b91;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 39px;
  text-align: center;
  transition: background 0.15s;
}
#form_1 form li .upload-btn:hover,
#form_1 form li .upload-btn:active,
#form_1 form li .upload-btn:focus {
  background-color: #6e6e6e;
}
#form_1 form li:hover .upload-btn,
#form_1 form li:active .upload-btn,
#form_1 form li:focus .upload-btn {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
#form_1 form li .upload-filename {
  display: block;
  height: 38px;
  line-height: 35px;
  border-radius: 0px;
  background-color: #fff;
  padding: 0px 0px;
  margin-right: 115px;
  overflow: hidden;
  color: #6e6e6e;
  border-bottom: 2px solid #6e6e6e;
  margin-bottom: 16px;
}
#form_1 form li input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 52px;
  opacity: 0;
  overflow: hidden;
  color: #545c63;
}
@media only screen and (max-width: 40em) {
  span.upload-btn {
    top: 0px !important;
    margin-right: -16px !important;
  }
}
.gform_wrapper .gfield_required {
  display: none !important;
}

div#gform_confirmation_message_5,
div#gform_confirmation_message_6 {
  color: #6e6e6e !important;
  font-size: 1.5em;
  padding: 1em;
}
span#extensions_message_6_6 {
  color: #6e6e6e !important;
}
.gform_wrapper .top_label .gfield_label {
  display: none;
}
.gform_wrapper #field_11_6 .gfield_label,
.gform_wrapper #field_11_7 .gfield_label {
  display: inline-block !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
  background-color: transparent !important;
  color: #6e6e6e !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #6e6e6e !important;
  font-size: 18px !important;
  padding: 10px 0 15px 0px !important;
  border: 0px !important;
}
.gform_wrapper #field_11_7 textarea {
  border: 2px solid #6e6e6e !important;
  padding-left: 10px !important;
}
.gform input {
  background-color: transparent !important;
}

.gform_wrapper input[type="text"]:focus {
  border-color: transparent !important;
  border-bottom-color: #6e6e6e !important;
}
#field_6_6 input {
  border-bottom: 2px solid white !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-box-shadow:
    inset 0 0 0px rgba(0, 0, 0, 0.1),
    0 0 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow:
    inset 0 0 8px rgba(0, 0, 0, 0.1),
    0 0 16px rgba(0, 0, 0, 0.1) !important;
  box-shadow:
    inset 0 0 0px rgba(0, 0, 0, 0.1),
    0 0 0px rgba(0, 0, 0, 0.1) !important;
  padding: 15px !important;
  background: rgba(255, 255, 255, 0) !important;
  margin: 0 0 10px 0 !important;
  width: 70%;
  min-width: 300px;
  max-width: 700px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
.gform_wrapper input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="button"]:hover {
  background-color: transparent !important;
}
.gform_wrapper input#gform_submit_button_5 {
  background-color: #003b91 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 56px;
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center !important;
}
.gform_wrapper input#gform_submit_button_5:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}
/*FORM DROP DOWN*/
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  border: 0px 0px 1px 0px solid #6e6e6e;
}
.gform_wrapper ul.gform_fields li.gfield select {
  box-shadow: none !important;
  background-color: transparent;
  border-bottom: 2px solid #6e6e6e;
  border-radius: 0px !important;
  color: #6e6e6e !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-sizing: initial;
  font-size: 18px !important;
  padding: 9px 0px 9px 0px !important;
  border: 0px;
}

select#input_5_5,
select {
  border-radius: 0px !important;
  -webkit-appearance: none;
}
.gform_wrapper select,
select {
  background-color: transparent;
  border-bottom: 2px solid #6e6e6e !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  color: #6e6e6e !important;
  padding: 9px 0px 9px 0px !important;
  font-size: 17px !important;
  box-sizing: unset;
  box-shadow: none !important;
}
/*MOBILE*/
@media only screen and (max-width: 768px) {
  .gform_wrapper input#gform_submit_button_5 {
    margin: 0 auto;
    /*width: 130px;*/
    margin-left: 0 !important;
  }
  .gform_wrapper input#gform_submit_button_6 {
    margin: 0 auto;
    /*width: 130px;*/
    margin-left: 0 !important;
  }
}
/*FORM ADJUSTMENT FOR FIREFOX*/
.gform_wrapper select {
  height: 47px !important;
}
/*Form checkbox enhancement*/
/*GFORM BETTER CHECKBOX - KEEP*/
/*White background enews signup*/
.transparent .hideoverride label.gfield_label {
  color: #545c63;
  margin-right: 4px;
}
.transparent .gfield_checkbox li label:after {
  border: 1px solid #848e97;
}
.transparent .gfield_checkbox li label:before {
  width: 6px;
  height: 15px;
  border: solid #4ab9e2;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: -1px;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.transparent .gform_wrapper ul.gfield_checkbox li label {
  color: #545c63;
}
.transparent .gform_wrapper ul.gfield_checkbox li,
.transparent .gform_wrapper ul.gfield_radio li {
  margin-right: 5px;
}
/*Blog page with greybk but also transparent bk*/
.transparent.mdgreyBk .hideoverride label.gfield_label {
  color: #fff;
}
/*Make checking not bold text*/
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400 !important;
}
.hideoverride label.gfield_label {
  display: block !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #fff;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 40em) {
  .hideoverride label.gfield_label {
    float: none !important;
  }
  body
    .gform_wrapper
    ul
    li.field_description_below
    div.ginput_container_checkbox {
  }
  .gform_wrapper ul.gfield_checkbox li label,
  .gform_wrapper ul.gfield_radio li label {
    display: block !important;
    width: 100% !important;
  }
  .gform_wrapper ul.gfield_checkbox li input {
    display: block !important;
    width: 100% !important;
  }
  .gform_wrapper ul.gfield_checkbox li {
    display: block !important;
  }
}
.gform_wrapper ul.gfield_checkbox li label {
  padding-left: 32px;
  font-size: 14px !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  display: block;
  margin-right: 15px;
}
.gfield_radio li,
.gfield_checkbox li {
  position: relative;
  margin-bottom: 15px;
}
.gfield_radio li:first-child,
.gfield_checkbox li:first-child {
  margin-top: 10px;
}
.gfield_radio li:last-child,
.gfield_checkbox li:last-child {
  margin-bottom: 0;
}
.gfield_radio li label,
.gfield_checkbox li label {
  padding-left: 40px;
  cursor: pointer;
}
.gfield_radio li label:before,
.gfield_radio li label:after,
.gfield_checkbox li label:before,
.gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.gfield_radio li label:before,
.gfield_checkbox li label:before {
  opacity: 0;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gfield_radio li label:after,
.gfield_checkbox li label:after {
  z-index: 0;
  background: transparent;
}
.gfield_checkbox li label:after {
  width: 19px;
  height: 19px;
  border-radius: 0px;
  border: 2px solid #6e6e6e;
  background-color: #fff;
}
.gfield_checkbox li label:before {
  width: 6px;
  height: 15px;
  border: solid #003b91;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: -1px;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.gfield_checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.gfield_radio li label:after {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  top: 2px;
}
.gfield_radio li label:before {
  width: 12px;
  height: 12px;
  border: solid #fff 3px;
  border-radius: 100%;
  left: 5px;
  top: 7px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gfield_radio input[type="radio"]:checked + label:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.gfield_description.validation_message {
  color: red;
  padding: 10px 0;
  margin-top: -25px !important; /*position: absolute!important;*/
  font-size: 10px !important;
}
/*END OF CHECKBOX*/
/***-----------------FORM 2 - APPLICATION---------------*/
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
  background-color: transparent;
  color: #6e6e6e !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #6e6e6e !important;
  font-size: 18px !important;
  padding: 10px 0 15px 0px !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6e6e6e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6e6e6e !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #6e6e6e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #6e6e6e !important;
}
.gform_wrapper input#gform_submit_button_6 {
  background-color: #003b91 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 56px;
  line-height: 34px;
  margin: 0;
  padding: 0 0px;
  text-align: center !important;
  margin-left: 40%;
  min-width: 20%;
}
.gform_wrapper input#gform_submit_button_6:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}
.gform_wrapper span.gform_description {
  color: #fff;
  margin-bottom: 10px;
  margin-top: -10px;
}
.goldBk .gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800 !important;
}
.gform_wrapper input:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper select:-webkit-autofill {
  background-color: transparent !important;
}
#gform_confirmation_message_11 {
  font-weight: bold;
  color: #c1973c;
  font-family: termina, sans-serif;
  font-size: 22px;
}

/*-------------------------------------------------
BUSINESS REGISTRATION FORM
--------------------------------------------------*/
#gform_wrapper_12 input[type="checkbox"] {
  margin: 0;
  opacity: 1;
  position: relative;
  appearance: checkbox;
  width: 13px;
  height: 13px;
}
#gform_wrapper_12 .top_label .gfield_label {
  display: block !important;
}

/*-------------------------------------------------
APPLICATION PAGE
--------------------------------------------------*/
p.disclaimer {
  font-size: 0.8em;
  line-height: 1.5em;
}
/*Mobile*/
@media only screen and (max-width: 768px) {
  a.venobox.hidden-lg.vbox-item {
    padding: 1em;
  }
}
input#input_6_6 {
  color: #6e6e6e !important;
}
span#extensions_message {
  color: #6e6e6e !important;
}
/*--------------------------------------------------
CULTURE PAGE
---------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #field_5c86969e41643 .wrapper-box-img-zoom,
  #field_5c86969e431a6 .wrapper-box-img-zoom {
    margin-bottom: 1em;
  }
  #field_5c86969e41643 .pad,
  #field_5c86969e431a6 .pad {
    padding: 0;
  }
  .photo-grid-pad {
    padding: 0;
  }
  .photo-grid-pad div div img {
    margin-bottom: 1em;
  }
}
/*---------------------------------------------------
service pages
---------------------------------------------------*/
@media only screen and (max-width: 768px) {
  p.blue {
    margin-bottom: 0px !important;
  }
}
/*----------------------------------------------------
people page/leadership page
-----------------------------------------------------*/
.people-img {
  margin-bottom: 1em;
}
.people-bio h2 {
  margin-bottom: 0;
}
.people-bio h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

/*special pads for sonia*/
@media only screen and (max-width: 768px) {
  #field_5c8818c6cf1b2 .img-circle {
    padding: 2em 1em 1em;
  }
  div#field_5c881947dfe55 .img-circle,
  div#field_5c881972b93d4 .img-circle,
  div#field_5c88198c91332 .img-circle,
  div#field_5c881a1f32575 .img-circle,
  div#field_5c881a3757430 .img-circle {
    padding: 1em;
  }
  img.alignleft {
    margin-bottom: 10px;
  }
}
#google_translate_element:after {
  content: "";
  display: block;
  clear: both;
}
img.google-icon {
  float: left;
  margin-right: 1em;
}
.goog-te-gadget-simple {
  background: transparent url(../../assets/img/icons/angle-down--wt.svg)
    no-repeat !important;
  background-position: 98% center !important;
  float: left !important;
  width: 82% !important;
  padding: 14px !important;
  border: 1px solid white !important;
  margin-bottom: 1.2em;
}
@media (min-width: 769px) {
  .goog-te-gadget-simple {
    margin-bottom: 2em;
    width: 78% !important;
  }
}
@media (min-width: 769px) {
  .goog-te-gadget-simple {
    margin-bottom: 1em;
    width: 78% !important;
  }
}
@media (min-width: 1025px) {
  .goog-te-gadget-simple {
    margin-bottom: 1em;
    width: 78% !important;
  }
}
.goog-te-gadget-simple img {
  display: none !important;
}
.goog-te-menu-value span {
  display: inline-block !important;
  color: white !important;
}
.goog-te-menu-value span:nth-of-type(2),
.goog-te-menu-value span:last-child {
  display: none !important;
}
.footer__translate__disclaimer {
  font-size: 0.8em;
  color: #fff;
  line-height: 14px;
  margin-bottom: 2em;
}
/*career updates latest*/
@media only screen and (min-width: 1200px) {
  .padding-adjust-career {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 768px) {
  .photo-grid-top-padding img,
  .padding-adjust-career img {
    padding: 1em;
  }

  .photo-grid-top-padding,
  .padding-adjust-career {
    padding: 0;
  }
}
/*caption and new link style*/
figcaption.wp-caption-text {
  background-color: #c1973c;
  padding: 0.5em 1em;
  font-family: "helvetica", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

img.size-full {
  width: 100%;
}
/*Link styling and overrides*/
a {
  background-color: #c1973c20;
}
.menu a,
a.bkbutn,
.head-phone a,
footer a,
.head-logo- a {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .sm-top-pad {
    padding-top: 1em;
  }
}
figure {
  margin: 0 0 10px;
}
.pad-below-image img {
  margin-bottom: 1em;
}
.transparentBk .gform_button.button,
.whiteBk .gform_button.button {
  background-color: #003b91 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 56px;
  margin: 0 auto;
  padding: 1em 2em;
  text-align: center !important;
}
.transparentBk .gform_button.button:hover,
.whiteBk .gform_button.button:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}
@media screen and (max-width: 39.9375em) {
  .sm-top-padd {
    padding-top: 2em;
  }
}

/* Events page*/
.event-tag p {
  text-transform: uppercase;
  font-family: "raleway";
  font-weight: bold;
}

.cky-switch input[type="checkbox"] {
  opacity: 1 !important;
}
