@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*!
 Theme Name: rbs
 Theme URI: https://www.mobelux.com/
 Author: Mobelux
 Author URI: https://www.mobelux.com
 Description: Wordpress theme for Risk Based Security
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: rbs
 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.
 rbs 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;
}
/**
 * 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 {
  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 */
  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 {
  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"] {
  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: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
  font-size: 13px;
  /* 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 {
  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/ */
  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 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
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, .8);
  font-size: 12px;
  font-size: 0.75rem;
  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, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, 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: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## 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 {
  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);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}
.post, .page {
  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 {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
}
/*--------------------------------------------------------------
 # Theme
 --------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
 # Fonts
 --------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
}
/*--------------------------------------------------------------
 # Colors
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Spacers
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Columns & Containers
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Text, Titles, etc.
 --------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
h6, p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #747683;
}
h1 {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: normal;
}
h2 {
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: normal;
}
h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
}
h4 {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: normal;
}
p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: normal;
}
/*--------------------------------------------------------------
 # Images / Captions / Quotes / Extras
 --------------------------------------------------------------*/
img {
  margin-bottom: 24px;
}
figcaption {
  padding-left: 24px;
  border-left: 1px solid #3c50ff;
}
blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 24px;
  border-left: 1px solid #3c50ff;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  line-height: 44px;
}
blockquote p {
  font-size: 16px;
  margin-bottom: 4px;
}
blockquote cite {
  font-size: 14px;
  color: #ccc;
}
hr {
  margin: 20px 0;
  background: #ddd;
}
.hr {
  height: 6px;
  width: 100%;
}
/*--------------------------------------------------------------
 # Form
 --------------------------------------------------------------*/
.wufoo-form-wrap #header {
  display: none;
}
.embed form {
  padding: 30px;
}
.embed #header {
  display: none;
}
.wp-block-button {
  float: none !important;
}
.wp-block-button__link {
  background: linear-gradient(to right, #3c50ff, #6223cd);
}
.wp-block-button__link:hover, a.wp-block-button__link:hover, .wp-block-button a {
  color: #fff !important;
}
.wufoo input.btTxt, .wp-block-button__link .has-background {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.wufoo input.btTxt:hover, .wp-block-button__link .has-background:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  background: linear-gradient(to right, #fff, #fff);
  color: #3c50ff !important;
}
.wufoo input.btTxt:disabled, .wp-block-button__link .has-background:disabled {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: rgba(98, 35, 205, 0.2);
  border-image-source: none;
  border: none;
  color: #fff;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file, .wufoo select.select, .wufoo li .wufoo-dropdown span {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: inset 0 1px 0 0 #dadce5;
  background-color: #f3f4f9;
}
.wufoo input.btTxt {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.wufoo-form-wrap .wufoo input.text, .wufoo-form-wrap .wufoo textarea.textarea, .wufoo-form-wrap .wufoo input.file, .wufoo-form-wrap input.text, .wufoo-form-wrap input.search, .wufoo-form-wrap input.field, .wufoo-form-wrap textarea.textarea, .wufoo-form-wrap textarea {
  margin-bottom: 8px;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: inset 0 1px 0 0 #dadce5;
  background-color: #f3f4f9;
}
.wufoo-form-wrap .wufoo input.text:focus, .wufoo-form-wrap .wufoo textarea.textarea:focus, .wufoo-form-wrap .wufoo input.file:focus, .wufoo-form-wrap input.text:focus, .wufoo-form-wrap input.search:focus, .wufoo-form-wrap input.field:focus, .wufoo-form-wrap textarea.textarea:focus, .wufoo-form-wrap textarea:focus, .wufoo-form-wrap .wufoo input.text:active, .wufoo-form-wrap .wufoo textarea.textarea:active, .wufoo-form-wrap .wufoo input.file:active, .wufoo-form-wrap input.text:active, .wufoo-form-wrap input.search:active, .wufoo-form-wrap input.field:active, .wufoo-form-wrap textarea.textarea:active, .wufoo-form-wrap textarea:active {
  border: 1px solid #3c50ff !important;
  box-shadow: none;
}
.wufoo-form-wrap .wufoo input.text::-webkit-input-placeholder, .wufoo-form-wrap .wufoo textarea.textarea::-webkit-input-placeholder, .wufoo-form-wrap .wufoo input.file::-webkit-input-placeholder, .wufoo-form-wrap input.text::-webkit-input-placeholder, .wufoo-form-wrap input.search::-webkit-input-placeholder, .wufoo-form-wrap input.field::-webkit-input-placeholder, .wufoo-form-wrap textarea.textarea::-webkit-input-placeholder, .wufoo-form-wrap textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text::-moz-placeholder, .wufoo-form-wrap .wufoo textarea.textarea::-moz-placeholder, .wufoo-form-wrap .wufoo input.file::-moz-placeholder, .wufoo-form-wrap input.text::-moz-placeholder, .wufoo-form-wrap input.search::-moz-placeholder, .wufoo-form-wrap input.field::-moz-placeholder, .wufoo-form-wrap textarea.textarea::-moz-placeholder, .wufoo-form-wrap textarea::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text:-ms-input-placeholder, .wufoo-form-wrap .wufoo textarea.textarea:-ms-input-placeholder, .wufoo-form-wrap .wufoo input.file:-ms-input-placeholder, .wufoo-form-wrap input.text:-ms-input-placeholder, .wufoo-form-wrap input.search:-ms-input-placeholder, .wufoo-form-wrap input.field:-ms-input-placeholder, .wufoo-form-wrap textarea.textarea:-ms-input-placeholder, .wufoo-form-wrap textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text:-moz-placeholder, .wufoo-form-wrap .wufoo textarea.textarea:-moz-placeholder, .wufoo-form-wrap .wufoo input.file:-moz-placeholder, .wufoo-form-wrap input.text:-moz-placeholder, .wufoo-form-wrap input.search:-moz-placeholder, .wufoo-form-wrap input.field:-moz-placeholder, .wufoo-form-wrap textarea.textarea:-moz-placeholder, .wufoo-form-wrap textarea:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap #header {
  display: none;
}
.wufoo-form-wrap .wufoo input.text, .wufoo-form-wrap .wufoo textarea.textarea, .wufoo-form-wrap .wufoo input.file, .wufoo-form-wrap input.text, .wufoo-form-wrap input.search, .wufoo-form-wrap input.field, .wufoo-form-wrap textarea.textarea, .wufoo-form-wrap textarea {
  margin-bottom: 8px;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: inset 0 1px 0 0 #dadce5;
  background-color: #f3f4f9;
}
.wufoo-form-wrap .wufoo input.text:focus, .wufoo-form-wrap .wufoo textarea.textarea:focus, .wufoo-form-wrap .wufoo input.file:focus, .wufoo-form-wrap input.text:focus, .wufoo-form-wrap input.search:focus, .wufoo-form-wrap input.field:focus, .wufoo-form-wrap textarea.textarea:focus, .wufoo-form-wrap textarea:focus, .wufoo-form-wrap .wufoo input.text:active, .wufoo-form-wrap .wufoo textarea.textarea:active, .wufoo-form-wrap .wufoo input.file:active, .wufoo-form-wrap input.text:active, .wufoo-form-wrap input.search:active, .wufoo-form-wrap input.field:active, .wufoo-form-wrap textarea.textarea:active, .wufoo-form-wrap textarea:active {
  border: 1px solid #3c50ff !important;
  box-shadow: none;
}
.wufoo-form-wrap .wufoo input.text::-webkit-input-placeholder, .wufoo-form-wrap .wufoo textarea.textarea::-webkit-input-placeholder, .wufoo-form-wrap .wufoo input.file::-webkit-input-placeholder, .wufoo-form-wrap input.text::-webkit-input-placeholder, .wufoo-form-wrap input.search::-webkit-input-placeholder, .wufoo-form-wrap input.field::-webkit-input-placeholder, .wufoo-form-wrap textarea.textarea::-webkit-input-placeholder, .wufoo-form-wrap textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text::-moz-placeholder, .wufoo-form-wrap .wufoo textarea.textarea::-moz-placeholder, .wufoo-form-wrap .wufoo input.file::-moz-placeholder, .wufoo-form-wrap input.text::-moz-placeholder, .wufoo-form-wrap input.search::-moz-placeholder, .wufoo-form-wrap input.field::-moz-placeholder, .wufoo-form-wrap textarea.textarea::-moz-placeholder, .wufoo-form-wrap textarea::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text:-ms-input-placeholder, .wufoo-form-wrap .wufoo textarea.textarea:-ms-input-placeholder, .wufoo-form-wrap .wufoo input.file:-ms-input-placeholder, .wufoo-form-wrap input.text:-ms-input-placeholder, .wufoo-form-wrap input.search:-ms-input-placeholder, .wufoo-form-wrap input.field:-ms-input-placeholder, .wufoo-form-wrap textarea.textarea:-ms-input-placeholder, .wufoo-form-wrap textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap .wufoo input.text:-moz-placeholder, .wufoo-form-wrap .wufoo textarea.textarea:-moz-placeholder, .wufoo-form-wrap .wufoo input.file:-moz-placeholder, .wufoo-form-wrap input.text:-moz-placeholder, .wufoo-form-wrap input.search:-moz-placeholder, .wufoo-form-wrap input.field:-moz-placeholder, .wufoo-form-wrap textarea.textarea:-moz-placeholder, .wufoo-form-wrap textarea:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap form {
  max-width: 624px;
  width: 100%;
  padding: 48px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(34, 35, 39, 0.1), inset 0 -4px 12px 0 #eff0f5;
  border: solid 1px #dadce5;
  background-color: #fff;
}
.wufoo-form-wrap form label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000;
}
.wufoo-form-wrap form label span {
  color: #3c50ff;
}
.wufoo-form-wrap input, .wufoo-form-wrap input[type='text'], .wufoo-form-wrap input[type='number'], .wufoo-form-wrap input[type='tel'], .wufoo-form-wrap textarea {
  margin-bottom: 8px;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: inset 0 1px 0 0 #dadce5;
  background-color: #f3f4f9;
}
.wufoo-form-wrap input:focus, .wufoo-form-wrap input[type='text']:focus, .wufoo-form-wrap input[type='number']:focus, .wufoo-form-wrap input[type='tel']:focus, .wufoo-form-wrap textarea:focus, .wufoo-form-wrap input:active, .wufoo-form-wrap input[type='text']:active, .wufoo-form-wrap input[type='number']:active, .wufoo-form-wrap input[type='tel']:active, .wufoo-form-wrap textarea:active {
  border: 1px solid #3c50ff !important;
  box-shadow: none;
}
.wufoo-form-wrap input::-webkit-input-placeholder, .wufoo-form-wrap input[type='text']::-webkit-input-placeholder, .wufoo-form-wrap input[type='number']::-webkit-input-placeholder, .wufoo-form-wrap input[type='tel']::-webkit-input-placeholder, .wufoo-form-wrap textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap input::-moz-placeholder, .wufoo-form-wrap input[type='text']::-moz-placeholder, .wufoo-form-wrap input[type='number']::-moz-placeholder, .wufoo-form-wrap input[type='tel']::-moz-placeholder, .wufoo-form-wrap textarea::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap input:-ms-input-placeholder, .wufoo-form-wrap input[type='text']:-ms-input-placeholder, .wufoo-form-wrap input[type='number']:-ms-input-placeholder, .wufoo-form-wrap input[type='tel']:-ms-input-placeholder, .wufoo-form-wrap textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap input:-moz-placeholder, .wufoo-form-wrap input[type='text']:-moz-placeholder, .wufoo-form-wrap input[type='number']:-moz-placeholder, .wufoo-form-wrap input[type='tel']:-moz-placeholder, .wufoo-form-wrap textarea:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.wufoo-form-wrap textarea {
  height: 112px;
  padding-top: 16px;
  resize: none;
}
.wufoo-form-wrap button {
  max-width: 336px;
  width: 100%;
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}
.wufoo-form-wrap .wufoo input.btTxt, .wufoo-form-wrap .wp-block-button__link .has-background {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.wufoo-form-wrap .wufoo input.btTxt:hover, .wufoo-form-wrap .wp-block-button__link .has-background:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  background: linear-gradient(to right, #fff, #fff);
  color: #3c50ff !important;
}
.wufoo-form-wrap .wufoo input.btTxt:disabled, .wufoo-form-wrap .wp-block-button__link .has-background:disabled {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: rgba(98, 35, 205, 0.2);
  border-image-source: none;
  border: none;
  color: #fff;
}
.wufoo-form-wrap .btn--major {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.wufoo-form-wrap .btn--major:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  background: linear-gradient(to right, #fff, #fff);
  color: #3c50ff !important;
}
.wufoo-form-wrap .btn--major:disabled {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: rgba(98, 35, 205, 0.2);
  border-image-source: none;
  border: none;
  color: #fff;
}
.wufoo-form-wrap .btn--minor {
  height: 52px;
  max-width: 336px;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(116, 118, 131, 0.2);
  border: solid 1px #747683;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.wufoo-form-wrap .btn--minor:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #3c50ff, #6223cd);
  border-image-slice: 1;
  background-color: #fff;
  color: #3c50ff;
}
.wufoo-form-wrap .btn--minor:disabled {
  opacity: 0.1;
  box-shadow: 0 2px 8px 0 rgba(116, 118, 131, 0.2);
  border: solid 1px #747683;
  background-color: #fff;
}
.wufoo-form-wrap .btn--full-width {
  max-width: 100%;
}
.wufoo-form-wrap .form-row {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}
.wufoo-form-wrap .form-row .form-field:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 900px) {
  .wufoo-form-wrap .form-row {
    flex-direction: column;
  }
  .wufoo-form-wrap .form-row .form-field:nth-child(2) {
    margin-top: 24px;
    margin-left: 0px;
  }
}
.wufoo-form-wrap .form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wufoo-form-wrap .form-description {
  margin-bottom: 48px;
}
form {
  max-width: 624px;
  width: 100%;
  padding: 48px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(34, 35, 39, 0.1), inset 0 -4px 12px 0 #eff0f5;
  border: solid 1px #dadce5;
  background-color: #fff;
}
form label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  color: #000;
}
form label span {
  color: #3c50ff;
}
input, input[type='text'], input[type='number'], input[type='tel'], textarea {
  margin-bottom: 8px;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: inset 0 1px 0 0 #dadce5;
  background-color: #f3f4f9;
}
input:focus, input[type='text']:focus, input[type='number']:focus, input[type='tel']:focus, textarea:focus, input:active, input[type='text']:active, input[type='number']:active, input[type='tel']:active, textarea:active {
  border: 1px solid #3c50ff !important;
  box-shadow: none;
}
input::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
input::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
input:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
input:-moz-placeholder, input[type='text']:-moz-placeholder, input[type='number']:-moz-placeholder, input[type='tel']:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
textarea {
  height: 112px;
  padding-top: 16px;
  resize: none;
}
button {
  max-width: 336px;
  width: 100%;
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}
.wp-block-button__link .has-background {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.wp-block-button__link .has-background:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  background: linear-gradient(to right, #fff, #fff);
  color: #3c50ff !important;
}
.wp-block-button__link .has-background:disabled {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: rgba(98, 35, 205, 0.2);
  border-image-source: none;
  border: none;
  color: #fff;
}
.btn--major {
  max-width: 336px;
  width: 100%;
  height: 72px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: linear-gradient(to right, #3c50ff, #6223cd);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  letter-spacing: 1px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.btn--major:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-color: #3c50ff;
  background: linear-gradient(to right, #fff, #fff);
  color: #3c50ff !important;
}
.btn--major:disabled {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background: rgba(98, 35, 205, 0.2);
  border-image-source: none;
  border: none;
  color: #fff;
}
.btn--minor {
  height: 52px;
  max-width: 336px;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(116, 118, 131, 0.2);
  border: solid 1px #747683;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn--minor:hover {
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #3c50ff, #6223cd);
  border-image-slice: 1;
  background-color: #fff;
  color: #3c50ff;
}
.btn--minor:disabled {
  opacity: 0.1;
  box-shadow: 0 2px 8px 0 rgba(116, 118, 131, 0.2);
  border: solid 1px #747683;
  background-color: #fff;
}
.btn--full-width {
  max-width: 100%;
}
.form-row {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}
.form-row .form-field:nth-child(2) {
  margin-left: 16px;
}
@media (max-width: 900px) {
  .form-row {
    flex-direction: column;
  }
  .form-row .form-field:nth-child(2) {
    margin-top: 24px;
    margin-left: 0px;
  }
}
.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-description {
  margin-bottom: 48px;
}
/*--------------------------------------------------------------
 # Tables
 --------------------------------------------------------------*/
table {
  margin-top: 48px;
  margin-bottom: 48px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
thead th {
  padding-bottom: 8px;
  border-bottom: 2px solid #222327;
}
th {
  text-align: left;
  font-weight: 600;
}
tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadce5;
}


tbody td p {
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    line-height: inherit;
	color: #404040;
}



td a, a:visited {
  color: #3c50ff;
  text-decoration: none;
  transition: 0.2s ease;
}
td a:hover, a:visited:hover {
  color: #3c50ff;
  opacity: 0.7;
}
/*--------------------------------------------------------------
 # Footer
 --------------------------------------------------------------*/
.footer {
  position: relative;
  padding-top: 96px;
  background-image: linear-gradient(to bottom, #000, #10153d);
  z-index: 3;
}
@media (max-width: 900px) {
  .footer {
    padding-top: 48px;
  }
}
.footer__container {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.footer__links {
  padding-bottom: 48px;
  display: flex;
  border-bottom: 1px solid #747683;
}
@media (max-width: 900px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
  }
}
.footer__social {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #747683;
}
.footer__social__links {
  display: flex;
  align-items: center;
}
.footer__social__link {
  margin-left: 16px;
  height: 20px;
  transition: 0.2s ease;
}
.footer__social__link.youtube {
  height: 16px;
}
.footer__social__link:hover {
  opacity: 0.7;
}
.footer__terms {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #747683;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  text-decoration: none;
}
.footer__terms__links {
  display: flex;
}
.footer__terms__links a {
  margin-left: 8px;
  color: #747683;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  text-decoration: none;
}
.footer__terms__links a:hover {
  color: #3c50ff;
}
.footer__terms__links a:first-child {
  padding-right: 16px;
}
@media (max-width: 900px) {
  .footer__terms {
    flex-direction: column;
  }
}
.footer__column {
  flex: 1;
}
.footer__column ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer__column li {
  margin-bottom: 8px;
}
.footer__column li a {
  color: #747683;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  text-decoration: none;
}
.footer__column li a:hover {
  color: #3c50ff;
}
@media (max-width: 900px) {
  .footer__column {
    margin-bottom: 24px;
  }
  .footer__column h4, .footer__column ul {
    text-align: center;
  }
}
.footer h4 {
  color: #fff;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
.mobile-menu {
  display: none;
}
.mobile-menu ul, .mobile-menu li {
  margin: 0px;
  padding: 0px;
}
.mobile-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.mobile-menu .menu-item-has-children > a::after {
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
  content: '\f078';
  top: 2px;
  font-size: 10px;
  cursor: pointer;
  margin-left: 8px;
}
.mobile-menu .menu-item-has-children ul {
  display: none;
  position: relative;
  box-shadow: none;
  text-align: center;
  list-style-type: none;
}
.mobile-menu .menu-item-has-children ul.open {
  display: block;
}
.mobile-menu .menu-item-has-children li {
  opacity: 0.5;
  font-weight: 500;
}
@media (max-width: 900px) {
  .mobile-menu--open {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
  }
}
.mobile-menu a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
  color: #000;
}
.mobile-menu a:hover {
  color: #3c50ff;
}
.mobile-menu a.mobile-menu__item--close {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  opacity: 0.8;
  letter-spacing: 1px;
  font-size: 13px;
}
.mobile-menu a.mobile-menu__item--close:hover {
  color: #000;
  opacity: 0.5;
}
.nav {
  height: 112px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(26, 64, 151, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav .mobile-menu-icon {
  display: none;
}
@media (max-width: 900px) {
  .nav .mobile-menu-icon {
    margin-bottom: 0px;
    cursor: pointer;
    display: block;
  }
}
@media (max-width: 900px) {
  .nav {
    height: 80px;
  }
}
.nav__wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(26, 64, 151, 1);
}
.nav__logo {
  height: 52px;
  margin-bottom: 0px;
}
.nav__links {
  display: flex;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 900px) {
  .nav__links {
    display: none;
  }
}
.nav__links .menu-menu-1-container {
  display: flex;
  align-items: center;
}
.nav__links ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style-type: none;
}
.nav__links ul a {
  margin-left: 12px;
  margin-right: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff;
}
.nav__links ul a:hover {
  color: #fff;
  opacity: 0.7;
}
.nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 52px;
  padding: 0px;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  text-decoration: none;
}
.nav__button:visited {
  color: #000;
}
@media (max-width: 900px) {
  .nav__button {
    display: none;
  }
}
.nav .menu-item-has-children::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  content: '\f078';
  top: 0px;
  right: -4px;
  top: 8px;
  font-size: 10px;
  cursor: pointer;
}
.nav .menu-item-has-children {
  position: relative;
  margin-right: 24px;
}
.nav .menu-item-has-children li {
  display: flex;
  align-items: center;
  min-height: 36px;
}
.nav .menu-item-has-children li a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav .menu-item-has-children ul {
  position: absolute;
  z-index: 2;
  display: none;
  min-width: 180px;
  padding: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
  background-color: #fff;
}
.nav .menu-item-has-children ul li.menu-item-has-children {
  position: relative;
  margin-right: -24px;
  margin-left: -24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.nav .menu-item-has-children ul li.menu-item-has-children::after {
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
  content: '\f0da';
  top: 2px;
  right: -4px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 0px;
}
.nav .menu-item-has-children ul li.menu-item-has-children ul {
  top: 0px;
  display: none;
  position: absolute;
  left: 100%;
}
.nav .menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul {
  display: none;
}
.nav .menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul {
  display: none;
}
.nav .menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children:hover ul {
  display: block;
}
.nav .menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children:hover ul {
  display: block;
}
.nav .menu-item-has-children ul li.menu-item-has-children:hover::after {
  color: #3c50ff;
}
.nav .menu-item-has-children ul li.menu-item-has-children:hover ul {
  display: block;
}
.nav .menu-item-has-children ul a {
  position: relative;
  display: block;
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: normal;
  color: #000;
  height: 100%;
  width: 100%;
}
.nav .menu-item-has-children ul a:hover {
  color: #3c50ff;
}
.nav .menu-item-has-children:hover ul {
  display: block;
}
.nav__products {
  display: none;
  position: relative;
  height: 80px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav__products label {
  margin-right: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 1.87;
  letter-spacing: 1px;
  color: #000;
}
.nav__products svg {
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
}
.nav__products svg path {
  transition: 0.2s ease;
}
.nav__products .active path {
  opacity: 1;
}
.nav__products .product-name-wrap {
  position: absolute;
  bottom: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  width: 100%;
  right: 0px;
}
.nav__products .product-name {
  height: 22px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  font-size: 13px;
  border-radius: 50px;
}
.nav__products .product-name--blue {
  background-color: #d8dcff;
}
.nav__products .product-name--orange {
  background-color: #ffe9cc;
}
.nav__products .product-name--lime {
  background-color: #eef7be;
}
.nav__products .product-name--teal {
  background-color: #bde7f0;
}
.page-template-homepage .nav__products {
  display: none;
}
.page-template-homepage .nav__products--visible {
  display: flex;
}
.page-template-homepage .nav {
  background-color: transparent;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-template-homepage .nav__wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9;
  transition: 0.2s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-template-homepage .nav__wrap--blue {
  background-color: rgba(26, 64, 151, 1);
}
.page-template-homepage .nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(1, 1, 1, 0.15);
  color: #fff;
  transition: 0.2s ease;
  -webkit-transform: translate3d(0);
  -ms-transform: translate3d(0);
  transform: translate3d(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-template-homepage .nav__button:hover {
  opacity: 0.8;
  color: #fff;
}
.page-template-homepage .nav__button--white {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}
.page-template-homepage .nav__button--white:hover {
  opacity: 0.8;
  color: #000;
}
@media (max-width: 900px) {
  .page-template-homepage .nav__button {
    display: none;
  }
}
/*--------------------------------------------------------------
 # Page Template Specific
 --------------------------------------------------------------*/
.nav-previous, .nav-next {
  color: #3c50ff;
  font-family: 'Source Sans Pro', sans-serif;
}
.page {
  margin-bottom: 0px;
}
.page-header {
  width: 100%;
  margin-bottom: 48px;
  border-bottom: 1px solid #dadce5;
}
@media (max-width: 900px) {
  .page-header {
    margin-bottom: 24px;
  }
}
.error-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 48px;
  max-width: 1100px;
  width: 100%;
}
.page-wrap {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1100px;
  width: 100%;
}
@media (max-width: 900px) {
  .page-wrap {
    padding-bottom: 24px;
  }
}
.page-header .page-wrap {
  display: block;
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 900px) {
  .page-header .page-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.page-header .page-wrap h1 {
  margin-bottom: 0;
}
.page-header .page-wrap p {
  margin-bottom: 0;
  margin-top: 24px;
}
.page-wrap h1 {
  max-width: 1100px;
}
@media (max-width: 900px) {
  .page-wrap h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0px;
  }
}
.interior__content {
  min-height: 1000px;
  max-width: 767px;
  width: 100%;
  padding-right: 143px;
  padding-bottom: 175px;
}
.interior__content ul {
  list-style-type: disc;
  margin-top: 24px;
}
.interior__content h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}
.interior__content h3 {
  margin: 0 0 12px;
}
.interior__content h5 {
  font-size: 16px;
  margin: 0 0 12px;
}
.interior__content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  margin: 0 0 12px;
}
@media (max-width: 900px) {
  .interior__content ul {
    margin-left: 16px;
  }
}
.interior__content li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: normal;
  font-family: 'Source Sans Pro', sans-serif;
  color: #747683;
}
.interior__content li:before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 6px;
  margin-left: -24px;
  left: -26px;
}
.interior__content .tags, .interior__content .categories {
  margin-bottom: 36px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-decoration: none;
}
.interior__content .categories {
  margin-bottom: 0;
}
.interior__content .tags a, .interior__content .categories a {
  text-decoration: none;
  color: #3c50ff;
}
.interior__content .tags a:hover, .interior__content .categories a:hover {
  text-decoration: underline;
}
.interior__content .intro {
  margin-bottom: 48px;
}
.related-posts h3.related-heading {
  margin-bottom: 24px;
}
@media (max-width: 1100px) {
  .interior__content {
    max-width: 600px;
    padding-right: 100px;
  }
}
@media (max-width: 900px) {
  .interior__content {
    max-width: 100%;
    padding-right: 0px;
  }
}
.interior__sidebar {
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
  position: absolute;
  right: 0px;
  top: -48px;
  height: calc(100% + 48px);
  min-height: 800px;
  border-left: 1px solid #dadce5;
  background-color: #fff;
}
@media (max-width: 900px) {
  .interior__sidebar {
    display: none;
  }
}
.sidebar__row {
  margin-bottom: 24px;
}
.sidebar__label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #222327;
}
.sidebar__text {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #3c50ff;
  text-decoration: none;
}
/*--------------------------------------------------------------
 # Category Archive Page
 --------------------------------------------------------------*/
 .archive.category h1 {
   margin-bottom: 0;
 }
/*--------------------------------------------------------------
 # Page Specific
 --------------------------------------------------------------*/
/*-- PRODUCT --------------------*/
.product-label {
  width: 119px;
  height: 22px;
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #3c50ff;
  border-radius: 15px;
  background-color: rgba(60, 80, 255, 0.1);
}
.product-label--sm {
  width: 80px;
  margin-bottom: 48px;
}
.product-card {
  width: 288px;
  height: 221px;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 6px 12px 0 rgba(218, 220, 229, 0.6);
  border-top: solid 1px #dadce5;
  border-bottom: solid 1px #dadce5;
  border-right: solid 1px #dadce5;
  border-radius: 4px;
  background-color: #fff;
}
.product-card img {
  margin-bottom: 6px;
  height: 40px;
}
.product-card__title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-card__details {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #747683;
}
.product-card__link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #3c50ff;
  text-decoration: none;
}
.product-card--blue {
  border-left: 6px solid #3c50ff;
}
.product-card--orange {
  border-left: 6px solid #ff9100;
}
.product-card--lime {
  border-left: 6px solid #c9e528;
}
.product-card--teal {
  border-left: 6px solid #23b2cd;
}
/*-- SUBSCRIBE BUTTON IN SIDEBAR */
.subscribe-box {
  margin-bottom: 64px;
}
.subscribe-text {
  width: 288px;
}
.subscribe-box .btn--major {
  width: 180px;
  height: 42px;
}

/*-- CONTACT --------------------*/
.map {
  width: 288px;
  height: 240px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(34, 35, 39, 0.1), 0 2px 6px 0 rgba(34, 35, 39, 0.1), inset 0 -4px 12px 0 #eff0f5;
  border: solid 1px #dadce5;
  background-size: cover;
  background-position: cover;
  background-color: #f5f5f5;
}
.map--sm {
  max-width: 248px;
  width: 100%;
  height: 200px;
}
@media (max-width: 900px) {
  .map--sm {
    width: 248px;
  }
}
.address {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #000;
}
/*-- LEADERSHIP --------------------*/
.team-member {
  padding-bottom: 48px;
  padding-top: 48px;
  display: flex;
}
.team-member__photo {
  margin-right: 48px;
  height: 144px;
  width: 144px;
  min-height: 144px;
  min-width: 144px;
  border-radius: 144px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .team-member__photo {
    margin-right: 16px;
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 80px;
  }
}
.team-member .title {
  margin-bottom: 24px;
  font-style: italic;
}
@media (max-width: 900px) {
  .team-member p {
    font-size: 16px;
    line-height: 22px;
  }
}
/*-- RBS Single Profile --------------------*/
.rbs-team-member {
  display: flex;
}
.rbs-profile-photo {
  margin-right: 48px;
  margin-bottom: 32px;
  height: 144px;
  width: 144px;
  min-height: 144px;
  min-width: 144px;
  border-radius: 144px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.rbs-team-member h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: normal;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 144px;
  margin-bottom: 24px;
}
.social-icon {
  flex: 1;
}
.social-icon img {
  margin-bottom: 0;
  transition: .3s;
}
.social-icon.email img {
  width: 28px;
}
.social-icon:hover img {
  opacity: .7;
}
.areas-of-focus {
  padding-right: 20px;
}
.areas-of-focus p {
  color: #000;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}
.areas-of-focus ul {
  list-style: none;
  margin-top: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.areas-of-focus li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.2em;
}
.areas-of-focus li:before {
  display: none;
}
.areas-of-focus a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}
.areas-of-focus a:hover {
  color: #3c50ff;
}
.leadership-location {
  color: #000;
}
.social-focus {

}
@media (max-width: 500px) {
  .rbs-team-member {
    flex-direction: column;
  }
  .rbs-team-member-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .rbs-profile-photo {
    margin-right: 0;
    margin-bottom: 12px;
    height: 200px;
    width: 200px;
    min-height: 200px;
    min-width: 200px;
  }
  .social-icons {
    width: 200px;
    margin-bottom: 12px;
  }
  .areas-of-focus {
    margin-bottom: 24px;
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadce5;
  }
  .areas-of-focus p {
    margin-bottom: 6px;
  }
}
.about__title {
  margin-bottom: 22px;
  text-transform: none;
  letter-spacing: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000;
}
.about__links {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
.about__links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.about__links a {
  font-size: 14px;
  line-height: 28px;
  display: block;
  color: #747683;
  text-decoration: none;
}
.about__links .current_page_item, .about__links .current-page-ancestor {
  position: relative;
  padding-left: 46px;
  left: -48px;
  border-left: 2px solid #3c50ff;
}
.about__links .current_page_item a, .about__links .current-page-item a, .about__links .current-page-ancestor a {
  color: #000 !important;
}
/*-- NEWS --------------------*/
.post {
  display: flex;
}
@media (max-width: 768px) {
  .post {
    flex-direction: column;
  }
}
.post__image {
  min-width: 240px;
  min-height: 135px;
  width: 240px;
  height: 135px;
  background-color: #d8d8d8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .post__image {
    min-width: 300px;
    min-height: 169px;
    width: 300px;
    height: 169px;
  }
}
.post__content {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .post__content {
    padding-left: 0;
    padding-top: 24px;
  }
}
.post__content a {
  color: #000;
  text-decoration: none;
}
.post__content p {
  font-size: 16px;
}
@media (max-width: 900px) {
  .post__content p {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14px;
  }
}
.post__content .tags a {
  color: #3c50ff;
  font-size: 12px;
}
@media (max-width: 900px) {
  .post__content h3 {
    font-size: 18px;
  }
  .post__content h4 {
    font-size: 12px;
    line-height: 1;
  }
}
/*-- EDUCATION --------------------*/
.education__regulations {
  margin-bottom: 48px;
}
.education__regulation {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.education__regulation p {
  margin-bottom: 0px;
}
.education__regulation img {
  margin-right: 16px;
  margin-bottom: 0px;
  height: 24px;
}
.solutions__benefit {
  font-size: 14px;
  line-height: 22px;
  color: #747683;
}
/*-- HOMEPAGE --------------------*/
.explore-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 900px) {
  .explore-button-container {
    bottom: -50px;
  }
}
.home__container {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.home__hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #1a4097, #6223cd 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .home__hero {
    display: block;
    height: auto;
    padding-top: 140px;
  }
}
.home__hero__curve {
  height: 80px;
  width: 100%;
  position: relative;
  top: -10px;
}
.home__hero__title {
  position: relative;
  max-width: 912px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 900px) {
  .home__hero__title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.home__hero h1 {
  margin-bottom: 16px;
  font-size: 68px;
  line-height: 84px;
  color: #fff;
}
@media (max-width: 1200px) {
  .home__hero h1 {
    font-size: 52px;
    line-height: 58px;
  }
}
@media (max-width: 900px) {
  .home__hero h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.home__hero h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 44px;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .home__hero h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 900px) {
  .home__hero h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.home__hero a {
  display: inline-block;
  line-height: 72px;
  min-width: 240px;
  height: 72px;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px 0 rgba(98, 35, 205, 0.2);
  background-image: linear-gradient(142deg, #3c50ff, #6223cd);
}
.home__hero a:hover {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 900px) {
  .home__hero a {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
  }
}
.home__hero__explore {
  width: 143px !important;
  max-width: 143px !important;
  min-width: 143px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 15px !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #fff !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  border-radius: 27px;
  background: rgba(0, 0, 0, 0.19) !important;
}
.home__hero__explore img {
  height: 8px;
  margin-right: 8px;
}
.home__products {
  padding-top: 96px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 900px) {
  .home__products {
    padding-top: 48px;
    padding-bottom: 0px;
  }
}
.home__products .divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 42px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(101deg, #1e3f95, #4d2f9a);
}
.home__products h2 {
  text-align: center;
  font-weight: 700;
}
.home__products p {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 96px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 900px) {
  .home__products p {
    margin-bottom: 48px;
  }
}
.home__product-blocks {
  display: flex;
}
.home__product-blocks a {
  text-decoration: none;
}
@media (max-width: 900px) {
  .home__product-blocks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home__product-block {
  max-width: 336px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}
.home__product-block .shield {
  height: 40px;
  margin-bottom: 6px;
}
.home__product-block--spacer {
  margin-left: 24px;
  margin-right: 24px;
}
.home__product-block--blue {
  box-shadow: 0 6px 12px 0 rgba(218, 220, 229, 0.6), inset 0 -4px 12px 0 rgba(239, 240, 245, 0.44), inset 0 8px 0 0 #3c50ff;
}
.home__product-block--orange {
  box-shadow: 0 6px 12px 0 rgba(218, 220, 229, 0.6), inset 0 -4px 12px 0 rgba(239, 240, 245, 0.44), inset 0 8px 0 0 #ff9100;
}
.home__product-block--lime {
  box-shadow: 0 6px 12px 0 rgba(218, 220, 229, 0.6), inset 0 -4px 12px 0 rgba(239, 240, 245, 0.44), inset 0 8px 0 0 #c9e528;
}
.home__product-block--teal {
  box-shadow: 0 6px 12px 0 rgba(218, 220, 229, 0.6), inset 0 -4px 12px 0 rgba(239, 240, 245, 0.44), inset 0 8px 0 0 #23b2cd;
}
.home__product-block h3 {
  text-align: center;
}
.home__product-block__description {
  margin-bottom: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #747683;
}
.home__product-block__arrow {
  margin: 0px;
  height: 12px;
}
@media (max-width: 900px) {
  .home__product-block {
    margin-bottom: 48px;
  }
  .home__product-block--spacer {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.home__product-background {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home__product-background svg {
  width: 100%;
  top: 0px;
  position: absolute;
  height: 100%;
}
.home__product-background--fixed {
  z-index: -1;
  position: fixed;
  top: 193px;
}
.home__product-background path {
  transition: 0.2s ease;
}
.home__product-background--blue path {
  fill: #3c50ff;
}
.home__product-background--orange path {
  fill: #ff9100;
}
.home__product-background--lime path {
  fill: #c9e528;
}
.home__product-background--teal path {
  fill: #23b2cd;
}
.home__product-viewport {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 900px) {
  .home__product-viewport {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.home__product-fixed-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 72px;
}
.home__product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 239px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 900px) {
  .home__product-details {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 0px;
    text-align: center;
  }
}
.home__product-details .shield {
  height: 64px;
  margin: 0px;
  margin-bottom: 8px;
}
.home__product-details h3 {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 64px;
  text-align: center;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 900px) {
  .home__product-details h3 {
    font-size: 38px;
    line-height: 1.25;
  }
}
.home__product-details p {
  max-width: 624px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.home__product-details label {
  margin-bottom: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 1px;
  text-align: center;
  color: #747683;
}
.home__product-details .features {
  margin-bottom: 40px;
  display: flex;
  max-width: 700px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home__product-details .features a {
  text-decoration: none;
}
@media (max-width: 900px) {
  .home__product-details .features {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home__product-details .feature {
  margin-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  color: #3c50ff;
  font-size: 15px;
  line-height: 1.56;
  text-decoration: none;
}
.home__product-details .feature img {
  margin-bottom: 0px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
@media (max-width: 900px) {
  .home__product-details .feature img {
    margin-right: 0px;
  }
}
@media (max-width: 900px) {
  .home__product-details .feature {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.home__product-details .cta {
  margin-bottom: 96px;
  width: 100%;
  max-width: 600px;
  display: flex;
}
@media (max-width: 900px) {
  .home__product-details .cta {
    margin-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.home__product-details .cta button, .home__product-details .cta a {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  transition: 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 900px) {
  .home__product-details .cta button, .home__product-details .cta a {
    margin-bottom: 16px;
    height: 54px;
    font-size: 13px;
  }
}
.home__product-details .cta .btn--minor {
  font-weight: 600;
  color: #3c50ff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #3c50ff, #6223cd);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.home__product-screen {
  margin-top: 192px;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.home__product-screen img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .home__product-screen {
    margin-top: 24px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home__product-screen {
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }
}
.home__news {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 3;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 900px) {
  .home__news {
    padding-bottom: 0px;
  }
}
.home__news .divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 42px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(101deg, #1e3f95, #4d2f9a);
}
.home__news h2 {
  margin-bottom: 96px;
  text-align: center;
  font-weight: 700;
}
.home__news__container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .home__news__container {
    padding-bottom: 48px;
  }
}
.home__news__post-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .home__news__post-wrap {
    flex-direction: column;
  }
}
.home__companies {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 3;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}
.home__companies__container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.home__companies__container .divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  width: 42px;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(101deg, #1e3f95, #4d2f9a);
}
.home__companies__container h2 {
  margin-bottom: 96px;
  text-align: center;
  font-weight: 700;
}
.home__companies__container label {
  margin-bottom: 96px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 1px;
  text-align: center;
  color: #747683;
}
@media (max-width: 900px) {
  .home__companies__container label {
    margin-bottom: 48px;
  }
}
@media (max-width: 900px) {
  .home__companies__container {
    padding-bottom: 48px;
  }
}
.home__companies__list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.home__companies__list img {
  max-width: 80px;
  height: auto;
  margin-bottom: 64px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 900px) {
  .home__companies__list img {
    margin-bottom: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.recent-news__row {
  margin-bottom: 48px;
  display: flex;
  flex: 1;
}
@media (max-width: 900px) {
  .recent-news__row {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.recent-news__item {
  display: flex;
  max-width: 460px;
  flex-direction: column;
}
.recent-news__item:first-child {
  margin-right: 24px;
}
.recent-news__item:last-child {
  margin-left: 24px;
}
@media (min-width: 901px) {
  .recent-news__item.hide-dt {
    display: none;
  }
}
@media (max-width: 900px) {
  .recent-news__item {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-direction: row;
  }
  .recent-news__item:first-child {
    margin-right: 12px;
  }
  .recent-news__item:last-child {
    margin-left: 0px;
    margin-right: 12px;
  }
  .recent-news__item.hide-mb {
    display: none;
  }
}
.recent-news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .recent-news__content {
    justify-content: flex-start;
  }
}
.recent-news__content label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.recent-news__content a {
  text-decoration: none;
}
.recent-news__content h3 {
  margin-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 900px) {
  .recent-news__content h3 {
    margin-top: 8px;
  }
}
.recent-news__content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #747683;
}
.recent-news__content .tags {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #3c50ff;
  text-decoration: none;
}
.recent-news__image {
  max-height: 340px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .recent-news__image {
    flex: none;
    height: 100px;
    width: 100px;
    margin-right: 12px;
  }
}
.recent-news__item--secondary label {
  font-size: 12px;
}
.recent-news__item--secondary h3 {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 900px) {
  .recent-news__item--secondary h3 {
    line-height: 1;
    font-size: 15px;
    margin-top: 8px;
  }
}
.recent-news__item--secondary p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #747683;
}
@media (max-width: 900px) {
  .recent-news__item--secondary p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.recent-news__item--secondary .recent-news__image {
  height: 256px;
}
@media (max-width: 900px) {
  .recent-news__item--secondary .recent-news__image {
    height: 120px;
    width: 120px;
  }
}
.recent-news__item--secondary .tags {
  font-size: 14px;
}
@media (max-width: 900px) {
  .recent-news__item--secondary .tags {
    display: none;
  }
}

.featured-post-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
}
.featured-post-wrap p {
  position: relative;
  color: #fff;
  text-transform: none;
  z-index: 8;
  margin-bottom: 0;
}
.featured-post-wrap p.learn-more {
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.featured-post-wrap p.date {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.featured-post-wrap a {
  display: block;
  line-height: auto;
  height: auto;
  min-width: auto;
  background-image: none;
  padding: 0 10px;
}
.featured-post-wrap a:hover {
  opacity: 1;
}
.featured-post-wrap a:hover .featured-post-image:after {
  opacity: 1;
}
.featured-post-wrap h3 {
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: none;
  opacity: 1;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  z-index: 8;
}
.featured-post-item {
  position: relative;
  max-width: 280px;
  height: auto;
  margin: 0 12px;
  padding: 15px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
@media (max-width: 900px) {
  .featured-post-wrap {
    flex-direction: column;
  }
  .featured-post-item {
    max-width: 60%;
    height: auto;
    margin: 12px auto;
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .featured-post-item {
    max-width: 100%;
    margin: 12px;
  }
}
.featured-post-wrap .featured-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
}
.featured-post-wrap .featured-post-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-image: linear-gradient(142deg, #3c50ff, #6223cd);
  transition: .3s;
}
/*-- GENERAL WORDPRESS STYLES --------------------*/
.wp-block-table table {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table td {
  width: 25%;
}
.site-content {
  min-height: 720px;
  padding-top: 112px;
}
.home .site-content {
  padding-top: 0;
}
@media (max-width: 900px) {
  .site-content {
    min-height: initial;
    padding-top: 80px;
  }
}


pre {
  background: #efefef;
  border: none;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 30px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
}

pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}
