@charset "UTF-8";
/*!
Theme Name: Omnitron Theme
Theme URI: http://underscores.me/
Author: Kiterocket
Author URI: https://www.kiterocket.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: omnitron-theme
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.

Omnitron Theme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/don8qjr.css");
.has-green-primary-color {
  color: #308996;
}

.has-green-primary-background-color {
  background-color: #308996;
}

.has-green-secondary-color {
  color: #3db8c2;
}

.has-green-secondary-background-color {
  background-color: #3db8c2;
}

.has-yellow-color {
  color: #f3c944;
}

.has-yellow-background-color {
  background-color: #f3c944;
}

.has-orange-color {
  color: #de6a54;
}

.has-orange-background-color {
  background-color: #de6a54;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/Proxima%20Nova%20Font.otf") format("opentype");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  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 {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: 783px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: "proxima-nova";
  src: url("fonts/Proxima%20Nova%20Font.otf") format("opentype");
}
/* typography */
/* sections */
/*$size__site-main: 100%;*/
#primary-menu .menu-item-depth-0 > .description {
  display: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body span,
body label,
body input {
  font-family: "proxima-nova", sans-serif;
}
body.page-template-page-fullwidth #page.site main#primary {
  width: 100%;
}
body #page.site main#primary {
  max-width: 100%;
  width: 1400px;
  margin: 95px auto 0 auto;
}
@media only screen and (min-width: 783px) {
  body #page.site main#primary {
    margin: 104px auto 0 auto;
  }
}
body #page.site .container {
  display: flex;
  justify-content: center;
}
body #page.site .container .btn .wp-block-button__link {
  border-radius: 0px;
  background-color: #308996;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  letter-spacing: 1px;
}
body #page.site .container .btn.btn-technology .wp-block-button__link {
  color: #fff;
  font-weight: 300;
}
body #page.site .container h1 {
  margin: 0;
}
body #page.site .container h1,
body #page.site .container h2 {
  margin: 0;
}
body #page.site .container p {
  line-height: 1.5;
  word-break: break-word;
}
body #page.site .container .form-subtitle h2 {
  font-size: 2.5rem;
}
body #page.site .container .careers-img-container figure {
  height: 100%;
}
body #page.site .container .careers-img-container figure img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
body #page.site .container > .wp-block-group__inner-container,
body #page.site .wp-block-cover__inner-container {
  width: 80vw;
}

body.news .wp-block-getwid-custom-post-type .navigation.pagination {
  margin: 3.125em;
}
body.news .wp-block-getwid-custom-post-type .navigation.pagination .nav-links {
  text-align: center;
}
body.news .wp-block-getwid-custom-post-type .navigation.pagination .page-numbers {
  padding-right: 0.5rem;
}
body.news .wp-block-getwid-custom-post-type .navigation.pagination a {
  text-decoration: none;
}
body.news .wp-block-getwid-custom-post-type .navigation.pagination a,
body.news .wp-block-getwid-custom-post-type .navigation.pagination span {
  color: #707070;
}

body.archive.category-news #primary.site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.archive.category-news #primary.site-main .page-header {
  width: 80vw;
}
body.archive.category-news #primary.site-main article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: minmax(90px, auto);
  column-gap: 3rem;
  width: 80vw;
}
body.archive.category-news #primary.site-main article header.entry-header {
  grid-column: span 2;
  padding: 1rem 0px;
  margin: 0;
}
body.archive.category-news #primary.site-main article header.entry-header h2 {
  margin: 0;
}
body.archive.category-news #primary.site-main article header.entry-header h2 a,
body.archive.category-news #primary.site-main article header.entry-header p a,
body.archive.category-news #primary.site-main article header.entry-header span a {
  text-decoration: none;
  color: #404040;
}
body.archive.category-news #primary.site-main article .post-thumbnail {
  grid-column: span 2;
  padding: 1rem 0px;
}
body.archive.category-news #primary.site-main article .entry-content {
  margin: 0;
  width: 90%;
  grid-column: span 2;
}
body.archive.category-news #primary.site-main article .entry-content p {
  margin: 0;
}
body.archive.category-news #primary.site-main article .entry-content figure {
  display: none;
}
body.archive.category-news #primary.site-main article footer {
  display: none;
}
body.archive.category-news #primary.site-main .nav-links {
  width: 80vw;
}
body.archive.category-news #primary.site-main .nav-links a {
  text-decoration: none;
}
body.archive.category-news #primary.site-main .navigation.pagination {
  margin: 3.125em;
}
body.archive.category-news #primary.site-main .navigation.pagination .nav-links {
  text-align: center;
}
body.archive.category-news #primary.site-main .navigation.pagination .page-numbers {
  padding-right: 0.5rem;
}
body.archive.category-news #primary.site-main .navigation.pagination a,
body.archive.category-news #primary.site-main .navigation.pagination span {
  color: #707070;
}

body.single .entry-title {
  font-size: calc(2.5em - 30%);
}
@media only screen and (min-width: 783px) {
  body.single .entry-title {
    font-size: 2.5em;
  }
}

body.single.single-post article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single.single-post article header {
  height: 45vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
body.single.single-post article header .post-thumbnail {
  position: absolute;
  width: 100%;
  z-index: -10;
  min-height: 430px;
}
body.single.single-post article header .post-thumbnail img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  outline: none;
}
body.single.single-post article header .entry-meta,
body.single.single-post article header h1 {
  width: 80vw;
}
body.single.single-post article header h1 {
  color: #308996;
}
body.single.single-post article header .entry-meta {
  color: #fff;
}
body.single.single-post article header .entry-meta {
  padding-bottom: 2rem;
}
body.single.single-post article header .entry-meta span > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
body.single.single-post article .entry-container {
  display: flex;
  width: 80vw;
}
body.single.single-post article .entry-container a {
  text-decoration: none;
  color: #404040;
  font-weight: 500;
}
body.single.single-post article .entry-container ul {
  list-style: none;
  margin: revert;
  padding: 0;
}
body.single.single-post article .entry-container .posted-on {
  padding-bottom: 1rem;
}
body.single.single-post article .entry-container .featured-post {
  color: #308996;
}
body.single.single-post article .entry-container .posted-on,
body.single.single-post article .entry-container .byline,
body.single.single-post article .entry-container .featured-post,
body.single.single-post article .entry-container .related-tags {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
body.single.single-post article .entry-container .entry-content {
  flex: 2;
  padding-right: 1rem;
  margin-top: 3rem;
}
body.single.single-post article .entry-container aside {
  padding-left: 1rem;
  margin: 8.6rem 0 0;
  flex: 1;
}
body.single.single-post article footer {
  display: none;
}
body.single.single-post #comments {
  display: none;
}
body.single.single-post .post-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.single.single-post .post-navigation .nav-links {
  width: 80vw;
}
body.single.single-post .post-navigation .nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  color: #a5acac;
  transition: font-weight 0.2s linear;
}
body.single.single-post .post-navigation .nav-links a:hover {
  color: #a5acac;
  font-weight: bold;
}

@media only screen and (min-width: 783px) {
  #page.site main#primary {
    max-width: 100%;
    width: 1400px;
  }

  body.archive.category-news #primary.site-main article header.entry-header {
    grid-column: span 1;
  }
  body.archive.category-news #primary.site-main article .post-thumbnail {
    grid-column: span 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  body.archive.category-news #primary.site-main article .entry-content {
    grid-column: span 1;
  }
}
body header#masthead {
  position: fixed;
  top: 0;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  z-index: 99;
  width: 100%;
}
@media only screen and (min-width: 783px) {
  body header#masthead {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 10px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    height: auto;
  }
}
body header#masthead .container {
  display: flex;
  flex-direction: column;
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (min-width: 783px) {
  body header#masthead .container {
    flex-direction: row;
  }
}
body header#masthead .site-branding {
  margin-top: 1rem;
}
body header#masthead .site-branding a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media only screen and (min-width: 783px) {
  body header#masthead .site-branding a {
    justify-content: center;
  }
}
body header#masthead .site-branding a img {
  min-width: 190px;
  max-width: 195px;
  width: 100%;
}
body header#masthead .site-branding p {
  display: none;
}
body header#masthead .menu-main-menu-container .menu ul.sub-menu {
  display: none;
}
body header#masthead .menu-main-menu-container .menu .current-menu-item a {
  border-bottom: 3px solid #707070;
}
body header#masthead .menu-main-menu-container .menu .current-menu-item:hover a {
  border-bottom: 3px solid #000;
}
body header#masthead .menu-main-menu-container .menu .menu-item {
  display: flex;
  justify-content: center;
}
body header#masthead .menu-main-menu-container .menu .menu-item:hover {
  background-color: #3db8c2;
  border: 10px solid #fff;
}
body header#masthead .menu-main-menu-container .menu .menu-item a {
  text-transform: uppercase;
  font-weight: 600;
  color: #707070;
  padding: 1.5rem 0px;
}
body header#masthead button.menu-toggle {
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
body header#masthead button.menu-toggle:after {
  position: absolute;
  top: 2rem;
  right: 2rem;
  content: url("img/menu.png");
}
body .main-navigation.toggled button.menu-toggle:after {
  content: url("img/close.png");
}

@media only screen and (min-width: 783px) {
  body header#masthead {
    margin-bottom: 1rem;
    flex-direction: row;
  }
  body header#masthead .menu-main-menu-container .menu {
    display: flex;
    justify-content: flex-end;
  }
  body header#masthead .menu-main-menu-container .menu .current-menu-item a {
    border-bottom: 3px solid #308996;
  }
  body header#masthead .menu-main-menu-container .menu .current-menu-item:hover a {
    border-bottom: 3px solid #308996;
  }
  body header#masthead .menu-main-menu-container .menu .menu-item {
    padding: 2rem 0.5rem;
  }
}
@media only screen and (min-width: 783px) and (min-width: 1200px) {
  body header#masthead .menu-main-menu-container .menu .menu-item {
    padding: 2rem;
  }
}
@media only screen and (min-width: 783px) {
  body header#masthead .menu-main-menu-container .menu .menu-item:hover {
    background-color: initial;
    border: none;
  }
  body header#masthead .menu-main-menu-container .menu .menu-item:hover a {
    color: #308996;
  }
}
@media only screen and (min-width: 783px) {
  body header#masthead .menu-main-menu-container .menu .menu-item a {
    text-transform: capitalize;
    font-weight: 400;
    padding: 1.5rem 0px;
  }
}
body footer#colophon {
  background-color: #308996;
}
body footer#colophon .container {
  margin: 0 auto;
  width: 100%;
}
body footer#colophon .container .site-info {
  width: 100%;
}
body footer#colophon .container .footer-group {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}
body footer#colophon .container p {
  word-break: break-word;
}
body footer#colophon .container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body footer#colophon .container a {
  text-decoration: none;
  color: #fff;
}
body footer#colophon .container a:hover {
  text-decoration: underline;
}
body footer#colophon .container section {
  margin: 0;
}
body footer#colophon .container .footer-copyright {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 783px) {
  body footer#colophon .container .footer-copyright {
    flex-direction: row;
  }
}
body footer#colophon .container .footer-copyright section ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 783px) {
  body footer#colophon .container .footer-copyright section ul {
    flex-direction: row;
  }
}
body footer#colophon .container .footer-copyright section li {
  padding: 1rem 2rem;
  position: relative;
}
@media only screen and (min-width: 783px) {
  body footer#colophon .container .footer-copyright section li:after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "|";
    left: 0;
  }
}
body footer#colophon .container .footer-copyright section div p {
  padding: 1rem;
  word-spacing: 0.3rem;
}
body footer#colophon .container .footer-group {
  flex-direction: column;
  display: flex;
  color: #fff;
}
body footer#colophon .container .footer-group div {
  flex: 1;
}
body footer#colophon .container .footer-group .footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 783px) {
  body footer#colophon .container .footer-group .footer-contact {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 783px) {
  body footer#colophon .container .footer-group .footer-contact section {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  body footer#colophon .container .footer-group .footer-contact section {
    width: 50%;
  }
}
body footer#colophon .container .footer-group .footer-contact section .button-icons a {
  margin-right: 3rem;
}
body footer#colophon .container .footer-group .footer-contact section .button-icons a:hover {
  text-decoration: none;
}
body footer#colophon .container .footer-group .footer-contact section .button-icons img {
  width: 35px;
}
body footer#colophon .container .footer-group .footer-contact section li {
  margin-bottom: 1rem;
}
body footer#colophon .container .footer-social {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body footer#colophon .container .footer-social .button-icons {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
body footer#colophon .container .footer-social .button-icons a {
  margin: 1rem;
  padding: 0.5rem;
  width: 60px;
  display: block;
  min-width: 60px;
  transition: opacity 0.2s linear;
}
body footer#colophon .container .footer-social .button-icons a:hover {
  opacity: 0.8;
}
body footer#colophon .container .footer-social .button-icons a img {
  width: 100%;
  padding: 0.5rem;
}
body footer#colophon .container .footer-navigation {
  padding: 3rem 0;
}
body footer#colophon .container .footer-navigation .menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body footer#colophon .container .footer-navigation .menu a {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
}
body footer#colophon .container .footer-navigation .menu .menu-item {
  text-align: center;
  padding: 0;
}
body footer#colophon .container .footer-navigation .menu .menu-item .submenu {
  padding: 0.5rem 0px;
  margin: 0px;
  padding: 0px;
}

@media only screen and (min-width: 783px) {
  body footer#colophon .container p {
    margin-bottom: 0px;
    margin: 0.5rem;
  }
  body footer#colophon .container .footer-copyright {
    display: flex;
    justify-content: center;
  }
  body footer#colophon .container .footer-copyright section {
    display: flex;
    align-items: center;
  }
  body footer#colophon .container .footer-copyright section p {
    margin: 0.5rem 0;
    padding: 1rem 2rem;
  }
  body footer#colophon .container .footer-group {
    flex-direction: row;
    background-color: #308996;
  }
  body footer#colophon .container .footer-group div {
    flex: 1;
  }
  body footer#colophon .container .footer-group .footer-navigation .widget_nav_menu .menu-primary-footer-container {
    display: flex;
  }
  body footer#colophon .container .footer-group .footer-navigation .widget_nav_menu .menu-primary-footer-container .menu {
    width: 50%;
  }
  body footer#colophon .container .footer-group .footer-navigation .widget_nav_menu .menu-primary-footer-container .menu .menu-item {
    text-align: left;
    padding: 0;
  }
}
body.home #page.site main#primary {
  width: 100vw;
}
body.home #page.site main#primary h1 {
  color: #308996;
  line-height: 1.2;
  font-size: 36px !important;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary h1 {
    font-size: revert;
  }
}
body.home #page.site main#primary p {
  font-size: 1.1rem;
  line-height: 1.3;
  font-size: calc(24px - 30%);
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary p {
    font-size: 24px;
  }
}
body.home #page.site main#primary p a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
}
body.home #page.site main#primary p a:hover {
  text-decoration: underline;
}
body.home #page.site main#primary .home-banner {
  min-height: 700px;
}
body.home #page.site main#primary .home-banner span,
body.home #page.site main#primary .home-banner p {
  color: #fff;
}
body.home #page.site main#primary .home-banner h2 {
  margin: 0px;
  font-weight: bold;
  line-height: 1.5;
}
body.home #page.site main#primary .home-banner .container {
  align-items: flex-start;
}
body.home #page.site main#primary .block-vision {
  padding: 4rem 0;
  min-height: 50vh;
  display: block;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .block-vision {
    display: flex;
    height: 536.97px;
  }
}
body.home #page.site main#primary .block-vision h2 {
  font-size: calc(74px - 30%);
  font-weight: 900;
  line-height: 1;
  text-align: left;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .block-vision h2 {
    font-size: 74px;
    text-align: right;
    margin-bottom: 0;
  }
}
body.home #page.site main#primary .block-vision strong {
  color: #a5acac;
}
body.home #page.site main#primary .block-vision p {
  color: #000;
  margin: 0;
}
body.home #page.site main#primary .block-vision .wp-block-columns:first-of-type {
  position: relative;
  margin-bottom: 2.798rem;
  padding-bottom: 2.798rem;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .block-vision .wp-block-columns:first-of-type {
    margin-bottom: 3.798rem;
    padding-bottom: 3.798rem;
  }
}
body.home #page.site main#primary .block-vision .wp-block-columns:first-of-type:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  bottom: 0;
  background: #507989;
}
body.home #page.site main#primary .block-vision .wp-block-group__inner-container {
  margin: 0 auto;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .wp-block-cover__inner-container .wp-block-group__inner-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  body.home #page.site main#primary .wp-block-cover__inner-container .wp-block-group__inner-container {
    width: 50%;
  }
}
body.home #page.site main#primary .wp-block-cover__inner-container a {
  color: #fff;
}
body.home #page.site main#primary .wp-block-cover__inner-container p {
  padding: 2rem 0;
}
body.home #page.site main#primary .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: rgba(0, 0, 0, 0.6);
}
body.home #page.site main#primary .inner-text-block p {
  font-style: italic;
  font-weight: 300;
  color: #308996;
  margin-bottom: 0;
}
body.home #page.site main#primary .inner-text-block h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  font-weight: 800;
}
body.home #page.site main#primary .container-img {
  min-height: 50vh;
}
body.home #page.site main#primary .container-img .wp-block-columns {
  margin-bottom: 0;
  gap: 0px;
}
body.home #page.site main#primary .container-img .text-btn-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
}
body.home #page.site main#primary .container-img .wp-block-columns {
  gap: 0px;
}
body.home #page.site main#primary .container-img .wp-block-columns img {
  height: 200px;
  object-fit: cover;
}
body.home #page.site main#primary .container-img p {
  font-weight: 500;
  margin: 0px;
}
body.home #page.site main#primary .container-img .btn-green .wp-block-button__link {
  background-color: #308996;
  color: #fff;
}
body.home #page.site main#primary .container-img .btn-orange .wp-block-button__link {
  background-color: #de6a54;
  color: #fff;
}
body.home #page.site main#primary .bg-gray {
  background-color: rgba(158, 160, 163, 0.2);
}
body.home #page.site main#primary .bg-gray .wp-block-group__inner-container {
  padding: 2rem 0;
}
body.home #page.site main#primary .bg-gray p.content-column {
  margin: 0;
}
body.home #page.site main#primary .bg-gray h3 {
  line-height: 1.2;
}
body.home #page.site main#primary .bg-gray h3.has-text-align-right {
  text-align: left;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .bg-gray h3.has-text-align-right {
    text-align: right;
  }
}
body.home #page.site main#primary .bg-gray p.has-text-align-right {
  text-align: left;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .bg-gray p.has-text-align-right {
    text-align: right;
  }
}
body.home #page.site main#primary .bg-gray span,
body.home #page.site main#primary .bg-gray p,
body.home #page.site main#primary .bg-gray h3 {
  color: #000;
}
body.home #page.site main#primary .has-title-right .wp-block-columns {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .has-title-right .wp-block-columns {
    flex-direction: row;
  }
}
body.home #page.site main#primary .has-title-right .wp-block-columns .container-btn {
  right: auto;
}
body.home #page.site main#primary .bg-light {
  background-color: #f3c944;
}
body.home #page.site main#primary .bg-light p,
body.home #page.site main#primary .bg-light h3 {
  color: #000;
}
body.home #page.site main#primary .bg-light .wp-block-button__link {
  background-color: #000;
  color: #fff;
}
body.home #page.site main#primary .cover-secondary .container {
  min-height: 700px;
}
body.home #page.site main#primary .cover-secondary h2 {
  font-size: calc(32px - 30%);
  color: #308996;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .cover-secondary h2 {
    font-size: 32px;
  }
}
body.home #page.site main#primary .cover-secondary strong {
  font-size: calc(74px - 30%);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .cover-secondary strong {
    font-size: 74px;
  }
}
body.home #page.site main#primary .cover-secondary .wp-block-cover__inner-container .wp-block-column p {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
}
body.home #page.site main#primary .cover-secondary .wp-block-cover__inner-container .wp-block-column p a {
  color: white;
}
body.home #page.site main#primary .cover-ft {
  margin-top: 4rem;
}
body.home #page.site main#primary .cover-ft .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: transparent;
}
body.home #page.site main#primary .cover-ft h2 {
  padding: 5rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 37.5em) {
  body.home #page.site main#primary .cover-ft h2 strong {
    font-size: 50px;
  }
}
@media only screen and (min-width: 783px) {
  body.home #page.site main#primary .cover-ft h2 strong {
    font-size: 74px;
  }
}

@media only screen and (min-width: 783px) {
  .container-img {
    min-height: 50vh;
  }
  .container-img .wp-block-columns {
    margin-bottom: 0;
  }
  .container-img .wp-block-columns {
    gap: 0px;
  }
  .container-img .wp-block-columns .wp-block-column {
    margin: 0;
    padding: 0;
  }
  .container-img .wp-block-columns .wp-block-column figure {
    margin-bottom: 1rem;
    padding: 0;
  }
  .container-img .img-box-mini .figure-child-1 {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  body #page.site main#primary .container {
    min-height: 45vh;
  }
}
body.page #page.site main#primary h1,
body.page #page.site main#primary h2,
body.page #page.site main#primary h3,
body.page #page.site main#primary h4,
body.page #page.site main#primary h5,
body.page #page.site main#primary p,
body.page #page.site main#primary a,
body.page #page.site main#primary span,
body.page #page.site main#primary label,
body.page #page.site main#primary input {
  font-family: "proxima-nova", sans-serif;
  word-break: break-word;
}
body.page #page.site main#primary .has-large-font-size {
  font-size: 26px !important;
}
body.page #page.site main#primary .has-x-large-font-size {
  font-size: 30px !important;
}
@media only screen and (min-width: 783px) {
  body.page #page.site main#primary .has-x-large-font-size {
    font-size: revert;
  }
}
body.page #page.site main#primary .hero-default.container {
  min-height: 700px;
}
body.page #page.site main#primary .hero-default.container .wp-block-group__inner-container {
  margin-top: 4rem;
}
body.page #page.site main#primary .hero-default.container h1 {
  text-transform: uppercase;
  font-size: calc(36px - 30%);
  font-weight: bolder;
  line-height: 1.2;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 783px) {
  body.page #page.site main#primary .hero-default.container h1 {
    font-size: 36px;
  }
}
body.page #page.site main#primary .hero-default.container p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 1rem 0;
}
body.page #page.site main#primary .hero-default.container .has-background-dim:not([class*=-background-color]) {
  background-color: rgba(0, 0, 0, 0.2);
}
body.page #page.site main#primary .wp-block-cover.hero-default {
  align-items: flex-start;
}
body.page #page.site main#primary a {
  cursor: pointer;
}
body.page #page.site main#primary .wp-block-columns {
  gap: 0;
}
@media only screen and (min-width: 783px) {
  body.page #page.site main#primary .wp-block-columns {
    gap: 4rem;
  }
}
body.page #page.site main#primary header.entry-header {
  display: none;
}

body.page.applications #page.site main#primary .hero-default.container .has-background-dim:not([class*=-background-color]) {
  background-color: transparent;
}

body.applications main#primary .wp-block-columns,
body.careers main#primary .wp-block-columns,
body.about.us main#primary .wp-block-columns {
  gap: 2rem;
}
body.applications main#primary h2,
body.careers main#primary h2,
body.about.us main#primary h2 {
  font-size: calc(28px - 30%);
}
@media only screen and (min-width: 783px) {
  body.applications main#primary h2,
body.careers main#primary h2,
body.about.us main#primary h2 {
    font-size: 28px;
  }
}
body.applications main#primary h3,
body.careers main#primary h3,
body.about.us main#primary h3 {
  margin: 0;
}
body.applications main#primary .hero-default.container,
body.careers main#primary .hero-default.container,
body.about.us main#primary .hero-default.container {
  padding-top: 0;
}
body.applications main#primary .hero-default.container figure,
body.careers main#primary .hero-default.container figure,
body.about.us main#primary .hero-default.container figure {
  margin-top: 0;
}
body.applications main#primary .container,
body.careers main#primary .container,
body.about.us main#primary .container {
  padding: 5rem 0;
}

body.single-team-member .post-navigation {
  display: none !important;
}

body.single-team-member #page.site main#primary {
  max-width: 100%;
  width: 1400px;
  margin: 45px auto 0 auto;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 783px) {
  body.single-team-member #page.site main#primary {
    margin: 104px auto 0 auto;
  }
}
@media only screen and (min-width: 783px) {
  body.single-team-member #page.site main#primary {
    width: 80%;
  }
}
body.single-team-member #page.site main#primary article {
  padding-top: 4rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 783px) {
  body.single-team-member #page.site main#primary article {
    flex-direction: row;
  }
}
body.single-team-member #page.site main#primary article a,
body.single-team-member #page.site main#primary article h1 {
  color: #308996;
}
body.single-team-member #page.site main#primary article h1 {
  margin: 0;
}
body.single-team-member #page.site main#primary article aside {
  flex: 1;
}
body.single-team-member #page.site main#primary article section {
  flex: 2;
}
body.single-team-member #page.site main#primary article .post-thumbnail img {
  display: none;
}
body.single-team-member #page.site main#primary article .social-links {
  display: flex;
  margin-top: 1rem;
  justify-content: flex-end;
}
body.single-team-member #page.site main#primary article .social-links a {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
body.single-team-member #page.site main#primary article .social-links a img {
  width: 100%;
}

body.careers #page.site main#primary .container h2 {
  margin-bottom: 4rem;
}
body.careers #page.site main#primary .container h3 a {
  text-transform: none;
  color: #308996;
  font-size: 28px;
}
body.careers #page.site main#primary .container a {
  text-decoration: none;
  text-transform: uppercase;
}
body.careers #page.site main#primary .container a:hover {
  text-decoration: underline;
}
body.careers #page.site main#primary .careers-title,
body.careers #page.site main#primary .careers-subtitle {
  font-size: 2.2rem;
  margin-top: 0;
}
body.careers #page.site .wp-block-button a {
  background-color: transparent;
  color: #308996;
  position: relative;
}
body.careers #page.site .wp-block-button a:before {
  content: "»";
  position: absolute;
  height: 100%;
  left: 0;
}
body.careers #page.site .custom-post-type-career {
  padding-bottom: 4rem;
}

body.single-career main#primary {
  max-width: 100%;
  width: 1400px;
  margin: 45px auto 0 auto;
}
@media only screen and (min-width: 783px) {
  body.single-career main#primary {
    margin: 104px auto 0 auto;
  }
}
body.single-career main#primary article {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 783px) {
  body.single-career main#primary article {
    width: 80%;
  }
}
body.single-career main#primary article h1,
body.single-career main#primary article h2,
body.single-career main#primary article h3,
body.single-career main#primary article h4,
body.single-career main#primary article h5,
body.single-career main#primary article h6,
body.single-career main#primary article p,
body.single-career main#primary article span,
body.single-career main#primary article label,
body.single-career main#primary article input {
  font-family: "proxima-nova", sans-serif;
}
body.single-career main#primary article h2,
body.single-career main#primary article h1 {
  color: #308996;
}
body.single-career main#primary article h1 {
  padding-top: 4rem;
  margin: 0;
  font-size: 36px;
}

body.news #page.site main#primary h1 {
  font-weight: bold;
  margin: 4rem 0 2rem 0;
}
body.news #page.site main#primary ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.75em;
}
body.news #page.site main#primary ul li {
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
}
body.news #page.site main#primary ul li a {
  text-decoration: none;
  color: #a5acac;
  padding: 0.5em 0.75em 0.5em 0;
}
body.news #page.site main#primary ul li.active a {
  font-weight: bold;
  color: #308996;
}

body.technology #page.site main#primary h2 {
  font-size: 28px;
  margin: 0;
}
body.technology #page.site main#primary h2.gform_submission_error {
  font-size: 20px !important;
  line-height: 1em;
}
body.technology #page.site main#primary form div label,
body.technology #page.site main#primary form div input {
  display: block;
}
body.technology #page.site main#primary form div span.gfield_required {
  display: none;
}
body.technology #page.site main#primary form div input[type=text],
body.technology #page.site main#primary form div input[type=email] {
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  border: 1px solid;
  transition: box-shadow 300ms ease-out;
  padding: 0.5rem;
}
body.technology #page.site main#primary form div input[type=text]:focus,
body.technology #page.site main#primary form div input[type=email]:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
body.technology #page.site main#primary form div input[type=submit] {
  border-radius: 0px;
  padding: 0.5rem 2rem;
  background-color: #308996;
  color: #fff;
  text-transform: uppercase;
}
body.technology #page.site main#primary form div label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
body.technology #page.site main#primary .container {
  min-height: 550px;
  padding: 5% 0;
}
@media only screen and (min-width: 783px) {
  body.technology #page.site main#primary .container {
    padding: 0;
  }
}
body.technology #page.site main#primary .container p {
  font-size: 18px;
}
body.technology #page.site main#primary .wp-block-cover h2 {
  font-size: calc(42px - 30%);
}
@media only screen and (min-width: 783px) {
  body.technology #page.site main#primary .wp-block-cover h2 {
    font-size: 42px;
  }
}
body.technology #page.site main#primary .is-light .has-background-dim:not([class*=-background-color]) {
  background-color: transparent;
}

body.about.us #page.site main#primary h2 {
  margin-bottom: 0.75rem;
}
body.about.us #page.site main#primary p {
  margin: 0 0 1.75rem 0;
}
body.about.us #page.site main#primary .getwid-columns {
  margin-left: 0;
  margin-right: 0;
  gap: 2rem;
}
body.about.us #page.site main#primary .team-content {
  margin-top: 4rem;
  padding-bottom: 5rem;
  background-color: rgba(158, 160, 163, 0.2);
}
body.about.us #page.site main#primary .team-content .wp-block-getwid-custom-post-type__post {
  padding: 0;
}
body.about.us #page.site main#primary .team-content .wp-block-getwid-template-post-featured-image {
  margin-bottom: 0;
}
body.about.us #page.site main#primary .team-content h3 {
  padding-top: 1rem;
  margin-bottom: 0.75rem;
}
body.about.us #page.site main#primary .team-content h3,
body.about.us #page.site main#primary .team-content a,
body.about.us #page.site main#primary .team-content .custom-field-position {
  color: #308996;
}
body.about.us #page.site main#primary .team-content h3 a,
body.about.us #page.site main#primary .team-content a a,
body.about.us #page.site main#primary .team-content .custom-field-position a {
  text-decoration: none;
}
body.about.us #page.site main#primary .team-content h3 a:hover,
body.about.us #page.site main#primary .team-content a a:hover,
body.about.us #page.site main#primary .team-content .custom-field-position a:hover {
  text-decoration: underline;
}
body.about.us #page.site main#primary .team-content .wp-block-button {
  display: none;
}
body.about.us #page.site .wp-block-getwid-template-post-featured-image img {
  display: none;
}

body.individual #page.site main#primary .wp-block-group {
  padding-top: 5%;
}
body.individual #page.site main#primary strong {
  color: rgb(158, 160, 163);
}

body.privacy-policy #page.site main#primary {
  max-width: 100%;
  width: 1400px;
  margin: 45px auto 0 auto;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 783px) {
  body.privacy-policy #page.site main#primary {
    margin: 104px auto 0 auto;
  }
}
@media only screen and (min-width: 783px) {
  body.privacy-policy #page.site main#primary {
    width: 80%;
  }
}
body.privacy-policy #page.site main#primary h1 {
  padding: 4rem 0 2rem 0;
  margin: 0;
}
body.privacy-policy #page.site main#primary h1,
body.privacy-policy #page.site main#primary h2 {
  color: #308996;
}

body.error404 main#primary {
  max-width: 100%;
  width: 1400px;
  margin: 45px auto 0 auto;
}
@media only screen and (min-width: 783px) {
  body.error404 main#primary {
    margin: 104px auto 0 auto;
  }
}
body.error404 main#primary section {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 783px) {
  body.error404 main#primary section {
    width: 80%;
  }
}
body.error404 main#primary section h1,
body.error404 main#primary section h2,
body.error404 main#primary section h3,
body.error404 main#primary section h4,
body.error404 main#primary section h5,
body.error404 main#primary section h6,
body.error404 main#primary section p,
body.error404 main#primary section span {
  font-family: "proxima-nova", sans-serif;
}
body.error404 main#primary section h2,
body.error404 main#primary section h1 {
  color: #308996;
}
body.error404 main#primary section h1 {
  margin: 0;
  font-size: 36px;
}
body.error404 main#primary section form,
body.error404 main#primary section .widget {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .container-news p {
    padding-right: 3rem;
  }
}
body #page.site main#primary {
  width: 100%;
}

/* GETWID widgets */
body #page.site main#primary .container {
  min-height: 35vh;
  align-items: center;
}
body #page.site main#primary .container p a {
  color: #308996;
}
body #page.site main#primary .container .wp-block-columns {
  margin-bottom: 0;
}
body #page.site main#primary .container .box-group {
  padding: 2rem 0;
  margin: 2rem 0;
}
body #page.site main#primary .container .box-group p,
body #page.site main#primary .container .box-group h2 {
  color: #fff;
  margin: 0;
}
body #page.site main#primary .container .box-group h2 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 2rem;
  font-size: 74px;
}
body #page.site main#primary .container .box-group p {
  padding: 0px 2rem 2rem 2rem;
}
body #page.site main#primary .container .content-column {
  height: 100%;
}
body #page.site main#primary .container .subtitle {
  font-weight: bolder;
  margin: 0;
  font-size: 36px !important;
}
@media only screen and (min-width: 783px) {
  body #page.site main#primary .container .subtitle {
    font-size: revert;
  }
}
body #page.site main#primary .container-bg-column .wp-block-column {
  position: relative;
}
@media only screen and (min-width: 783px) {
  body #page.site main#primary .container-btn {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
body #page.site main#primary .gradient-bottom {
  padding-bottom: 3rem;
  position: relative;
  width: 80%;
  margin: 0 auto 3rem auto;
}
body #page.site main#primary .gradient-bottom:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 1px;
  background: rgb(48, 137, 150);
  background: linear-gradient(90deg, rgb(48, 137, 150) 0%, rgb(103, 103, 103) 100%);
}
body #page.site main#primary .container-tabs h2 {
  font-weight: bolder;
  font-size: calc(54px - 30%);
  margin: 4rem 0 2rem 0;
  line-height: 1;
}
@media only screen and (min-width: 783px) {
  body #page.site main#primary .container-tabs h2 {
    font-size: 54px;
  }
}
body #page.site main#primary .container-tabs h3 {
  margin-top: 0;
}
body #page.site main#primary .container-tabs h3 a {
  text-decoration: none;
  color: rgb(158, 160, 163);
  font-size: 24px;
}
body #page.site main#primary .container-tabs h3 a:hover {
  text-decoration: underline;
}
body #page.site main#primary .container-tabs p {
  font-size: 18px;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__tab-content {
  border: 1px solid transparent;
  padding: 0;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__nav-link:hover {
  border: 1px solid transparent;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__nav-links a {
  color: #a5acac;
  padding-left: 0 !important;
  font-size: 18px;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__nav-links:hover {
  border: none;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border: 0px;
}
body #page.site main#primary .container-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
  color: #3db8c2;
  font-weight: bold;
}
body #page.site main#primary .container-tabs .wp-block-getwid-custom-post-type__post .wp-block-column {
  position: relative;
}
@media only screen and (min-width: 783px) {
  body #page.site main#primary .container-tabs .wp-block-getwid-custom-post-type__post .wp-block-column .wp-block-getwid-template-post-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
body #page.site main#primary .container-tabs .wp-block-getwid-custom-post-type__post .wp-block-column .wp-block-getwid-template-post-link a {
  text-transform: uppercase;
  color: #308996;
  text-decoration: none;
}
body #page.site main#primary .container-tabs .wp-block-getwid-custom-post-type__post .wp-block-column .wp-block-getwid-template-post-link a:hover {
  text-decoration: underline;
}
body #page.site main#primary .container-tabs img {
  max-height: 300px;
}

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