@charset "UTF-8";
/*!
Theme Name: FirstGenCom
Theme URI: http://underscores.me/
Author: First Generation
Author URI: http://firstgencom.com
Description: Custom Theme for First Generation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firstgencom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

FirstGenCom is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4A4A4A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: .9rem;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  color: #4A4A4A;
}

p {
  margin-bottom: 1.5em;
}

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

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
  margin: 0 0 1em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none !important;
}

a:focus {
  outline: thin dotted;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  background-color: inherit;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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. */
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

:focus {
  outline: none !important;
}

.font-medium {
  font-weight: 600;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 890px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btn-green, input[type="submit"].btn-green {
  border: 2px solid #BED62F;
  background-color: #BED62F !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border-radius: 6px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 1em;
  display: inline-block;
  margin: 10px;
  margin-left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-green:active, input[type="submit"].btn-green:active {
  color: #FFFFFF;
  background-color: #BED62F;
}

.btn-green:visited, input[type="submit"].btn-green:visited {
  color: #FFFFFF;
  background-color: #BED62F;
}

.btn-green:hover, input[type="submit"].btn-green:hover {
  color: #BED62F !important;
  text-decoration: none;
  background-color: #FFFFFF !important;
  cursor: pointer;
}

.btn.btn-primary {
  border: 2px solid #BED62F !important;
  background-color: #BED62F !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
  padding: 10px 30px !important;
  font-weight: 600 !important;
  font-size: 1em !important;
  display: inline-block !important;
  margin: 10px !important;
  margin-left: 0 !important;
}

.btn.btn-primary:active {
  color: #FFFFFF !important;
  background-color: #BED62F !important;
}

.btn.btn-primary:visited {
  color: #FFFFFF !important;
}

.btn.btn-primary:hover {
  color: #BED62F !important;
  background-color: #FFFFFF !important;
  text-decoration: none !important;
}

.btn.btn-primary:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-green-light {
  border: 2px solid #BED62F;
  background-color: #FFFFFF;
  text-transform: uppercase;
  color: #BED62F;
  border-radius: 6px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: .9em;
  display: inline-block;
  margin: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-green-light:active {
  color: #BED62F;
  background-color: #FFFFFF;
}

.btn-green-light:visited {
  color: #BED62F;
  background-color: #FFFFFF;
}

.btn-green-light:hover {
  color: #FFFFFF !important;
  background-color: #BED62F !important;
  text-decoration: none;
}

.text-blue {
  color: #093566;
  font-weight: 600;
}

.text-green {
  color: #BED62F;
}

h2.heading-underline {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.6em;
}

h2.heading-underline:after {
  content: '';
  width: 65%;
  height: 1px;
  display: block;
  position: relative;
  top: 15px;
  border-bottom: 1px solid #D6D5D5;
}

.list-no-style {
  margin: 0;
  padding: 0;
}

.list-no-style li {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.bg-light-green {
  background-color: rgba(190, 214, 47, 0.2);
}

.font-smaller {
  font-size: .9em;
}

/* modal */
.modal-backdrop.show {
  opacity: .7;
}

.modal-header {
  border-bottom: none;
  padding: 15px 25px;
}

.modal-body {
  padding-top: 0;
}

.modal-content {
  border: 2px solid #BED62F;
  border-radius: 0;
}

.modal-employee-name {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-employee-title {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: capitalize;
  color: #093566;
  margin-bottom: 30px;
}

.modal-employee-title:after {
  content: '';
  width: 80%;
  height: 1px;
  display: block;
  position: relative;
  top: 15px;
  border-bottom: 1px solid #D6D5D5;
}

.modal-employee-bio {
  font-weight: 500;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
  #employeesGrid .modal-dialog {
    max-width: 526px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 800px) {
  .modal-dialog {
    max-width: 85%;
    margin: 1.75rem auto;
  }
  #employeesGrid .modal-dialog {
    max-width: 790px;
    margin: 1.75rem auto;
  }
}

/* Progress Bars */
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}

@keyframes progress-bar {
  0% {
    width: 0;
  }
}

.progress-bars {
  width: 90%;
}

.progress-bars .meter-wrapper {
  margin-bottom: 20px;
}

.progress-bars .meter-wrapper .meter-text-percentage {
  margin-bottom: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.progress-bars .meter-wrapper .meter {
  height: 7px;
  position: relative;
  background: #D6D5D5;
  display: block;
  width: 100%;
}

.progress-bars .meter-wrapper .meter span {
  display: block;
  height: 100%;
  background-color: #BED62F;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  -webkit-animation: progress-bar 7s;
  animation: progress-bar 7s;
}

.service-icon {
  border-radius: 100%;
  border: 2px solid #093566;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #093566;
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.service-icon .icon-services {
  width: 100px;
  height: 100px;
}

.service-icon .icon-services .st0 {
  fill: none;
  stroke: #093566;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.service-icon:hover {
  background-color: #093566;
}

.service-icon:hover .icon-services {
  width: 100px;
  height: 100px;
}

.service-icon:hover .icon-services .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.service-icon-single-service {
  border-radius: 100%;
  border: 2px solid #093566;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #093566;
  background-color: #FFFFFF;
  float: left;
  margin-right: 25px;
}

.service-icon-single-service .icon-services {
  width: 50px;
  height: auto;
}

.service-icon-single-service .icon-services .st0 {
  fill: none;
  stroke: #093566;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.lity {
  background: rgba(0, 0, 0, 0.8);
}

.move-right {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

a:hover .move-right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-carousel .owl-stage-outer {
  top: 0;
}

.post-nav {
  margin: 100px 0 50px 0;
}

.page-hero-image__headline {
  text-transform: uppercase;
}

/* ----------- Sub menu collapsing  ----------- */
.filter-nav {
  max-width: none;
  padding: 0;
}

.filter-nav li {
  float: left;
}

.filter-nav li span {
  display: block;
  color: #fff;
  padding: 10px;
}

.filter-nav li:hover {
  cursor: pointer;
}

.navheader {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}

.slide-trigger {
  display: none;
  /* need this */
  padding: 20px 0;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  color: #FFFFFF;
  text-align: left;
}

.slide-trigger span {
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}

.filter-nav-container .filter-nav:after {
  content: "";
  display: table;
  clear: both;
}

.filter-nav-container ul.filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.filter-nav-container .filter-nav li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-nav-container .filter-nav li span {
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 20px 0;
}

.filter-nav-container .filter-nav li:last-child span {
  border-right: none;
}

@media only screen and (max-width: 964px) {
  .slide-trigger {
    display: block;
  }
  .no-js .slide-trigger {
    display: none;
  }
  .filter-nav-container ul.filter-nav {
    display: none;
    border-top: 1px dashed #7c7c7c;
  }
  .no-js .filter-nav {
    display: block;
  }
  .filter-nav li {
    float: none;
  }
  .filter-nav-container .filter-nav li span {
    text-align: left;
    padding: 10px;
    border: none;
  }
}

circle {
  -webkit-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .site-content {
    padding-top: 132px;
  }
}

.single-project-content {
  max-width: 100%;
  overflow: hidden;
}

.filter-nav-container .filter-nav .filter-nav__menu.active span {
  color: #093566;
}

.latest__article {
  padding-top: 15px;
}

.latest__article a {
  color: #bed62f;
  text-decoration: none;
  font-weight: 700;
}

.latest__article a:hover {
  color: #093566;
}

.latest__article a:hover .move-right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.cta-ad__jobs {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 15px 20px 20px 20px;
  background-color: #FFFFFF;
  z-index: 10;
  width: 341px;
  -webkit-box-shadow: 1px 4px 13px 4px rgba(74, 74, 74, 0.19);
          box-shadow: 1px 4px 13px 4px rgba(74, 74, 74, 0.19);
}

.cta-ad__jobs-toggle {
  text-align: right;
}

.cta-ad__jobs-toggle i {
  color: #5d5d5d;
}

.cta-ad__jobs-toggle:hover {
  cursor: pointer;
}

.cta-ad__jobs-content {
  text-align: center;
  margin: 0 0 10px;
}

.cta-ad__jobs-content img {
  width: 40px;
}

.cta-ad__jobs-content p {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #093566;
  font-size: 1.1em;
}

.cta-ad__jobs-content .btn.btn-primary {
  padding: 5px 10px !important;
  margin: 0 !important;
}

.cta-ad__jobs-minimized {
  position: fixed;
  bottom: 0;
  right: 100px;
  padding: 15px 15px;
  background-color: #FFFFFF;
  z-index: 9;
  width: auto;
  -webkit-box-shadow: 1px 4px 13px 4px rgba(74, 74, 74, 0.19);
          box-shadow: 1px 4px 13px 4px rgba(74, 74, 74, 0.19);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1em;
  color: #093566;
  text-transform: uppercase;
}

.cta-ad__jobs-minimized a {
  padding-left: 5px;
}

.post-type-archive-jobpost .cta-ad__jobs, .post-type-archive-jobpost .cta-ad__jobs-minimized {
  display: none !important;
}

@media only screen and (max-width: 580px) {
  .cta-ad__jobs, .cta-ad__jobs-minimized {
    display: none !important;
  }
}

.z-tabs.silver > ul > li.z-active > a::after {
  content: '';
  height: 6px;
  width: 100%;
  background-color: #bed62f;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  margin-left: 0;
  visibility: visible;
}

ul.z-tabs-nav.z-tabs-desktop {
  border-bottom: 2px solid rgba(190, 214, 47, 0.7);
}

.z-tabs.silver > ul > li.z-active > a {
  color: #BED62F !important;
}

ul.z-tabs-nav.z-tabs-desktop, ul.z-tabs-nav.z-tabs-desktop.z-hide-menu {
  border-bottom: 2px solid rgba(190, 214, 47, 0.7);
}

ul.z-tabs-nav.z-tabs-mobile.z-state-closed {
  background-color: #BED62F !important;
}

ul.z-tabs-mobile li:first-child {
  background-color: #BED62F !important;
}

.z-tabs.medium > ul > li > a {
  padding: 20px 0;
}

.z-tabs.medium > ul > li > a {
  font-weight: bolder;
}

.welcome-serv-img {
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .welcome-serv-img img {
    float: none;
    width: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  .z-tabs.silver > ul > li.z-active > a::after {
    visibility: hidden !important;
  }
  .z-tabs.horizontal > ul > li.z-tab {
    width: 100%;
  }
  .z-tabs.horizontal > ul > li {
    float: left;
    margin: 0 70px 0 0;
    width: auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .z-tabs.horizontal > ul > li {
    float: left;
    margin: 0 70px 0 0;
    width: 100% !important;
  }
}

@media only screen and (min-width: 769px) {
  .page-arts-on-the-wall-wrapper {
    padding-top: 132px;
  }
}

.z-tabs.silver > ul > li > a {
  color: #4A4A4A !important;
}

.main-title h2, .upload-art-walls h2 {
  font-size: 1.5em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 900;
}

.art-on-walls {
  margin: 50px 0;
}

.upload-art-walls {
  margin-top: 10px;
}

.upload-art-walls h2 {
  margin-bottom: 20px;
}

.aotw-have-questions {
  padding: 50px 0;
}

.aotw-have-questions a {
  color: #BED62F !important;
}

.aotw-have-questions a:hover {
  color: #093566 !important;
}

.z-content-inner, .z-content-inner p {
  color: #4A4A4A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: .9rem;
  line-height: 1.7;
}

ul.z-tabs-nav.z-tabs-desktop {
  margin-bottom: 30px;
}

.z-tabs.horizontal.responsive > ul > li > a, .z-tabs.horizontal.top-compact > ul > li > a, .z-tabs.horizontal.bottom-compact > ul > li > a, .z-tabs.horizontal.top-center > ul > li > a, .z-tabs.horizontal.bottom-center > ul > li > a {
  text-align: left;
}

.z-link {
  font-family: 'Montserrat', sans-serif !important;
}

.wpcf7-form textarea {
  font-size: 1em;
}

.detail a {
  color: #BED62F;
}

.detail a:hover {
  color: #093566;
}

.z-tabs.silver > ul > li.z-active > a {
  color: #BED62F !important;
}

#masthead {
  padding: 15px 0;
  background-color: rgba(9, 53, 102, 0.85);
  background-image: radial-gradient(circle at 70% 20%, rgba(21, 101, 159, 0.7) 0%, rgba(9, 53, 102, 0.85) 100%);
  position: fixed;
  z-index: 99;
  -webkit-transition: -webkit-box-shadow .35s ease-in-out;
  transition: -webkit-box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

#masthead img {
  width: 100%;
  max-width: 201px;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

#masthead.sticky {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

#masthead.sticky img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media only screen and (min-width: 992px) {
  #masthead {
    margin-bottom: -110px;
  }
  .project-video-hero {
    margin-top: 110px;
  }
}

.header-social-media {
  text-align: right;
  position: relative !important;
}

.header-social-media ul {
  margin: 0;
  padding: 0;
}

.header-social-media .header-social-media__item {
  display: inline-block;
  list-style: none;
  padding-left: 5px;
  font-size: 1.2em;
}

.header-social-media .header-social-media__item a {
  color: #FFFFFF;
  padding: 10px;
}

.header-social-media .header-social-media__item a i {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.header-social-media .header-social-media__item a:hover {
  color: #BED62F;
}

.header-social-media .header-social-media__item a:hover i {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.navbar-brand {
  position: relative;
}

.navbar {
  padding: .5rem 0 0 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.navbar-nav li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  .navbar-nav li a {
    font-size: 13px;
  }
}

.navbar-nav .nav-link {
  padding: 10px 15px !important;
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    margin-top: 20px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #BED62F;
}

.navbar-light .navbar-toggler {
  color: #FFFFFF;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255'");
}

.navbar-light .navbar-toggler:focus {
  outline: 0;
}

@media only screen and (max-width: 768px) {
  .header-social-media {
    text-align: center;
    margin-bottom: 20px;
  }
  .navbar-brand, .navbar-toggler {
    position: relative;
    top: -10px;
  }
}

.menu-item a {
  position: relative;
}

.menu-item a::after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 90%;
  height: 1px;
  background-color: transparent;
  border-radius: 1px;
  content: '';
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.menu-item.active a::after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #BED62F;
  border-radius: 1px;
  content: '';
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}

.menu-item a:hover::after {
  right: 10px;
  left: 10px;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 991px) {
  .menu-item a::after {
    width: 0;
  }
  .navbar-nav {
    text-align: center;
  }
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.follow-us-contest {
  position: absolute;
  color: #4A4A4A;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 18px 15px;
  width: auto;
  top: 50px;
  font-weight: bold;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
  border-bottom: 7px solid #BED62F;
  visibility: hidden;
}

.follow-us-contest .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: 50%;
  position: absolute;
  margin-left: -3px;
}

@media only screen and (max-width: 769px) {
  .follow-us-contest {
    position: absolute;
    right: 50%;
    margin-right: -160px;
  }
}

#colophon {
  background-color: #EFEFEF;
  padding-top: 40px;
}

#colophon .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-logo {
  margin: 0 0 20px 0;
}

.footer-social-media ul {
  margin: 0;
  padding: 0;
}

.footer-social-media ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}

.footer-social-media ul li a {
  font-size: 1.5em;
  color: #4A4A4A;
}

.footer-social-media ul li a i {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.footer-social-media ul li a:hover {
  color: #BED62F;
}

.footer-social-media ul li a:hover i {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-social-media ul li.first {
  padding-left: 0;
}

.footer-social-media ul li.last {
  padding-right: 0;
}

.sdvosb {
  text-align: center;
  margin: 30px 0;
}

.copyright {
  background-color: #BED62F;
  font-size: .8em;
  text-align: center;
  padding: 20px 0;
  color: #FFFFFF;
}

.footer-col-2 {
  position: relative;
}

.footer-col-2 a img {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.footer-col-2 a:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.footer-col-2 h3 {
  font-size: 1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.footer-col-2 .footer-col-2__logo-wtg, .footer-col-2 .footer-col-2__logo-technicom {
  display: block;
  margin: 20px 0 0 0;
}

.footer-col-2 .footer-col-2__logo-wtg {
  width: 120px;
}

.footer-col-2 .footer-col-2__logo-technicom {
  width: 160px;
}

@media only screen and (max-width: 992px) {
  .footer-col-2 .footer-col-2__logo-wtg, .footer-col-2 .footer-col-2__logo-technicom {
    display: inline;
  }
  .footer-col-2 .footer-col-2__logo-technicom {
    margin-right: 30px;
  }
  .footer-col-2 .footer-col-2__logo-wtg {
    width: 110px;
  }
}

.footer-col-3 {
  position: relative;
}

.footer-col-3 h3 {
  font-size: 1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.footer-col-3 .contact-info {
  margin: 10px 0;
}

.footer-col-3 .contact-info i {
  color: #BED62F;
  font-size: 1.3em;
  padding-right: 5px;
}

.footer-col-3 .contact-info a {
  color: #4A4A4A;
  font-size: .95em;
}

.footer-col-3 .contact-info a:hover {
  text-decoration: none;
  color: #093566;
}

.footer-col-3 .contact-info .contact-info__inline {
  display: inline-block;
  vertical-align: middle;
}

.footer-col-4 {
  position: relative;
}

.footer-col-4 h3 {
  font-size: 1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.divider {
  position: absolute;
  right: 5px;
  top: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-col-2 .divider {
    display: none;
  }
  .footer-col-3 .divider, .footer-col-4 .divider {
    top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .divider {
    display: none;
  }
  .sdvosb span {
    display: block;
    margin-top: 10px;
  }
  .contact-info i {
    display: none;
  }
  .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
    text-align: center;
  }
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
  margin-bottom: 30px;
}

#footer-get-started {
  text-align: center;
  background-color: #093566;
  padding: 60px 0;
}

#footer-get-started a {
  font-size: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

#footer-get-started a:hover {
  text-decoration: none;
  color: #BED62F;
}

#footer-get-started p {
  color: #FFFFFF;
  margin: 10px 0;
}

#footer-get-started-gov {
  text-align: center;
}

#footer-get-started-gov p {
  color: #FFFFFF;
  margin: 10px 0;
}

#footer-get-started-gov .bg-green {
  background-color: #BED62F;
  padding: 50px 0;
}

#footer-get-started-gov .bg-green a {
  font-size: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}

#footer-get-started-gov .bg-green a:hover {
  text-decoration: none;
  color: #093566;
}

#footer-get-started-gov .bg-blue {
  background-color: #093566;
  padding: 50px 0;
}

#footer-get-started-gov .bg-blue a {
  display: inline-block;
  width: 70%;
  font-size: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
}

#footer-get-started-gov .bg-blue a:hover {
  text-decoration: none;
  color: #BED62F;
}

.sdvosb img {
  width: 80px;
}

#homepage-intro {
  background-color: #BED62F;
  padding: 60px 0 60px 0;
  text-align: center;
}

#homepage-intro .homepage-intro__headline {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.8em;
}

#homepage-intro .down__arrow {
  color: #FFFFFF;
  font-size: 2em;
  position: relative;
  top: 20px;
  -webkit-animation: bounce 1000ms cubic-bezier(0.4, 0, 0.4, 1) infinite alternate;
  animation: bounce 1000ms cubic-bezier(0.4, 0, 0.4, 1) infinite alternate;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

#homepage-services {
  padding: 60px 0;
}

#homepage-services .homepage-services__wrapper {
  margin: 10px 0;
}

#homepage-services .service-content {
  text-align: center;
}

#homepage-services .service-content h3 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}

#homepage-services .service-content a {
  color: #BED62F;
  text-decoration: none;
}

#homepage-services .service-content a:hover {
  color: #093566;
}

#homepage-work-team {
  background-color: #EFEFEF;
  padding: 80px 0;
  margin-bottom: 20px;
}

#homepage-work-team a {
  margin-right: 15px;
  margin-left: 0;
}

#homepage-client-logos {
  background-color: #BED62F;
  padding: 100px 0 110px 0;
  margin-bottom: 20px;
}

#homepage-client-logos .owl-item {
  text-align: center;
}

#homepage-client-logos .owl-item img {
  max-width: 150px;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.owl-prev, .owl-next {
  position: absolute;
}

.owl-next {
  top: 50% !important;
  -webkit-transform: translateY(-70px) !important;
  transform: translateY(-70px) !important;
  right: -60px !important;
  font-size: 80px !important;
  color: white !important;
}

.owl-prev {
  top: 50% !important;
  -webkit-transform: translateY(-70px) !important;
  transform: translateY(-70px) !important;
  left: -60px !important;
  font-size: 80px !important;
  color: white !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 781px) {
  .owl-next {
    right: -20px !important;
  }
  .owl-prev {
    left: -20px !important;
  }
}

.parallax-img-container {
  width: 600px;
  height: 400px;
  position: relative;
}

.parallax-img-container #home-img__1 {
  left: 20%;
  position: absolute;
}

.parallax-img-container #home-img__2 {
  left: 47.5%;
  top: 260px;
  position: absolute;
}

.parallax-img-container #home-img__3 {
  left: 69%;
  top: 42px;
  width: 140px;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .parallax-img-container {
    width: 600px;
    height: 400px;
    position: relative;
  }
  .parallax-img-container #home-img__1 {
    width: 46%;
  }
  .parallax-img-container #home-img__2 {
    left: 44.5%;
    top: 260px;
    position: absolute;
  }
  .parallax-img-container #home-img__3 {
    left: 69%;
    top: 42px;
    position: absolute;
  }
}

@media only screen and (max-width: 981px) {
  .parallax-img-container #home-img__1 {
    left: 0;
    position: absolute;
    top: 3%;
    width: 54%;
  }
  .parallax-img-container #home-img__2 {
    left: 37%;
    top: 74%;
    position: absolute;
    width: 52%;
    z-index: 3;
  }
  .parallax-img-container #home-img__3 {
    left: 57%;
    top: 14%;
    position: absolute;
    width: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .parallax-img-container #home-img__1 {
    left: 0;
    position: absolute;
    top: 20px;
    width: 55%;
  }
  .parallax-img-container #home-img__2 {
    left: 40%;
    top: 75%;
    position: absolute;
    width: 50%;
    z-index: 3;
  }
  .parallax-img-container #home-img__3 {
    left: 59%;
    top: 55px;
    position: absolute;
    width: 30%;
  }
}

@media only screen and (max-width: 554px) {
  .parallax-img-container #home-img__1 {
    left: 0;
    position: absolute;
    top: 20px;
    width: 55%;
  }
  .parallax-img-container #home-img__2 {
    left: 45%;
    top: 73%;
    position: absolute;
    width: 47%;
    z-index: 3;
  }
  .parallax-img-container #home-img__3 {
    left: 59%;
    top: 11%;
    position: absolute;
    width: 32%;
  }
}

@media only screen and (max-width: 480px) {
  .parallax-img-container #home-img__1 {
    left: 1%;
    position: absolute;
    top: 13%;
    width: 55%;
  }
  .parallax-img-container #home-img__2 {
    left: 40%;
    top: 65%;
    position: absolute;
    width: 54%;
    z-index: 3;
  }
  .parallax-img-container #home-img__3 {
    left: 62%;
    top: 17%;
    position: absolute;
    width: 32%;
  }
}

@media only screen and (max-width: 376px) {
  .parallax-img-container #home-img__1 {
    left: 1%;
    position: absolute;
    top: 13%;
    width: 55%;
  }
  .parallax-img-container #home-img__2 {
    left: 40%;
    top: 65%;
    position: absolute;
    width: 54%;
    z-index: 3;
  }
  .parallax-img-container #home-img__3 {
    left: 62%;
    top: 20%;
    position: absolute;
    width: 32%;
  }
}

#homepage-services .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.rv-homepage-hero {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background-image: url("https://www.firstgencom.com/wp-content/uploads/2019/03/video-hero-bg-opti.jpg");
  background-size: cover;
  background-position: center;
}

.rv-homepage-hero .text-lead {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 4vw;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}

.rv-homepage-hero .text-lead__sub {
  text-transform: uppercase;
  color: #BED62F;
  font-size: 4vw;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.rv-homepage-hero .text-lead__text {
  font-size: 2vw;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  font-weight: 500;
}

.rv-homepage-hero .text-lead__button {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background-color: #BED62F;
  padding: 10px 15px;
  margin-top: 25px;
  display: inline-block;
  border-radius: 6px;
}

.rv-homepage-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.rv-homepage-hero .container {
  position: relative;
  z-index: 2;
}

.rv-homepage-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

@media only screen and (min-width: 1100px) {
  .rv-homepage-hero .text-lead {
    font-size: 3vw;
  }
  .rv-homepage-hero .text-lead__sub {
    font-size: 3vw;
  }
  .rv-homepage-hero .text-lead__text {
    font-size: 1.5vw;
  }
}

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white, black);
}

.page-hero-image {
  height: 650px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.page-hero-image .container {
  position: relative;
  height: 100%;
  width: 100%;
}

.page-hero-image .page-hero-image__headline {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 15px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.7em;
}

@media only screen and (min-width: 700px) {
  .page-hero-image {
    height: 650px;
    width: 100%;
    background-position: 100% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
  }
  .page-hero-image .container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .page-hero-image .page-hero-image__headline {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 15px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 3.6em;
  }
  .tax-project_category .page-hero-image, .post-type-archive-projects .page-hero-image {
    background-position: center;
  }
}

@media only screen and (min-width: 1200px) {
  .page-hero-image {
    height: 750px;
  }
  .page-hero-image.arts-wall {
    height: 650px;
  }
}

@media only screen and (max-width: 700px) {
  .page-hero-image {
    height: 450px;
  }
}

#who .column {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-fg {
  margin-top: 20px;
}

.film-quote {
  width: 85%;
  padding-top: 60px;
  font-size: .95em;
  color: #5F5F5F;
  line-height: 1.5em;
  font-weight: bolder;
}

.film-quote span {
  font-size: .9em;
}

.film-quote span.bigger-quotes {
  font-size: 1.2em;
  font-weight: bolder;
}

.film-quote span.text-blue {
  display: block;
  margin-top: 10px;
}

.da-thumbs {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.da-thumbs li {
  position: relative;
  list-style: none;
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-bottom: 4px;
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li:nth-child(even) a div {
  position: absolute;
  background-color: rgba(9, 53, 102, 0.7);
  background-image: radial-gradient(circle at 70% 50%, rgba(21, 101, 159, 0.6) 19%, rgba(9, 53, 102, 0.7) 80%);
  width: 100%;
  height: 100%;
}

.da-thumbs li:nth-child(odd) a div {
  position: absolute;
  background-color: rgba(190, 214, 47, 0.7);
  background-image: radial-gradient(circle at 70% 50%, rgba(223, 241, 120, 0.6) 19%, rgba(190, 214, 47, 0.7) 80%);
  width: 100%;
  height: 100%;
}

.employee-information p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10px;
  color: #FFFFFF;
}

.employee-information p span {
  display: block;
}

.employee-information p .employee-info__name {
  font-weight: 700;
}

.employee-information p .employee-info__title {
  font-weight: 500;
  font-size: .9em;
  max-width: 90%;
  margin: 0 auto;
}

.page-hero-image.arts-wall {
  background-position: 54% 50%;
}

#section-process {
  margin: 40px 0;
}

#section-process .process-steps {
  text-align: center;
  margin: 10px 0;
}

#section-process .process-steps img {
  display: inline-block;
}

#section-services {
  background-color: #EFEFEF;
  padding: 40px 0;
}

#section-services .service-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 25px 20px;
  border: 1px solid #D6D5D5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#section-services .service-wrapper .service-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#section-services .service-wrapper .service-icon .icon-services {
  width: 35px;
}

#section-services .service-wrapper .service-icon .icon-services .st0 {
  fill: none;
  stroke: #093566;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#section-services .service-wrapper .service-icon:hover {
  background-color: #093566;
}

#section-services .service-wrapper .service-icon:hover .icon-services {
  width: 35px;
  height: auto;
}

#section-services .service-wrapper .service-icon:hover .icon-services .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#section-services .service-wrapper .service-content h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}

#section-services .service-wrapper .service-content .btn-green {
  margin: 0;
  padding: 10px 25px;
}

#section-services .service-wrapper:hover {
  border: 1px solid #093566;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.23);
}

#section-services .service-wrapper:hover .service-icon {
  background-color: #093566;
}

#section-services .service-wrapper:hover .service-icon .icon-services {
  width: 35px;
  height: auto;
}

#section-services .service-wrapper:hover .service-icon .icon-services .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

@media only screen and (max-width: 768px) {
  .service-content {
    text-align: center;
    margin-top: 15px;
  }
}

#markets {
  margin: 60px 0;
}

#markets .markets__intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 180px 30px;
}

#markets .markets__intro h2, #markets .markets__intro p {
  color: #FFFFFF;
}

#fg-accordion .card {
  border: none;
}

#fg-accordion .card.no-dropdown:active .card-header {
  background-color: #FFFFFF;
}

#fg-accordion .card.no-dropdown .card-header:hover {
  background-color: #BED62F;
}

#fg-accordion .card.no-dropdown .card-header .btn.btn-link {
  cursor: default;
}

#fg-accordion .card.no-dropdown .card-header .btn.btn-link:after {
  display: none;
}

#fg-accordion .card.no-dropdown .card-header.active:before {
  background-color: #093566;
  color: #FFFFFF;
}

#fg-accordion .card-header {
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #B2B2B2;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 0;
}

#fg-accordion .card-header.active {
  background-color: #BED62F;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#fg-accordion .card-header:hover {
  background-color: #BED62F;
}

#fg-accordion .card-header .btn.btn-link {
  color: #093566;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  padding: 17px 45px;
  white-space: inherit;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#fg-accordion .card-header .btn.btn-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  font-size: 16px;
  padding: 0;
}

#fg-accordion .card-header .btn.btn-link.collapsed:after {
  content: "\f107";
}

#fg-accordion .card-header:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #093566;
  border-radius: 100%;
  padding: 4px 0px 0px 7px;
  width: 25px;
  height: 25px;
  pointer-events: none;
}

#fg-accordion .card-header.active:before {
  background-color: #FFFFFF;
  color: #093566;
}

#fg-accordion .no-dropdown .card-header.active {
  background-color: #FFFFFF;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .markets__accordion {
    margin-top: 30px;
  }
}

/* Single Service */
.section-single-service {
  margin: 50px 0;
}

.related-projects {
  margin-top: 100px;
}

.owl-service .owl-service__wrapper {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

.owl-three .owl-next, .owl-gov .owl-next {
  right: 0 !important;
}

.owl-three .owl-prev, .owl-gov .owl-prev {
  left: 0 !important;
}

.fly-in-wrapper {
  position: relative;
  width: 100%;
  height: 508px;
}

.fly-in-wrapper .fly-in-wrapper__image1 {
  position: relative;
  display: inline-block;
  left: 5%;
  top: 5%;
}

.fly-in-wrapper .fly-in-wrapper__image2 {
  position: relative;
  display: inline-block;
  top: -2%;
  left: 45%;
}

.fly-in-wrapper .fly-in-wrapper__image3 {
  position: relative;
  display: inline-block;
  left: -40%;
  top: 8%;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .fly-in-wrapper {
    height: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 5%;
    top: 5%;
    width: 75%;
  }
  .fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: -2%;
    left: 45%;
    width: 50%;
  }
  .fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: -45%;
    top: 8%;
    width: 33%;
  }
}

@media only screen and (max-width: 678px) {
  .fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 0;
    top: 5%;
    width: 85%;
  }
  .fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: -2%;
    left: 35%;
    width: 55%;
  }
  .fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: -60%;
    top: 8%;
    width: 35%;
  }
}

.learning-solutions.fly-in-wrapper {
  position: relative;
  width: 100%;
}

.learning-solutions.fly-in-wrapper .fly-in-wrapper__image1 {
  position: relative;
  display: inline-block;
  left: 30%;
  top: 5%;
}

.learning-solutions.fly-in-wrapper .fly-in-wrapper__image2 {
  position: relative;
  display: inline-block;
  top: 53%;
  left: 2%;
}

.learning-solutions.fly-in-wrapper .fly-in-wrapper__image3 {
  position: relative;
  display: inline-block;
  left: -10%;
  top: 0%;
}

@media only screen and (max-width: 1200px) {
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 10%;
    top: 5%;
    width: 80%;
  }
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: 10%;
    left: 60%;
    width: 37%;
  }
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: -37%;
    top: -5%;
    width: 54%;
  }
}

@media only screen and (max-width: 678px) {
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 0;
    top: 5%;
    width: 81%;
  }
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: 9%;
    left: 48%;
    width: 35%;
  }
  .learning-solutions.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: -42%;
    top: -8%;
    width: 50%;
  }
}

.visual-production.fly-in-wrapper {
  position: relative;
  width: 100%;
}

.visual-production.fly-in-wrapper .fly-in-wrapper__image1 {
  position: relative;
  display: inline-block;
  left: 15%;
  top: 5%;
  width: 415px;
}

.visual-production.fly-in-wrapper .fly-in-wrapper__image2 {
  position: relative;
  display: inline-block;
  top: -10px;
  left: -5%;
}

.visual-production.fly-in-wrapper .fly-in-wrapper__image3 {
  position: relative;
  display: inline-block;
  left: -10px;
  top: 30px;
  width: 36%;
}

@media only screen and (max-width: 1200px) {
  .visual-production.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 7%;
    top: 5%;
    width: 80%;
  }
  .visual-production.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: -10px;
    left: -5%;
    width: 55%;
  }
  .visual-production.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: 0%;
    right: 0%;
    top: 30px;
    width: 39%;
  }
}

@media only screen and (max-width: 678px) {
  .visual-production.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: -2%;
    top: 5%;
    width: 81%;
  }
  .visual-production.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: -5%;
    left: -4%;
    width: 45%;
  }
  .visual-production.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: 0%;
    right: 0;
    top: 9%;
    width: 35%;
  }
}

.live-experiences.fly-in-wrapper {
  position: relative;
  width: 100%;
}

.live-experiences.fly-in-wrapper .fly-in-wrapper__image1 {
  position: relative;
  display: inline-block;
  left: 19%;
  top: 5%;
}

.live-experiences.fly-in-wrapper .fly-in-wrapper__image2 {
  position: relative;
  display: inline-block;
  top: 9%;
  left: 13%;
}

.live-experiences.fly-in-wrapper .fly-in-wrapper__image3 {
  position: relative;
  display: inline-block;
  left: 17%;
  top: -4%;
}

@media only screen and (max-width: 1200px) {
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 10%;
    top: 5%;
    width: 80%;
  }
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: 8%;
    left: 4%;
    width: 39%;
  }
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: 8%;
    top: -2%;
    width: 53%;
  }
}

@media only screen and (max-width: 678px) {
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image1 {
    position: relative;
    display: inline-block;
    left: 2%;
    top: 5%;
    width: 80%;
  }
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: 9%;
    left: -3%;
    width: 39%;
  }
  .live-experiences.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: 0%;
    top: -2%;
    width: 53%;
  }
}

.marketing.fly-in-wrapper .fly-in-wrapper__image2 {
  position: relative;
  display: inline-block;
  top: 0%;
  left: 45%;
  width: 50%;
}

.marketing.fly-in-wrapper .fly-in-wrapper__image3 {
  position: relative;
  display: inline-block;
  left: -45%;
  top: 8%;
  width: 35%;
}

@media only screen and (max-width: 678px) {
  .marketing.fly-in-wrapper .fly-in-wrapper__image2 {
    position: relative;
    display: inline-block;
    top: -3%;
    left: 40%;
    width: 50%;
  }
  .marketing.fly-in-wrapper .fly-in-wrapper__image3 {
    position: relative;
    display: inline-block;
    left: -52%;
    top: 10%;
    width: 35%;
  }
}

#service_video {
  padding-top: 50px;
}

#service_video h2 {
  text-transform: uppercase;
  color: #093566;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.video-service {
  width: 100%;
  min-height: 450px;
}

.service-text-single-service {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 7px;
}

#services-navigation {
  text-align: center;
}

#services-navigation .service-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#services-navigation .service-icon .icon-services {
  width: 35px;
  position: relative;
  top: -35%;
}

#services-navigation .service-icon .icon-services .st0 {
  fill: none;
  stroke: #093566;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#services-navigation .service-icon:hover {
  background-color: #093566;
}

#services-navigation .service-icon:hover .icon-services {
  width: 35px;
  position: relative;
  top: -35%;
}

#services-navigation .service-icon:hover .icon-services .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#services-navigation p {
  color: #093566;
  font-size: 1em;
  text-transform: uppercase;
  display: inline;
  position: relative;
  top: -19px;
  left: 5px;
}

.services__link {
  text-transform: uppercase;
  color: #BED62F;
  font-size: 1.2em;
}

.projects__link {
  text-transform: uppercase;
  color: #BED62F;
}

#other-services {
  margin-top: 100px;
  margin-bottom: 80px;
}

#other-services ul {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 100px;
}

#other-services ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 33%;
  display: block;
}

#other-services ul li a {
  font-size: 1.2em;
  color: #BED62F;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

#other-services ul li a span {
  display: inline-block;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

#other-services ul li a:hover {
  color: #093566;
}

#other-services ul li a:hover span {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

@media only screen and (max-width: 1100px) {
  #other-services ul {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  #other-services ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 560px) {
  #other-services ul li {
    float: none;
    margin-bottom: 7px;
  }
}

.single-service.postid-171 .other-services__visual-production {
  display: none !important;
}

.single-service.postid-50 .other-services__marketing {
  display: none !important;
}

.single-service.postid-170 .other-services__live-experiences {
  display: none !important;
}

.single-service.postid-172 .other-services__learning-solutions {
  display: none !important;
}

.wrapper-color {
  padding: 3rem 0;
  background-color: #EFEFEF;
}

.demo-video-wrapper {
  margin: 2rem 0 1rem;
  width: 95%;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .demo-video-wrapper {
    width: 100%;
  }
}

.demo-video-wrapper .video-container, .additional-demo-item .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.22%;
}

.demo-video-wrapper .video-container .video, .additional-demo-item .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-demos .owl-dots {
  margin-top: 30px !important;
}

.article__wrapper {
  margin-top: 200px;
}

.article__wrapper .header__wrapper .title__wrapper {
  max-width: 750px;
  text-align: left;
  margin: 0 auto;
}

.article__wrapper .header__wrapper .title__wrapper .article__title {
  font-size: 2.3em;
  font-weight: bolder;
  margin-bottom: 5px;
}

.article__wrapper .header__wrapper .title__wrapper .article__title-subhead {
  font-size: 2em;
  font-weight: normal;
}

.article__wrapper .header__wrapper .title__wrapper .author__wrapper {
  margin: 20px 0;
  margin-bottom: 60px;
}

.article__wrapper .header__wrapper .title__wrapper .author__wrapper .author__image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
}

.article__wrapper .header__wrapper .title__wrapper .author__wrapper .author__info {
  display: inline-block;
  padding-left: 10px;
}

.article__wrapper .header__wrapper .title__wrapper .author__wrapper .author__info .author__text {
  font-size: .9em;
  display: block;
}

.article__wrapper .header__wrapper .title__wrapper .author__wrapper .author__info .published__date {
  display: block;
  color: #ababab;
  font-size: .8em;
}

.article__wrapper .header__wrapper .article__body-hero_image {
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.article__wrapper .article__body {
  max-width: 750px;
  margin: 0 auto;
  padding: 50px 0;
}

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

@media only screen and (max-width: 769px) {
  .article__wrapper {
    margin-top: 0;
  }
}

.archive-article__wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.archive-article__wrapper h3 {
  font-size: 1.5em;
}

.archive-article__wrapper p {
  font-size: 1.1em;
}

.archive-article__wrapper a {
  color: #BED62F;
}

.archive-article__wrapper a:hover {
  color: #093566;
}

.archive-article__wrapper .row-wrapper {
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.projects-menu {
  background-color: #BED62F;
  margin-bottom: 20px;
  text-align: center;
}

.projects-menu ul {
  margin: 0;
  padding: 30px 0;
}

.projects-menu ul li {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  color: #FFFFFF;
}

.projects-menu ul li.active a {
  color: #093566;
}

.projects-menu ul li a {
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.projects-menu ul li a:hover {
  color: #093566;
  text-decoration: none;
}

@media (min-width: 576px) {
  .projects-menu .container {
    max-width: 100%;
  }
}

@media (min-width: 720px) {
  .projects-menu .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .projects-menu .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .projects-menu .container {
    max-width: 1140px;
  }
}

.work-articles {
  margin-top: 30px;
  margin-bottom: 30px;
}

.work-card-wrapper {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.work-card-wrapper.grey-out {
  opacity: 0.35;
}

.work-card-wrapper .work-card {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  display: block;
}

.work-card-wrapper .work-card .work-card-content {
  position: absolute;
  width: 100%;
  height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-card-wrapper .work-card .work-card-overlay-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 100%;
}

.work-card-wrapper .work-card .work-card-overlay-wrapper .work-card-overlay {
  background-color: rgba(9, 53, 102, 0.7);
  background-image: radial-gradient(circle at 70% 50%, rgba(21, 101, 159, 0.6) 19%, rgba(9, 53, 102, 0.7) 80%);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.work-card-wrapper .work-card .work-card-overlay-wrapper .work-card-overlay h3 {
  font-size: 1.1em;
  color: #FFFFFF;
  font-weight: 700;
  width: 100%;
}

.work-card-wrapper .work-card .work-card-overlay-wrapper .work-card-overlay p {
  font-size: 1em;
  font-weight: 500;
  margin-top: 10px;
  max-width: 97%;
  width: 100%;
}

.work-card-wrapper .work-card__mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(9, 53, 102, 0.7);
  background-image: radial-gradient(circle at 70% 50%, rgba(21, 101, 159, 0.6) 19%, rgba(9, 53, 102, 0.7) 80%);
  padding: 10px 0;
}

.work-card-wrapper .work-card__mobile h3 {
  color: #FFFFFF;
  margin: 10px 0;
  font-size: 1.2em;
  text-align: center;
}

.work-card-wrapper .work-card-learn-more {
  padding: 10px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: .9em;
  border-radius: 4px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 10px;
  display: inline-block;
}

.work-card-wrapper .work-card-learn-more:hover {
  background-color: #FFFFFF;
  color: #093566;
  text-decoration: none;
}

.display-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
  .display-mobile {
    display: block !important;
  }
}

.misha_loadmore.btn-green-light {
  margin: 30px auto 0 auto;
  display: block;
  width: 20%;
  text-align: center;
}

.misha_loadmore.btn-green-light:hover {
  cursor: pointer;
}

.single-project-content {
  margin-bottom: 50px;
}

.single-project-headline {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 50px;
  max-width: 85%;
  text-transform: uppercase;
}

.case-study-two-columns .case-study-two-columns__left h2, .case-study-two-columns .case-study-two-columns__right h2 {
  font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}

.case-study-two-columns .case-study-two-columns__left h2:after, .case-study-two-columns .case-study-two-columns__right h2:after {
  content: '';
  width: 150%;
  height: 1px;
  display: block;
  position: relative;
  top: 15px;
  border-bottom: 1px solid #D6D5D5;
}

.case-study-two-columns .case-study-two-columns__left ul, .case-study-two-columns .case-study-two-columns__right ul {
  margin: 10px 0 25px 0;
}

.case-study-two-columns .case-study-two-columns__right ul li ul {
  margin: 5px 0px 10px -5px;
  font-size: 0.9em;
}

.case-study-two-columns .case-study-two-columns__left {
  padding: 50px 0 20px 0;
}

.case-study-two-columns .case-study-two-columns__right {
  position: relative;
  height: 100%;
}

.case-study-two-columns .case-study-two-columns__right .case-study-two-columns__right__wrapper {
  background-color: rgba(190, 214, 47, 0.2);
  padding: 70px 30px 40px 30px;
}

.case-study-two-columns .case-study-two-columns__right .case-study-two-columns__right__wrapper > ul {
  color: #B1C72C;
  margin: 10px 0 40px 0;
  height: auto;
  -webkit-column-count: 2;
  column-count: 2;
  list-style: none;
  padding: 0;
}

.case-study-full-img {
  width: 100%;
  height: auto;
}

.case-study-text {
  padding: 100px 0;
}

.case-study-text h2 {
  font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
  color: inherit;
}

.case-study-text h2:after {
  content: '';
  width: 150%;
  height: 1px;
  display: block;
  position: relative;
  top: 15px;
  border-bottom: 1px solid #D6D5D5;
}

.download-full-version {
  padding: 50px 0 0 0;
}

.download-full-version h2 {
  text-transform: uppercase;
  color: #093566;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.project-hero-image {
  position: relative;
}

.project-hero-image img {
  width: 100%;
}

.project-hero-image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
}

.case-study-video-section img {
  width: 100%;
}

.tp-revstop {
  margin: 15px 16px 0px !important;
}

#post-149 .work-card-content {
  background-position: 100% 50%;
}

#post-490 .work-card-content {
  background-position: 93% 50%;
}

#post-497 .work-card-content {
  background-position: 84% 100%;
}

#post-215 .work-card-content {
  background-position: 0% 60%;
}

#post-225 .work-card-content {
  background-position: 0% 50%;
}

#post-338 .work-card-content {
  background-position: 100% 50%;
}

#post-350 .work-card-content {
  background-position: 100% 50%;
}

#post-1744 .work-card-content {
  background-position: right;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -45px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 75px;
}

.video-ciy1-video {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.video-ciy1-video .vjs-poster {
  background-color: #3E97FF;
}

.video-ciy2-video {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.video-ciy2-video .vjs-poster {
  background-color: #3E97FF;
}

.case-study-video-section .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.postid-481 .case-study-video-section .video-js {
  border: 10px solid #FFFFFF;
}

.project-video-hero {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.vjs-poster {
  background-size: cover !important;
}

#listen-info, #advise-info, #execute-info, #assess-info {
  width: 90%;
  height: 100%;
}

#arrow-blue, #arrow-green, #arrow-gray {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -13px;
  top: 42%;
}

@media only screen and (max-width: 767px) {
  #wrapper-execute-info {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #wrapper-assess-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #arrow-green {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 40%;
    top: 97%;
  }
  #arrow-gray {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    left: -7%;
  }
}

@media only screen and (max-width: 576px) {
  #advise-icon, #execute-icon, #listen-icon, #assess-icon {
    -webkit-transform: translateY(5px) !important;
    transform: translateY(5px) !important;
  }
  .info-text-title {
    -webkit-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
  }
  .info-text-content {
    display: none;
  }
}

.animatecircle {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.arrowblue-st0 {
  opacity: 0;
}

.arrowgreen-st0 {
  opacity: 0;
}

.arrowgray-st0 {
  opacity: 0;
}

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

.parallax-img-container {
  width: 100%;
  height: 400px;
  position: relative;
}

.parallax-img-container #gov-img__1 {
  left: 20px;
  position: absolute;
}

.parallax-img-container #gov-img__2 {
  left: 219px;
  top: 165px;
  position: absolute;
}

.parallax-img-container #gov-img__3 {
  left: 335px;
  top: 42px;
  position: absolute;
}

.gov-services {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 981px) {
  .parallax-img-container #gov-img__1 {
    left: 0;
    position: absolute;
    top: 20px;
    width: 60%;
  }
  .parallax-img-container #gov-img__2 {
    left: 165px;
    top: 145px;
    position: absolute;
    width: 50%;
    z-index: 3;
  }
}

@media only screen and (max-width: 600px) {
  .page-hero-image .page-hero-image__headline {
    font-size: 2.7em;
  }
}

.gov-shedule {
  background-color: #EFEFEF;
  height: 500px;
  padding: 75px 0 30px;
  position: relative;
}

.gov-shedule .container-fluid {
  padding: 0;
}

.gov-faq {
  margin-top: 80px;
  margin-bottom: 80px;
}

.gov-projects.related-projects {
  margin-bottom: 100px;
  margin-top: 80px;
}

.gov-faq #fg-accordion .card-header .btn.btn-link {
  text-transform: capitalize;
}

.gov-faq #fg-accordion .card-header {
  border-radius: 10px;
}

.gsa-logo {
  width: 400px;
  height: auto;
  padding-bottom: 25px;
}

.gov-gsa-right {
  width: 50%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .gov-shedule {
    background-color: #EFEFEF;
    min-height: 900px;
    padding: 55px 0;
    position: relative;
  }
  .gov-gsa-right {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

.naics h3, .sin h3 {
  color: #093566;
  font-size: 1.2em;
  font-weight: bolder;
}

#gov-logos {
  background-color: #FFFFFF;
  padding: 60px 0 20px 0;
  margin-bottom: 20px;
}

#gov-logos .owl-item {
  text-align: center;
}

#gov-logos .owl-item img {
  max-width: 150px;
}

.form-control:focus {
  border-color: #BED62F;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 214, 47, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(190, 214, 47, 0.2);
}

input[type="submit"] {
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .contact-page iframe {
    height: 450px !important;
  }
}

/* Ruri */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #4A4A4A;
  border: none;
  border-radius: 0;
  padding: 0;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-size: 80.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

/* Contact Form */
.input--fg_left {
  width: 48%;
  display: inline-block;
  float: left;
}

.input--fg_right {
  width: 48%;
  display: inline-block;
  float: right;
}

.input--fg_full {
  width: 100%;
  display: inline-block;
  float: none;
}

.input--fg_left:after, .input--fg_right::after {
  content: '';
  display: block;
  clear: both;
}

.input__label {
  color: #4A4A4A !important;
}

.input__field--fg {
  width: 100%;
  background: transparent;
  padding: 10px 0;
  margin-bottom: 60px;
  color: #fff;
  height: 55px;
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 100% !important;
  border: none !important;
  border-radius: 0;
  color: #4A4A4A;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

.input__field--fg:focus {
  outline: none;
}

.input__label--fg {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 1.3em;
  padding: 10px 0 5px;
  pointer-events: none;
}

.input__label--fg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #175286;
  left: 0;
  top: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.input__label-content--fg {
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.input__field--fg:focus + .input__label--fg::after,
.input--filled .input__label--fg::after {
  background: #BED62F;
  -webkit-transform: scale3d(1, 0.7, 1);
  transform: scale3d(1, 0.7, 1);
}

.input__field--fg:focus + .input__label--fg .input__label-content--fg,
.input--filled .input__label--fg .input__label-content--fg {
  color: #BED62F;
  -webkit-transform: translate3d(0, 40px, 0) scale3d(0.9, 0.8, 1);
  transform: translate3d(0, 40px, 0) scale3d(0.9, 0.8, 1);
}

.main-contact-btn input {
  margin-left: 0 !important;
}

textarea.input__field--fg {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.wpcf7-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.wpcf7-form .form-group label {
  position: absolute;
  top: 70%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.wpcf7-form .form-group label.job-title {
  top: 7px;
  left: 0;
  color: #BED62F;
}

.wpcf7-form .form-group label.resume {
  top: 5%;
  left: 0;
}

.wpcf7-form .form-group label.texarea-label {
  position: absolute;
  top: 15%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 2;
}

.wpcf7-form .form-group .resume-file, .wpcf7-form .form-group .cover-letter-file {
  height: auto;
  padding: 15px 10px;
}

.wpcf7-form input.wpcf7-text {
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.wpcf7-form textarea {
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.wpcf7-form label.has-value {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 7px;
  color: #BED62F;
  left: 0;
}

.wpcf7-form label.texarea-label.has-value {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 7px;
  color: #BED62F;
  left: 0;
}

span.wpcf7-not-valid-tip {
  position: relative;
  width: 100%;
  left: 0;
  font-size: .8em;
  text-align: right;
  height: 0;
}

.contact-page-info {
  margin-top: 20px;
}

.contact-page-info .contact-info {
  font-size: 1.15em;
  margin-bottom: 20px;
}

.contact-page-info .contact-info h3 {
  font-size: 1.15em;
  font-weight: 700;
  color: #093566;
}

.contact-page-info .contact-info .contact-info__inline {
  display: inline-block;
}

.contact-page-info .contact-info .contact-info__inline a {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.contact-page-info .contact-info .contact-info__inline a.phone {
  color: #BED62F;
}

.contact-page-info .contact-info .contact-info__inline a:hover {
  text-decoration: none;
  color: #093566;
}

.single-jobpost .wpcf7-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.single-jobpost .wpcf7-form .form-group label {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
}

.single-jobpost .wpcf7-form .form-group label.job-title {
  top: 7px;
  left: 0;
  color: #BED62F;
}

.single-jobpost .wpcf7-form .form-group label.resume {
  top: 7px;
  left: 0;
}

.single-jobpost .wpcf7-form .form-group label.texarea-label {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  z-index: 2;
}

.single-jobpost .wpcf7-form .form-group .resume-file, .single-jobpost .wpcf7-form .form-group .cover-letter-file {
  height: auto;
  padding: 15px 10px;
}

.single-jobpost .wpcf7-form input.wpcf7-text {
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.single-jobpost .wpcf7-form textarea {
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.single-jobpost .wpcf7-form label.has-value {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 7px;
  color: #BED62F;
  left: 0;
}

.single-jobpost .wpcf7-form label.texarea-label.has-value {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 7px;
  color: #BED62F;
  left: 0;
}

.single-jobpost span.wpcf7-not-valid-tip {
  position: relative;
  width: 100%;
  left: 0;
  font-size: .8em;
  text-align: right;
  height: 0;
}

.sjb-page textarea.form-control {
  height: 60px;
}

.sjb-page label.message {
  top: 7px;
}

.sjb-page label.message.has-value {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 7px;
  color: #BED62F;
  left: 0;
}

body:not(.page-id-158) .grecaptcha-badge {
  display: none;
}

.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
  color: #4A4A4A !important;
}

.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
  color: #BED62F !important;
}

.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {
  color: #093566 !important;
  font-weight: 700;
}

.intl-tel-input .flag-container {
  display: none !important;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  padding-left: 10px !important;
}

.mt-10 {
  margin-top: 130px;
}

@media only screen and (max-width: 991px) {
  .mt-10 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .mt-10 {
    margin-top: 40px;
  }
}

.list-data header {
  margin-bottom: 20px;
}

.sjb-detail .header-margin-top .col-md-5 {
  display: none !important;
}

.sjb-page .sjb-detail .jobpost-form .form-control:hover, .sjb-page .sjb-detail .jobpost-form .form-control:focus, .sjb-page .sjb-detail .jobpost-form .file:hover {
  border-color: #BED62F !important;
}

.sjb-listing {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sjb-page .no-job-listing {
  text-align: center;
}

#career-op {
  margin-top: 50px;
}

.post-type-archive-jobpost, .sjb-page {
  color: #4A4A4A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  font-size: .9rem !important;
  line-height: 1.7 !important;
}

.sjb-page .list-data .job-description p {
  color: #666;
  font-size: 14px;
  margin: 0 0 10px;
  word-wrap: break-word;
}

.sjb-archive-intro {
  text-align: center;
  max-width: 70%;
  display: block;
  margin: 0 auto !important;
  margin-top: 50px !important;
}

.job-description h2 {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.6em;
}

.job-description h2:after {
  content: '';
  width: 65%;
  height: 1px;
  display: block;
  position: relative;
  top: 15px;
  border-bottom: 1px solid #D6D5D5;
}

.jobpost-form .row {
  margin-top: 30px;
}

.sjb-page .sjb-detail .jobpost-form .file div {
  background-color: #093566 !important;
}

.sjb-page .sjb-detail .jobpost-form label, .sjb-page .sjb-detail .jobpost-form .form-control, .sjb-page .sjb-detail .jobpost-form .file {
  font-size: 14px !important;
}

.job-features {
  display: none;
}

.sjb-page .sjb-detail .list-data ul li {
  color: #666;
  font-size: 14px;
  margin: 0 0 10px;
}

.sjb-page .sjb-detail .list-data ul li {
  padding-left: 0;
  margin-left: 30px;
}

.sjb-page .sjb-detail .list-data ul li::before {
  left: -10px;
  content: "•";
}

.sjb-page .sjb-detail .list-data ul li::before {
  color: #BED62F !important;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

/* ******** COLORS ******** */
.primary {
  color: #093566;
}

.white {
  color: #ffffff;
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

/* ******** TYPOGRAPHY ******** */
/* ******** BODY ******** */
.body__wrapper h1 {
  text-transform: uppercase;
  font-size: 62px;
  letter-spacing: 2px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #093566;
  font-weight: 900;
  margin-bottom: 20px;
}

.body__wrapper h2 {
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #093566;
}

.body__wrapper h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2em;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #093566;
  font-weight: 600;
}

.body__wrapper h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #093566;
  font-weight: 600;
  margin-bottom: 10px;
}

.body__wrapper h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  color: #BED62F;
}

.body__wrapper p, .body__wrapper ul, .body__wrapper ol {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #4A4A4A;
  line-height: 1.5rem;
}

.body__wrapper p {
  margin-bottom: 15px;
}

.body__wrapper strong {
  font-weight: 700;
  color: #093566;
}

@media screen and (max-width: 425px) {
  .body__wrapper h1 {
    font-size: 50px;
  }
  .body__wrapper h2 {
    font-size: 24px;
  }
  .body__wrapper h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .body__wrapper h1 {
    font-size: 24px;
  }
  .body__wrapper h2 {
    font-size: 18px;
  }
  .body__wrapper h3 {
    font-size: 18px;
  }
}

.body__wrapper {
  position: relative;
  overflow-block: hidden;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.body__wrapper::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -4px;
  background: #BED62F;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .body__wrapper::after {
    display: none;
  }
}

.body__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.body__content section {
  min-height: 90vh;
}

.body__content #zero {
  margin: 0 2rem 3rem;
}

.body__content #zero .section__inner {
  background: -webkit-gradient(linear, left top, right top, from(#B1C72C), to(#CADC48));
  background: linear-gradient(to right, #B1C72C, #CADC48);
  border-radius: 5px;
  padding: 2rem 1rem 1rem;
  height: 75%;
}

.body__content #zero .section__inner .block:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

@media screen and (max-width: 768px) {
  .body__content #zero .section__inner .block:first-of-type h3 {
    margin-top: 20px;
  }
}

.body__content #zero .section__inner .block:last-of-type {
  position: relative;
  top: 5vh;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.body__content #zero .section__inner .block__image {
  width: 100%;
  max-width: 500px;
  max-height: 700px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  background: #3B7CAB;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  text-align: center;
}

.body__content #zero .section__inner .block__image a {
  display: block;
}

.body__content #zero .section__inner .block__image img {
  width: 80%;
  margin: 2rem auto;
}

.body__content #zero .section__inner .block__image .text-holder {
  text-align: left;
}

.body__content #zero .section__inner .block__image .text-holder h4 {
  color: white;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.body__content #zero .section__inner .block__image .text-holder a h6 {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.body__content #zero .section__inner .block__image .text-holder a h6:hover {
  text-decoration: underline;
}

.body__content #zero .section__inner .block__image .text-holder h6 .side-arrow {
  width: 8px;
  margin: 0;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .body__content #zero {
    margin: 0;
  }
  .body__content #zero .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
  .body__content #zero .section__inner .block:last-of-type {
    top: 0;
  }
  .body__content #zero .section__inner .block__image {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    padding: 1rem;
  }
  .body__content #zero .section__inner .block__image a {
    width: 200px;
  }
  .body__content #zero .section__inner .block__image img {
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .body__content #zero .section__inner .block h3:last-of-type {
    margin-bottom: 10px;
  }
}

.body__content .section__wrapper {
  margin: 2rem 0;
}

.body__content .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 768px) {
  .body__content .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.body__content .section__inner .block {
  padding: 1rem;
}

@media screen and (max-width: 425px) {
  .body__content .section__inner .block {
    padding: 0px;
  }
}

.body__content .section__inner .block--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

@media screen and (max-width: 475px) {
  .body__content .section__inner .block--textarea {
    margin-bottom: 20px;
  }
}

.body__content .section__inner .block--accent {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 4rem 2rem 4rem 4rem;
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .body__content .section__inner .block--accent {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 90%;
    padding: 2rem;
  }
}

.body__content .section__inner .block--accent h3, .body__content .section__inner .block--accent ul, .body__content .section__inner .block--accent p {
  color: white;
}

.body__content .section__inner .block--accent p {
  font-weight: 700;
  letter-spacing: 1px;
}

.body__content .section__inner .block--accent h3 {
  margin-bottom: 20px;
}

.body__content .section__inner .block--accent ul {
  list-style-type: none;
  margin-left: 40px;
}

.body__content .section__inner .block--accent ul li {
  margin-bottom: 10px;
}

.body__content .section__inner .block--accent.block--image {
  padding: 0;
  padding-top: 2rem;
}

.body__content .section__inner .block--accent.block--image .image--wrapper {
  width: 100%;
  overflow: hidden;
}

.body__content .section__inner .block--accent.block--image .image--wrapper img {
  max-width: 90%;
  max-height: 550px;
}

.body__content .section__number {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  font-size: 142px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .body__content .section__number {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .body__content .section__number {
    font-size: 100px;
  }
}

.body__content .section__number::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: #666766;
  height: 1px;
  width: 150px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}

.body__content .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.body__content .section__header--icon {
  margin: 0 10px;
}

@media screen and (max-width: 375px) {
  .body__content .section__header--icon {
    width: 160px;
    margin: 0 10px;
  }
}

.body__content .section__header--icon img {
  width: 126px;
}

.body__content .section__header--title h2 {
  margin-bottom: 10px;
}

.body__content .section__header--title p {
  color: #093566;
}

.body__content .section__body {
  padding: 1rem;
  max-width: 500px;
  margin: auto;
}

.body__content .section--alternating {
  scroll-snap-align: start;
}

@media screen and (max-width: 768px) {
  .body__content .section--alternating {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.body__content .section--alternating:nth-of-type(odd) .section__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .body__content .section--alternating:nth-of-type(odd) .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.body__content .section--alternating:nth-of-type(odd) .block--accent {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 768px) {
  .body__content .section--alternating:nth-of-type(odd) .block--accent {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.download-page {
  padding-top: 93px;
}

@media screen and (max-width: 768px) {
  .download-page {
    padding-top: 0;
  }
}

.download-page::after {
  background: transparent;
}

.download-page #download {
  margin: 0 2rem 3rem;
}

.download-page #download .section__inner {
  background: white;
  border-radius: 5px;
  padding: 0 1rem 1rem;
  height: 75%;
}

.download-page #download .section__inner .block:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.download-page #download .section__inner .block:first-of-type h3:first-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .download-page #download .section__inner .block:first-of-type h3:first-of-type {
    margin-top: 0;
  }
}

.download-page #download .section__inner .block:last-of-type {
  position: relative;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.download-page #download .section__inner .block:last-of-type h3:first-of-type {
  margin-top: 50px;
}

.download-page #download .section__inner .block__image {
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: transparent;
  background: #BED62F;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
  text-align: center;
}

.download-page #download .section__inner .block__image a {
  display: block;
}

.download-page #download .section__inner .block__image img {
  width: 80%;
  margin: 2rem auto;
}

.download-page #download .section__inner .block__image .text-holder {
  text-align: left;
}

.download-page #download .section__inner .block__image .text-holder h4 {
  color: white;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.download-page #download .section__inner .block__image .text-holder a h6 {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.download-page #download .section__inner .block__image .text-holder a h6:hover {
  text-decoration: underline;
}

.download-page #download .section__inner .block__image .text-holder h6 .side-arrow {
  width: 8px;
  margin: 0;
  vertical-align: middle;
  padding-bottom: 2px;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .download-page #download {
    margin: 0;
  }
  .download-page #download .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
  }
  .download-page #download .section__inner .flow-chart__wrapper {
    width: 80%;
  }
  .download-page #download .section__inner .block:last-of-type {
    top: 0;
  }
  .download-page #download .section__inner .block__image {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
    padding: 1rem;
  }
  .download-page #download .section__inner .block__image a {
    width: 200px;
  }
  .download-page #download .section__inner .block__image img {
    width: 250px;
  }
}

@media screen and (max-width: 475px) {
  .download-page #download .section__inner .block h3:last-of-type {
    margin-bottom: 10px;
  }
}

.download-page .flow-chart__wrapper {
  padding: 2rem 1rem;
}

.download-page .flow-chart {
  width: 100%;
}

.download-page .form-wrapper {
  font-family: 'Montserrat', Arial, sans-serif;
}

.download-page .form-wrapper .field-group {
  text-align: left;
}

.download-page .form-wrapper .field-group .wpcf7-form-control-wrap {
  display: inline-block;
  width: 96%;
}

.download-page .form-wrapper .field-group .wpcf7-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-page .form-wrapper .field-group .wpcf7-checkbox .wpcf7-list-item input[type='checkbox'] {
  margin-right: 10px;
}

.download-page .form-wrapper span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}

.download-page .form-wrapper input.wpcf7-not-valid {
  border: 1px solid #f00;
}

.download-page .form-wrapper input {
  height: 40px;
  background: white;
  border: none;
  color: #4a4a4a;
}

.download-page .form-wrapper input:not[type='checkbox'],
.download-page .form-wrapper label {
  width: 100%;
}

.download-page .form-wrapper label {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  text-align: left;
  color: transparent;
  font-size: 8px;
}

.download-page .form-wrapper .submit-wrapper {
  text-align: left;
  display: block;
}

.download-page .form-wrapper .submit-button {
  cursor: pointer;
  background: transparent;
  color: #093566;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  font-size: 16px;
  position: relative;
  border: none;
}

.download-page .form-wrapper .ajax-loader {
  margin: 0 10px 0 10px;
  vertical-align: bottom;
}

.download-page .form-wrapper .download-link {
  text-decoration: underline;
  color: #093566;
  max-width: 300px;
  margin: auto;
}

.download-page .form-wrapper form.sent .field-group, .download-page .form-wrapper form.sent .submit-button {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */