@charset "UTF-8";
/*
    _/_/_/    _/_/_/_/    _/_/_/  _/_/_/_/  _/_/_/_/_/
   _/    _/  _/        _/        _/            _/
  _/_/_/    _/_/_/      _/_/    _/_/_/        _/
 _/    _/  _/              _/  _/            _/
_/    _/  _/_/_/_/  _/_/_/    _/_/_/_/      _/
*/
html, body, div, span, object, iframe,
h1, h2, h3, blockquote > p, blockquote > .validation_error,
blockquote > .gform_confirmation_message,
blockquote > .success_message, h4, blockquote cite p, blockquote cite .validation_error,
blockquote cite .gform_confirmation_message,
blockquote cite .success_message, h5, section.content.type-values header p, section.content.type-values header .validation_error,
section.content.type-values header .gform_confirmation_message,
section.content.type-values header .success_message, h6, p, .validation_error,
.gform_confirmation_message,
.success_message, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* my own resets, for reasons */
html {
  /*  font-size: 62.5%;  */
  /*  overflow-y: scroll;  */
  font-size: 54%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Hint.css - v2.3.0 - 2016-05-21
* http://kushagragour.in/lab/hint/
* Copyright (c) 2016 Kushagra Gour; Licensed  */
[class*=hint--] {
  position: relative;
  display: inline-block; }

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

[class*=hint--][aria-label]:after {
  content: attr(aria-label); }

[class*=hint--][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important; }

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838; }

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:focus:before, .hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:focus:after, .hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:focus:before, .hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:focus:after, .hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%; }

.hint--right:focus:after, .hint--right:focus:before, .hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%; }

.hint--left:focus:after, .hint--left:focus:before, .hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px; }

.hint--top-left:focus:before, .hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:focus:after, .hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px; }

.hint--top-right:focus:after, .hint--top-right:focus:before, .hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px; }

.hint--bottom-left:focus:before, .hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:focus:after, .hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px; }

.hint--bottom-right:focus:after, .hint--bottom-right:focus:before, .hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726; }

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328; }

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d; }

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a; }

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--rounded:after {
  border-radius: 4px; }

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

/* OVERRIDES */
.hint:after {
  width: 250px;
  white-space: normal;
  font-size: 13px;
  font-family: inherit;
  text-shadow: none;
  line-height: 18px;
  text-align: left;
  padding: 15px 15px 17px; }

/*
//      _/      _/  _/_/_/  _/      _/  _/_/_/  _/      _/    _/_/_/
//     _/_/  _/_/    _/      _/  _/      _/    _/_/    _/  _/
//    _/  _/  _/    _/        _/        _/    _/  _/  _/    _/_/
//   _/      _/    _/      _/  _/      _/    _/    _/_/        _/
//  _/      _/  _/_/_/  _/      _/  _/_/_/  _/      _/  _/_/_/
*/
/* ==========================================================================
   Colors & Shades
   ========================================================================== */
/***** DEFAULT COLORS *****/
/***** OVERRIDES *****/
/* ==========================================================================
   Fonts
   ========================================================================== */
/***** DEFAULT FONTS *****/
/***** OVERRIDES *****/
/* ==========================================================================
   Loading Indicator
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Major Layout Break Points */
/* ==========================================================================
   Text & Typography
   ========================================================================== */
a {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #2e5597; }
  a:hover, a:focus {
    color: #1c345c; }

h1, h2, h3, blockquote > p, blockquote > .validation_error,
blockquote > .gform_confirmation_message,
blockquote > .success_message, h4, blockquote cite p, blockquote cite .validation_error,
blockquote cite .gform_confirmation_message,
blockquote cite .success_message, h5, section.content.type-values header p, section.content.type-values header .validation_error,
section.content.type-values header .gform_confirmation_message,
section.content.type-values header .success_message, p, .validation_error,
.gform_confirmation_message,
.success_message, blockquote {
  margin: 0;
  padding: 15px 0; }

h1, h2, h3, blockquote > p, blockquote > .validation_error,
blockquote > .gform_confirmation_message,
blockquote > .success_message, h4, blockquote cite p, blockquote cite .validation_error,
blockquote cite .gform_confirmation_message,
blockquote cite .success_message, h5, section.content.type-values header p, section.content.type-values header .validation_error,
section.content.type-values header .gform_confirmation_message,
section.content.type-values header .success_message {
  font-family: "adelle-sans", sans-serif; }

h1, .h1 {
  font-size: 126px;
  font-size: 12.6rem;
  line-height: 120px;
  line-height: 12rem;
  color: #303030;
  font-weight: bold; }

h2, .h2 {
  font-size: 82px;
  font-size: 8.2rem;
  line-height: 85px;
  line-height: 8.5rem;
  color: #303030;
  font-weight: 100; }

h3, blockquote > p, blockquote > .validation_error,
blockquote > .gform_confirmation_message,
blockquote > .success_message, .h3, header#page-header .content-wrap .text p, header#page-header .content-wrap .text .validation_error,
header#page-header .content-wrap .text .gform_confirmation_message,
header#page-header .content-wrap .text .success_message, section.content.type-feed header h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #231f20;
  font-weight: 100; }

h4, blockquote cite p, blockquote cite .validation_error,
blockquote cite .gform_confirmation_message,
blockquote cite .success_message, .h4, section.content.type-feed .posts a .content h3, section.content.type-feed .posts a .content blockquote > p, section.content.type-feed .posts a .content blockquote > .validation_error,
section.content.type-feed .posts a .content blockquote > .gform_confirmation_message,
section.content.type-feed .posts a .content blockquote > .success_message,
section.content.type-feed .alm-reveal a .content h3,
section.content.type-feed .alm-reveal a .content blockquote > p,
section.content.type-feed .alm-reveal a .content blockquote > .validation_error,
section.content.type-feed .alm-reveal a .content blockquote > .gform_confirmation_message,
section.content.type-feed .alm-reveal a .content blockquote > .success_message, section.content.type-columns .cols .col h3, section.content.type-columns .cols .col blockquote > p, section.content.type-columns .cols .col blockquote > .validation_error,
section.content.type-columns .cols .col blockquote > .gform_confirmation_message,
section.content.type-columns .cols .col blockquote > .success_message {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #303030;
  font-weight: 100; }

h5, section.content.type-values header p, section.content.type-values header .validation_error,
section.content.type-values header .gform_confirmation_message,
section.content.type-values header .success_message, .h5, p.empty, .empty.validation_error,
.empty.gform_confirmation_message,
.empty.success_message {
  font-size: 50px;
  font-size: 5rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #303030;
  font-weight: 100; }

p, .validation_error,
.gform_confirmation_message,
.success_message {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 100; }

blockquote {
  padding: 25px 0; }
  blockquote > p:first-of-type:before, blockquote > .validation_error:first-of-type:before,
  blockquote > .gform_confirmation_message:first-of-type:before,
  blockquote > .success_message:first-of-type:before {
    content: open-quote; }
  blockquote > p:last-of-type:after, blockquote > .validation_error:last-of-type:after,
  blockquote > .gform_confirmation_message:last-of-type:after,
  blockquote > .success_message:last-of-type:after {
    content: close-quote; }

p.empty, .empty.validation_error,
.empty.gform_confirmation_message,
.empty.success_message {
  color: #999; }

@media only screen and (max-width: 680px) {
  h2, .h2 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 74px;
    line-height: 7.4rem; } }
@media only screen and (max-width: 680px) {
  h2, .h2 {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 58px;
    line-height: 5.8rem; } }
/* ==========================================================================
   Buttons
   ========================================================================== */
.buttons .button, .buttons form input[type="submit"], form .buttons input[type="submit"],
.buttons form button.gform_button,
form .buttons button.gform_button, .buttons .has-cookie-bar button#catapultCookie, .has-cookie-bar .buttons button#catapultCookie {
  margin: 15px; }
.buttons a:first-of-type {
  margin-left: 0; }
.buttons a:last-of-type {
  margin-right: 0; }

.button, form input[type="submit"],
form button.gform_button, .has-cookie-bar button#catapultCookie {
  display: inline-block;
  font-family: "adelle-sans", sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 7px 22px 9px 20px;
  line-height: normal;
  background: none;
  border: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  outline: none;
  z-index: 0;
  overflow: visible;
  position: relative; }
  .button:after, form input[type="submit"]:after,
  form button.gform_button:after, .has-cookie-bar button#catapultCookie:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border: 2px solid #1F85C0;
    background: #1F85C0;
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg);
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
  .button:hover, form input[type="submit"]:hover,
  form button.gform_button:hover, .has-cookie-bar button#catapultCookie:hover, .button:focus, form input[type="submit"]:focus,
  form button.gform_button:focus, .has-cookie-bar button#catapultCookie:focus {
    color: #fff; }
    .button:hover:after, form input[type="submit"]:hover:after,
    form button.gform_button:hover:after, .has-cookie-bar button#catapultCookie:hover:after, .button:focus:after, form input[type="submit"]:focus:after,
    form button.gform_button:focus:after, .has-cookie-bar button#catapultCookie:focus:after {
      background: #14577e;
      border-color: #14577e; }
  .button:active, form input[type="submit"]:active,
  form button.gform_button:active, .has-cookie-bar button#catapultCookie:active {
    -webkit-transform: translate3d(0, 1px, 0);
    -moz-transform: translate3d(0, 1px, 0);
    -ms-transform: translate3d(0, 1px, 0);
    -o-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  .button i, form input[type="submit"] i,
  form button.gform_button i, .has-cookie-bar button#catapultCookie i {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 19px;
    line-height: 1.9rem;
    position: relative;
    top: 2px;
    margin: 0 10px 0 -3px;
    font-weight: bold; }
  .button.outline, form input.outline[type="submit"],
  form button.outline.gform_button, .has-cookie-bar button.outline#catapultCookie {
    color: #1F85C0; }
    .button.outline:after, form input.outline[type="submit"]:after,
    form button.outline.gform_button:after, .has-cookie-bar button.outline#catapultCookie:after {
      background: transparent; }
    .button.outline:hover, form input.outline[type="submit"]:hover,
    form button.outline.gform_button:hover, .has-cookie-bar button.outline#catapultCookie:hover, .button.outline:focus, form input.outline[type="submit"]:focus,
    form button.outline.gform_button:focus, .has-cookie-bar button.outline#catapultCookie:focus {
      color: #fff; }
      .button.outline:hover:after, form input.outline[type="submit"]:hover:after,
      form button.outline.gform_button:hover:after, .has-cookie-bar button.outline#catapultCookie:hover:after, .button.outline:focus:after, form input.outline[type="submit"]:focus:after,
      form button.outline.gform_button:focus:after, .has-cookie-bar button.outline#catapultCookie:focus:after {
        background: #1F85C0;
        border-color: #1F85C0; }

.button.round, form input.round[type="submit"],
form button.round.gform_button, .has-cookie-bar button.round#catapultCookie {
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #974F00;
  padding: 15px 40px; }
  .button.round:after, form input.round[type="submit"]:after,
  form button.round.gform_button:after, .has-cookie-bar button.round#catapultCookie:after {
    content: none; }
  .button.round.orange, form input.round.orange[type="submit"],
  form button.round.orange.gform_button,
  body.single-ebook div.entry-form form .gform_footer button.round.gform_button, .has-cookie-bar button.round#catapultCookie {
    background: #FAA529; }
    .button.round.orange:hover, form input.round.orange[type="submit"]:hover,
    form button.round.orange.gform_button:hover,
    body.single-ebook div.entry-form form .gform_footer button.round.gform_button:hover, .has-cookie-bar button.round#catapultCookie:hover, .button.round.orange:focus, form input.round.orange[type="submit"]:focus,
    form button.round.orange.gform_button:focus,
    body.single-ebook div.entry-form form .gform_footer button.round.gform_button:focus, .has-cookie-bar button.round#catapultCookie:focus {
      color: #fff;
      background: #d27e05; }

.button.blue:after, form input.blue[type="submit"]:after,
form button.blue.gform_button:after, .has-cookie-bar button.blue#catapultCookie:after {
  border-color: #1F85C0;
  background: #1F85C0; }
.button.blue:hover, form input.blue[type="submit"]:hover,
form button.blue.gform_button:hover, .has-cookie-bar button.blue#catapultCookie:hover, .button.blue:focus, form input.blue[type="submit"]:focus,
form button.blue.gform_button:focus, .has-cookie-bar button.blue#catapultCookie:focus {
  color: #fff; }
  .button.blue:hover:after, form input.blue[type="submit"]:hover:after,
  form button.blue.gform_button:hover:after, .has-cookie-bar button.blue#catapultCookie:hover:after, .button.blue:focus:after, form input.blue[type="submit"]:focus:after,
  form button.blue.gform_button:focus:after, .has-cookie-bar button.blue#catapultCookie:focus:after {
    background: #14577e;
    border-color: #14577e; }
.button.blue.outline, form input.blue.outline[type="submit"],
form button.blue.outline.gform_button, .has-cookie-bar button.blue.outline#catapultCookie {
  color: #1F85C0; }
  .button.blue.outline:after, form input.blue.outline[type="submit"]:after,
  form button.blue.outline.gform_button:after, .has-cookie-bar button.blue.outline#catapultCookie:after {
    background: transparent; }
  .button.blue.outline:hover, form input.blue.outline[type="submit"]:hover,
  form button.blue.outline.gform_button:hover, .has-cookie-bar button.blue.outline#catapultCookie:hover, .button.blue.outline:focus, form input.blue.outline[type="submit"]:focus,
  form button.blue.outline.gform_button:focus, .has-cookie-bar button.blue.outline#catapultCookie:focus {
    color: #fff; }
    .button.blue.outline:hover:after, form input.blue.outline[type="submit"]:hover:after,
    form button.blue.outline.gform_button:hover:after, .has-cookie-bar button.blue.outline#catapultCookie:hover:after, .button.blue.outline:focus:after, form input.blue.outline[type="submit"]:focus:after,
    form button.blue.outline.gform_button:focus:after, .has-cookie-bar button.blue.outline#catapultCookie:focus:after {
      background: #1F85C0;
      border-color: #1F85C0; }

.button.blue-dark:after, form input[type="submit"]:after,
form button.gform_button:after, .has-cookie-bar button.blue-dark#catapultCookie:after {
  border-color: #115888;
  background: #115888; }
.button.blue-dark:hover, form input[type="submit"]:hover,
form button.gform_button:hover, .has-cookie-bar button.blue-dark#catapultCookie:hover, .button.blue-dark:focus, form input[type="submit"]:focus,
form button.gform_button:focus, .has-cookie-bar button.blue-dark#catapultCookie:focus {
  color: #fff; }
  .button.blue-dark:hover:after, form input[type="submit"]:hover:after,
  form button.gform_button:hover:after, .has-cookie-bar button.blue-dark#catapultCookie:hover:after, .button.blue-dark:focus:after, form input[type="submit"]:focus:after,
  form button.gform_button:focus:after, .has-cookie-bar button.blue-dark#catapultCookie:focus:after {
    background: #092c44;
    border-color: #092c44; }
.button.blue-dark.outline, form input.outline[type="submit"],
form button.outline.gform_button, .has-cookie-bar button.blue-dark.outline#catapultCookie {
  color: #115888; }
  .button.blue-dark.outline:after, form input.outline[type="submit"]:after,
  form button.outline.gform_button:after, .has-cookie-bar button.blue-dark.outline#catapultCookie:after {
    background: transparent; }
  .button.blue-dark.outline:hover, form input.outline[type="submit"]:hover,
  form button.outline.gform_button:hover, .has-cookie-bar button.blue-dark.outline#catapultCookie:hover, .button.blue-dark.outline:focus, form input.outline[type="submit"]:focus,
  form button.outline.gform_button:focus, .has-cookie-bar button.blue-dark.outline#catapultCookie:focus {
    color: #fff; }
    .button.blue-dark.outline:hover:after, form input.outline[type="submit"]:hover:after,
    form button.outline.gform_button:hover:after, .has-cookie-bar button.blue-dark.outline#catapultCookie:hover:after, .button.blue-dark.outline:focus:after, form input.outline[type="submit"]:focus:after,
    form button.outline.gform_button:focus:after, .has-cookie-bar button.blue-dark.outline#catapultCookie:focus:after {
      background: #115888;
      border-color: #115888; }

.button.blue-light:after, form input.blue-light[type="submit"]:after,
form button.blue-light.gform_button:after, .has-cookie-bar button.blue-light#catapultCookie:after {
  border-color: #73ACD5;
  background: #73ACD5; }
.button.blue-light:hover, form input.blue-light[type="submit"]:hover,
form button.blue-light.gform_button:hover, .has-cookie-bar button.blue-light#catapultCookie:hover, .button.blue-light:focus, form input.blue-light[type="submit"]:focus,
form button.blue-light.gform_button:focus, .has-cookie-bar button.blue-light#catapultCookie:focus {
  color: #fff; }
  .button.blue-light:hover:after, form input.blue-light[type="submit"]:hover:after,
  form button.blue-light.gform_button:hover:after, .has-cookie-bar button.blue-light#catapultCookie:hover:after, .button.blue-light:focus:after, form input.blue-light[type="submit"]:focus:after,
  form button.blue-light.gform_button:focus:after, .has-cookie-bar button.blue-light#catapultCookie:focus:after {
    background: #3a89c1;
    border-color: #3a89c1; }
.button.blue-light.outline, form input.blue-light.outline[type="submit"],
form button.blue-light.outline.gform_button, .has-cookie-bar button.blue-light.outline#catapultCookie {
  color: #73ACD5; }
  .button.blue-light.outline:after, form input.blue-light.outline[type="submit"]:after,
  form button.blue-light.outline.gform_button:after, .has-cookie-bar button.blue-light.outline#catapultCookie:after {
    background: transparent; }
  .button.blue-light.outline:hover, form input.blue-light.outline[type="submit"]:hover,
  form button.blue-light.outline.gform_button:hover, .has-cookie-bar button.blue-light.outline#catapultCookie:hover, .button.blue-light.outline:focus, form input.blue-light.outline[type="submit"]:focus,
  form button.blue-light.outline.gform_button:focus, .has-cookie-bar button.blue-light.outline#catapultCookie:focus {
    color: #fff; }
    .button.blue-light.outline:hover:after, form input.blue-light.outline[type="submit"]:hover:after,
    form button.blue-light.outline.gform_button:hover:after, .has-cookie-bar button.blue-light.outline#catapultCookie:hover:after, .button.blue-light.outline:focus:after, form input.blue-light.outline[type="submit"]:focus:after,
    form button.blue-light.outline.gform_button:focus:after, .has-cookie-bar button.blue-light.outline#catapultCookie:focus:after {
      background: #73ACD5;
      border-color: #73ACD5; }

.button.green:after, form input.green[type="submit"]:after,
form button.green.gform_button:after, .has-cookie-bar button.green#catapultCookie:after {
  border-color: #3DB049;
  background: #3DB049; }
.button.green:hover, form input.green[type="submit"]:hover,
form button.green.gform_button:hover, .has-cookie-bar button.green#catapultCookie:hover, .button.green:focus, form input.green[type="submit"]:focus,
form button.green.gform_button:focus, .has-cookie-bar button.green#catapultCookie:focus {
  color: #fff; }
  .button.green:hover:after, form input.green[type="submit"]:hover:after,
  form button.green.gform_button:hover:after, .has-cookie-bar button.green#catapultCookie:hover:after, .button.green:focus:after, form input.green[type="submit"]:focus:after,
  form button.green.gform_button:focus:after, .has-cookie-bar button.green#catapultCookie:focus:after {
    background: #297731;
    border-color: #297731; }
.button.green.outline, form input.green.outline[type="submit"],
form button.green.outline.gform_button, .has-cookie-bar button.green.outline#catapultCookie {
  color: #3DB049; }
  .button.green.outline:after, form input.green.outline[type="submit"]:after,
  form button.green.outline.gform_button:after, .has-cookie-bar button.green.outline#catapultCookie:after {
    background: transparent; }
  .button.green.outline:hover, form input.green.outline[type="submit"]:hover,
  form button.green.outline.gform_button:hover, .has-cookie-bar button.green.outline#catapultCookie:hover, .button.green.outline:focus, form input.green.outline[type="submit"]:focus,
  form button.green.outline.gform_button:focus, .has-cookie-bar button.green.outline#catapultCookie:focus {
    color: #fff; }
    .button.green.outline:hover:after, form input.green.outline[type="submit"]:hover:after,
    form button.green.outline.gform_button:hover:after, .has-cookie-bar button.green.outline#catapultCookie:hover:after, .button.green.outline:focus:after, form input.green.outline[type="submit"]:focus:after,
    form button.green.outline.gform_button:focus:after, .has-cookie-bar button.green.outline#catapultCookie:focus:after {
      background: #3DB049;
      border-color: #3DB049; }

.button.yellow:after, form input.yellow[type="submit"]:after,
form button.yellow.gform_button:after, section.content.type-form .form-block .form-wrap .form form button.gform_button:after, .has-cookie-bar button.yellow#catapultCookie:after {
  border-color: #E9C235;
  background: #E9C235; }
.button.yellow:hover, form input.yellow[type="submit"]:hover,
form button.yellow.gform_button:hover, section.content.type-form .form-block .form-wrap .form form button.gform_button:hover, .has-cookie-bar button.yellow#catapultCookie:hover, .button.yellow:focus, form input.yellow[type="submit"]:focus,
form button.yellow.gform_button:focus, section.content.type-form .form-block .form-wrap .form form button.gform_button:focus, .has-cookie-bar button.yellow#catapultCookie:focus {
  color: #fff; }
  .button.yellow:hover:after, form input.yellow[type="submit"]:hover:after,
  form button.yellow.gform_button:hover:after, section.content.type-form .form-block .form-wrap .form form button.gform_button:hover:after, .has-cookie-bar button.yellow#catapultCookie:hover:after, .button.yellow:focus:after, form input.yellow[type="submit"]:focus:after,
  form button.yellow.gform_button:focus:after, section.content.type-form .form-block .form-wrap .form form button.gform_button:focus:after, .has-cookie-bar button.yellow#catapultCookie:focus:after {
    background: #bd9815;
    border-color: #bd9815; }
.button.yellow.outline, form input.yellow.outline[type="submit"],
form button.yellow.outline.gform_button, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button, .has-cookie-bar button.yellow.outline#catapultCookie {
  color: #E9C235; }
  .button.yellow.outline:after, form input.yellow.outline[type="submit"]:after,
  form button.yellow.outline.gform_button:after, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button:after, .has-cookie-bar button.yellow.outline#catapultCookie:after {
    background: transparent; }
  .button.yellow.outline:hover, form input.yellow.outline[type="submit"]:hover,
  form button.yellow.outline.gform_button:hover, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button:hover, .has-cookie-bar button.yellow.outline#catapultCookie:hover, .button.yellow.outline:focus, form input.yellow.outline[type="submit"]:focus,
  form button.yellow.outline.gform_button:focus, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button:focus, .has-cookie-bar button.yellow.outline#catapultCookie:focus {
    color: #fff; }
    .button.yellow.outline:hover:after, form input.yellow.outline[type="submit"]:hover:after,
    form button.yellow.outline.gform_button:hover:after, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button:hover:after, .has-cookie-bar button.yellow.outline#catapultCookie:hover:after, .button.yellow.outline:focus:after, form input.yellow.outline[type="submit"]:focus:after,
    form button.yellow.outline.gform_button:focus:after, section.content.type-form .form-block .form-wrap .form form button.outline.gform_button:focus:after, .has-cookie-bar button.yellow.outline#catapultCookie:focus:after {
      background: #E9C235;
      border-color: #E9C235; }

.button.orange:after, form input.orange[type="submit"]:after,
form button.orange.gform_button:after,
body.single-ebook div.entry-form form .gform_footer button.gform_button:after, .has-cookie-bar button#catapultCookie:after {
  border-color: #FAA529;
  background: #FAA529; }
.button.orange:hover, form input.orange[type="submit"]:hover,
form button.orange.gform_button:hover,
body.single-ebook div.entry-form form .gform_footer button.gform_button:hover, .has-cookie-bar button#catapultCookie:hover, .button.orange:focus, form input.orange[type="submit"]:focus,
form button.orange.gform_button:focus,
body.single-ebook div.entry-form form .gform_footer button.gform_button:focus, .has-cookie-bar button#catapultCookie:focus {
  color: #fff; }
  .button.orange:hover:after, form input.orange[type="submit"]:hover:after,
  form button.orange.gform_button:hover:after,
  body.single-ebook div.entry-form form .gform_footer button.gform_button:hover:after, .has-cookie-bar button#catapultCookie:hover:after, .button.orange:focus:after, form input.orange[type="submit"]:focus:after,
  form button.orange.gform_button:focus:after,
  body.single-ebook div.entry-form form .gform_footer button.gform_button:focus:after, .has-cookie-bar button#catapultCookie:focus:after {
    background: #d27e05;
    border-color: #d27e05; }
.button.orange.outline, form input.orange.outline[type="submit"],
form button.orange.outline.gform_button,
body.single-ebook div.entry-form form .gform_footer button.outline.gform_button, .has-cookie-bar button.outline#catapultCookie {
  color: #FAA529; }
  .button.orange.outline:after, form input.orange.outline[type="submit"]:after,
  form button.orange.outline.gform_button:after,
  body.single-ebook div.entry-form form .gform_footer button.outline.gform_button:after, .has-cookie-bar button.outline#catapultCookie:after {
    background: transparent; }
  .button.orange.outline:hover, form input.orange.outline[type="submit"]:hover,
  form button.orange.outline.gform_button:hover,
  body.single-ebook div.entry-form form .gform_footer button.outline.gform_button:hover, .has-cookie-bar button.outline#catapultCookie:hover, .button.orange.outline:focus, form input.orange.outline[type="submit"]:focus,
  form button.orange.outline.gform_button:focus,
  body.single-ebook div.entry-form form .gform_footer button.outline.gform_button:focus, .has-cookie-bar button.outline#catapultCookie:focus {
    color: #fff; }
    .button.orange.outline:hover:after, form input.orange.outline[type="submit"]:hover:after,
    form button.orange.outline.gform_button:hover:after,
    body.single-ebook div.entry-form form .gform_footer button.outline.gform_button:hover:after, .has-cookie-bar button.outline#catapultCookie:hover:after, .button.orange.outline:focus:after, form input.orange.outline[type="submit"]:focus:after,
    form button.orange.outline.gform_button:focus:after,
    body.single-ebook div.entry-form form .gform_footer button.outline.gform_button:focus:after, .has-cookie-bar button.outline#catapultCookie:focus:after {
      background: #FAA529;
      border-color: #FAA529; }

.button.gray-dark:after, form input.gray-dark[type="submit"]:after,
form button.gray-dark.gform_button:after, .has-cookie-bar button.gray-dark#catapultCookie:after {
  border-color: #333333;
  background: #333333; }
.button.gray-dark:hover, form input.gray-dark[type="submit"]:hover,
form button.gray-dark.gform_button:hover, .has-cookie-bar button.gray-dark#catapultCookie:hover, .button.gray-dark:focus, form input.gray-dark[type="submit"]:focus,
form button.gray-dark.gform_button:focus, .has-cookie-bar button.gray-dark#catapultCookie:focus {
  color: #fff; }
  .button.gray-dark:hover:after, form input.gray-dark[type="submit"]:hover:after,
  form button.gray-dark.gform_button:hover:after, .has-cookie-bar button.gray-dark#catapultCookie:hover:after, .button.gray-dark:focus:after, form input.gray-dark[type="submit"]:focus:after,
  form button.gray-dark.gform_button:focus:after, .has-cookie-bar button.gray-dark#catapultCookie:focus:after {
    background: #0d0d0d;
    border-color: #0d0d0d; }
.button.gray-dark.outline, form input.gray-dark.outline[type="submit"],
form button.gray-dark.outline.gform_button, .has-cookie-bar button.gray-dark.outline#catapultCookie {
  color: #333333; }
  .button.gray-dark.outline:after, form input.gray-dark.outline[type="submit"]:after,
  form button.gray-dark.outline.gform_button:after, .has-cookie-bar button.gray-dark.outline#catapultCookie:after {
    background: transparent; }
  .button.gray-dark.outline:hover, form input.gray-dark.outline[type="submit"]:hover,
  form button.gray-dark.outline.gform_button:hover, .has-cookie-bar button.gray-dark.outline#catapultCookie:hover, .button.gray-dark.outline:focus, form input.gray-dark.outline[type="submit"]:focus,
  form button.gray-dark.outline.gform_button:focus, .has-cookie-bar button.gray-dark.outline#catapultCookie:focus {
    color: #fff; }
    .button.gray-dark.outline:hover:after, form input.gray-dark.outline[type="submit"]:hover:after,
    form button.gray-dark.outline.gform_button:hover:after, .has-cookie-bar button.gray-dark.outline#catapultCookie:hover:after, .button.gray-dark.outline:focus:after, form input.gray-dark.outline[type="submit"]:focus:after,
    form button.gray-dark.outline.gform_button:focus:after, .has-cookie-bar button.gray-dark.outline#catapultCookie:focus:after {
      background: #333333;
      border-color: #333333; }

.button.white, form input.white[type="submit"],
form button.white.gform_button, .has-cookie-bar button.white#catapultCookie {
  color: #115888; }
  .button.white:after, form input.white[type="submit"]:after,
  form button.white.gform_button:after, .has-cookie-bar button.white#catapultCookie:after {
    border-color: #fff;
    background: #fff; }
  .button.white:hover, form input.white[type="submit"]:hover,
  form button.white.gform_button:hover, .has-cookie-bar button.white#catapultCookie:hover, .button.white:focus, form input.white[type="submit"]:focus,
  form button.white.gform_button:focus, .has-cookie-bar button.white#catapultCookie:focus {
    color: #115888; }
    .button.white:hover:after, form input.white[type="submit"]:hover:after,
    form button.white.gform_button:hover:after, .has-cookie-bar button.white#catapultCookie:hover:after, .button.white:focus:after, form input.white[type="submit"]:focus:after,
    form button.white.gform_button:focus:after, .has-cookie-bar button.white#catapultCookie:focus:after {
      background: #d9d9d9;
      border-color: #d9d9d9; }
  .button.white.outline, form input.white.outline[type="submit"],
  form button.white.outline.gform_button, .has-cookie-bar button.white.outline#catapultCookie {
    color: #fff; }
    .button.white.outline:after, form input.white.outline[type="submit"]:after,
    form button.white.outline.gform_button:after, .has-cookie-bar button.white.outline#catapultCookie:after {
      background: transparent; }
    .button.white.outline:hover, form input.white.outline[type="submit"]:hover,
    form button.white.outline.gform_button:hover, .has-cookie-bar button.white.outline#catapultCookie:hover, .button.white.outline:focus, form input.white.outline[type="submit"]:focus,
    form button.white.outline.gform_button:focus, .has-cookie-bar button.white.outline#catapultCookie:focus {
      color: #115888; }
      .button.white.outline:hover:after, form input.white.outline[type="submit"]:hover:after,
      form button.white.outline.gform_button:hover:after, .has-cookie-bar button.white.outline#catapultCookie:hover:after, .button.white.outline:focus:after, form input.white.outline[type="submit"]:focus:after,
      form button.white.outline.gform_button:focus:after, .has-cookie-bar button.white.outline#catapultCookie:focus:after {
        background: #fff;
        border-color: #fff; }

.button.small, form input.small[type="submit"],
form button.small.gform_button, .has-cookie-bar button.small#catapultCookie {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 5px 15px 7px; }

.button.large, .alm-btn-wrap .button, .alm-btn-wrap form input[type="submit"], form .alm-btn-wrap input[type="submit"],
.alm-btn-wrap form button.gform_button,
form .alm-btn-wrap button.gform_button, .alm-btn-wrap .has-cookie-bar button#catapultCookie, .has-cookie-bar .alm-btn-wrap button#catapultCookie, form input[type="submit"],
form button.gform_button, .has-cookie-bar button.large#catapultCookie {
  font-size: 18px;
  padding: 10px 22px 12px 20px; }

.button.done, form input.done[type="submit"],
form button.done.gform_button, .has-cookie-bar button.done#catapultCookie {
  display: none; }

.alm-btn-wrap {
  margin-top: 35px; }

/* ==========================================================================
   Form Fields
   ========================================================================== */
form label {
  display: block;
  font-family: "adelle-sans", sans-serif;
  padding: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold; }
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form textarea,
form .ginput_container_select select {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  font-family: "adelle-sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #717272;
  color: #333333;
  padding: 8px 16px;
  border-radius: 0;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form input[type="tel"]:focus,
  form input[type="url"]:focus,
  form input[type="password"]:focus,
  form input[type="search"]:focus,
  form textarea:focus,
  form .ginput_container_select select:focus {
    border-color: #1F85C0; }
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form input[type="url"]::-webkit-input-placeholder,
  form input[type="password"]::-webkit-input-placeholder,
  form input[type="search"]::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder,
  form .ginput_container_select select::-webkit-input-placeholder {
    color: #717272;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  form input[type="text"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form input[type="url"]::-moz-placeholder,
  form input[type="password"]::-moz-placeholder,
  form input[type="search"]::-moz-placeholder,
  form textarea::-moz-placeholder,
  form .ginput_container_select select::-moz-placeholder {
    color: #717272;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  form input[type="text"]:-moz-placeholder,
  form input[type="email"]:-moz-placeholder,
  form input[type="tel"]:-moz-placeholder,
  form input[type="url"]:-moz-placeholder,
  form input[type="password"]:-moz-placeholder,
  form input[type="search"]:-moz-placeholder,
  form textarea:-moz-placeholder,
  form .ginput_container_select select:-moz-placeholder {
    color: #717272;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  form input[type="text"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form input[type="url"]:-ms-input-placeholder,
  form input[type="password"]:-ms-input-placeholder,
  form input[type="search"]:-ms-input-placeholder,
  form textarea:-ms-input-placeholder,
  form .ginput_container_select select:-ms-input-placeholder {
    color: #717272;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
form .ginput_container_select select {
  padding: 12px 10px; }
form textarea {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem; }
form input[type="submit"],
form button.gform_button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* ==========================================================================
   Gravity Forms
   ========================================================================== */
form .gform_body {
  width: 100%; }
form ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  form ul.gform_fields li.gfield {
    padding: 15px 0; }
    form ul.gform_fields li.gfield input[type="text"],
    form ul.gform_fields li.gfield input[type="email"],
    form ul.gform_fields li.gfield input[type="tel"],
    form ul.gform_fields li.gfield input[type="url"],
    form ul.gform_fields li.gfield input[type="password"],
    form ul.gform_fields li.gfield input[type="search"],
    form ul.gform_fields li.gfield textarea {
      width: 100%; }
    form ul.gform_fields li.gfield .gfield_required {
      color: #FFC60F;
      margin-left: 5px; }
    form ul.gform_fields li.gfield.gform_hidden {
      display: none; }
    form ul.gform_fields li.gfield ul.gfield_radio,
    form ul.gform_fields li.gfield ul.gfield_checkbox {
      margin: 0;
      padding: 0;
      list-style: none; }
      form ul.gform_fields li.gfield ul.gfield_radio li,
      form ul.gform_fields li.gfield ul.gfield_checkbox li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        padding-bottom: 2px;
        padding-left: 2px; }
        form ul.gform_fields li.gfield ul.gfield_radio li label,
        form ul.gform_fields li.gfield ul.gfield_checkbox li label {
          display: inline;
          padding-left: 8px;
          -webkit-transition: all 0.15s ease-out 0s;
          -moz-transition: all 0.15s ease-out 0s;
          transition: all 0.15s ease-out 0s;
          font-weight: normal;
          font-family: "adelle-sans", sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 28px;
          line-height: 2.8rem; }
        form ul.gform_fields li.gfield ul.gfield_radio li input,
        form ul.gform_fields li.gfield ul.gfield_checkbox li input {
          position: relative;
          top: -2px; }
        form ul.gform_fields li.gfield ul.gfield_radio li input:hover + label, form ul.gform_fields li.gfield ul.gfield_radio li label:hover, form ul.gform_fields li.gfield ul.gfield_radio li label:focus,
        form ul.gform_fields li.gfield ul.gfield_checkbox li input:hover + label,
        form ul.gform_fields li.gfield ul.gfield_checkbox li label:hover,
        form ul.gform_fields li.gfield ul.gfield_checkbox li label:focus {
          color: #1F85C0;
          cursor: hand;
          cursor: pointer; }
    form ul.gform_fields li.gfield .ginput_container_select {
      position: relative; }
      form ul.gform_fields li.gfield .ginput_container_select select {
        width: 100%;
        padding-right: 30px;
        outline: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
      form ul.gform_fields li.gfield .ginput_container_select select::-ms-expand {
        display: none; }
      form ul.gform_fields li.gfield .ginput_container_select:before {
        height: 0;
        width: 0;
        border-bottom: 7px solid #333333;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        top: 14px;
        right: 11px;
        content: ' ';
        pointer-events: none; }
      form ul.gform_fields li.gfield .ginput_container_select:after {
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #333333;
        position: absolute;
        top: 24px;
        right: 11px;
        content: ' ';
        pointer-events: none; }
form .gform_footer {
  clear: both;
  padding-top: 25px;
  text-align: center; }

.gform_validation_container {
  display: none; }

/* ==========================================================================
   Validation Messages
   ========================================================================== */
.validation_error,
.gform_confirmation_message,
.success_message {
  padding: 15px 20px !important;
  margin: 10px 0;
  color: #fff;
  background: #c73434;
  position: relative; }

.gform_confirmation_message {
  background: #3DB049; }

.success_message {
  padding: 0;
  margin: 0;
  font-weight: normal;
  background: #3DB049; }
  .success_message p, .success_message .validation_error,
  .success_message .gform_confirmation_message,
  .success_message .success_message {
    text-align: center; }

.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="tel"],
.gfield_error input[type="url"],
.gfield_error input[type="password"],
.gfield_error input[type="search"],
.gfield_error textarea {
  border-color: #c73434; }
.gfield_error ::-webkit-input-placeholder {
  color: #c73434;
  -webkit-font-smoothing: antialiased; }
.gfield_error ::-moz-placeholder {
  color: #c73434;
  -moz-osx-grayscale: antialiased; }
.gfield_error :-ms-input-placeholder {
  color: #c73434; }
.gfield_error input:-moz-placeholder {
  color: #c73434;
  -moz-osx-grayscale: antialiased; }

.gfield_description,
.validation_message {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 8px 0 0 0;
  text-align: left;
  font-weight: bold; }
  .gfield_description.validation_message,
  .validation_message.validation_message {
    color: #c73434; }
    .gfield_description.validation_message:before,
    .validation_message.validation_message:before {
      content: '↑ '; }

.gform_ajax_spinner {
  margin-left: 10px; }

/* ==========================================================================
   Float Labels
   ========================================================================== */
.float-label {
  position: relative; }
  .float-label input[type="text"],
  .float-label input[type="email"],
  .float-label input[type="tel"],
  .float-label input[type="url"],
  .float-label input[type="password"],
  .float-label input[type="search"],
  .float-label textarea {
    padding-top: 14px;
    padding-bottom: 14px; }
    .float-label input[type="text"]::-webkit-input-placeholder,
    .float-label input[type="email"]::-webkit-input-placeholder,
    .float-label input[type="tel"]::-webkit-input-placeholder,
    .float-label input[type="url"]::-webkit-input-placeholder,
    .float-label input[type="password"]::-webkit-input-placeholder,
    .float-label input[type="search"]::-webkit-input-placeholder,
    .float-label textarea::-webkit-input-placeholder {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      color: #92979F;
      font-style: italic; }
    .float-label input[type="text"]::-moz-placeholder,
    .float-label input[type="email"]::-moz-placeholder,
    .float-label input[type="tel"]::-moz-placeholder,
    .float-label input[type="url"]::-moz-placeholder,
    .float-label input[type="password"]::-moz-placeholder,
    .float-label input[type="search"]::-moz-placeholder,
    .float-label textarea::-moz-placeholder {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      color: #92979F;
      font-style: italic; }
    .float-label input[type="text"]:-moz-placeholder,
    .float-label input[type="email"]:-moz-placeholder,
    .float-label input[type="tel"]:-moz-placeholder,
    .float-label input[type="url"]:-moz-placeholder,
    .float-label input[type="password"]:-moz-placeholder,
    .float-label input[type="search"]:-moz-placeholder,
    .float-label textarea:-moz-placeholder {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      color: #92979F;
      font-style: italic; }
    .float-label input[type="text"]:-ms-input-placeholder,
    .float-label input[type="email"]:-ms-input-placeholder,
    .float-label input[type="tel"]:-ms-input-placeholder,
    .float-label input[type="url"]:-ms-input-placeholder,
    .float-label input[type="password"]:-ms-input-placeholder,
    .float-label input[type="search"]:-ms-input-placeholder,
    .float-label textarea:-ms-input-placeholder {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      color: #92979F;
      font-style: italic; }
  .float-label label {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    position: absolute;
    top: 16px;
    left: 10px;
    opacity: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #92979F;
    font-weight: normal;
    font-style: italic; }
    .float-label label .gfield_required {
      color: #92979F;
      margin-left: 0; }
    .float-label label.floating {
      opacity: 1; }
      .float-label label.floating + div input, .float-label label.floating + div textarea {
        padding-top: 20px;
        padding-bottom: 8px; }

/* ==========================================================================
   WYSIWYG Blocks
   ========================================================================== */
.wysiwyg,
body#tinymce {
  text-align: left; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg blockquote > p, .wysiwyg blockquote > .validation_error,
  .wysiwyg blockquote > .gform_confirmation_message,
  .wysiwyg blockquote > .success_message, .wysiwyg h4, .wysiwyg blockquote cite p, blockquote cite .wysiwyg p, .wysiwyg blockquote cite .validation_error, blockquote cite .wysiwyg .validation_error,
  .wysiwyg blockquote cite .gform_confirmation_message,
  blockquote cite .wysiwyg .gform_confirmation_message,
  .wysiwyg blockquote cite .success_message,
  blockquote cite .wysiwyg .success_message, .wysiwyg h5, .wysiwyg section.content.type-values header p, section.content.type-values header .wysiwyg p, .wysiwyg section.content.type-values header .validation_error, section.content.type-values header .wysiwyg .validation_error,
  .wysiwyg section.content.type-values header .gform_confirmation_message,
  section.content.type-values header .wysiwyg .gform_confirmation_message,
  .wysiwyg section.content.type-values header .success_message,
  section.content.type-values header .wysiwyg .success_message, .wysiwyg p, .wysiwyg .validation_error,
  .wysiwyg .gform_confirmation_message,
  .wysiwyg .success_message,
  body#tinymce h2,
  body#tinymce h3,
  body#tinymce blockquote > p,
  body#tinymce blockquote > .validation_error,
  body#tinymce blockquote > .gform_confirmation_message,
  body#tinymce blockquote > .success_message,
  body#tinymce h4,
  body#tinymce blockquote cite p,
  blockquote cite body#tinymce p,
  body#tinymce blockquote cite .validation_error,
  blockquote cite body#tinymce .validation_error,
  body#tinymce blockquote cite .gform_confirmation_message,
  blockquote cite body#tinymce .gform_confirmation_message,
  body#tinymce blockquote cite .success_message,
  blockquote cite body#tinymce .success_message,
  body#tinymce h5,
  body#tinymce section.content.type-values header p,
  section.content.type-values header body#tinymce p,
  body#tinymce section.content.type-values header .validation_error,
  section.content.type-values header body#tinymce .validation_error,
  body#tinymce section.content.type-values header .gform_confirmation_message,
  section.content.type-values header body#tinymce .gform_confirmation_message,
  body#tinymce section.content.type-values header .success_message,
  section.content.type-values header body#tinymce .success_message,
  body#tinymce p,
  body#tinymce .validation_error,
  body#tinymce .gform_confirmation_message,
  body#tinymce .success_message {
    font-weight: 100;
    padding: 12px 0; }
  .wysiwyg h2, .wysiwyg h3, .wysiwyg blockquote > p, .wysiwyg blockquote > .validation_error,
  .wysiwyg blockquote > .gform_confirmation_message,
  .wysiwyg blockquote > .success_message, .wysiwyg h4, .wysiwyg blockquote cite p, blockquote cite .wysiwyg p, .wysiwyg blockquote cite .validation_error, blockquote cite .wysiwyg .validation_error,
  .wysiwyg blockquote cite .gform_confirmation_message,
  blockquote cite .wysiwyg .gform_confirmation_message,
  .wysiwyg blockquote cite .success_message,
  blockquote cite .wysiwyg .success_message, .wysiwyg h5, .wysiwyg section.content.type-values header p, section.content.type-values header .wysiwyg p, .wysiwyg section.content.type-values header .validation_error, section.content.type-values header .wysiwyg .validation_error,
  .wysiwyg section.content.type-values header .gform_confirmation_message,
  section.content.type-values header .wysiwyg .gform_confirmation_message,
  .wysiwyg section.content.type-values header .success_message,
  section.content.type-values header .wysiwyg .success_message,
  body#tinymce h2,
  body#tinymce h3,
  body#tinymce blockquote > p,
  body#tinymce blockquote > .validation_error,
  body#tinymce blockquote > .gform_confirmation_message,
  body#tinymce blockquote > .success_message,
  body#tinymce h4,
  body#tinymce blockquote cite p,
  blockquote cite body#tinymce p,
  body#tinymce blockquote cite .validation_error,
  blockquote cite body#tinymce .validation_error,
  body#tinymce blockquote cite .gform_confirmation_message,
  blockquote cite body#tinymce .gform_confirmation_message,
  body#tinymce blockquote cite .success_message,
  blockquote cite body#tinymce .success_message,
  body#tinymce h5,
  body#tinymce section.content.type-values header p,
  section.content.type-values header body#tinymce p,
  body#tinymce section.content.type-values header .validation_error,
  section.content.type-values header body#tinymce .validation_error,
  body#tinymce section.content.type-values header .gform_confirmation_message,
  section.content.type-values header body#tinymce .gform_confirmation_message,
  body#tinymce section.content.type-values header .success_message,
  section.content.type-values header body#tinymce .success_message {
    padding-top: 17px; }
    .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg blockquote > p:first-child, .wysiwyg blockquote > .validation_error:first-child,
    .wysiwyg blockquote > .gform_confirmation_message:first-child,
    .wysiwyg blockquote > .success_message:first-child, .wysiwyg h4:first-child, .wysiwyg blockquote cite p:first-child, blockquote cite .wysiwyg p:first-child, .wysiwyg blockquote cite .validation_error:first-child, blockquote cite .wysiwyg .validation_error:first-child,
    .wysiwyg blockquote cite .gform_confirmation_message:first-child,
    blockquote cite .wysiwyg .gform_confirmation_message:first-child,
    .wysiwyg blockquote cite .success_message:first-child,
    blockquote cite .wysiwyg .success_message:first-child, .wysiwyg h5:first-child, .wysiwyg section.content.type-values header p:first-child, section.content.type-values header .wysiwyg p:first-child, .wysiwyg section.content.type-values header .validation_error:first-child, section.content.type-values header .wysiwyg .validation_error:first-child,
    .wysiwyg section.content.type-values header .gform_confirmation_message:first-child,
    section.content.type-values header .wysiwyg .gform_confirmation_message:first-child,
    .wysiwyg section.content.type-values header .success_message:first-child,
    section.content.type-values header .wysiwyg .success_message:first-child,
    body#tinymce h2:first-child,
    body#tinymce h3:first-child,
    body#tinymce blockquote > p:first-child,
    body#tinymce blockquote > .validation_error:first-child,
    body#tinymce blockquote > .gform_confirmation_message:first-child,
    body#tinymce blockquote > .success_message:first-child,
    body#tinymce h4:first-child,
    body#tinymce blockquote cite p:first-child,
    blockquote cite body#tinymce p:first-child,
    body#tinymce blockquote cite .validation_error:first-child,
    blockquote cite body#tinymce .validation_error:first-child,
    body#tinymce blockquote cite .gform_confirmation_message:first-child,
    blockquote cite body#tinymce .gform_confirmation_message:first-child,
    body#tinymce blockquote cite .success_message:first-child,
    blockquote cite body#tinymce .success_message:first-child,
    body#tinymce h5:first-child,
    body#tinymce section.content.type-values header p:first-child,
    section.content.type-values header body#tinymce p:first-child,
    body#tinymce section.content.type-values header .validation_error:first-child,
    section.content.type-values header body#tinymce .validation_error:first-child,
    body#tinymce section.content.type-values header .gform_confirmation_message:first-child,
    section.content.type-values header body#tinymce .gform_confirmation_message:first-child,
    body#tinymce section.content.type-values header .success_message:first-child,
    section.content.type-values header body#tinymce .success_message:first-child {
      padding-top: 12px; }
  .wysiwyg a:not(.button),
  body#tinymce a:not(.button) {
    color: #2e5597;
    text-decoration: none; }
    .wysiwyg a:not(.button):hover, .wysiwyg a:not(.button):focus,
    body#tinymce a:not(.button):hover,
    body#tinymce a:not(.button):focus {
      text-decoration: underline; }
  .wysiwyg ul:not(.gform_fields), .wysiwyg ol,
  body#tinymce ul:not(.gform_fields),
  body#tinymce ol {
    padding: 8px 0;
    position: relative;
    margin-left: 25px; }
    .wysiwyg ul:not(.gform_fields) li, .wysiwyg ol li,
    body#tinymce ul:not(.gform_fields) li,
    body#tinymce ol li {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 28px;
      line-height: 2.8rem;
      padding: 2px 0;
      list-style: none;
      position: relative; }
      .wysiwyg ul:not(.gform_fields) li ul:not(.gform_fields), .wysiwyg ol li ul:not(.gform_fields),
      body#tinymce ul:not(.gform_fields) li ul:not(.gform_fields),
      body#tinymce ol li ul:not(.gform_fields) {
        padding: 0; }
        .wysiwyg ul:not(.gform_fields) li ul:not(.gform_fields) li, .wysiwyg ol li ul:not(.gform_fields) li,
        body#tinymce ul:not(.gform_fields) li ul:not(.gform_fields) li,
        body#tinymce ol li ul:not(.gform_fields) li {
          padding: 2px 0;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 28px;
          line-height: 2.8rem; }
  .wysiwyg ul:not(.gform_fields) li,
  body#tinymce ul:not(.gform_fields) li {
    list-style: disc; }
    .wysiwyg ul:not(.gform_fields) li ul:not(.gform_fields) li,
    body#tinymce ul:not(.gform_fields) li ul:not(.gform_fields) li {
      list-style: circle; }
  .wysiwyg ol li,
  body#tinymce ol li {
    list-style: decimal; }
  .wysiwyg blockquote,
  body#tinymce blockquote {
    padding: 25px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    color: #231f20;
    font-weight: bold; }
    .wysiwyg blockquote cite,
    body#tinymce blockquote cite {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 28px;
      line-height: 2.8rem;
      color: #303030;
      padding-top: 10px;
      font-style: normal; }
    .wysiwyg blockquote.with-bg,
    body#tinymce blockquote.with-bg {
      position: relative;
      z-index: 0;
      margin: 25px 0;
      padding: 15px 60px; }
      .wysiwyg blockquote.with-bg:after,
      body#tinymce blockquote.with-bg:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        background: #E8F4FA;
        -webkit-transform: skewX(-13deg);
        -moz-transform: skewX(-13deg);
        -ms-transform: skewX(-13deg);
        -o-transform: skewX(-13deg);
        transform: skewX(-13deg);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
  .wysiwyg hr,
  body#tinymce hr {
    margin: 15px auto;
    border-top: 1px solid #d2d2d1; }
  .wysiwyg .wp-caption,
  body#tinymce .wp-caption {
    padding-top: 0;
    border: 0;
    max-width: 100%;
    position: relative;
    z-index: 0; }
    .wysiwyg .wp-caption img,
    body#tinymce .wp-caption img {
      display: block;
      padding: 8px 8px 0;
      margin: 0;
      width: 100%; }
    .wysiwyg .wp-caption .wp-caption-text,
    body#tinymce .wp-caption .wp-caption-text {
      display: block;
      padding: 12px 8px;
      font-family: "adelle-sans", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      text-align: center;
      margin: 0 auto;
      font-weight: bold; }
    .wysiwyg .wp-caption:after,
    body#tinymce .wp-caption:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      display: block;
      background: #E8F4FA;
      -webkit-transform: skewX(13deg);
      -moz-transform: skewX(13deg);
      -ms-transform: skewX(13deg);
      -o-transform: skewX(13deg);
      transform: skewX(13deg);
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
  .wysiwyg .alignnone,
  body#tinymce .alignnone {
    margin: 20px 20px 20px 0; }
  .wysiwyg .aligncenter,
  .wysiwyg div.aligncenter,
  body#tinymce .aligncenter,
  body#tinymce div.aligncenter {
    display: block;
    margin: 20px auto 20px auto; }
  .wysiwyg .alignright,
  body#tinymce .alignright {
    float: right;
    margin: 20px 0 20px 20px; }
  .wysiwyg .alignleft,
  body#tinymce .alignleft {
    float: left;
    margin: 20px 20px 20px 0; }
  .wysiwyg .aligncenter,
  body#tinymce .aligncenter {
    display: block;
    margin: 20px auto; }
  .wysiwyg a img.alignright,
  body#tinymce a img.alignright {
    float: right;
    margin: 20px 0 20px 20px; }
  .wysiwyg a img.alignnone,
  body#tinymce a img.alignnone {
    margin: 20px 20px 20px 0; }
  .wysiwyg a img.alignleft,
  body#tinymce a img.alignleft {
    float: left;
    margin: 20px 20px 20px 0; }
  .wysiwyg img.alignleft-featured,
  body#tinymce img.alignleft-featured {
    float: left;
    margin: 20px 20px 20px 0 !important; }
  .wysiwyg a img.aligncenter,
  body#tinymce a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/* ==========================================================================
   Circle Icons
   ========================================================================== */
ul.circle-icons li {
  display: inline-block;
  margin-right: 8px; }
  ul.circle-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2e5597;
    color: #115888;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 43px;
    text-decoration: none; }
    ul.circle-icons li a:hover, ul.circle-icons li a:focus {
      background: #1c345c; }

#mobile-menu-open,
#mobile-menu-close {
  display: none; }

@media only screen and (max-width: 1040px) {
  header#site-header .primary-nav a.site-logo, header#site-header .primary-nav a.flag {
    margin-top: 0 !important; }
  header#site-header .primary-nav .container, header#site-header .primary-nav .has-cookie-bar .ctcc-inner, .has-cookie-bar header#site-header .primary-nav .ctcc-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
  header#site-header .primary-nav nav .sliding-panel-content ul > li {
    display: block !important;
    text-align: left; }
    header#site-header .primary-nav nav .sliding-panel-content ul > li > a {
      padding: 20px; }
    header#site-header .primary-nav nav .sliding-panel-content ul > li.menu-item-has-children > a {
      padding-bottom: 10px;
      color: #d2d2d1; }
    header#site-header .primary-nav nav .sliding-panel-content ul > li ul {
      display: block;
      position: static;
      /* border-top: 1px solid #40AEDC; border-bottom: 1px solid #40AEDC; */
      padding: 10px 0;
      background: #3b3b3b; }
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type h4, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type blockquote cite p, blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type p, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type blockquote cite .validation_error, blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type .validation_error,
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type blockquote cite .gform_confirmation_message,
      blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type .gform_confirmation_message,
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type blockquote cite .success_message,
      blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li:first-of-type .success_message {
        padding-top: 0; }
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li h4, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li blockquote cite p, blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li p, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li blockquote cite .validation_error, blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li .validation_error,
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li blockquote cite .gform_confirmation_message,
      blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li .gform_confirmation_message,
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li blockquote cite .success_message,
      blockquote cite header#site-header .primary-nav nav .sliding-panel-content ul > li ul li .success_message {
        color: #FFF;
        padding-left: 20px;
        font-weight: 400;
        padding-bottom: 0px;
        padding-top: 5px;
        font-style: italic;
        font-size: 14px;
        font-size: 1.4rem; }
      header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        text-indent: 10px;
        font-weight: 600; }
        header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a i, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a .description, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a .button, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a form input[type="submit"], form header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a input[type="submit"],
        header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a form button.gform_button,
        form header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a button.gform_button, header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a .has-cookie-bar button#catapultCookie, .has-cookie-bar header#site-header .primary-nav nav .sliding-panel-content ul > li ul li a button#catapultCookie {
          display: none; }
    header#site-header .primary-nav nav .sliding-panel-content ul > li.cta {
      text-align: center;
      margin-top: 20px; }
      header#site-header .primary-nav nav .sliding-panel-content ul > li.cta > a {
        text-indent: 0; }
        header#site-header .primary-nav nav .sliding-panel-content ul > li.cta > a:after {
          top: 0;
          left: -15px; }

  #mobile-menu-open {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
    display: inline-block;
    color: #fff;
    cursor: hand;
    cursor: pointer; }
    #mobile-menu-open:hover, #mobile-menu-open:focus {
      cursor: hand;
      cursor: pointer; }
    #mobile-menu-open:hover, #mobile-menu-open:focus {
      color: #E9C235; }

  #mobile-menu-close {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    #mobile-menu-close:hover, #mobile-menu-close:focus {
      color: #E9C235; }

  .sliding-panel-content {
    padding-top: 50px;
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #333333;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999999; }
    .sliding-panel-content.is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .sliding-panel-content.is-visible #mobile-menu-close {
        opacity: 1 !important; }

  .sliding-panel-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999; }
    .sliding-panel-fade-screen.is-visible {
      opacity: 0.4;
      visibility: visible; }

  .sliding-panel-close {
    cursor: pointer; } }
.md-close {
  -webkit-transition: opacity 0.5s ease-in 0.35s;
  -moz-transition: opacity 0.5s ease-in 0.35s;
  transition: opacity 0.5s ease-in 0.35s;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px;
  color: #d2d2d1;
  width: 46px;
  height: 46px;
  cursor: hand;
  cursor: pointer; }
  .md-close:hover, .md-close:focus {
    cursor: hand;
    cursor: pointer; }
  .md-close i {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-size: 24px;
    display: block; }
  .md-close:hover, .md-close:focus {
    color: white; }
    .md-close:hover i, .md-close:focus i {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden; }

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 100px);
  max-width: 400px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.md-show {
  visibility: visible; }
  .md-show .md-close {
    opacity: 1; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible; }

/* Content styles */
.md-content {
  color: #fff;
  background: #E9E9E9;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  font-family: "adelle-sans", sans-serif;
  max-height: calc(100vh - 100px);
  overflow-y: scroll; }

.md-content h3, .md-content blockquote > p, .md-content blockquote > .validation_error,
.md-content blockquote > .gform_confirmation_message,
.md-content blockquote > .success_message {
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #41567A;
  border-radius: 3px 3px 0 0; }

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0; }

.md-content > div p, .md-content > div .validation_error,
.md-content > div .gform_confirmation_message,
.md-content > div .success_message {
  margin: 0;
  padding: 10px 0; }

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px; }

.md-content > div ul li {
  padding: 5px 0; }

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em; }

/*
    [GRAB MORE AT CODROPS ]
    http://tympanus.net/codrops/2013/06/25/nifty-modal-window-effects/
*/
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .container, .has-cookie-bar .md-show.md-effect-16 ~ .ctcc-inner {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0; }

.md-show.md-effect-16 ~ .container, .has-cookie-bar .md-show.md-effect-16 ~ .ctcc-inner,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

#search-modal {
  max-width: 600px; }
  #search-modal div.md-content {
    background: transparent; }
    #search-modal div.md-content:after {
      content: "";
      display: table;
      clear: both; }
    #search-modal div.md-content > div {
      padding: 0; }
    #search-modal div.md-content form input[type="search"] {
      float: left;
      width: 70%;
      font-size: 28px;
      font-size: 2.8rem;
      background: transparent;
      color: white;
      outline: none;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      border-bottom: 3px solid white;
      padding-top: 0;
      font-weight: 700; }
      #search-modal div.md-content form input[type="search"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      #search-modal div.md-content form input[type="search"]::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      #search-modal div.md-content form input[type="search"]:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      #search-modal div.md-content form input[type="search"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      #search-modal div.md-content form input[type="search"]:focus::-webkit-input-placeholder {
        color: white; }
      #search-modal div.md-content form input[type="search"]:focus::-moz-placeholder {
        color: white; }
      #search-modal div.md-content form input[type="search"]:focus:-moz-placeholder {
        color: white; }
      #search-modal div.md-content form input[type="search"]:focus:-ms-input-placeholder {
        color: white; }
  @media only screen and (max-width: 680px) {
    #search-modal div.md-content form input[type="search"] {
      float: none;
      width: 90%;
      margin: 0 auto;
      font-size: 18px;
      font-size: 1.8rem; }
    #search-modal div.md-content form button {
      float: none;
      width: auto;
      margin: 0 auto;
      margin-top: 20px; } }

div.md-modal:not(#search-modal) {
  max-width: none;
  width: auto; }
  div.md-modal:not(#search-modal) .md-content {
    background: transparent;
    overflow-y: hidden;
    max-height: calc(100vh - 10px); }
    div.md-modal:not(#search-modal) .md-content img {
      max-height: calc(100vh - 10px);
      max-width: calc(100vw - 50px); }
    div.md-modal:not(#search-modal) .md-content div.desc {
      background: black;
      bottom: 5px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 3px;
      padding: 1px 20px; }
      div.md-modal:not(#search-modal) .md-content div.desc p, div.md-modal:not(#search-modal) .md-content div.desc .validation_error,
      div.md-modal:not(#search-modal) .md-content div.desc .gform_confirmation_message,
      div.md-modal:not(#search-modal) .md-content div.desc .success_message {
        font-family: "adelle-sans", sans-serif;
        color: white;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem; }

@media only screen and (max-width: 675px) {
  .md-close {
    left: auto;
    right: 8px;
    top: -50px; }

  div.md-modal:not(#search-modal) {
    max-width: 99vw;
    width: calc(100vh - 10px); }
    div.md-modal:not(#search-modal) .md-content div.desc {
      position: relative;
      bottom: 0;
      max-width: calc(100vw - 50px); }
      div.md-modal:not(#search-modal) .md-content div.desc p, div.md-modal:not(#search-modal) .md-content div.desc .validation_error,
      div.md-modal:not(#search-modal) .md-content div.desc .gform_confirmation_message,
      div.md-modal:not(#search-modal) .md-content div.desc .success_message {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
        padding: 3px 0; } }
.accordion > li > a {
  font-weight: 600; }
  @media only screen and (min-width: 1380px) {
    .accordion > li > a:before {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 100vw;
      content: ''; } }
  .accordion > li > a:after {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    display: block;
    position: absolute;
    top: 100%;
    height: 1px;
    width: 100%;
    left: 0;
    content: '';
    background: #E0E0E0; }
  .accordion > li > a:hover {
    background: rgba(226, 231, 235, 0.5); }
    .accordion > li > a:hover:before {
      background: rgba(226, 231, 235, 0.5); }
    .accordion > li > a:hover:after {
      opacity: 0; }
  .accordion > li > a i {
    display: inline-block;
    -webkit-transition: -webkit-transform ease-in-out 400ms;
    -moz-transition: -moz-transform ease-in-out 400ms;
    transition: transform ease-in-out 400ms;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
.accordion ul.submenu {
  display: none;
  border-bottom: 1px solid #E0E0E0; }
  .accordion ul.submenu > li a {
    font-weight: 400; }
    .accordion ul.submenu > li a.active {
      font-weight: 600; }
.accordion .is-expanded {
  display: block; }
  .accordion .is-expanded > a {
    background: #E2E7EB !important;
    border: none; }
    .accordion .is-expanded > a:before {
      background: #E2E7EB !important; }
    .accordion .is-expanded > a:after {
      opacity: 0 !important; }
    .accordion .is-expanded > a i {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1); }

/*
//      _/      _/    _/_/    _/_/_/  _/      _/
//     _/_/  _/_/  _/    _/    _/    _/_/    _/
//    _/  _/  _/  _/_/_/_/    _/    _/  _/  _/
//   _/      _/  _/    _/    _/    _/    _/_/
//  _/      _/  _/    _/  _/_/_/  _/      _/
*/
/* ==========================================================================
   HTML, Body & Wrapper
   ========================================================================== */
html {
  font-size: 62.5% !important;
  overflow-x: hidden;
  width: 100vw; }
  @media only screen and (max-width: 980px) {
    html {
      font-size: 62% !important; } }
  @media only screen and (max-width: 840px) {
    html {
      font-size: 58% !important; } }
  @media only screen and (max-width: 680px) {
    html {
      font-size: 55% !important; } }

body {
  background: #333333;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "adelle-sans", sans-serif;
  max-width: 100vw;
  overflow-x: hidden; }

body.admin-bar header#site-header {
  top: 30px; }

.container, .has-cookie-bar .ctcc-inner {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; }

#wpadminbar {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

/* ==========================================================================
   Site Header
   ========================================================================== */
header#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  header#site-header.scrolled {
    opacity: .9; }
    header#site-header.scrolled:hover, header#site-header.scrolled:focus {
      opacity: 1; }
  header#site-header .container, header#site-header .has-cookie-bar .ctcc-inner, .has-cookie-bar header#site-header .ctcc-inner {
    text-align: right; }
  header#site-header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header#site-header ul > li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      header#site-header ul > li > a {
        display: inline-block;
        color: #fff;
        font-weight: 800;
        text-decoration: none; }
        header#site-header ul > li > a:hover, header#site-header ul > li > a:focus {
          color: #FAA529; }
      header#site-header ul > li.menu-item-has-children > a:after {
        content: '▾';
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50% 60%;
        -moz-transform-origin: 50% 60%;
        -ms-transform-origin: 50% 60%;
        -o-transform-origin: 50% 60%;
        transform-origin: 50% 60%;
        display: inline-block;
        margin-left: 5px;
        color: #fff !important;
        margin-bottom: 0; }
      header#site-header ul > li.current-menu-item > a {
        color: #FAA529; }
  header#site-header .secondary-nav {
    background: #333333;
    padding: 0;
    position: relative;
    z-index: 2; }
    header#site-header .secondary-nav nav ul {
      padding-right: 26px; }
      header#site-header .secondary-nav nav ul li a {
        padding: 11px 12px 9px;
        font-size: 12px;
        font-size: 1.2rem; }
      @media only screen and (max-width: 480px) {
        header#site-header .secondary-nav nav ul {
          text-align: center; }
          header#site-header .secondary-nav nav ul li a {
            padding: 11px 8px 9px; } }
    header#site-header .secondary-nav a.search {
      position: absolute;
      top: 10px;
      right: 20px;
      color: white;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: hand;
      cursor: pointer; }
      header#site-header .secondary-nav a.search:hover, header#site-header .secondary-nav a.search:focus {
        cursor: hand;
        cursor: pointer; }
      header#site-header .secondary-nav a.search:hover, header#site-header .secondary-nav a.search:focus {
        color: #FAA529; }
  header#site-header .primary-nav {
    background: #1F85C0; }
    header#site-header .primary-nav a.site-logo {
      float: left;
      margin-top: 20px; }
      header#site-header .primary-nav a.site-logo img {
        width: 222px;
        height: auto;
        margin-top: 3px; }
      @media only screen and (max-width: 1040px) {
        header#site-header .primary-nav a.site-logo img {
          width: 190px; } }
      @media only screen and (max-width: 480px) {
        header#site-header .primary-nav a.site-logo img {
          width: 170px; } }
    header#site-header .primary-nav a.flag {
      float: left;
      font-size: 13px;
      padding: 5px 16px 7px 14px;
      margin-left: 18px;
      margin-top: 20px; }
      header#site-header .primary-nav a.flag:after {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
      @media only screen and (max-width: 1140px) {
        header#site-header .primary-nav a.flag {
          display: none; } }
    header#site-header .primary-nav nav ul > li {
      position: relative; }
      header#site-header .primary-nav nav ul > li > a {
        padding: 40px 20px;
        font-size: 17px;
        font-size: 1.7rem; }
      @media only screen and (min-width: 1040px) {
        header#site-header .primary-nav nav ul > li ul {
          position: absolute;
          top: 100%;
          left: 20px;
          right: auto;
          text-align: center;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-transform: translateY(-15px);
          -moz-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
          -o-transform: translateY(-15px);
          transform: translateY(-15px);
          opacity: 0;
          display: none;
          -webkit-animation: animate-menu-display-off 0.3s ease-in-out;
          -moz-animation: animate-menu-display-off 0.3s ease-in-out;
          animation: animate-menu-display-off 0.3s ease-in-out;
          background: #fff;
          padding: 0;
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.28); }
          header#site-header .primary-nav nav ul > li ul li {
            margin: 0;
            width: 230px;
            padding: 0px 0px;
            text-align: left;
            position: relative; }
            header#site-header .primary-nav nav ul > li ul li:after {
              content: '';
              position: absolute;
              width: calc(100% - 20px);
              height: 1px;
              bottom: calc(100% - 1px);
              left: 50%;
              transform: translateX(-50%);
              background-color: #e6e6e6;
              z-index: 3;
              -webkit-transition: all 0.15s ease-out 0s;
              -moz-transition: all 0.15s ease-out 0s;
              transition: all 0.15s ease-out 0s; }
            header#site-header .primary-nav nav ul > li ul li.with-header:after, header#site-header .primary-nav nav ul > li ul li:first-of-type:after {
              content: none; }
            header#site-header .primary-nav nav ul > li ul li:first-of-type:before {
              content: '';
              width: 0;
              height: 0;
              border-left: 10px solid #FFF;
              border-bottom: 10px solid #FFF;
              border-right: 10px solid transparent;
              border-top: 10px solid transparent;
              position: absolute;
              bottom: 100%;
              left: 0;
              -webkit-transition: all 0.15s ease-out 0s;
              -moz-transition: all 0.15s ease-out 0s;
              transition: all 0.15s ease-out 0s; }
            header#site-header .primary-nav nav ul > li ul li:hover:not(.with-header):first-of-type:before, header#site-header .primary-nav nav ul > li ul li:focus:not(.with-header):first-of-type:before {
              border-bottom: 10px solid #FAA529;
              border-left: 10px solid #FAA529; }
            header#site-header .primary-nav nav ul > li ul li:hover:after, header#site-header .primary-nav nav ul > li ul li:focus:after {
              background-color: transparent; }
            header#site-header .primary-nav nav ul > li ul li:hover > a, header#site-header .primary-nav nav ul > li ul li:focus > a {
              background-color: #FAA529;
              color: #FFF; }
              header#site-header .primary-nav nav ul > li ul li:hover > a i,
              header#site-header .primary-nav nav ul > li ul li:hover > a .title, header#site-header .primary-nav nav ul > li ul li:focus > a i,
              header#site-header .primary-nav nav ul > li ul li:focus > a .title {
                color: #FFF; }
            header#site-header .primary-nav nav ul > li ul li:hover + li:after, header#site-header .primary-nav nav ul > li ul li:focus + li:after {
              background-color: transparent; }
            header#site-header .primary-nav nav ul > li ul li h4, header#site-header .primary-nav nav ul > li ul li blockquote cite p, blockquote cite header#site-header .primary-nav nav ul > li ul li p, header#site-header .primary-nav nav ul > li ul li blockquote cite .validation_error, blockquote cite header#site-header .primary-nav nav ul > li ul li .validation_error,
            header#site-header .primary-nav nav ul > li ul li blockquote cite .gform_confirmation_message,
            blockquote cite header#site-header .primary-nav nav ul > li ul li .gform_confirmation_message,
            header#site-header .primary-nav nav ul > li ul li blockquote cite .success_message,
            blockquote cite header#site-header .primary-nav nav ul > li ul li .success_message {
              color: #115888;
              text-transform: uppercase;
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 22px;
              line-height: 2.2rem;
              font-weight: 900;
              padding: 10px 0px 5px 15px; }
            header#site-header .primary-nav nav ul > li ul li a {
              display: block;
              padding: 11px 5px 11px 40px;
              font-size: 13px;
              font-size: 1.3rem;
              position: relative;
              background-color: #fff;
              -webkit-transition: all 0.15s ease-out 0s;
              -moz-transition: all 0.15s ease-out 0s;
              transition: all 0.15s ease-out 0s;
              font-weight: 700; }
              header#site-header .primary-nav nav ul > li ul li a i {
                color: #2d2d2d;
                font-size: 14px;
                font-size: 1.4rem;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 15px;
                -webkit-transition: all 0.15s ease-out 0s;
                -moz-transition: all 0.15s ease-out 0s;
                transition: all 0.15s ease-out 0s;
                font-weight: 500; }
              header#site-header .primary-nav nav ul > li ul li a .title {
                display: block;
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 20px;
                line-height: 2rem;
                color: #333333;
                font-weight: 500;
                text-transform: none;
                -webkit-transition: all 0.15s ease-out 0s;
                -moz-transition: all 0.15s ease-out 0s;
                transition: all 0.15s ease-out 0s; }
              header#site-header .primary-nav nav ul > li ul li a .description {
                display: block;
                font-size: 13px;
                font-size: 1.3rem;
                line-height: 21px;
                line-height: 2.1rem;
                color: #2d2d2d;
                font-weight: 100; }
              header#site-header .primary-nav nav ul > li ul li a .button, header#site-header .primary-nav nav ul > li ul li a form input[type="submit"], form header#site-header .primary-nav nav ul > li ul li a input[type="submit"],
              header#site-header .primary-nav nav ul > li ul li a form button.gform_button,
              form header#site-header .primary-nav nav ul > li ul li a button.gform_button, header#site-header .primary-nav nav ul > li ul li a .has-cookie-bar button#catapultCookie, .has-cookie-bar header#site-header .primary-nav nav ul > li ul li a button#catapultCookie {
                margin-top: 15px; }
              header#site-header .primary-nav nav ul > li ul li a:hover, header#site-header .primary-nav nav ul > li ul li a:focus {
                background-color: #FAA529; }
                header#site-header .primary-nav nav ul > li ul li a:hover i,
                header#site-header .primary-nav nav ul > li ul li a:hover .title, header#site-header .primary-nav nav ul > li ul li a:focus i,
                header#site-header .primary-nav nav ul > li ul li a:focus .title {
                  color: #FFF; }
                header#site-header .primary-nav nav ul > li ul li a:hover .button:after, header#site-header .primary-nav nav ul > li ul li a:hover form input[type="submit"]:after, form header#site-header .primary-nav nav ul > li ul li a:hover input[type="submit"]:after,
                header#site-header .primary-nav nav ul > li ul li a:hover form button.gform_button:after,
                form header#site-header .primary-nav nav ul > li ul li a:hover button.gform_button:after, header#site-header .primary-nav nav ul > li ul li a:hover .has-cookie-bar button#catapultCookie:after, .has-cookie-bar header#site-header .primary-nav nav ul > li ul li a:hover button#catapultCookie:after, header#site-header .primary-nav nav ul > li ul li a:focus .button:after, header#site-header .primary-nav nav ul > li ul li a:focus form input[type="submit"]:after, form header#site-header .primary-nav nav ul > li ul li a:focus input[type="submit"]:after,
                header#site-header .primary-nav nav ul > li ul li a:focus form button.gform_button:after,
                form header#site-header .primary-nav nav ul > li ul li a:focus button.gform_button:after, header#site-header .primary-nav nav ul > li ul li a:focus .has-cookie-bar button#catapultCookie:after, .has-cookie-bar header#site-header .primary-nav nav ul > li ul li a:focus button#catapultCookie:after {
                  background: #092c44;
                  border-color: #092c44; } }
    @media only screen and (min-width: 1040px) and (max-width: 1160px) {
      header#site-header .primary-nav nav ul > li ul li {
        width: 200px; } }
      @media only screen and (min-width: 1040px) {
        header#site-header .primary-nav nav ul > li:hover.menu-item-has-children > a:after, header#site-header .primary-nav nav ul > li:focus.menu-item-has-children > a:after {
          -webkit-transform: scaleY(-1);
          -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          -o-transform: scaleY(-1);
          transform: scaleY(-1); }
        header#site-header .primary-nav nav ul > li:hover ul, header#site-header .primary-nav nav ul > li:focus ul {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          opacity: 1;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          -webkit-animation: animate-menu-display-on 0.2s ease-in-out;
          -moz-animation: animate-menu-display-on 0.2s ease-in-out;
          animation: animate-menu-display-on 0.2s ease-in-out; } }
      header#site-header .primary-nav nav ul > li.current-menu-item:not(.cta) a {
        color: #FAA529 !important; }
      header#site-header .primary-nav nav ul > li.current-menu-item.cta a {
        color: #FAA529 !important; }
        header#site-header .primary-nav nav ul > li.current-menu-item.cta a:after {
          background: transparent !important;
          border-color: #FAA529 !important; }
      header#site-header .primary-nav nav ul > li.cta > a {
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        outline: none;
        z-index: 0;
        overflow: visible;
        position: relative;
        padding-left: 30px;
        padding-right: 45px;
        margin-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px; }
        header#site-header .primary-nav nav ul > li.cta > a:after {
          content: ' ';
          position: absolute;
          top: -50px;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: -1;
          display: block;
          border: 2px solid #FAA529;
          background: #FAA529;
          -webkit-transform: skewX(-13deg);
          -moz-transform: skewX(-13deg);
          -ms-transform: skewX(-13deg);
          -o-transform: skewX(-13deg);
          transform: skewX(-13deg);
          -webkit-transition: all 0.15s ease-out 0s;
          -moz-transition: all 0.15s ease-out 0s;
          transition: all 0.15s ease-out 0s; }
        header#site-header .primary-nav nav ul > li.cta > a:hover, header#site-header .primary-nav nav ul > li.cta > a:focus {
          color: #fff; }
          header#site-header .primary-nav nav ul > li.cta > a:hover:after, header#site-header .primary-nav nav ul > li.cta > a:focus:after {
            background: #d27e05;
            border-color: #d27e05; }
        header#site-header .primary-nav nav ul > li.cta > a:active {
          -webkit-transform: translate3d(0, 1px, 0);
          -moz-transform: translate3d(0, 1px, 0);
          -ms-transform: translate3d(0, 1px, 0);
          -o-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0); }

@-webkit-keyframes animate-menu-display-on {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-15px); }
  1% {
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes animate-menu-display-on {
  0% {
    display: none;
    opacity: 0;
    -moz-transform: translateY(-15px); }
  1% {
    display: flex;
    opacity: 0;
    -moz-transform: translateY(-15px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes animate-menu-display-on {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  1% {
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes animate-menu-display-off {
  0% {
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0); }
  99% {
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(-15px); }
  100% {
    display: none;
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes animate-menu-display-off {
  0% {
    display: flex;
    opacity: 1;
    -moz-transform: translateY(0); }
  99% {
    display: flex;
    opacity: 0;
    -moz-transform: translateY(-15px); }
  100% {
    display: none;
    -moz-transform: translateY(-15px); } }
@keyframes animate-menu-display-off {
  0% {
    display: flex;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  99% {
    display: flex;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    display: none;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
/* ==========================================================================
   Page Header
   ========================================================================== */
header#page-header {
  position: relative; }
  header#page-header .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin-top: 125px; }
    header#page-header .cover.image {
      background-size: cover;
      z-index: 1;
      background-position: 50% 50%; }
    header#page-header .cover.dark {
      background: #000; }
    header#page-header .cover.light {
      background: #fff; }
  header#page-header.align-left .container, header#page-header.align-left .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.align-left .ctcc-inner {
    padding-left: 0; }
  header#page-header.align-left .cover.image {
    background-position: left 50%; }
  header#page-header.align-left .content-wrap .text {
    float: left;
    text-align: left;
    width: 65%; }
    header#page-header.align-left .content-wrap .text h1 {
      position: relative;
      left: -8px; }
      @media only screen and (max-width: 680px) {
        header#page-header.align-left .content-wrap .text h1 {
          left: -6px; } }
      @media only screen and (max-width: 480px) {
        header#page-header.align-left .content-wrap .text h1 {
          left: -4px; } }
      header#page-header.align-left .content-wrap .text h1.small {
        left: -7px; }
        @media only screen and (max-width: 680px) {
          header#page-header.align-left .content-wrap .text h1.small {
            left: -5px; } }
        @media only screen and (max-width: 480px) {
          header#page-header.align-left .content-wrap .text h1.small {
            left: -3px; } }
  header#page-header.align-right .container, header#page-header.align-right .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.align-right .ctcc-inner {
    padding-right: 0; }
  header#page-header.align-right .cover.image {
    background-position: right 50%; }
  header#page-header.align-right .content-wrap .text {
    float: right;
    text-align: right;
    width: 65%; }
    header#page-header.align-right .content-wrap .text h1 {
      position: relative;
      right: -8px; }
      @media only screen and (max-width: 680px) {
        header#page-header.align-right .content-wrap .text h1 {
          right: -6px; } }
      @media only screen and (max-width: 480px) {
        header#page-header.align-right .content-wrap .text h1 {
          right: -4px; } }
      header#page-header.align-right .content-wrap .text h1.small {
        right: -7px; }
        @media only screen and (max-width: 680px) {
          header#page-header.align-right .content-wrap .text h1.small {
            right: -5px; } }
        @media only screen and (max-width: 480px) {
          header#page-header.align-right .content-wrap .text h1.small {
            right: -3px; } }
  header#page-header .container, header#page-header .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header .ctcc-inner {
    z-index: 3; }
  header#page-header .content-wrap {
    padding-top: calc(125px + 8%);
    padding-bottom: 8%;
    text-align: center; }
    header#page-header .content-wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (max-width: 680px) {
      header#page-header .content-wrap {
        padding-top: calc(125px + 40px);
        padding-bottom: 40px; } }
    header#page-header .content-wrap .text h1 {
      padding-bottom: 5px; }
      header#page-header .content-wrap .text h1 a {
        text-decoration: none; }
      header#page-header .content-wrap .text h1 a:hover, header#page-header .content-wrap .text h1 a:focus {
        color: #1F85C0 !important; }
    header#page-header .content-wrap .text h1.small {
      font-size: 82px;
      font-size: 8.2rem;
      line-height: 85px;
      line-height: 8.5rem; }
    header#page-header .content-wrap .text.text-light {
      color: #fff; }
      header#page-header .content-wrap .text.text-light h1, header#page-header .content-wrap .text.text-light h1 a, header#page-header .content-wrap .text.text-light p, header#page-header .content-wrap .text.text-light .validation_error,
      header#page-header .content-wrap .text.text-light .gform_confirmation_message,
      header#page-header .content-wrap .text.text-light .success_message {
        color: #fff; }
      header#page-header .content-wrap .text.text-light a:not(.button) {
        color: #fff; }
        header#page-header .content-wrap .text.text-light a:not(.button):hover, header#page-header .content-wrap .text.text-light a:not(.button):focus {
          color: #fff; }
    header#page-header .content-wrap .text.text-dark {
      color: #333333; }
      header#page-header .content-wrap .text.text-dark h1, header#page-header .content-wrap .text.text-dark h1 a {
        color: #303030; }
    header#page-header .content-wrap .text .buttons {
      text-align: center;
      padding-top: 50px; }
      header#page-header .content-wrap .text .buttons .button:after, header#page-header .content-wrap .text .buttons form input[type="submit"]:after, form header#page-header .content-wrap .text .buttons input[type="submit"]:after,
      header#page-header .content-wrap .text .buttons form button.gform_button:after,
      form header#page-header .content-wrap .text .buttons button.gform_button:after, header#page-header .content-wrap .text .buttons .has-cookie-bar button#catapultCookie:after, .has-cookie-bar header#page-header .content-wrap .text .buttons button#catapultCookie:after {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  header#page-header.hide .container, header#page-header.hide .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.hide .ctcc-inner {
    padding-top: 125px; }
    @media only screen and (max-width: 1040px) {
      header#page-header.hide .container, header#page-header.hide .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.hide .ctcc-inner {
        padding-top: 120px; } }
    @media only screen and (max-width: 840px) {
      header#page-header.hide .container, header#page-header.hide .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.hide .ctcc-inner {
        padding-top: 117px; } }
    @media only screen and (max-width: 680px) {
      header#page-header.hide .container, header#page-header.hide .has-cookie-bar .ctcc-inner, .has-cookie-bar header#page-header.hide .ctcc-inner {
        padding-top: 115px; } }
  header#page-header.hide .content-wrap {
    display: none; }
  header#page-header.nbp .content-wrap {
    padding-bottom: 0; }
  header#page-header.ebp .content-wrap {
    padding-bottom: 16%; }
  @media only screen and (max-width: 1040px) {
    header#page-header .cover {
      margin-top: 120px; }
    header#page-header .content-wrap {
      padding-top: calc(120px + 8%); }
    header#page-header.align-left .content-wrap .text, header#page-header.align-right .content-wrap .text {
      width: 100%; } }
  @media only screen and (max-width: 840px) {
    header#page-header .cover {
      margin-top: 117px; }
    header#page-header .content-wrap {
      padding-top: calc(117px + 8%); } }
  @media only screen and (max-width: 680px) {
    header#page-header .cover {
      margin-top: 115px; }
    header#page-header .content-wrap {
      padding-top: calc(115px + 7%);
      padding-bottom: 7%; }
      header#page-header .content-wrap .text h1 {
        font-size: 106px;
        font-size: 10.6rem;
        line-height: 100px;
        line-height: 10rem; }
      header#page-header .content-wrap .text h1.small {
        font-size: 78px;
        font-size: 7.8rem;
        line-height: 81px;
        line-height: 8.1rem; }
      header#page-header .content-wrap .text p, header#page-header .content-wrap .text .validation_error,
      header#page-header .content-wrap .text .gform_confirmation_message,
      header#page-header .content-wrap .text .success_message {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        line-height: 3.2rem; }
      header#page-header .content-wrap .text .buttons {
        padding-top: 30px; }
    header#page-header.align-left .cover.image, header#page-header.align-right .cover.image {
      background-position: center center; } }
  @media only screen and (max-width: 520px) {
    header#page-header .content-wrap .text h1 {
      font-size: 86px;
      font-size: 8.6rem;
      line-height: 80px;
      line-height: 8rem; }
    header#page-header .content-wrap .text h1.small {
      font-size: 58px;
      font-size: 5.8rem;
      line-height: 51px;
      line-height: 5.1rem; }
    header#page-header .content-wrap .text p, header#page-header .content-wrap .text .validation_error,
    header#page-header .content-wrap .text .gform_confirmation_message,
    header#page-header .content-wrap .text .success_message {
      font-size: 20px;
      font-size: 2rem;
      line-height: 26px;
      line-height: 2.6rem; } }
  @media only screen and (max-width: 480px) {
    header#page-header .content-wrap {
      padding-top: calc(115px + 6%);
      padding-bottom: 6%; }
      header#page-header .content-wrap .text h1 {
        font-size: 66px;
        font-size: 6.6rem;
        line-height: 60px;
        line-height: 6rem; } }

/* ==========================================================================
   Page Content
   ========================================================================== */
main {
  background: #fff;
  color: #2d2d2d; }

section.with-sidebar#page-content .container, section.with-sidebar#page-content .has-cookie-bar .ctcc-inner, .has-cookie-bar section.with-sidebar#page-content .ctcc-inner {
  text-align: left; }
  section.with-sidebar#page-content .container::after, section.with-sidebar#page-content .has-cookie-bar .ctcc-inner::after, .has-cookie-bar section.with-sidebar#page-content .ctcc-inner::after {
    clear: both;
    content: "";
    display: table; }
section.with-sidebar#page-content .main {
  float: left;
  width: 70%;
  padding: 30px 10% 50px 0; }
section.with-sidebar#page-content .sidebar {
  float: left;
  width: 30%;
  padding: 30px; }
  section.with-sidebar#page-content .sidebar .cover {
    background: #d2d2d1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32%;
    z-index: 1; }
  section.with-sidebar#page-content .sidebar #sidebar-content {
    position: relative;
    z-index: 2; }
  section.with-sidebar#page-content .sidebar .sidebar-block,
  section.with-sidebar#page-content .sidebar aside.widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #717272; }
    section.with-sidebar#page-content .sidebar .sidebar-block header,
    section.with-sidebar#page-content .sidebar aside.widget header {
      text-align: left; }
      section.with-sidebar#page-content .sidebar .sidebar-block header h4, section.with-sidebar#page-content .sidebar .sidebar-block header blockquote cite p, blockquote cite section.with-sidebar#page-content .sidebar .sidebar-block header p, section.with-sidebar#page-content .sidebar .sidebar-block header blockquote cite .validation_error, blockquote cite section.with-sidebar#page-content .sidebar .sidebar-block header .validation_error,
      section.with-sidebar#page-content .sidebar .sidebar-block header blockquote cite .gform_confirmation_message,
      blockquote cite section.with-sidebar#page-content .sidebar .sidebar-block header .gform_confirmation_message,
      section.with-sidebar#page-content .sidebar .sidebar-block header blockquote cite .success_message,
      blockquote cite section.with-sidebar#page-content .sidebar .sidebar-block header .success_message,
      section.with-sidebar#page-content .sidebar aside.widget header h4,
      section.with-sidebar#page-content .sidebar aside.widget header blockquote cite p,
      blockquote cite section.with-sidebar#page-content .sidebar aside.widget header p,
      section.with-sidebar#page-content .sidebar aside.widget header blockquote cite .validation_error,
      blockquote cite section.with-sidebar#page-content .sidebar aside.widget header .validation_error,
      section.with-sidebar#page-content .sidebar aside.widget header blockquote cite .gform_confirmation_message,
      blockquote cite section.with-sidebar#page-content .sidebar aside.widget header .gform_confirmation_message,
      section.with-sidebar#page-content .sidebar aside.widget header blockquote cite .success_message,
      blockquote cite section.with-sidebar#page-content .sidebar aside.widget header .success_message {
        padding-bottom: 10px; }
    section.with-sidebar#page-content .sidebar .sidebar-block hr,
    section.with-sidebar#page-content .sidebar aside.widget hr {
      margin: 10px 0; }
    section.with-sidebar#page-content .sidebar .sidebar-block p, section.with-sidebar#page-content .sidebar .sidebar-block .validation_error,
    section.with-sidebar#page-content .sidebar .sidebar-block .gform_confirmation_message,
    section.with-sidebar#page-content .sidebar .sidebar-block .success_message,
    section.with-sidebar#page-content .sidebar aside.widget p,
    section.with-sidebar#page-content .sidebar aside.widget .validation_error,
    section.with-sidebar#page-content .sidebar aside.widget .gform_confirmation_message,
    section.with-sidebar#page-content .sidebar aside.widget .success_message {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      padding: 10px 0; }
    section.with-sidebar#page-content .sidebar .sidebar-block ul:not(.gform_fields) li, section.with-sidebar#page-content .sidebar .sidebar-block ol li,
    section.with-sidebar#page-content .sidebar aside.widget ul:not(.gform_fields) li,
    section.with-sidebar#page-content .sidebar aside.widget ol li {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      padding-top: 3px;
      padding-bottom: 3px; }
    section.with-sidebar#page-content .sidebar .sidebar-block:last-of-type,
    section.with-sidebar#page-content .sidebar aside.widget:last-of-type {
      border-bottom: 0;
      margin-bottom: 0; }
@media only screen and (max-width: 720px) {
  section.with-sidebar#page-content .main {
    float: none;
    width: 100%;
    padding: 40px 0; }
  section.with-sidebar#page-content .sidebar {
    float: none;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 20px;
    background: #d2d2d1; }
    section.with-sidebar#page-content .sidebar .cover {
      display: none; }
    section.with-sidebar#page-content .sidebar .sidebar-block {
      padding-top: 10px;
      margin-bottom: 0; } }

section#page-content {
  text-align: center; }
  section#page-content:not(.with-sidebar) .main {
    margin: 0 auto;
    text-align: left;
    max-width: 750px;
    padding: 40px 0; }
  @media only screen and (max-width: 580px) {
    section#page-content:not(.with-sidebar) .main a.button {
      display: block;
      margin: 0 auto;
      max-width: 280px;
      text-align: center; } }

/* ==========================================================================
   Page Footer
   ========================================================================== */
footer#site-footer {
  background: #333333;
  padding: 5% 0;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative; }
  footer#site-footer img {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px; }
  footer#site-footer a:not(.button) {
    color: #fff;
    text-decoration: none; }
    footer#site-footer a:not(.button):hover, footer#site-footer a:not(.button):focus {
      color: #FAA529; }
  footer#site-footer .cols {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch; }
    footer#site-footer .cols .col {
      min-width: 250px;
      padding-right: 40px;
      padding-bottom: 50px; }
      footer#site-footer .cols .col p, footer#site-footer .cols .col .validation_error,
      footer#site-footer .cols .col .gform_confirmation_message,
      footer#site-footer .cols .col .success_message {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        line-height: 2.8rem; }
      footer#site-footer .cols .col h4, footer#site-footer .cols .col blockquote cite p, blockquote cite footer#site-footer .cols .col p, footer#site-footer .cols .col blockquote cite .validation_error, blockquote cite footer#site-footer .cols .col .validation_error,
      footer#site-footer .cols .col blockquote cite .gform_confirmation_message,
      blockquote cite footer#site-footer .cols .col .gform_confirmation_message,
      footer#site-footer .cols .col blockquote cite .success_message,
      blockquote cite footer#site-footer .cols .col .success_message {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem;
        color: #fff;
        font-weight: 100;
        padding-bottom: 25px; }
      footer#site-footer .cols .col h4 + p, footer#site-footer .cols .col blockquote cite p + p, blockquote cite footer#site-footer .cols .col p + p, footer#site-footer .cols .col blockquote cite .validation_error + p, blockquote cite footer#site-footer .cols .col .validation_error + p,
      footer#site-footer .cols .col blockquote cite .gform_confirmation_message + p,
      blockquote cite footer#site-footer .cols .col .gform_confirmation_message + p,
      footer#site-footer .cols .col blockquote cite .success_message + p,
      blockquote cite footer#site-footer .cols .col .success_message + p, footer#site-footer .cols .col h4 + .validation_error, footer#site-footer .cols .col blockquote cite p + .validation_error, blockquote cite footer#site-footer .cols .col p + .validation_error, footer#site-footer .cols .col blockquote cite .validation_error + .validation_error, blockquote cite footer#site-footer .cols .col .validation_error + .validation_error,
      footer#site-footer .cols .col blockquote cite .gform_confirmation_message + .validation_error,
      blockquote cite footer#site-footer .cols .col .gform_confirmation_message + .validation_error,
      footer#site-footer .cols .col blockquote cite .success_message + .validation_error,
      blockquote cite footer#site-footer .cols .col .success_message + .validation_error,
      footer#site-footer .cols .col h4 + .gform_confirmation_message,
      footer#site-footer .cols .col blockquote cite p + .gform_confirmation_message,
      blockquote cite footer#site-footer .cols .col p + .gform_confirmation_message,
      footer#site-footer .cols .col blockquote cite .validation_error + .gform_confirmation_message,
      blockquote cite footer#site-footer .cols .col .validation_error + .gform_confirmation_message,
      footer#site-footer .cols .col blockquote cite .gform_confirmation_message + .gform_confirmation_message,
      blockquote cite footer#site-footer .cols .col .gform_confirmation_message + .gform_confirmation_message,
      footer#site-footer .cols .col blockquote cite .success_message + .gform_confirmation_message,
      blockquote cite footer#site-footer .cols .col .success_message + .gform_confirmation_message,
      footer#site-footer .cols .col h4 + .success_message,
      footer#site-footer .cols .col blockquote cite p + .success_message,
      blockquote cite footer#site-footer .cols .col p + .success_message,
      footer#site-footer .cols .col blockquote cite .validation_error + .success_message,
      blockquote cite footer#site-footer .cols .col .validation_error + .success_message,
      footer#site-footer .cols .col blockquote cite .gform_confirmation_message + .success_message,
      blockquote cite footer#site-footer .cols .col .gform_confirmation_message + .success_message,
      footer#site-footer .cols .col blockquote cite .success_message + .success_message,
      blockquote cite footer#site-footer .cols .col .success_message + .success_message {
        padding-top: 0; }
      footer#site-footer .cols .col ul.menu,
      footer#site-footer .cols .col ul.recent-posts,
      footer#site-footer .cols .col ul.cp_linklist {
        margin: 0;
        padding: 0;
        list-style: none; }
        footer#site-footer .cols .col ul.menu li,
        footer#site-footer .cols .col ul.recent-posts li,
        footer#site-footer .cols .col ul.cp_linklist li {
          margin: 0;
          padding: 0;
          list-style: none;
          padding-bottom: 15px; }
          footer#site-footer .cols .col ul.menu li .title,
          footer#site-footer .cols .col ul.recent-posts li .title,
          footer#site-footer .cols .col ul.cp_linklist li .title {
            display: block;
            padding-top: 2px; }
      footer#site-footer .cols .col ul.social-links li a {
        background: #fff;
        color: #333333;
        opacity: .4; }
        footer#site-footer .cols .col ul.social-links li a:hover, footer#site-footer .cols .col ul.social-links li a:focus {
          opacity: 1; }
    @media only screen and (max-width: 900px) {
      footer#site-footer .cols {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer#site-footer .cols .col {
          width: 50%;
          min-width: 200px; } }
    @media only screen and (max-width: 440px) {
      footer#site-footer .cols .col {
        width: 100%;
        text-align: center;
        padding-right: 0; } }
  footer#site-footer p.copyright, footer#site-footer .copyright.validation_error,
  footer#site-footer .copyright.gform_confirmation_message,
  footer#site-footer .copyright.success_message {
    text-align: center;
    padding-top: 25px;
    color: #d2d2d1;
    font-family: "adelle-sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: bold; }

/* ==========================================================================
   Global Section Styles
   ========================================================================== */
section.content .container, section.content .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content .ctcc-inner {
  padding: 5% 20px;
  text-align: center; }
section.content.etp .container, section.content.etp .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.etp .ctcc-inner, section.content.etp.type-text-image .cols .col {
  padding-top: 10%; }
section.content.ebp .container, section.content.ebp .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.ebp .ctcc-inner, section.content.ebp.type-text-image .cols .col {
  padding-bottom: 10%; }
section.content.ntp .container, section.content.ntp .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.ntp .ctcc-inner, section.content.ntp.type-text-image .cols .col {
  padding-top: 0 !important; }
section.content.nbp .container, section.content.nbp .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.nbp .ctcc-inner, section.content.nbp.type-text-image .cols .col {
  padding-bottom: 0 !important; }
section.content.tb .container, section.content.tb .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.tb .ctcc-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
section.content.bb .container, section.content.bb .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.bb .ctcc-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
section.content.bg-white, section.content .bg-white {
  background: #fff; }
section.content.bg-gray, section.content .bg-gray {
  background: #DBDBDB; }
section.content.bg-blue, section.content .bg-blue {
  background: #1F85C0; }
section.content.bg-green, section.content .bg-green {
  background: #3DB049; }
section.content.bg-yellow, section.content .bg-yellow {
  background: #E9C235; }
section.content.bg-blue-dark, section.content .bg-blue-dark {
  background: #115888; }
section.content.bg-gray-dark, section.content .bg-gray-dark {
  background: #333333; }
section.content.bg-orange, section.content .bg-orange {
  background: #FAA529; }
section.content.text-light h2, section.content.text-light h3, section.content.text-light blockquote > p, section.content.text-light blockquote > .validation_error,
section.content.text-light blockquote > .gform_confirmation_message,
section.content.text-light blockquote > .success_message, section.content.text-light h4, section.content.text-light blockquote cite p, blockquote cite section.content.text-light p, section.content.text-light blockquote cite .validation_error, blockquote cite section.content.text-light .validation_error,
section.content.text-light blockquote cite .gform_confirmation_message,
blockquote cite section.content.text-light .gform_confirmation_message,
section.content.text-light blockquote cite .success_message,
blockquote cite section.content.text-light .success_message, section.content.text-light h5, section.content.text-light section.content.type-values header p, section.content.type-values header section.content.text-light p, section.content.text-light section.content.type-values header .validation_error, section.content.type-values header section.content.text-light .validation_error,
section.content.text-light section.content.type-values header .gform_confirmation_message,
section.content.type-values header section.content.text-light .gform_confirmation_message,
section.content.text-light section.content.type-values header .success_message,
section.content.type-values header section.content.text-light .success_message, section.content.text-light p, section.content.text-light .validation_error,
section.content.text-light .gform_confirmation_message,
section.content.text-light .success_message,
section.content.text-light blockquote:not(.with-bg),
section.content.text-light blockquote:not(.with-bg) p,
section.content.text-light blockquote:not(.with-bg) .validation_error,
section.content.text-light blockquote:not(.with-bg) .gform_confirmation_message,
section.content.text-light blockquote:not(.with-bg) .success_message,
section.content.text-light blockquote:not(.with-bg) cite,
section.content.text-light .icon i {
  color: #fff !important; }
section.content.text-light blockquote.with-bg p, section.content.text-light blockquote.with-bg .validation_error,
section.content.text-light blockquote.with-bg .gform_confirmation_message,
section.content.text-light blockquote.with-bg .success_message, section.content.text-light blockquote.with-bg cite {
  color: #303030 !important; }
section.content.text-light a {
  color: #fff; }
  section.content.text-light a:hover, section.content.text-light a:focus {
    color: #fff; }
section.content header {
  padding-bottom: 10px; }
  section.content header p, section.content header .validation_error,
  section.content header .gform_confirmation_message,
  section.content header .success_message {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    line-height: 3.5rem; }

/* ==========================================================================
   WYSIWYG Text Section
   ========================================================================== */
section.content.type-text .content {
  margin: 0 auto; }
  section.content.type-text .content p, section.content.type-text .content .validation_error,
  section.content.type-text .content .gform_confirmation_message,
  section.content.type-text .content .success_message {
    line-height: 32px;
    line-height: 3.2rem; }
  section.content.type-text .content .buttons {
    padding-top: 15px;
    text-align: center; }
section.content.type-text.mh .container, section.content.type-text.mh .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-text.mh .ctcc-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
section.content.type-text.mh .content {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }

/* ==========================================================================
   Text/Image Section
   ========================================================================== */
section.content.type-text-image {
  position: relative; }
  section.content.type-text-image .container, section.content.type-text-image .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-text-image .ctcc-inner {
    padding-top: 0;
    padding-bottom: 0;
    position: static; }
  section.content.type-text-image .cols {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.content.type-text-image .cols.ratio-sixty-forty .col.left {
      width: 60%; }
      section.content.type-text-image .cols.ratio-sixty-forty .col.left .bg, section.content.type-text-image .cols.ratio-sixty-forty .col.left .image.fullbleed {
        left: 0;
        right: 40%; }
    section.content.type-text-image .cols.ratio-sixty-forty .col.right {
      width: 40%; }
      section.content.type-text-image .cols.ratio-sixty-forty .col.right .bg, section.content.type-text-image .cols.ratio-sixty-forty .col.right .image.fullbleed {
        right: 0;
        left: 60%; }
    @media only screen and (min-width: 1400px) {
      section.content.type-text-image .cols.ratio-sixty-forty .col.left .bg, section.content.type-text-image .cols.ratio-sixty-forty .col.left .image.fullbleed {
        right: calc((100% - 1400px) / 2 + 560px); }
      section.content.type-text-image .cols.ratio-sixty-forty .col.right .bg, section.content.type-text-image .cols.ratio-sixty-forty .col.right .image.fullbleed {
        left: calc((100% - 1400px) / 2 + 840px); } }
    section.content.type-text-image .cols.ratio-forty-sixty .col.left {
      width: 40%; }
      section.content.type-text-image .cols.ratio-forty-sixty .col.left .bg, section.content.type-text-image .cols.ratio-forty-sixty .col.left .image.fullbleed {
        left: 0;
        right: 60%; }
    section.content.type-text-image .cols.ratio-forty-sixty .col.right {
      width: 60%; }
      section.content.type-text-image .cols.ratio-forty-sixty .col.right .bg, section.content.type-text-image .cols.ratio-forty-sixty .col.right .image.fullbleed {
        right: 0;
        left: 40%; }
    @media only screen and (min-width: 1400px) {
      section.content.type-text-image .cols.ratio-forty-sixty .col.left .bg, section.content.type-text-image .cols.ratio-forty-sixty .col.left .image.fullbleed {
        right: calc((100% - 1400px) / 2 + 840px); }
      section.content.type-text-image .cols.ratio-forty-sixty .col.right .bg, section.content.type-text-image .cols.ratio-forty-sixty .col.right .image.fullbleed {
        left: calc((100% - 1400px) / 2 + 560px); } }
    section.content.type-text-image .cols.ratio-fifty-fifty .col.left {
      width: 50%; }
      section.content.type-text-image .cols.ratio-fifty-fifty .col.left .bg, section.content.type-text-image .cols.ratio-fifty-fifty .col.left .image.fullbleed {
        left: 0;
        right: 50%; }
    section.content.type-text-image .cols.ratio-fifty-fifty .col.right {
      width: 50%; }
      section.content.type-text-image .cols.ratio-fifty-fifty .col.right .bg, section.content.type-text-image .cols.ratio-fifty-fifty .col.right .image.fullbleed {
        right: 0;
        left: 50%; }
    @media only screen and (min-width: 1400px) {
      section.content.type-text-image .cols.ratio-fifty-fifty .col.left .bg, section.content.type-text-image .cols.ratio-fifty-fifty .col.left .image.fullbleed {
        right: calc((100% - 1400px) / 2 + 700px); }
      section.content.type-text-image .cols.ratio-fifty-fifty .col.right .bg, section.content.type-text-image .cols.ratio-fifty-fifty .col.right .image.fullbleed {
        left: calc((100% - 1400px) / 2 + 700px); } }
    section.content.type-text-image .cols .col {
      padding: 5% 30px;
      text-align: left; }
      section.content.type-text-image .cols .col .bg, section.content.type-text-image .cols .col .image.fullbleed {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0; }
      section.content.type-text-image .cols .col .content {
        position: relative;
        z-index: 1; }
      section.content.type-text-image .cols .col.type-text .text p, section.content.type-text-image .cols .col.type-text .text .validation_error,
      section.content.type-text-image .cols .col.type-text .text .gform_confirmation_message,
      section.content.type-text-image .cols .col.type-text .text .success_message {
        line-height: 32px;
        line-height: 3.2rem; }
      section.content.type-text-image .cols .col.type-text .text.color-light {
        color: #fff; }
        section.content.type-text-image .cols .col.type-text .text.color-light h2, section.content.type-text-image .cols .col.type-text .text.color-light h3, section.content.type-text-image .cols .col.type-text .text.color-light blockquote > p, section.content.type-text-image .cols .col.type-text .text.color-light blockquote > .validation_error,
        section.content.type-text-image .cols .col.type-text .text.color-light blockquote > .gform_confirmation_message,
        section.content.type-text-image .cols .col.type-text .text.color-light blockquote > .success_message, section.content.type-text-image .cols .col.type-text .text.color-light h4, section.content.type-text-image .cols .col.type-text .text.color-light blockquote cite p, blockquote cite section.content.type-text-image .cols .col.type-text .text.color-light p, section.content.type-text-image .cols .col.type-text .text.color-light blockquote cite .validation_error, blockquote cite section.content.type-text-image .cols .col.type-text .text.color-light .validation_error,
        section.content.type-text-image .cols .col.type-text .text.color-light blockquote cite .gform_confirmation_message,
        blockquote cite section.content.type-text-image .cols .col.type-text .text.color-light .gform_confirmation_message,
        section.content.type-text-image .cols .col.type-text .text.color-light blockquote cite .success_message,
        blockquote cite section.content.type-text-image .cols .col.type-text .text.color-light .success_message, section.content.type-text-image .cols .col.type-text .text.color-light h5, section.content.type-text-image .cols .col.type-text .text.color-light section.content.type-values header p, section.content.type-values header section.content.type-text-image .cols .col.type-text .text.color-light p, section.content.type-text-image .cols .col.type-text .text.color-light section.content.type-values header .validation_error, section.content.type-values header section.content.type-text-image .cols .col.type-text .text.color-light .validation_error,
        section.content.type-text-image .cols .col.type-text .text.color-light section.content.type-values header .gform_confirmation_message,
        section.content.type-values header section.content.type-text-image .cols .col.type-text .text.color-light .gform_confirmation_message,
        section.content.type-text-image .cols .col.type-text .text.color-light section.content.type-values header .success_message,
        section.content.type-values header section.content.type-text-image .cols .col.type-text .text.color-light .success_message, section.content.type-text-image .cols .col.type-text .text.color-light p, section.content.type-text-image .cols .col.type-text .text.color-light .validation_error,
        section.content.type-text-image .cols .col.type-text .text.color-light .gform_confirmation_message,
        section.content.type-text-image .cols .col.type-text .text.color-light .success_message {
          color: #fff; }
      section.content.type-text-image .cols .col.type-text .buttons {
        padding-top: 15px; }
      section.content.type-text-image .cols .col.type-image .buttons {
        text-align: center; }
      section.content.type-text-image .cols .col .image.fullbleed {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        z-index: 1; }
      section.content.type-text-image .cols .col .image.floating {
        margin: 8% 0; }
        section.content.type-text-image .cols .col .image.floating.with-shapes {
          position: relative; }
          section.content.type-text-image .cols .col .image.floating.with-shapes:before {
            content: ' ';
            position: absolute;
            top: 30%;
            right: -40px;
            left: 95%;
            bottom: 10%;
            z-index: -1;
            display: block;
            border: 2px solid #E9C235;
            -webkit-transform: skewX(-13deg);
            -moz-transform: skewX(-13deg);
            -ms-transform: skewX(-13deg);
            -o-transform: skewX(-13deg);
            transform: skewX(-13deg); }
          section.content.type-text-image .cols .col .image.floating.with-shapes:after {
            content: ' ';
            position: absolute;
            top: 55%;
            right: -40px;
            left: 85%;
            bottom: -30px;
            z-index: -2;
            display: block;
            background: rgba(0, 0, 0, 0.14);
            -webkit-transform: skewX(-13deg);
            -moz-transform: skewX(-13deg);
            -ms-transform: skewX(-13deg);
            -o-transform: skewX(-13deg);
            transform: skewX(-13deg); }
        section.content.type-text-image .cols .col .image.floating a {
          cursor: hand;
          cursor: pointer;
          display: block;
          position: relative; }
          section.content.type-text-image .cols .col .image.floating a:hover, section.content.type-text-image .cols .col .image.floating a:focus {
            cursor: hand;
            cursor: pointer; }
          section.content.type-text-image .cols .col .image.floating a img {
            -webkit-transition: all 0.15s ease-out 0s;
            -moz-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s; }
          section.content.type-text-image .cols .col .image.floating a i {
            position: absolute;
            bottom: 30px;
            right: 40px;
            font-size: 25px;
            font-size: 2.5rem;
            padding: 15px;
            background-color: #333333;
            color: white;
            border-radius: 50%;
            -webkit-transition: all 0.15s ease-out 0s;
            -moz-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s; }
          section.content.type-text-image .cols .col .image.floating a:hover img, section.content.type-text-image .cols .col .image.floating a:focus img {
            opacity: 0.7; }
          section.content.type-text-image .cols .col .image.floating a:hover i, section.content.type-text-image .cols .col .image.floating a:focus i {
            background-color: rgba(51, 51, 51, 0.7); }
      section.content.type-text-image .cols .col.left {
        padding-left: 0; }
      section.content.type-text-image .cols .col.right {
        padding-right: 0; }
    @media only screen and (max-width: 840px) {
      section.content.type-text-image .cols:not(.w-fullbleed).ratio-sixty-forty .col.left,
      section.content.type-text-image .cols:not(.w-fullbleed).ratio-sixty-forty .col.right, section.content.type-text-image .cols:not(.w-fullbleed).ratio-forty-sixty .col.left,
      section.content.type-text-image .cols:not(.w-fullbleed).ratio-forty-sixty .col.right, section.content.type-text-image .cols:not(.w-fullbleed).ratio-fifty-fifty .col.left,
      section.content.type-text-image .cols:not(.w-fullbleed).ratio-fifty-fifty .col.right {
        width: 100%; }
      section.content.type-text-image .cols:not(.w-fullbleed) .col.type-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        padding: 20px 0;
        position: relative; }
        section.content.type-text-image .cols:not(.w-fullbleed) .col.type-text .bg {
          left: -20px;
          right: -20px; }
      section.content.type-text-image .cols:not(.w-fullbleed) .col.type-image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        padding: 40px 0 0; }
      section.content.type-text-image .cols:not(.w-fullbleed) .col .image.floating {
        margin: 0 auto;
        max-width: 400px; }
      section.content.type-text-image .cols.w-fullbleed.ratio-sixty-forty .col.type-text, section.content.type-text-image .cols.w-fullbleed.ratio-forty-sixty .col.type-text, section.content.type-text-image .cols.w-fullbleed.ratio-fifty-fifty .col.type-text {
        width: 60%; }
        section.content.type-text-image .cols.w-fullbleed.ratio-sixty-forty .col.type-text .bg, section.content.type-text-image .cols.w-fullbleed.ratio-forty-sixty .col.type-text .bg, section.content.type-text-image .cols.w-fullbleed.ratio-fifty-fifty .col.type-text .bg {
          left: 0;
          right: 0; }
      section.content.type-text-image .cols.w-fullbleed.ratio-sixty-forty .col.type-image, section.content.type-text-image .cols.w-fullbleed.ratio-forty-sixty .col.type-image, section.content.type-text-image .cols.w-fullbleed.ratio-fifty-fifty .col.type-image {
        width: 40%; }
        section.content.type-text-image .cols.w-fullbleed.ratio-sixty-forty .col.type-image .image.fullbleed, section.content.type-text-image .cols.w-fullbleed.ratio-forty-sixty .col.type-image .image.fullbleed, section.content.type-text-image .cols.w-fullbleed.ratio-fifty-fifty .col.type-image .image.fullbleed {
          width: 40%; } }
    @media only screen and (max-width: 680px) {
      section.content.type-text-image .cols.w-fullbleed .col.type-image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        width: 100% !important;
        height: 40vw;
        position: relative; }
        section.content.type-text-image .cols.w-fullbleed .col.type-image .image.fullbleed {
          width: calc(100% + 40px) !important;
          left: -20px;
          right: -20px; }
      section.content.type-text-image .cols.w-fullbleed .col.type-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        width: 100% !important;
        padding: 5%; } }

/* ==========================================================================
   Logo Stripe Section
   ========================================================================== */
section.content.type-logos .content .logos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px 0 25px; }
  section.content.type-logos .content .logos .logo {
    width: 220px;
    text-align: center;
    padding: 15px 0; }
  section.content.type-logos .content .logos img {
    max-width: 85%;
    max-height: 60px;
    margin: 0 15px; }
  @media only screen and (max-width: 560px) {
    section.content.type-logos .content .logos .logo {
      width: 168px; }
    section.content.type-logos .content .logos img {
      max-width: 70%;
      max-height: 50px; } }
section.content.type-logos .content.with-text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  section.content.type-logos .content.with-text .text {
    width: 45%;
    padding-right: 50px; }
  section.content.type-logos .content.with-text .logos {
    width: 55%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    section.content.type-logos .content.with-text .logos .logo img {
      max-width: 85%; }
    @media only screen and (max-width: 560px) {
      section.content.type-logos .content.with-text .logos .logo {
        width: 168px; }
        section.content.type-logos .content.with-text .logos .logo img {
          max-width: 70%;
          max-height: 50px; } }
@media only screen and (max-width: 860px) {
  section.content.type-logos .content.with-text {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.content.type-logos .content.with-text .text {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2;
      width: 100%;
      padding: 0;
      max-width: 500px;
      margin: 0 auto; }
    section.content.type-logos .content.with-text .logos {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      width: 100%; } }

/* ==========================================================================
   Values Section
   ========================================================================== */
section.content.type-values {
  text-align: left;
  overflow: hidden; }
  section.content.type-values .container, section.content.type-values .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-values .ctcc-inner {
    position: relative; }
  section.content.type-values header {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 40px 25px 30px;
    z-index: 0;
    overflow: visible;
    margin-right: 5%; }
    section.content.type-values header p, section.content.type-values header .validation_error,
    section.content.type-values header .gform_confirmation_message,
    section.content.type-values header .success_message {
      display: inline;
      color: #fff; }
    section.content.type-values header:before {
      content: ' ';
      position: absolute;
      top: -60px;
      right: -30px;
      left: 155px;
      bottom: 25px;
      z-index: -2;
      display: block;
      border: 2px solid #E9C235;
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg); }
    section.content.type-values header:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      display: block;
      background: #333333;
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg); }
  section.content.type-values .value {
    text-align: left;
    padding-right: calc(5% + 200px);
    position: relative;
    z-index: 0;
    overflow: visible;
    left: -26px; }
    section.content.type-values .value:before {
      content: ' ';
      position: absolute;
      top: -200px;
      left: -1000px;
      right: calc(100% - 40px);
      bottom: -200px;
      z-index: -1;
      display: block;
      background: #E9C235;
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg); }
    section.content.type-values .value h2, section.content.type-values .value p, section.content.type-values .value .validation_error,
    section.content.type-values .value .gform_confirmation_message,
    section.content.type-values .value .success_message {
      display: inline-block; }
    section.content.type-values .value h2 {
      margin-right: 20px; }
    section.content.type-values .value p, section.content.type-values .value .validation_error,
    section.content.type-values .value .gform_confirmation_message,
    section.content.type-values .value .success_message {
      white-space: nowrap; }
  @media only screen and (max-width: 1430px) {
    section.content.type-values .value {
      left: 0; } }
  @media only screen and (max-width: 960px) {
    section.content.type-values .container, section.content.type-values .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-values .ctcc-inner {
      padding-bottom: 56px; } }
  @media only screen and (max-width: 640px) {
    section.content.type-values .value {
      padding-right: 0; }
      section.content.type-values .value h2, section.content.type-values .value p, section.content.type-values .value .validation_error,
      section.content.type-values .value .gform_confirmation_message,
      section.content.type-values .value .success_message {
        display: block; }
      section.content.type-values .value p, section.content.type-values .value .validation_error,
      section.content.type-values .value .gform_confirmation_message,
      section.content.type-values .value .success_message {
        white-space: normal; } }
  @media only screen and (max-width: 480px) {
    section.content.type-values .value h2 {
      font-size: 72px;
      font-size: 7.2rem;
      line-height: 75px;
      line-height: 7.5rem; } }

/* ==========================================================================
   Feed Block
   ========================================================================== */
section.content.type-feed .container, section.content.type-feed .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-feed .ctcc-inner {
  max-width: 1300px; }
section.content.type-feed.bg-blue header h2, section.content.type-feed.bg-blue-dark header h2, section.content.type-feed.bg-gray-dark header h2 {
  color: #fff; }
section.content.type-feed header h2 {
  font-weight: bold;
  text-align: left; }
section.content.type-feed .posts,
section.content.type-feed .alm-reveal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  margin: -35px 0 0 0; }
  section.content.type-feed .posts a,
  section.content.type-feed .alm-reveal a {
    display: block;
    width: 31.8%;
    max-width: 380px;
    background: #fff;
    margin: 35px 0 0 0%;
    text-decoration: none;
    color: #333333;
    position: relative;
    padding-bottom: 5px; }
    section.content.type-feed .posts a:after,
    section.content.type-feed .alm-reveal a:after {
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #d2d2d1;
      z-index: 1; }
    section.content.type-feed .posts a .image,
    section.content.type-feed .alm-reveal a .image {
      display: block;
      padding-bottom: 60%;
      background-size: cover;
      background-position: 50% 50%;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      background-size: 100%; }
      section.content.type-feed .posts a .image.type-case_study,
      section.content.type-feed .alm-reveal a .image.type-case_study {
        background-position: 50% bottom; }
    section.content.type-feed .posts a .content,
    section.content.type-feed .alm-reveal a .content {
      padding: 25px 6% 15px;
      margin: -25px 20px 0;
      text-align: center;
      background: #fff; }
      section.content.type-feed .posts a .content h3, section.content.type-feed .posts a .content blockquote > p, section.content.type-feed .posts a .content blockquote > .validation_error,
      section.content.type-feed .posts a .content blockquote > .gform_confirmation_message,
      section.content.type-feed .posts a .content blockquote > .success_message,
      section.content.type-feed .alm-reveal a .content h3,
      section.content.type-feed .alm-reveal a .content blockquote > p,
      section.content.type-feed .alm-reveal a .content blockquote > .validation_error,
      section.content.type-feed .alm-reveal a .content blockquote > .gform_confirmation_message,
      section.content.type-feed .alm-reveal a .content blockquote > .success_message {
        font-weight: 700;
        text-align: center;
        color: #115888;
        padding: 0;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
      section.content.type-feed .posts a .content .type,
      section.content.type-feed .alm-reveal a .content .type {
        display: block;
        padding: 5px 0;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 16px;
        line-height: 1.6rem;
        color: #717272;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        text-align: center; }
      section.content.type-feed .posts a .content i,
      section.content.type-feed .alm-reveal a .content i {
        padding-right: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        top: 2px; }
      section.content.type-feed .posts a .content p, section.content.type-feed .posts a .content .validation_error,
      section.content.type-feed .posts a .content .gform_confirmation_message,
      section.content.type-feed .posts a .content .success_message,
      section.content.type-feed .alm-reveal a .content p,
      section.content.type-feed .alm-reveal a .content .validation_error,
      section.content.type-feed .alm-reveal a .content .gform_confirmation_message,
      section.content.type-feed .alm-reveal a .content .success_message {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 22px;
        line-height: 2.2rem;
        padding: 15px 0;
        text-align: left; }
      section.content.type-feed .posts a .content .author,
      section.content.type-feed .alm-reveal a .content .author {
        display: inline-block;
        margin: 0 auto;
        padding-top: 10px; }
        section.content.type-feed .posts a .content .author img,
        section.content.type-feed .alm-reveal a .content .author img {
          float: left;
          width: 40px;
          height: auto;
          border-radius: 40px;
          margin-right: 10px; }
        section.content.type-feed .posts a .content .author .name,
        section.content.type-feed .alm-reveal a .content .author .name {
          display: inline-block;
          padding: 10px 0;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px;
          line-height: 2rem;
          white-space: nowrap;
          font-weight: 700;
          color: #115888; }
    section.content.type-feed .posts a:hover:after, section.content.type-feed .posts a:focus:after,
    section.content.type-feed .alm-reveal a:hover:after,
    section.content.type-feed .alm-reveal a:focus:after {
      height: 8px;
      background: #115888; }
  section.content.type-feed .posts.alm-reveal,
  section.content.type-feed .alm-reveal.alm-reveal {
    margin-top: 0; }
  @media only screen and (max-width: 980px) {
    section.content.type-feed .posts,
    section.content.type-feed .alm-reveal {
      margin: 0; }
      section.content.type-feed .posts a,
      section.content.type-feed .alm-reveal a {
        width: calc(33.333% - 20px);
        margin: 30px 0 0; }
        section.content.type-feed .posts a .content,
        section.content.type-feed .alm-reveal a .content {
          padding: 10px 10px 5px;
          margin: -25px 10px 0; } }
  @media only screen and (max-width: 720px) {
    section.content.type-feed .posts a,
    section.content.type-feed .alm-reveal a {
      width: calc(50% - 15px);
      margin: 0 0 30px; } }
  @media only screen and (max-width: 600px) {
    section.content.type-feed .posts a,
    section.content.type-feed .alm-reveal a {
      width: calc(50% - 10px);
      margin: 0 0 20px; } }
  @media only screen and (max-width: 480px) {
    section.content.type-feed .posts a,
    section.content.type-feed .alm-reveal a {
      width: 100%;
      margin: 0 auto 30px; }
      section.content.type-feed .posts a .content,
      section.content.type-feed .alm-reveal a .content {
        padding: 25px 6% 15px;
        margin: -25px 20px 0; } }

/* ==========================================================================
   Columns Block
   ========================================================================== */
section.content.type-columns .cols {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  section.content.type-columns .cols .col {
    width: 270px;
    margin: 0 15px 30px;
    color: #333333;
    text-decoration: none;
    border-radius: 15px;
    padding: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    section.content.type-columns .cols .col .icon {
      font-size: 40px;
      font-size: 4rem;
      line-height: 50px;
      line-height: 5rem; }
    section.content.type-columns .cols .col .image {
      margin: 0 auto; }
    section.content.type-columns .cols .col p, section.content.type-columns .cols .col .validation_error,
    section.content.type-columns .cols .col .gform_confirmation_message,
    section.content.type-columns .cols .col .success_message {
      padding: 0;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }
    section.content.type-columns .cols .col .buttons {
      padding-top: 10px; }
  @media only screen and (max-width: 680px) {
    section.content.type-columns .cols .col {
      margin: 0 15px 15px; } }
  @media only screen and (max-width: 610px) {
    section.content.type-columns .cols .col {
      margin: 15px auto; } }

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
section.content.type-testimonial .content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  section.content.type-testimonial .content-wrap .content {
    text-align: left;
    width: 60%; }
    section.content.type-testimonial .content-wrap .content blockquote {
      background: none;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0; }
      section.content.type-testimonial .content-wrap .content blockquote:before {
        top: 0; }
      section.content.type-testimonial .content-wrap .content blockquote:after {
        bottom: 0; }
      @media only screen and (max-width: 480px) {
        section.content.type-testimonial .content-wrap .content blockquote p, section.content.type-testimonial .content-wrap .content blockquote .validation_error,
        section.content.type-testimonial .content-wrap .content blockquote .gform_confirmation_message,
        section.content.type-testimonial .content-wrap .content blockquote .success_message {
          font-size: 27px;
          font-size: 2.7rem;
          line-height: 33px;
          line-height: 3.3rem; } }
    section.content.type-testimonial .content-wrap .content .cs-details {
      padding-top: 30px;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      section.content.type-testimonial .content-wrap .content .cs-details img {
        max-width: 70%;
        max-height: 35px;
        margin-right: 25px; }
    @media only screen and (max-width: 740px) {
      section.content.type-testimonial .content-wrap .content {
        width: 80%; } }
    @media only screen and (max-width: 450px) {
      section.content.type-testimonial .content-wrap .content {
        width: 100%; } }
  section.content.type-testimonial .content-wrap .image {
    width: 40%;
    position: relative; }
    section.content.type-testimonial .content-wrap .image img {
      position: relative;
      z-index: 2; }
    section.content.type-testimonial .content-wrap .image:before {
      content: ' ';
      position: absolute;
      top: 30%;
      right: -40px;
      left: 95%;
      bottom: 10%;
      z-index: 0;
      display: block;
      border: 2px solid #E9C235;
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg); }
    section.content.type-testimonial .content-wrap .image:after {
      content: ' ';
      position: absolute;
      top: 55%;
      right: -40px;
      left: 85%;
      bottom: -30px;
      z-index: 1;
      display: block;
      background: rgba(0, 0, 0, 0.14);
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg); }
  section.content.type-testimonial .content-wrap.image-left .content {
    padding-left: 5%; }
  section.content.type-testimonial .content-wrap.image-right {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    section.content.type-testimonial .content-wrap.image-right .content {
      padding-right: 5%; }
  section.content.type-testimonial .content-wrap.image-none {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  @media only screen and (max-width: 1020px) {
    section.content.type-testimonial .content-wrap .image {
      width: 50%; } }
  @media only screen and (max-width: 840px) {
    section.content.type-testimonial .content-wrap.image-left, section.content.type-testimonial .content-wrap.image-right {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      section.content.type-testimonial .content-wrap.image-left .image, section.content.type-testimonial .content-wrap.image-right .image {
        width: 60%; }
      section.content.type-testimonial .content-wrap.image-left .content, section.content.type-testimonial .content-wrap.image-right .content {
        padding-right: 0;
        padding-left: 0; } }
  @media only screen and (max-width: 740px) {
    section.content.type-testimonial .content-wrap.image-left .image, section.content.type-testimonial .content-wrap.image-right .image {
      width: 80%; } }
  @media only screen and (max-width: 450px) {
    section.content.type-testimonial .content-wrap.image-left .image, section.content.type-testimonial .content-wrap.image-right .image {
      width: 100%; } }

/* ==========================================================================
   People Block
   ========================================================================== */
div.team ul.team {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  div.team ul.team li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 28%;
    -moz-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    text-align: left;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    padding: 50px 0; }
    div.team ul.team li img {
      width: 100%; }
    div.team ul.team li p.name, div.team ul.team li .name.validation_error,
    div.team ul.team li .name.gform_confirmation_message,
    div.team ul.team li .name.success_message {
      padding-bottom: 0;
      text-align: left;
      font-weight: 700; }
    div.team ul.team li .info {
      padding-top: 0; }
      div.team ul.team li .info p, div.team ul.team li .info .validation_error,
      div.team ul.team li .info .gform_confirmation_message,
      div.team ul.team li .info .success_message {
        padding-top: 0; }
  @media only screen and (max-width: 980px) {
    div.team ul.team li {
      padding: 4% 0 0; } }
  @media only screen and (max-width: 640px) {
    div.team ul.team li {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 48%;
      -moz-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; } }
  @media only screen and (max-width: 600px) {
    div.team ul.team li {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 calc(50% - 10px);
      -moz-flex: 0 0 calc(50% - 10px);
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px);
      padding: 20px 0 0; } }
  @media only screen and (max-width: 374px) {
    div.team ul.team li {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* ==========================================================================
   Featured Post
   ========================================================================== */
section.content.type-featured .container, section.content.type-featured .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-featured .ctcc-inner {
  max-width: 1300px; }
section.content.type-featured.ntm .container, section.content.type-featured.ntm .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-featured.ntm .ctcc-inner {
  overflow: visible;
  z-index: 2;
  margin-top: -85px; }
  @media only screen and (max-width: 720px) {
    section.content.type-featured.ntm .container, section.content.type-featured.ntm .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-featured.ntm .ctcc-inner {
      margin-top: -45px; } }
  @media only screen and (max-width: 480px) {
    section.content.type-featured.ntm .container, section.content.type-featured.ntm .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.type-featured.ntm .ctcc-inner {
      margin-top: -25px; } }
section.content.type-featured .featured-post a {
  display: block;
  border: 1px solid #757576;
  padding: 35px 50px;
  background: #fff;
  text-align: left;
  text-decoration: none;
  color: #333333; }
  section.content.type-featured .featured-post a h3, section.content.type-featured .featured-post a blockquote > p, section.content.type-featured .featured-post a blockquote > .validation_error,
  section.content.type-featured .featured-post a blockquote > .gform_confirmation_message,
  section.content.type-featured .featured-post a blockquote > .success_message {
    padding: 0; }
  section.content.type-featured .featured-post a .type {
    display: block;
    padding: 0 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #717272;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    section.content.type-featured .featured-post a .type i {
      padding-right: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      position: relative;
      top: 2px; }
  section.content.type-featured .featured-post a .author {
    display: inline-block;
    margin: 0 auto;
    padding-top: 10px; }
    section.content.type-featured .featured-post a .author img {
      float: left;
      width: 52px;
      height: auto;
      border-radius: 52px;
      margin-right: 10px; }
    section.content.type-featured .featured-post a .author .name {
      display: inline-block;
      padding: 0;
      line-height: 52px;
      line-height: 5.2rem;
      white-space: nowrap;
      font-weight: 700;
      color: #115888; }
  section.content.type-featured .featured-post a:hover, section.content.type-featured .featured-post a:focus {
    box-shadow: 0 0 0 7px #115888 inset;
    border-color: #115888; }

/* ==========================================================================
   Pricing Plans
   ========================================================================== */
section.content.plans .container, section.content.plans .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.plans .ctcc-inner {
  text-align: center; }
@media only screen and (max-width: 420px) {
  section.content.plans .container, section.content.plans .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.plans .ctcc-inner {
    padding: 0; } }
section.content.plans .plans {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  z-index: 1;
  overflow: visible;
  position: relative; }
  section.content.plans .plans:after, section.content.plans .plans:before {
    content: ' ';
    position: absolute;
    top: -75px;
    right: 15%;
    left: 15%;
    bottom: 75%;
    z-index: -1;
    display: block;
    background: #E1E8EC;
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg); }
  section.content.plans .plans:after {
    top: 80%;
    left: 55%;
    right: -50px;
    bottom: -45px;
    background: #115888; }
  section.content.plans .plans .plan {
    width: 300px;
    border: 1px solid #d2d2d1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 2;
    overflow: visible;
    position: relative; }
    section.content.plans .plans .plan p, section.content.plans .plans .plan .validation_error,
    section.content.plans .plans .plan .gform_confirmation_message,
    section.content.plans .plans .plan .success_message,
    section.content.plans .plans .plan ul li {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 2.6rem; }
      section.content.plans .plans .plan p strong, section.content.plans .plans .plan .validation_error strong,
      section.content.plans .plans .plan .gform_confirmation_message strong,
      section.content.plans .plans .plan .success_message strong,
      section.content.plans .plans .plan ul li strong {
        font-weight: 800; }
    section.content.plans .plans .plan header {
      padding: 15px 15px 23px;
      position: relative; }
      section.content.plans .plans .plan header .popular {
        width: 100%;
        position: absolute;
        bottom: 100%;
        left: 6px;
        right: -5px;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 11px 0;
        pointer-events: none; }
      section.content.plans .plans .plan header h2 {
        font-weight: 800;
        font-size: 40px;
        font-size: 4rem;
        line-height: 48px;
        line-height: 4.8rem;
        padding: 0; }
      section.content.plans .plans .plan header p, section.content.plans .plans .plan header .validation_error,
      section.content.plans .plans .plan header .gform_confirmation_message,
      section.content.plans .plans .plan header .success_message {
        padding: 5px 0 0; }
    section.content.plans .plans .plan .cta {
      padding: 15px 15px 23px;
      border-top: 1px solid #d2d2d1;
      border-bottom: 1px solid #d2d2d1; }
      section.content.plans .plans .plan .cta p, section.content.plans .plans .plan .cta .validation_error,
      section.content.plans .plans .plan .cta .gform_confirmation_message,
      section.content.plans .plans .plan .cta .success_message {
        font-style: italic;
        padding-top: 0;
        line-height: normal; }
    section.content.plans .plans .plan .features {
      padding: 15px 15px 23px; }
      section.content.plans .plans .plan .features p, section.content.plans .plans .plan .features .validation_error,
      section.content.plans .plans .plan .features .gform_confirmation_message,
      section.content.plans .plans .plan .features .success_message {
        padding: 0 0 5px; }
      section.content.plans .plans .plan .features i {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px;
        line-height: 2.8rem; }
      section.content.plans .plans .plan .features ul {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-top: 10px; }
        section.content.plans .plans .plan .features ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          padding-bottom: 3px; }
          section.content.plans .plans .plan .features ul li a:hover,
          section.content.plans .plans .plan .features ul li a:focus {
            cursor: help; }
  @media only screen and (max-width: 920px) {
    section.content.plans .plans {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.content.plans .plans .plan {
        width: 100%;
        margin-bottom: 50px; }
        section.content.plans .plans .plan:last-of-type {
          margin-bottom: 0; }
        section.content.plans .plans .plan header .popular {
          -webkit-transform: translateY(25px);
          -moz-transform: translateY(25px);
          -ms-transform: translateY(25px);
          -o-transform: translateY(25px);
          transform: translateY(25px);
          width: 200px;
          left: auto;
          right: 20px; }
          section.content.plans .plans .plan header .popular + h2 {
            margin-top: 16px; } }
      @media only screen and (max-width: 920px) and (max-width: 420px) {
        section.content.plans .plans .plan header .popular {
          width: 135px; } }

section.content.plans .cta-form {
  max-width: 1140px;
  margin: 8% auto 0px auto;
  border: 1px solid #d2d2d1;
  position: relative;
  z-index: 0;
  overflow: visible;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
  section.content.plans .cta-form:after, section.content.plans .cta-form:before {
    content: ' ';
    position: absolute;
    top: -125px;
    right: 80%;
    left: -75px;
    bottom: 95%;
    z-index: -2;
    display: block;
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg);
    border: 1px solid #43ADDC;
    background: transparent; }
  section.content.plans .cta-form:after {
    top: 55%;
    left: -75px;
    right: 40%;
    bottom: -50px;
    background: #E1E8EC;
    border: 0; }
  section.content.plans .cta-form header, section.content.plans .cta-form .form {
    background: #fff; }
  section.content.plans .cta-form header {
    padding: 15px 15px 23px;
    border-bottom: 1px solid #d2d2d1; }
    section.content.plans .cta-form header h2 {
      font-weight: 800;
      font-size: 40px;
      font-size: 4rem;
      line-height: 48px;
      line-height: 4.8rem;
      padding-bottom: 0; }
    section.content.plans .cta-form header p, section.content.plans .cta-form header .validation_error,
    section.content.plans .cta-form header .gform_confirmation_message,
    section.content.plans .cta-form header .success_message {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 2.6rem; }
  section.content.plans .cta-form .form {
    padding: 50px 25px;
    text-align: center; }
    section.content.plans .cta-form .form form {
      max-width: 800px;
      margin: 0 auto;
      position: relative; }
      section.content.plans .cta-form .form form ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -moz-align-content: space-between;
        align-content: space-between;
        -ms-flex-line-pack: justify;
        height: 350px; }
        section.content.plans .cta-form .form form ul li {
          width: 48%; }
          section.content.plans .cta-form .form form ul li textarea {
            height: 100px; }
          section.content.plans .cta-form .form form ul li .gfield_description,
          section.content.plans .cta-form .form form ul li .validation_message {
            display: none; }
          section.content.plans .cta-form .form form ul li:last-of-type {
            padding-bottom: 85px; }
        section.content.plans .cta-form .form form ul textarea {
          resize: none; }
      section.content.plans .cta-form .form form .gform_footer {
        position: absolute;
        bottom: 75px;
        left: calc(52% + 8px); }
    section.content.plans .cta-form .form .gform_wrapper.gform_validation_error form .gform_footer {
      bottom: 25px; }
      @media only screen and (max-width: 840px) {
        section.content.plans .cta-form .form .gform_wrapper.gform_validation_error form .gform_footer {
          bottom: 33px; } }
    @media only screen and (max-width: 680px) {
      section.content.plans .cta-form .form {
        padding: 25px; }
        section.content.plans .cta-form .form form ul {
          height: auto; }
          section.content.plans .cta-form .form form ul li {
            width: 100%; }
        section.content.plans .cta-form .form form .gform_footer {
          bottom: 0 !important; } }
    @media only screen and (max-width: 420px) {
      section.content.plans .cta-form .form form ul li {
        padding: 10px 0; }
      section.content.plans .cta-form .form form .gform_footer {
        left: calc(36% + 8px); } }
  @media only screen and (max-width: 750px) {
    section.content.plans .cta-form {
      margin-top: 66px; } }

/* ==========================================================================
   Stats Section
   ========================================================================== */
section.content.type-stats .container .stats.align-left ul, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-left ul, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-left ul {
  text-align: left; }
  section.content.type-stats .container .stats.align-left ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-left ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-left ul li {
    margin-right: 50px;
    margin-bottom: 50px; }
section.content.type-stats .container .stats.align-center ul, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-center ul, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-center ul {
  text-align: center; }
  section.content.type-stats .container .stats.align-center ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-center ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-center ul li {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 50px; }
section.content.type-stats .container .stats.align-right ul, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-right ul, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-right ul {
  text-align: right; }
  section.content.type-stats .container .stats.align-right ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-right ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-right ul li {
    margin-left: 50px;
    margin-bottom: 50px; }
section.content.type-stats .container ul, section.content.type-stats .has-cookie-bar .ctcc-inner ul, .has-cookie-bar section.content.type-stats .ctcc-inner ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  section.content.type-stats .container ul li, section.content.type-stats .has-cookie-bar .ctcc-inner ul li, .has-cookie-bar section.content.type-stats .ctcc-inner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 268px;
    height: 268px;
    border-radius: 134px;
    border: 5px solid #d2d2d1;
    text-align: center;
    position: relative; }
    section.content.type-stats .container ul li.color-blue, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-blue, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-blue {
      border-color: #1F85C0; }
      section.content.type-stats .container ul li.color-blue .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-blue .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-blue .metric {
        color: #1F85C0; }
    section.content.type-stats .container ul li.color-green, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-green, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-green {
      border-color: #3DB049; }
      section.content.type-stats .container ul li.color-green .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-green .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-green .metric {
        color: #3DB049; }
    section.content.type-stats .container ul li.color-yellow, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-yellow, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-yellow {
      border-color: #E9C235; }
      section.content.type-stats .container ul li.color-yellow .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li.color-yellow .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li.color-yellow .metric {
        color: #E9C235; }
    section.content.type-stats .container ul li .text, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .text, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    section.content.type-stats .container ul li .amount, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .amount, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .amount {
      display: block;
      font-size: 81px;
      font-size: 8.1rem;
      line-height: 86px;
      line-height: 8.6rem;
      font-weight: 100; }
    section.content.type-stats .container ul li .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .metric {
      display: block;
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 48px;
      line-height: 4.8rem; }
  @media only screen and (max-width: 1020px) {
    section.content.type-stats .container ul li, section.content.type-stats .has-cookie-bar .ctcc-inner ul li, .has-cookie-bar section.content.type-stats .ctcc-inner ul li {
      width: 200px;
      height: 200px;
      border-radius: 100px;
      border-width: 4px; }
      section.content.type-stats .container ul li .amount, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .amount, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .amount {
        font-size: 61px;
        font-size: 6.1rem;
        line-height: 66px;
        line-height: 6.6rem; }
      section.content.type-stats .container ul li .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .metric {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
        line-height: 3.8rem; } }
  @media only screen and (max-width: 800px) {
    section.content.type-stats .container ul li, section.content.type-stats .has-cookie-bar .ctcc-inner ul li, .has-cookie-bar section.content.type-stats .ctcc-inner ul li {
      width: 150px;
      height: 150px;
      border-radius: 75px;
      border-width: 3px; }
      section.content.type-stats .container ul li .amount, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .amount, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .amount {
        font-size: 51px;
        font-size: 5.1rem;
        line-height: 56px;
        line-height: 5.6rem; }
      section.content.type-stats .container ul li .metric, section.content.type-stats .has-cookie-bar .ctcc-inner ul li .metric, .has-cookie-bar section.content.type-stats .ctcc-inner ul li .metric {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 29px;
        line-height: 2.9rem; } }
@media only screen and (max-width: 800px) {
  section.content.type-stats .container .stats.align-left ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-left ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-left ul li {
    margin-right: 30px;
    margin-bottom: 30px; }
  section.content.type-stats .container .stats.align-center ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-center ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-center ul li {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px; }
  section.content.type-stats .container .stats.align-right ul li, section.content.type-stats .has-cookie-bar .ctcc-inner .stats.align-right ul li, .has-cookie-bar section.content.type-stats .ctcc-inner .stats.align-right ul li {
    margin-left: 30px;
    margin-bottom: 30px; } }

/* ==========================================================================
   Pricing Plans
   ========================================================================== */
section.type-teaser .container .content-wrap .content, section.type-teaser .has-cookie-bar .ctcc-inner .content-wrap .content, .has-cookie-bar section.type-teaser .ctcc-inner .content-wrap .content {
  max-width: 100%; }
section.type-teaser h3, section.type-teaser blockquote > p, section.type-teaser blockquote > .validation_error,
section.type-teaser blockquote > .gform_confirmation_message,
section.type-teaser blockquote > .success_message {
  padding-bottom: 25px; }
section.type-teaser ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  align-content: space-around;
  -ms-flex-line-pack: distribute;
  padding: 15px 0; }
  section.type-teaser ul li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start; }
    section.type-teaser ul li a {
      text-decoration: none;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      text-align: left; }
      section.type-teaser ul li a img {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 30%;
        -moz-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        -webkit-align-self: center;
        -moz-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
        max-width: 40%;
        height: auto; }
      section.type-teaser ul li a div {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 60%;
        -moz-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding-left: 25px;
        -webkit-align-self: center;
        -moz-align-self: center;
        align-self: center;
        -ms-flex-item-align: center; }
    @media only screen and (max-width: 980px) {
      section.type-teaser ul li a img {
        float: none;
        margin-right: 0; } }
    @media only screen and (max-width: 980px) {
      section.type-teaser ul li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 95%;
        -moz-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        margin-bottom: 30px; }
        section.type-teaser ul li:last-of-type {
          margin-bottom: 0; } }

body.single header#page-header div.topics span.topic,
body.single header#page-header div.topics a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: .02em;
  text-transform: capitalize; }
body.single header#page-header div.topics a {
  opacity: 1; }
  body.single header#page-header div.topics a:hover, body.single header#page-header div.topics a:focus {
    opacity: .7; }
body.single.single-post header#page-header div.topics, body.single.single-case_study header#page-header div.topics {
  padding-top: 50px;
  padding-left: 75px; }
  body.single.single-post header#page-header div.topics span.topic,
  body.single.single-post header#page-header div.topics a, body.single.single-case_study header#page-header div.topics span.topic,
  body.single.single-case_study header#page-header div.topics a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: .02em; }
@media only screen and (max-width: 600px) {
  body.single.single-post header#page-header div.topics, body.single.single-case_study header#page-header div.topics {
    padding-left: 20px; } }
body.single section.content div.content {
  max-width: 840px; }
body.single section.content div.topics,
body.single section.content div.yuzo_related_post {
  border-top: 1px solid #252525;
  text-align: left !important; }
body.single section.content div.topics.buttons {
  padding: 15px 0; }
  body.single section.content div.topics.buttons h3, body.single section.content div.topics.buttons blockquote > p, body.single section.content div.topics.buttons blockquote > .validation_error,
  body.single section.content div.topics.buttons blockquote > .gform_confirmation_message,
  body.single section.content div.topics.buttons blockquote > .success_message {
    padding-bottom: 25px; }
  body.single section.content div.topics.buttons a.button {
    margin: 0;
    margin-right: 30px;
    margin-bottom: 15px;
    text-transform: capitalize; }
body.single section.content footer {
  clear: both;
  padding-top: 10px; }
  body.single section.content footer hr {
    width: 75%;
    margin: 1em auto; }
  body.single section.content footer div.meta {
    max-width: 425px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    body.single section.content footer div.meta img {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center;
      max-width: 90px;
      min-width: 90px; }
    body.single section.content footer div.meta div.info {
      text-align: left;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center; }
      body.single section.content footer div.meta div.info p, body.single section.content footer div.meta div.info .validation_error,
      body.single section.content footer div.meta div.info .gform_confirmation_message,
      body.single section.content footer div.meta div.info .success_message {
        padding: 5px 0;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 24px;
        line-height: 2.4rem; }
    body.single section.content footer div.meta a {
      text-decoration: none;
      color: #333333;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      display: block; }
      body.single section.content footer div.meta a:hover, body.single section.content footer div.meta a:focus {
        color: #FAA529; }
body.single #disqus_thread {
  padding-top: 30px; }

/* ==========================================================================
   eBook Single Post
   ========================================================================== */
body.single-ebook header#page-header.align-left .container, body.single-ebook header#page-header.align-left .has-cookie-bar .ctcc-inner, .has-cookie-bar body.single-ebook header#page-header.align-left .ctcc-inner {
  padding-left: 20px; }
body.single-ebook header#page-header.align-left .text {
  float: none;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  body.single-ebook header#page-header.align-left .text h1 {
    font-weight: 900;
    width: 75%;
    margin: 0 auto;
    left: 0 !important; }
body.single-ebook header#page-header.align-left .entry-form {
  padding: 15px 0 40px; }
  body.single-ebook header#page-header.align-left .entry-form .validation_error {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem; }
body.single-ebook div.entry-form {
  padding: 40px 20px 40px;
  position: relative; }
  body.single-ebook div.entry-form div.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover; }
  body.single-ebook div.entry-form h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem; }
  body.single-ebook div.entry-form a {
    color: #fff; }
    body.single-ebook div.entry-form a:hover, body.single-ebook div.entry-form a:focus {
      color: #fff; }
  body.single-ebook div.entry-form form {
    max-width: 650px;
    margin: 0 auto; }
    body.single-ebook div.entry-form form:after {
      content: "";
      display: table;
      clear: both; }
    body.single-ebook div.entry-form form .gform_body {
      float: left;
      width: 61%; }
      body.single-ebook div.entry-form form .gform_body ul.gform_fields {
        margin: 0 auto; }
        body.single-ebook div.entry-form form .gform_body ul.gform_fields li input {
          border-radius: 0px;
          padding-top: 10px;
          padding-bottom: 10px; }
        body.single-ebook div.entry-form form .gform_body ul.gform_fields li .gfield_description.validation_message {
          color: #FFF; }
    body.single-ebook div.entry-form form .gform_footer {
      float: left;
      width: 39%;
      clear: none;
      padding-top: 15px;
      padding-left: 15px; }
@media only screen and (max-width: 700px) {
  body.single-ebook header#page-header.align-left .text h1.small {
    width: 100%; }
  body.single-ebook div.entry-form form .gform_body {
    width: 75%;
    float: none;
    margin: 0 auto; }
  body.single-ebook div.entry-form form .gform_footer {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 0; }
    body.single-ebook div.entry-form form .gform_footer button.gform_button {
      width: auto !important; } }
@media only screen and (max-width: 500px) {
  body.single-ebook header#page-header.align-left .text h1.small {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 66px;
    line-height: 6.6rem; }
  body.single-ebook div.entry-form form .gform_body {
    width: 100%; } }

article.ebook div.entry-content {
  padding: 40px 4%;
  max-width: 750px;
  margin: 0 auto; }
  article.ebook div.entry-content div.cover-wrapper {
    text-align: center;
    padding-top: 40px; }

section.content.topics .container, section.content.topics .has-cookie-bar .ctcc-inner, .has-cookie-bar section.content.topics .ctcc-inner {
  max-width: 750px;
  margin: 0 auto; }

article.video div.entry-content .video-wrapper,
article.webinar div.entry-content .video-wrapper {
  text-align: center;
  padding-top: 15px; }
article.video footer,
article.webinar footer {
  padding-bottom: 10px; }
  article.video footer div.meta,
  article.webinar footer div.meta {
    max-width: 425px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch; }
    article.video footer div.meta img,
    article.webinar footer div.meta img {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 50%;
      -moz-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center;
      max-width: 90px; }
    article.video footer div.meta div.info,
    article.webinar footer div.meta div.info {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 50%;
      -moz-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      text-align: left;
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center; }
      article.video footer div.meta div.info p, article.video footer div.meta div.info .validation_error,
      article.video footer div.meta div.info .gform_confirmation_message,
      article.video footer div.meta div.info .success_message,
      article.webinar footer div.meta div.info p,
      article.webinar footer div.meta div.info .validation_error,
      article.webinar footer div.meta div.info .gform_confirmation_message,
      article.webinar footer div.meta div.info .success_message {
        padding-top: 10px; }
    article.video footer div.meta a,
    article.webinar footer div.meta a {
      text-decoration: none;
      color: #333333;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      display: block; }
      article.video footer div.meta a:hover, article.video footer div.meta a:focus,
      article.webinar footer div.meta a:hover,
      article.webinar footer div.meta a:focus {
        color: #FAA529; }

/* ==========================================================================
   Lesson Single Post
   ========================================================================== */
body.single-lesson header#page-header div.container::after, body.single-lesson header#page-header .has-cookie-bar div.ctcc-inner::after, .has-cookie-bar body.single-lesson header#page-header div.ctcc-inner::after {
  clear: both;
  content: "";
  display: table; }
body.single-lesson header#page-header div.container:before, body.single-lesson header#page-header .has-cookie-bar div.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.ctcc-inner:before {
  content: '';
  top: 0;
  bottom: 0;
  width: 5000px;
  right: calc(100% - 380px);
  position: absolute; }
body.single-lesson header#page-header div.container.after-yellow:before, body.single-lesson header#page-header .has-cookie-bar div.after-yellow.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-yellow.ctcc-inner:before {
  background-color: #E9C235; }
body.single-lesson header#page-header div.container.after-green:before, body.single-lesson header#page-header .has-cookie-bar div.after-green.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-green.ctcc-inner:before {
  background-color: #3DB049; }
body.single-lesson header#page-header div.container.after-orange:before, body.single-lesson header#page-header .has-cookie-bar div.after-orange.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-orange.ctcc-inner:before {
  background-color: #FAA529; }
body.single-lesson header#page-header div.container.after-blue:before, body.single-lesson header#page-header .has-cookie-bar div.after-blue.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-blue.ctcc-inner:before {
  background-color: #1F85C0; }
body.single-lesson header#page-header div.container.after-blue-dark:before, body.single-lesson header#page-header .has-cookie-bar div.after-blue-dark.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-blue-dark.ctcc-inner:before {
  background-color: #115888; }
body.single-lesson header#page-header div.container.after-gray:before, body.single-lesson header#page-header .has-cookie-bar div.after-gray.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-gray.ctcc-inner:before {
  background-color: #DBDBDB; }
body.single-lesson header#page-header div.container.after-gray-dark:before, body.single-lesson header#page-header .has-cookie-bar div.after-gray-dark.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.after-gray-dark.ctcc-inner:before {
  background-color: #333333; }
body.single-lesson header#page-header div.slu-section {
  width: 360px;
  position: relative;
  float: left;
  margin-top: 125px;
  padding: 6% 30px 6% 0;
  margin-bottom: -8%; }
  body.single-lesson header#page-header div.slu-section:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 5000px; }
  body.single-lesson header#page-header div.slu-section:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 5000px; }
  body.single-lesson header#page-header div.slu-section a.lesson-menu-button {
    padding: 10px;
    color: #FFF;
    padding: 10px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    position: relative;
    z-index: 1; }
    body.single-lesson header#page-header div.slu-section a.lesson-menu-button:hover, body.single-lesson header#page-header div.slu-section a.lesson-menu-button:focus {
      cursor: hand;
      cursor: pointer; }
    body.single-lesson header#page-header div.slu-section a.lesson-menu-button:hover, body.single-lesson header#page-header div.slu-section a.lesson-menu-button:focus {
      color: rgba(255, 255, 255, 0.7); }
  body.single-lesson header#page-header div.slu-section div.top-bar {
    position: absolute;
    top: 0;
    right: 0; }
    body.single-lesson header#page-header div.slu-section div.top-bar:after {
      content: "";
      display: table;
      clear: both; }
    body.single-lesson header#page-header div.slu-section div.top-bar:before {
      content: ' ';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 5000px; }
    body.single-lesson header#page-header div.slu-section div.top-bar a {
      float: right; }
  body.single-lesson header#page-header div.slu-section h4, body.single-lesson header#page-header div.slu-section blockquote cite p, blockquote cite body.single-lesson header#page-header div.slu-section p, body.single-lesson header#page-header div.slu-section blockquote cite .validation_error, blockquote cite body.single-lesson header#page-header div.slu-section .validation_error,
  body.single-lesson header#page-header div.slu-section blockquote cite .gform_confirmation_message,
  blockquote cite body.single-lesson header#page-header div.slu-section .gform_confirmation_message,
  body.single-lesson header#page-header div.slu-section blockquote cite .success_message,
  blockquote cite body.single-lesson header#page-header div.slu-section .success_message {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 40px 0 10px; }
    body.single-lesson header#page-header div.slu-section h4 i, body.single-lesson header#page-header div.slu-section blockquote cite p i, blockquote cite body.single-lesson header#page-header div.slu-section p i, body.single-lesson header#page-header div.slu-section blockquote cite .validation_error i, blockquote cite body.single-lesson header#page-header div.slu-section .validation_error i,
    body.single-lesson header#page-header div.slu-section blockquote cite .gform_confirmation_message i,
    blockquote cite body.single-lesson header#page-header div.slu-section .gform_confirmation_message i,
    body.single-lesson header#page-header div.slu-section blockquote cite .success_message i,
    blockquote cite body.single-lesson header#page-header div.slu-section .success_message i {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 26px;
      line-height: 2.6rem;
      position: relative;
      top: 4px; }
  body.single-lesson header#page-header div.slu-section h3, body.single-lesson header#page-header div.slu-section blockquote > p, body.single-lesson header#page-header div.slu-section blockquote > .validation_error,
  body.single-lesson header#page-header div.slu-section blockquote > .gform_confirmation_message,
  body.single-lesson header#page-header div.slu-section blockquote > .success_message {
    text-decoration: none;
    color: #FFF;
    font-weight: 800;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem;
    padding: 0; }
  body.single-lesson header#page-header div.slu-section div.meter {
    height: 6px;
    position: relative;
    background-color: #115788;
    border-radius: 20px;
    padding: 0px; }
    body.single-lesson header#page-header div.slu-section div.meter > span {
      display: block;
      height: 100%;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      background-color: #fff;
      position: relative;
      overflow: hidden; }
  body.single-lesson header#page-header div.slu-section p, body.single-lesson header#page-header div.slu-section .validation_error,
  body.single-lesson header#page-header div.slu-section .gform_confirmation_message,
  body.single-lesson header#page-header div.slu-section .success_message {
    color: #FFF;
    font-weight: 700;
    padding-top: 7px; }
  body.single-lesson header#page-header div.slu-section:before {
    content: ' ';
    background: #42AEDE;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 5000px; }
  body.single-lesson header#page-header div.slu-section.yellow {
    background-color: #E9C235; }
    body.single-lesson header#page-header div.slu-section.yellow:before {
      background-color: #E9C235; }
    body.single-lesson header#page-header div.slu-section.yellow a.lesson-menu-button {
      background-color: #e6bb1e; }
    body.single-lesson header#page-header div.slu-section.yellow div.top-bar {
      background-color: #e6bb1e; }
      body.single-lesson header#page-header div.slu-section.yellow div.top-bar:before {
        background-color: #e6bb1e; }
    body.single-lesson header#page-header div.slu-section.yellow div.meter {
      background-color: #d4ab17; }
  body.single-lesson header#page-header div.slu-section.green {
    background-color: #3DB049; }
    body.single-lesson header#page-header div.slu-section.green:before {
      background-color: #3DB049; }
    body.single-lesson header#page-header div.slu-section.green a.lesson-menu-button {
      background-color: #369d41; }
    body.single-lesson header#page-header div.slu-section.green div.top-bar {
      background-color: #369d41; }
      body.single-lesson header#page-header div.slu-section.green div.top-bar:before {
        background-color: #369d41; }
    body.single-lesson header#page-header div.slu-section.green div.meter {
      background-color: #308a39; }
  body.single-lesson header#page-header div.slu-section.blue {
    background-color: #1F85C0; }
    body.single-lesson header#page-header div.slu-section.blue:before {
      background-color: #1F85C0; }
    body.single-lesson header#page-header div.slu-section.blue a.lesson-menu-button {
      background-color: #1b76aa; }
    body.single-lesson header#page-header div.slu-section.blue div.top-bar {
      background-color: #1b76aa; }
      body.single-lesson header#page-header div.slu-section.blue div.top-bar:before {
        background-color: #1b76aa; }
    body.single-lesson header#page-header div.slu-section.blue div.meter {
      background-color: #186794; }
  body.single-lesson header#page-header div.slu-section.orange {
    background-color: #FAA529; }
    body.single-lesson header#page-header div.slu-section.orange:before {
      background-color: #FAA529; }
    body.single-lesson header#page-header div.slu-section.orange a.lesson-menu-button {
      background-color: #f99b10; }
    body.single-lesson header#page-header div.slu-section.orange div.top-bar {
      background-color: #f99b10; }
      body.single-lesson header#page-header div.slu-section.orange div.top-bar:before {
        background-color: #f99b10; }
    body.single-lesson header#page-header div.slu-section.orange div.meter {
      background-color: #eb8d05; }
  body.single-lesson header#page-header div.slu-section.blue-dark {
    background-color: #115888; }
    body.single-lesson header#page-header div.slu-section.blue-dark:before {
      background-color: #115888; }
    body.single-lesson header#page-header div.slu-section.blue-dark a.lesson-menu-button {
      background-color: #0e4971; }
    body.single-lesson header#page-header div.slu-section.blue-dark div.top-bar {
      background-color: #0e4971; }
      body.single-lesson header#page-header div.slu-section.blue-dark div.top-bar:before {
        background-color: #0e4971; }
    body.single-lesson header#page-header div.slu-section.blue-dark div.meter {
      background-color: #0b3b5b; }
  body.single-lesson header#page-header div.slu-section.gray {
    background-color: #DBDBDB; }
    body.single-lesson header#page-header div.slu-section.gray:before {
      background-color: #DBDBDB; }
    body.single-lesson header#page-header div.slu-section.gray a.lesson-menu-button {
      background-color: #cecece; }
    body.single-lesson header#page-header div.slu-section.gray div.top-bar {
      background-color: #cecece; }
      body.single-lesson header#page-header div.slu-section.gray div.top-bar:before {
        background-color: #cecece; }
    body.single-lesson header#page-header div.slu-section.gray div.meter {
      background-color: #c2c2c2; }
  body.single-lesson header#page-header div.slu-section.gray-dark {
    background-color: #333333; }
    body.single-lesson header#page-header div.slu-section.gray-dark:before {
      background-color: #333333; }
    body.single-lesson header#page-header div.slu-section.gray-dark a.lesson-menu-button {
      background-color: #262626; }
    body.single-lesson header#page-header div.slu-section.gray-dark div.top-bar {
      background-color: #262626; }
      body.single-lesson header#page-header div.slu-section.gray-dark div.top-bar:before {
        background-color: #262626; }
    body.single-lesson header#page-header div.slu-section.gray-dark div.meter {
      background-color: #1a1a1a; }
body.single-lesson header#page-header div.content-wrap {
  padding-left: 380px;
  position: relative; }
body.single-lesson header#page-header .search {
  position: absolute;
  width: calc(100% - 380px);
  bottom: 60px; }
  @media only screen and (max-width: 800px) {
    body.single-lesson header#page-header .search {
      margin: 0 auto;
      position: static;
      width: 320px; } }
body.single-lesson div#lesson {
  position: relative; }
  body.single-lesson div#lesson::after {
    clear: both;
    content: "";
    display: table; }
  body.single-lesson div#lesson:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: calc(100% - 380px);
    bottom: 0;
    background: #F7F7F7;
    width: 100%;
    height: 100%; }
  body.single-lesson div#lesson.nav-open #lesson-aside {
    display: block; }
  body.single-lesson div#lesson.nav-open #lesson-content section.content .container, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner {
    padding-top: 40px;
    padding-bottom: 40px; }
    body.single-lesson div#lesson.nav-open #lesson-content section.content .container .wistia_responsive_padding, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner .wistia_responsive_padding, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner .wistia_responsive_padding {
      margin: 12px 0; }
    @media only screen and (min-width: 800px) {
      body.single-lesson div#lesson.nav-open #lesson-content section.content .container, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner {
        padding-left: calc(370px + 5%);
        padding-right: 40px; }
        body.single-lesson div#lesson.nav-open #lesson-content section.content .container:after, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner:after, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: calc(100% - 380px);
          bottom: 0;
          background: #F7F7F7;
          width: 100%;
          height: 100%; } }
  body.single-lesson div#lesson .lesson-aside-container.blue #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.blue #lesson-aside nav#lesson-nav ul li a:focus {
    color: #1b76aa; }
  body.single-lesson div#lesson .lesson-aside-container.blue #lesson-aside nav#lesson-nav ul li a.active {
    color: #2e5597; }
  body.single-lesson div#lesson .lesson-aside-container.green #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.green #lesson-aside nav#lesson-nav ul li a:focus {
    color: #369d41; }
  body.single-lesson div#lesson .lesson-aside-container.green #lesson-aside nav#lesson-nav ul li a.active {
    color: #308a39; }
  body.single-lesson div#lesson .lesson-aside-container.yellow #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.yellow #lesson-aside nav#lesson-nav ul li a:focus {
    color: #e6bb1e; }
  body.single-lesson div#lesson .lesson-aside-container.yellow #lesson-aside nav#lesson-nav ul li a.active {
    color: #d4ab17; }
  body.single-lesson div#lesson .lesson-aside-container.orange #lesson-aside nav#lesson-nav ul li a:hover, body.single-lesson div#lesson .has-cookie-bar button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a:hover, .has-cookie-bar body.single-lesson div#lesson button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.orange #lesson-aside nav#lesson-nav ul li a:focus,
  body.single-lesson div#lesson .has-cookie-bar button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a:focus,
  .has-cookie-bar body.single-lesson div#lesson button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a:focus {
    color: #f99b10; }
  body.single-lesson div#lesson .lesson-aside-container.orange #lesson-aside nav#lesson-nav ul li a.active, body.single-lesson div#lesson .has-cookie-bar button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a.active, .has-cookie-bar body.single-lesson div#lesson button.lesson-aside-container#catapultCookie #lesson-aside nav#lesson-nav ul li a.active {
    color: #eb8d05; }
  body.single-lesson div#lesson .lesson-aside-container.blue-dark #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.blue-dark #lesson-aside nav#lesson-nav ul li a:focus {
    color: #0e4971; }
  body.single-lesson div#lesson .lesson-aside-container.blue-dark #lesson-aside nav#lesson-nav ul li a.active {
    color: #0b3b5b; }
  body.single-lesson div#lesson .lesson-aside-container.gray #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.gray #lesson-aside nav#lesson-nav ul li a:focus {
    color: #cecece; }
  body.single-lesson div#lesson .lesson-aside-container.gray #lesson-aside nav#lesson-nav ul li a.active {
    color: #c2c2c2; }
  body.single-lesson div#lesson .lesson-aside-container.gray-dark #lesson-aside nav#lesson-nav ul li a:hover,
  body.single-lesson div#lesson .lesson-aside-container.gray-dark #lesson-aside nav#lesson-nav ul li a:focus {
    color: #262626; }
  body.single-lesson div#lesson .lesson-aside-container.gray-dark #lesson-aside nav#lesson-nav ul li a.active {
    color: #1a1a1a; }
  body.single-lesson div#lesson #lesson-aside {
    display: none;
    float: left;
    width: 380px;
    z-index: 10;
    position: relative;
    left: -20px; }
    body.single-lesson div#lesson #lesson-aside .slu-section {
      display: none; }
      body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar {
        background-color: #1F85C0;
        padding: 0;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s;
        position: relative; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar:after {
          content: "";
          display: table;
          clear: both; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a.lesson-menu-button {
          padding: 10px;
          color: #FFF;
          padding: 10px;
          font-size: 30px;
          font-size: 3rem;
          line-height: 30px;
          line-height: 3rem;
          cursor: hand;
          cursor: pointer;
          text-decoration: none;
          -webkit-transition: all 0.15s ease-out 0s;
          -moz-transition: all 0.15s ease-out 0s;
          transition: all 0.15s ease-out 0s;
          position: relative;
          z-index: 1;
          right: -10px; }
          body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a.lesson-menu-button:hover, body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a.lesson-menu-button:focus {
            cursor: hand;
            cursor: pointer; }
          body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a.lesson-menu-button:hover, body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a.lesson-menu-button:focus {
            color: rgba(255, 255, 255, 0.7); }
        body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar a {
          float: right; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.top-bar:before {
          content: ' ';
          background: #1F85C0;
          position: absolute;
          top: 0;
          right: -100%;
          bottom: 0;
          width: 5000px; }
      body.single-lesson div#lesson #lesson-aside .slu-section div.header-content {
        background-color: #42AEDE;
        padding: 0 25px 30px;
        position: relative; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content h3, body.single-lesson div#lesson #lesson-aside .slu-section div.header-content blockquote > p, body.single-lesson div#lesson #lesson-aside .slu-section div.header-content blockquote > .validation_error,
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content blockquote > .gform_confirmation_message,
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content blockquote > .success_message {
          text-decoration: none;
          color: #FFF;
          font-weight: 800;
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 42px;
          line-height: 4.2rem;
          padding: 25px 0 35px; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content div.meter {
          height: 6px;
          position: relative;
          border-radius: 20px;
          padding: 0px; }
          body.single-lesson div#lesson #lesson-aside .slu-section div.header-content div.meter > span {
            display: block;
            height: 100%;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            background-color: #fff;
            position: relative;
            overflow: hidden; }
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content p, body.single-lesson div#lesson #lesson-aside .slu-section div.header-content .validation_error,
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content .gform_confirmation_message,
        body.single-lesson div#lesson #lesson-aside .slu-section div.header-content .success_message {
          color: #FFF;
          font-weight: 700;
          padding-top: 7px; }
      body.single-lesson div#lesson #lesson-aside .slu-section.yellow {
        background-color: #E9C235; }
        body.single-lesson div#lesson #lesson-aside .slu-section.yellow:before, body.single-lesson div#lesson #lesson-aside .slu-section.yellow:after {
          background-color: #E9C235; }
        body.single-lesson div#lesson #lesson-aside .slu-section.yellow div.header-content {
          background-color: #E9C235; }
        body.single-lesson div#lesson #lesson-aside .slu-section.yellow a.lesson-menu-button {
          background-color: #e6bb1e; }
        body.single-lesson div#lesson #lesson-aside .slu-section.yellow div.top-bar {
          background-color: #e6bb1e; }
          body.single-lesson div#lesson #lesson-aside .slu-section.yellow div.top-bar:before {
            background-color: #e6bb1e; }
        body.single-lesson div#lesson #lesson-aside .slu-section.yellow div.meter {
          background-color: #d4ab17; }
      body.single-lesson div#lesson #lesson-aside .slu-section.green {
        background-color: #3DB049; }
        body.single-lesson div#lesson #lesson-aside .slu-section.green:before, body.single-lesson div#lesson #lesson-aside .slu-section.green:after {
          background-color: #3DB049; }
        body.single-lesson div#lesson #lesson-aside .slu-section.green div.header-content {
          background-color: #3DB049; }
        body.single-lesson div#lesson #lesson-aside .slu-section.green a.lesson-menu-button {
          background-color: #369d41; }
        body.single-lesson div#lesson #lesson-aside .slu-section.green div.top-bar {
          background-color: #369d41; }
          body.single-lesson div#lesson #lesson-aside .slu-section.green div.top-bar:before {
            background-color: #369d41; }
        body.single-lesson div#lesson #lesson-aside .slu-section.green div.meter {
          background-color: #308a39; }
      body.single-lesson div#lesson #lesson-aside .slu-section.blue {
        background-color: #1F85C0; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue:before, body.single-lesson div#lesson #lesson-aside .slu-section.blue:after {
          background-color: #1F85C0; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue a.lesson-menu-button {
          background-color: #1b76aa; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue div.header-content {
          background-color: #1F85C0; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue div.top-bar {
          background-color: #1b76aa; }
          body.single-lesson div#lesson #lesson-aside .slu-section.blue div.top-bar:before {
            background-color: #1b76aa; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue div.meter {
          background-color: #186794; }
      body.single-lesson div#lesson #lesson-aside .slu-section.orange, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie {
        background-color: #FAA529; }
        body.single-lesson div#lesson #lesson-aside .slu-section.orange:before, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie:before, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie:before, body.single-lesson div#lesson #lesson-aside .slu-section.orange:after, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie:after, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie:after {
          background-color: #FAA529; }
        body.single-lesson div#lesson #lesson-aside .slu-section.orange div.header-content, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie div.header-content, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie div.header-content {
          background-color: #FAA529; }
        body.single-lesson div#lesson #lesson-aside .slu-section.orange a.lesson-menu-button, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie a.lesson-menu-button, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie a.lesson-menu-button {
          background-color: #f99b10; }
        body.single-lesson div#lesson #lesson-aside .slu-section.orange div.top-bar, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie div.top-bar, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie div.top-bar {
          background-color: #f99b10; }
          body.single-lesson div#lesson #lesson-aside .slu-section.orange div.top-bar:before, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie div.top-bar:before, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie div.top-bar:before {
            background-color: #f99b10; }
        body.single-lesson div#lesson #lesson-aside .slu-section.orange div.meter, body.single-lesson div#lesson #lesson-aside .has-cookie-bar button.slu-section#catapultCookie div.meter, .has-cookie-bar body.single-lesson div#lesson #lesson-aside button.slu-section#catapultCookie div.meter {
          background-color: #eb8d05; }
      body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark {
        background-color: #115888; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark:before, body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark:after {
          background-color: #115888; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark div.header-content {
          background-color: #115888; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark a.lesson-menu-button {
          background-color: #0e4971; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark div.top-bar {
          background-color: #0e4971; }
          body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark div.top-bar:before {
            background-color: #0e4971; }
        body.single-lesson div#lesson #lesson-aside .slu-section.blue-dark div.meter {
          background-color: #0b3b5b; }
      body.single-lesson div#lesson #lesson-aside .slu-section.gray {
        background-color: #DBDBDB; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray:before, body.single-lesson div#lesson #lesson-aside .slu-section.gray:after {
          background-color: #DBDBDB; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray div.header-content {
          background-color: #DBDBDB; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray a.lesson-menu-button {
          background-color: #cecece; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray div.top-bar {
          background-color: #cecece; }
          body.single-lesson div#lesson #lesson-aside .slu-section.gray div.top-bar:before {
            background-color: #cecece; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray div.meter {
          background-color: #c2c2c2; }
      body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark {
        background-color: #333333; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark:before {
          background-color: #333333; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark div.header-content {
          background-color: #333333; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark a.lesson-menu-button {
          background-color: #262626; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark div.top-bar {
          background-color: #262626; }
          body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark div.top-bar:before {
            background-color: #262626; }
        body.single-lesson div#lesson #lesson-aside .slu-section.gray-dark div.meter {
          background-color: #1a1a1a; }
    body.single-lesson div#lesson #lesson-aside nav#lesson-nav {
      background-color: #F7F7F7;
      height: 100%;
      position: relative; }
      body.single-lesson div#lesson #lesson-aside nav#lesson-nav h4, body.single-lesson div#lesson #lesson-aside nav#lesson-nav blockquote cite p, blockquote cite body.single-lesson div#lesson #lesson-aside nav#lesson-nav p, body.single-lesson div#lesson #lesson-aside nav#lesson-nav blockquote cite .validation_error, blockquote cite body.single-lesson div#lesson #lesson-aside nav#lesson-nav .validation_error,
      body.single-lesson div#lesson #lesson-aside nav#lesson-nav blockquote cite .gform_confirmation_message,
      blockquote cite body.single-lesson div#lesson #lesson-aside nav#lesson-nav .gform_confirmation_message,
      body.single-lesson div#lesson #lesson-aside nav#lesson-nav blockquote cite .success_message,
      blockquote cite body.single-lesson div#lesson #lesson-aside nav#lesson-nav .success_message {
        font-weight: 600;
        padding-left: 25px;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem; }
      body.single-lesson div#lesson #lesson-aside nav#lesson-nav ul li {
        position: relative; }
        body.single-lesson div#lesson #lesson-aside nav#lesson-nav ul li a {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem;
          text-decoration: none;
          color: #666666;
          padding: 15px 15px 15px 22px;
          position: relative; }
          body.single-lesson div#lesson #lesson-aside nav#lesson-nav ul li a i {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 18px;
            line-height: 1.8rem;
            font-weight: 600;
            margin-left: 8px;
            position: relative;
            top: 2px;
            color: #666666; }
        body.single-lesson div#lesson #lesson-aside nav#lesson-nav ul li span.progress {
          position: absolute;
          top: 50%;
          right: 0px;
          height: 20px;
          width: 20px;
          border: 4px solid transparent;
          display: inline-block;
          border-radius: 50%;
          padding: 8px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        body.single-lesson div#lesson #lesson-aside nav#lesson-nav ul li.complete span.progress {
          background-color: #23CA62;
          border-color: #23CA62; }
  body.single-lesson div#lesson nav#lesson-nav-mobile {
    display: none;
    background-color: #F7F7F7;
    height: 100%;
    width: 100%; }
    body.single-lesson div#lesson nav#lesson-nav-mobile ul li {
      padding: 0;
      position: relative; }
      body.single-lesson div#lesson nav#lesson-nav-mobile ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
        font-weight: 600;
        text-decoration: none;
        color: #666666;
        padding: 15px 25px;
        cursor: hand;
        cursor: pointer; }
        body.single-lesson div#lesson nav#lesson-nav-mobile ul li a:hover, body.single-lesson div#lesson nav#lesson-nav-mobile ul li a:focus {
          cursor: hand;
          cursor: pointer; }
        body.single-lesson div#lesson nav#lesson-nav-mobile ul li a:hover, body.single-lesson div#lesson nav#lesson-nav-mobile ul li a:focus {
          color: #E9C235; }
      body.single-lesson div#lesson nav#lesson-nav-mobile ul li span.progress {
        position: absolute;
        top: 50%;
        right: 25px;
        height: 20px;
        width: 20px;
        border: 5px solid transparent;
        display: inline-block;
        border-radius: 50%;
        padding: 10px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -moz-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        -o-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%); }
      body.single-lesson div#lesson nav#lesson-nav-mobile ul li.complete span.progress {
        background-color: #3DB049;
        border-color: #3DB049; }
      body.single-lesson div#lesson nav#lesson-nav-mobile ul li.current {
        background-color: #E2E7EB; }
        body.single-lesson div#lesson nav#lesson-nav-mobile ul li.current span.progress {
          background-color: transparent;
          border-top-color: #DBDBDB;
          border-left-color: #DBDBDB;
          border-right-color: #3DB049;
          border-bottom-color: #3DB049; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue ul li a:focus {
      color: #1b76aa; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue ul li a.active {
      color: #2e5597; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.green ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.green ul li a:focus {
      color: #369d41; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.green ul li a.active {
      color: #308a39; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.yellow ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.yellow ul li a:focus {
      color: #e6bb1e; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.yellow ul li a.active {
      color: #d4ab17; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.orange ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.orange ul li a:focus {
      color: #f99b10; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.orange ul li a.active {
      color: #eb8d05; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue-dark ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue-dark ul li a:focus {
      color: #0e4971; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.blue-dark ul li a.active {
      color: #0b3b5b; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray ul li a:focus {
      color: #cecece; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray ul li a.active {
      color: #c2c2c2; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray-dark ul li a:hover,
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray-dark ul li a:focus {
      color: #262626; }
    body.single-lesson div#lesson nav#lesson-nav-mobile.gray-dark ul li a.active {
      color: #1a1a1a; }
@media only screen and (max-width: 1040px) {
  body.single-lesson header#page-header div.content-wrap {
    padding-left: 310px; }
  body.single-lesson header#page-header div.container:before, body.single-lesson header#page-header .has-cookie-bar div.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.ctcc-inner:before,
  body.single-lesson div#lesson:before,
  body.single-lesson div#lesson.nav-open #lesson-content section.content .container:after,
  body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner:after,
  .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner:after {
    right: calc(100% - 300px); }
  body.single-lesson header#page-header div.slu-section {
    width: 280px; }
  body.single-lesson div#lesson #lesson-aside {
    width: 300px; }
  body.single-lesson div#lesson.nav-open #lesson-content section.content .container, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner {
    padding-left: calc(310px + 5%); }
  body.single-lesson header#page-header div.slu-section {
    margin-top: 120px; } }
@media only screen and (max-width: 800px) {
  body.single-lesson header#page-header div.container:before, body.single-lesson header#page-header .has-cookie-bar div.ctcc-inner:before, .has-cookie-bar body.single-lesson header#page-header div.ctcc-inner:before {
    content: none; }
  body.single-lesson header#page-header div.content-wrap {
    padding-left: 0; }
  body.single-lesson div#lesson.nav-open #lesson-content section.content .container, body.single-lesson div#lesson.nav-open #lesson-content section.content .has-cookie-bar .ctcc-inner, .has-cookie-bar body.single-lesson div#lesson.nav-open #lesson-content section.content .ctcc-inner {
    padding: 20px; }
  body.single-lesson div#lesson:before {
    display: none; }
  body.single-lesson div#lesson .container.lesson-aside-container, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner {
    background-color: #42AEDE; }
    body.single-lesson div#lesson .container.lesson-aside-container.yellow, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.yellow.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.yellow.ctcc-inner {
      background-color: #E9C235; }
    body.single-lesson div#lesson .container.lesson-aside-container.green, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.green.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.green.ctcc-inner {
      background-color: #3DB049; }
    body.single-lesson div#lesson .container.lesson-aside-container.orange, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.orange.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.orange.ctcc-inner, body.single-lesson div#lesson .has-cookie-bar button.lesson-aside-container.ctcc-inner#catapultCookie, .has-cookie-bar body.single-lesson div#lesson button.lesson-aside-container.ctcc-inner#catapultCookie, body.single-lesson div#lesson .has-cookie-bar button.container.lesson-aside-container#catapultCookie, .has-cookie-bar body.single-lesson div#lesson button.container.lesson-aside-container#catapultCookie {
      background-color: #FAA529; }
    body.single-lesson div#lesson .container.lesson-aside-container.blue, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.blue.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.blue.ctcc-inner {
      background-color: #1F85C0; }
    body.single-lesson div#lesson .container.lesson-aside-container.blue-dark, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.blue-dark.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.blue-dark.ctcc-inner {
      background-color: #115888; }
    body.single-lesson div#lesson .container.lesson-aside-container.gray, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.gray.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.gray.ctcc-inner {
      background-color: #DBDBDB; }
    body.single-lesson div#lesson .container.lesson-aside-container.gray-dark, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.gray-dark.ctcc-inner, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.gray-dark.ctcc-inner {
      background-color: #333333; }
    body.single-lesson div#lesson .container.lesson-aside-container #lesson-aside, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner #lesson-aside, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner #lesson-aside {
      display: block !important;
      position: static;
      width: 100%; }
      body.single-lesson div#lesson .container.lesson-aside-container #lesson-aside .slu-section, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner #lesson-aside .slu-section, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner #lesson-aside .slu-section {
        display: block; }
        body.single-lesson div#lesson .container.lesson-aside-container #lesson-aside .slu-section .header-content, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner #lesson-aside .slu-section .header-content, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner #lesson-aside .slu-section .header-content {
          padding: 0 0 25px; }
      body.single-lesson div#lesson .container.lesson-aside-container #lesson-aside:after, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner #lesson-aside:after, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner #lesson-aside:after {
        display: none; }
    body.single-lesson div#lesson .container.lesson-aside-container nav#lesson-nav, body.single-lesson div#lesson .has-cookie-bar .lesson-aside-container.ctcc-inner nav#lesson-nav, .has-cookie-bar body.single-lesson div#lesson .lesson-aside-container.ctcc-inner nav#lesson-nav {
      display: none; }
  body.single-lesson div#lesson nav#lesson-nav-mobile {
    display: block;
    padding: 25px 0; }
    body.single-lesson div#lesson nav#lesson-nav-mobile h4, body.single-lesson div#lesson nav#lesson-nav-mobile blockquote cite p, blockquote cite body.single-lesson div#lesson nav#lesson-nav-mobile p, body.single-lesson div#lesson nav#lesson-nav-mobile blockquote cite .validation_error, blockquote cite body.single-lesson div#lesson nav#lesson-nav-mobile .validation_error,
    body.single-lesson div#lesson nav#lesson-nav-mobile blockquote cite .gform_confirmation_message,
    blockquote cite body.single-lesson div#lesson nav#lesson-nav-mobile .gform_confirmation_message,
    body.single-lesson div#lesson nav#lesson-nav-mobile blockquote cite .success_message,
    blockquote cite body.single-lesson div#lesson nav#lesson-nav-mobile .success_message {
      padding-left: 20px;
      padding-right: 20px; }
    body.single-lesson div#lesson nav#lesson-nav-mobile ul li {
      padding-left: 20px;
      padding-right: 20px; }
    body.single-lesson div#lesson nav#lesson-nav-mobile ul li a {
      display: block;
      padding: 2px 0; }
  body.single-lesson nav#lesson-nav,
  body.single-lesson header#page-header .slu-section {
    display: none; } }

body.single-lesson #search-form,
.content.type-lesson-search #search-form {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  body.single-lesson #search-form input[type="search"],
  .content.type-lesson-search #search-form input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    border-radius: 99px;
    border: none; }
    body.single-lesson #search-form input[type="search"]::-webkit-input-placeholder,
    .content.type-lesson-search #search-form input[type="search"]::-webkit-input-placeholder {
      font-style: italic;
      color: #929292; }
    body.single-lesson #search-form input[type="search"]::-moz-placeholder,
    .content.type-lesson-search #search-form input[type="search"]::-moz-placeholder {
      font-style: italic;
      color: #929292; }
    body.single-lesson #search-form input[type="search"]:-moz-placeholder,
    .content.type-lesson-search #search-form input[type="search"]:-moz-placeholder {
      font-style: italic;
      color: #929292; }
    body.single-lesson #search-form input[type="search"]:-ms-input-placeholder,
    .content.type-lesson-search #search-form input[type="search"]:-ms-input-placeholder {
      font-style: italic;
      color: #929292; }
  body.single-lesson #search-form input[type="submit"],
  .content.type-lesson-search #search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 60px;
    background: transparent;
    color: transparent;
    border-radius: 0 99px 99px 0;
    z-index: 1; }
    body.single-lesson #search-form input[type="submit"]:hover + i, body.single-lesson #search-form input[type="submit"]:focus + i,
    .content.type-lesson-search #search-form input[type="submit"]:hover + i,
    .content.type-lesson-search #search-form input[type="submit"]:focus + i {
      color: #717272; }
  body.single-lesson #search-form i,
  .content.type-lesson-search #search-form i {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 18px;
    color: #929292; }

.content.type-lesson-search #search-form input[type="search"] {
  border: 1px solid #d2d2d1; }

/* ==========================================================================
   Feed Block
   ========================================================================== */
.rbox-opening-list {
  border: 0;
  padding: 20px 0 0; }
  .rbox-opening-list .rbox-opening-li {
    padding: 20px;
    border: 0;
    text-align: left;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s; }
    .rbox-opening-list .rbox-opening-li a, .rbox-opening-list .rbox-opening-li div {
      max-width: 500px;
      margin: 0 auto; }
    .rbox-opening-list .rbox-opening-li a {
      display: block;
      padding-bottom: 5px;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
    .rbox-opening-list .rbox-opening-li:nth-of-type(odd) {
      background: #f9f9f9; }
      .rbox-opening-list .rbox-opening-li:nth-of-type(odd):hover, .rbox-opening-list .rbox-opening-li:nth-of-type(odd):focus {
        background: #f6f6f6; }
    .rbox-opening-list .rbox-opening-li:hover, .rbox-opening-list .rbox-opening-li:focus {
      background: #fcfcfc; }
      .rbox-opening-list .rbox-opening-li:hover a, .rbox-opening-list .rbox-opening-li:focus a {
        color: #115888; }

small.rbox-opening-position-type {
  font-size: 12px;
  margin-left: 8px;
  text-transform: uppercase;
  padding: 10px;
  background: #eee; }

.rbox-opening-detail {
  position: relative;
  top: -25px;
  background: #fff; }
  .rbox-opening-detail h2.rbox-job-title {
    padding-top: 25px !important;
    border-top: 2px solid #DADAD9;
    padding-bottom: 8px; }
  .rbox-opening-detail .rbox-opening-position-info {
    margin-top: 10px; }
    .rbox-opening-detail .rbox-opening-position-info small {
      margin-left: 0; }
  .rbox-opening-detail .rbox-job-longdesc {
    margin: 25px auto 0;
    max-width: 600px;
    text-align: left; }
    .rbox-opening-detail .rbox-job-longdesc strong, .rbox-opening-detail .rbox-job-longdesc h3, .rbox-opening-detail .rbox-job-longdesc blockquote > p, .rbox-opening-detail .rbox-job-longdesc blockquote > .validation_error,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .gform_confirmation_message,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .success_message, .rbox-opening-detail .rbox-job-longdesc h2, .rbox-opening-detail .rbox-job-longdesc h1 {
      color: #545454; }
    .rbox-opening-detail .rbox-job-longdesc h1, .rbox-opening-detail .rbox-job-longdesc h2, .rbox-opening-detail .rbox-job-longdesc h3, .rbox-opening-detail .rbox-job-longdesc blockquote > p, .rbox-opening-detail .rbox-job-longdesc blockquote > .validation_error,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .gform_confirmation_message,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .success_message {
      font-size: 20px;
      font-size: 2rem;
      line-height: 23px;
      line-height: 2.3rem;
      margin-top: 10px;
      padding: 10px 0; }
    .rbox-opening-detail .rbox-job-longdesc h1:first-child, .rbox-opening-detail .rbox-job-longdesc h2:first-child, .rbox-opening-detail .rbox-job-longdesc h3:first-child, .rbox-opening-detail .rbox-job-longdesc blockquote > p:first-child, .rbox-opening-detail .rbox-job-longdesc blockquote > .validation_error:first-child,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .gform_confirmation_message:first-child,
    .rbox-opening-detail .rbox-job-longdesc blockquote > .success_message:first-child {
      margin-top: 0; }
    .rbox-opening-detail .rbox-job-longdesc p, .rbox-opening-detail .rbox-job-longdesc .validation_error,
    .rbox-opening-detail .rbox-job-longdesc .gform_confirmation_message,
    .rbox-opening-detail .rbox-job-longdesc .success_message {
      margin-bottom: 0; }
    .rbox-opening-detail .rbox-job-longdesc ul,
    .rbox-opening-detail .rbox-job-longdesc ol {
      padding-left: 28px !important; }
      .rbox-opening-detail .rbox-job-longdesc ul li,
      .rbox-opening-detail .rbox-job-longdesc ol li {
        text-indent: 0 !important;
        list-style-position: outside !important;
        padding: 5px 0 !important;
        line-height: 1.3; }
        .rbox-opening-detail .rbox-job-longdesc ul li p, .rbox-opening-detail .rbox-job-longdesc ul li .validation_error,
        .rbox-opening-detail .rbox-job-longdesc ul li .gform_confirmation_message,
        .rbox-opening-detail .rbox-job-longdesc ul li .success_message,
        .rbox-opening-detail .rbox-job-longdesc ol li p,
        .rbox-opening-detail .rbox-job-longdesc ol li .validation_error,
        .rbox-opening-detail .rbox-job-longdesc ol li .gform_confirmation_message,
        .rbox-opening-detail .rbox-job-longdesc ol li .success_message {
          margin: 0;
          padding: 0; }

.rbox-widget .rbox-buttons {
  padding-bottom: 35px;
  border-bottom: 2px solid #DADAD9; }
  .rbox-widget .rbox-buttons .rbox-btn {
    display: inline-block;
    font-family: "adelle-sans", sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 7px 22px 9px 20px;
    line-height: normal;
    background: none;
    border: 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    outline: none;
    z-index: 0;
    overflow: visible;
    position: relative; }
    .rbox-widget .rbox-buttons .rbox-btn:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      display: block;
      border: 2px solid #1F85C0;
      background: #1F85C0;
      -webkit-transform: skewX(-13deg);
      -moz-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      -o-transform: skewX(-13deg);
      transform: skewX(-13deg);
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
    .rbox-widget .rbox-buttons .rbox-btn:hover, .rbox-widget .rbox-buttons .rbox-btn:focus {
      color: #fff; }
      .rbox-widget .rbox-buttons .rbox-btn:hover:after, .rbox-widget .rbox-buttons .rbox-btn:focus:after {
        background: #14577e;
        border-color: #14577e; }
    .rbox-widget .rbox-buttons .rbox-btn:active {
      -webkit-transform: translate3d(0, 1px, 0);
      -moz-transform: translate3d(0, 1px, 0);
      -ms-transform: translate3d(0, 1px, 0);
      -o-transform: translate3d(0, 1px, 0);
      transform: translate3d(0, 1px, 0); }
    .rbox-widget .rbox-buttons .rbox-btn:after {
      border-color: #1F85C0;
      background: #1F85C0; }
    .rbox-widget .rbox-buttons .rbox-btn:hover, .rbox-widget .rbox-buttons .rbox-btn:focus {
      color: #fff; }
      .rbox-widget .rbox-buttons .rbox-btn:hover:after, .rbox-widget .rbox-buttons .rbox-btn:focus:after {
        background: #14577e;
        border-color: #14577e; }

/* ==========================================================================
   Form Block
   ========================================================================== */
section.content.type-form .form-block {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  section.content.type-form .form-block .form-content {
    width: 50%;
    padding: 0 5%; }
  section.content.type-form .form-block .form-wrap {
    width: 50%;
    padding: 0 5%; }
    section.content.type-form .form-block .form-wrap .form {
      background-color: #FFF;
      border-radius: 7px;
      padding: 40px; }
      section.content.type-form .form-block .form-wrap .form h1, section.content.type-form .form-block .form-wrap .form h2, section.content.type-form .form-block .form-wrap .form h3, section.content.type-form .form-block .form-wrap .form blockquote > p, section.content.type-form .form-block .form-wrap .form blockquote > .validation_error,
      section.content.type-form .form-block .form-wrap .form blockquote > .gform_confirmation_message,
      section.content.type-form .form-block .form-wrap .form blockquote > .success_message, section.content.type-form .form-block .form-wrap .form h4, section.content.type-form .form-block .form-wrap .form blockquote cite p, blockquote cite section.content.type-form .form-block .form-wrap .form p, section.content.type-form .form-block .form-wrap .form blockquote cite .validation_error, blockquote cite section.content.type-form .form-block .form-wrap .form .validation_error,
      section.content.type-form .form-block .form-wrap .form blockquote cite .gform_confirmation_message,
      blockquote cite section.content.type-form .form-block .form-wrap .form .gform_confirmation_message,
      section.content.type-form .form-block .form-wrap .form blockquote cite .success_message,
      blockquote cite section.content.type-form .form-block .form-wrap .form .success_message, section.content.type-form .form-block .form-wrap .form p, section.content.type-form .form-block .form-wrap .form .validation_error,
      section.content.type-form .form-block .form-wrap .form .gform_confirmation_message,
      section.content.type-form .form-block .form-wrap .form .success_message {
        color: #2d2d2d !important; }
      section.content.type-form .form-block .form-wrap .form a {
        color: #2e5597 !important; }
        section.content.type-form .form-block .form-wrap .form a:hover, section.content.type-form .form-block .form-wrap .form a:focus {
          color: #1c345c !important; }
  @media only screen and (max-width: 850px) {
    section.content.type-form .form-block {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.content.type-form .form-block .form-content,
      section.content.type-form .form-block .form-wrap {
        width: 100%;
        padding: 0; }
        section.content.type-form .form-block .form-content .wysiwyg,
        section.content.type-form .form-block .form-wrap .wysiwyg {
          padding: 4% 0px; }
        section.content.type-form .form-block .form-content .form,
        section.content.type-form .form-block .form-wrap .form {
          padding: 25px; } }

/* ==========================================================================
   Carousel Block
   ========================================================================== */
section.content.type-carousel ul.slick {
  width: calc(100% - 55px);
  margin: 0 auto; }
  section.content.type-carousel ul.slick li {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start; }
    section.content.type-carousel ul.slick li .text {
      text-align: left;
      padding-left: 60px;
      padding-right: 20px;
      width: calc(100% - 300px); }
      section.content.type-carousel ul.slick li .text h5, section.content.type-carousel ul.slick li .text section.content.type-values header p, section.content.type-values header section.content.type-carousel ul.slick li .text p, section.content.type-carousel ul.slick li .text section.content.type-values header .validation_error, section.content.type-values header section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text section.content.type-values header .gform_confirmation_message,
      section.content.type-values header section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text section.content.type-values header .success_message,
      section.content.type-values header section.content.type-carousel ul.slick li .text .success_message {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        line-height: 3rem;
        padding-bottom: 0;
        font-style: italic;
        font-weight: 600; }
      section.content.type-carousel ul.slick li .text h4, section.content.type-carousel ul.slick li .text blockquote cite p, blockquote cite section.content.type-carousel ul.slick li .text p, section.content.type-carousel ul.slick li .text blockquote cite .validation_error, blockquote cite section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text blockquote cite .gform_confirmation_message,
      blockquote cite section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text blockquote cite .success_message,
      blockquote cite section.content.type-carousel ul.slick li .text .success_message {
        color: #73ACD5;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 30px;
        line-height: 3rem;
        font-style: italic;
        font-weight: 600;
        font-family: "adelle-sans", sans-serif;
        padding-top: 5px;
        padding-top: 5px; }
        section.content.type-carousel ul.slick li .text h4 span.fact, section.content.type-carousel ul.slick li .text blockquote cite p span.fact, blockquote cite section.content.type-carousel ul.slick li .text p span.fact, section.content.type-carousel ul.slick li .text blockquote cite .validation_error span.fact, blockquote cite section.content.type-carousel ul.slick li .text .validation_error span.fact,
        section.content.type-carousel ul.slick li .text blockquote cite .gform_confirmation_message span.fact,
        blockquote cite section.content.type-carousel ul.slick li .text .gform_confirmation_message span.fact,
        section.content.type-carousel ul.slick li .text blockquote cite .success_message span.fact,
        blockquote cite section.content.type-carousel ul.slick li .text .success_message span.fact {
          font-weight: 100; }
      section.content.type-carousel ul.slick li .text p, section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text .success_message {
        font-size: 30px;
        font-size: 3rem;
        line-height: 40px;
        line-height: 4rem;
        font-style: italic;
        font-weight: 300; }
      section.content.type-carousel ul.slick li .text a.twitter,
      section.content.type-carousel ul.slick li .text a.linkedin {
        font-size: 23px;
        text-decoration: none; }
      section.content.type-carousel ul.slick li .text a.twitter {
        color: #73ACD5;
        margin-right: 20px; }
        section.content.type-carousel ul.slick li .text a.twitter:hover, section.content.type-carousel ul.slick li .text a.twitter:focus {
          color: #4c95c9; }
    @media only screen and (max-width: 930px) {
      section.content.type-carousel ul.slick li img {
        width: 150px;
        height: auto; }
      section.content.type-carousel ul.slick li .text {
        width: calc(100% - 150px); } }
    @media only screen and (max-width: 800px) {
      section.content.type-carousel ul.slick li {
        justify-content: center; }
        section.content.type-carousel ul.slick li img {
          width: 200px; }
        section.content.type-carousel ul.slick li .text {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          text-align: center; } }
    @media only screen and (max-width: 750px) {
      section.content.type-carousel ul.slick li .text h5, section.content.type-carousel ul.slick li .text section.content.type-values header p, section.content.type-values header section.content.type-carousel ul.slick li .text p, section.content.type-carousel ul.slick li .text section.content.type-values header .validation_error, section.content.type-values header section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text section.content.type-values header .gform_confirmation_message,
      section.content.type-values header section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text section.content.type-values header .success_message,
      section.content.type-values header section.content.type-carousel ul.slick li .text .success_message,
      section.content.type-carousel ul.slick li .text h4,
      section.content.type-carousel ul.slick li .text blockquote cite p,
      blockquote cite section.content.type-carousel ul.slick li .text p,
      section.content.type-carousel ul.slick li .text blockquote cite .validation_error,
      blockquote cite section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text blockquote cite .gform_confirmation_message,
      blockquote cite section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text blockquote cite .success_message,
      blockquote cite section.content.type-carousel ul.slick li .text .success_message {
        font-size: 23px;
        font-size: 2.3rem;
        line-height: 28px;
        line-height: 2.8rem; }
      section.content.type-carousel ul.slick li .text p, section.content.type-carousel ul.slick li .text .validation_error,
      section.content.type-carousel ul.slick li .text .gform_confirmation_message,
      section.content.type-carousel ul.slick li .text .success_message {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 38px;
        line-height: 3.8rem; } }
section.content.type-carousel .buttons {
  padding-top: 15px; }
section.content.type-carousel .slick-wrap {
  position: relative;
  max-width: 1150px;
  margin: 0 auto; }
  section.content.type-carousel .slick-wrap .prev-arrow,
  section.content.type-carousel .slick-wrap .next-arrow {
    position: absolute;
    top: 150px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #333;
    opacity: .5; }
    section.content.type-carousel .slick-wrap .prev-arrow:hover, section.content.type-carousel .slick-wrap .prev-arrow:focus,
    section.content.type-carousel .slick-wrap .next-arrow:hover,
    section.content.type-carousel .slick-wrap .next-arrow:focus {
      opacity: 1;
      cursor: pointer; }
    @media only screen and (max-width: 930px) {
      section.content.type-carousel .slick-wrap .prev-arrow,
      section.content.type-carousel .slick-wrap .next-arrow {
        top: 50%; } }
  section.content.type-carousel .slick-wrap .prev-arrow {
    left: 0; }
  section.content.type-carousel .slick-wrap .next-arrow {
    right: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 58px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*** AOB ADDS ***/
.mfp-content {
  text-align: center; }
  .mfp-content iframe {
    margin: 0 auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* :( */
.responsive-video-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }
  .responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.privacy-notice {
  z-index: 999 !important;
  position: relative !important;
  clear: both !important;
  font-style: italic !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 24px !important;
  line-height: 2.4rem !important;
  max-width: 500px !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding-top: 25px !important; }

.has-cookie-bar #catapult-cookie-bar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 21px 0; }
  .has-cookie-bar #catapult-cookie-bar:before {
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    transform: skewX(-13deg);
    content: ' ';
    position: absolute;
    top: 30px;
    right: calc(100% - 48px);
    left: -40px;
    bottom: -2px;
    z-index: -1;
    display: block;
    border: 2px solid #E9C235; }
    @media only screen and (max-width: 900px) {
      .has-cookie-bar #catapult-cookie-bar:before {
        display: none; } }
@media only screen and (max-width: 1500px) {
  .has-cookie-bar .ctcc-inner {
    margin-left: 50px; } }
@media only screen and (max-width: 900px) {
  .has-cookie-bar .ctcc-inner {
    margin-left: auto; } }
.has-cookie-bar .ctcc-more-info-link:before {
  content: '';
  display: block; }

body.archive header#page-header .content-wrap .text .buttons {
  padding-top: 5px; }

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