  @charset "UTF-8";
/*
Theme Name: Ghost
Theme URI: http://www.pickles.digital
Author: Pickles Digital
Author URI: http://www.pickles.digital
Description: Bespoke Base WordPress Theme
Version: 1.0
License: Private
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg") format("svg"); }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

/* figure {
  margin: 1em 40px; } */

figure {
  margin: 0; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 75%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #F5F5F5;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  @media (max-width: 480px) {
    html {
      font-size: 0.875em; } }

* {
  outline: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1,
.h1 {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.5em; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      line-height: 60px !important;
      font-size: 56px; } }

h2,
.h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.75em 0 0.25em; }
  h2.section-heading,
  .h2.section-heading {
    text-align: center; }
  @media (min-width: 1320px) {
	h2, .h2 {
      font-size: 2.5em; } }


h3,
.h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin: 1em 0 0.6875em; }
  h3.widget-heading,
  .h3.widget-heading {
    font-size: 1.75em;
    display: block;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: .5em;
    margin: .25em 0 1.5em; }
    h3.widget-heading::after,
    .h3.widget-heading::after {
      position: absolute;
      content: "";
      background-color: #1f9ac4;
      height: 3px;
      width: 40px;
      bottom: -1px;
      left: 0; }

h4,
.h4 {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.3125;
  margin: 0.5em 0 0.25em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0.625em 0 0.5em; }

ol {
  padding-left: 1.6em; }
  ol li {
    margin-bottom: .5em;
    font-size: 1.125rem; }

p {
  font-size: 1.125rem;
  margin: 0 0 1.5em; }
  p a {
    border-bottom: 2px solid rgba(31, 154, 196, 0.2); }
    p a:hover {
      color: #1f9ac4;
      border-color: rgba(31, 154, 196, 0.5); }

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #0264a3;
  text-decoration: none; }
  a:hover {
    color: #212121; }
  a.link-white {
    color: #fff; }
    a.link-white:hover {
      color: #99C1DA; }
  a.link-dark {
    color: #2F2F2F; }
    a.link-dark:hover {
      color: #0264a3; }
  a.link-gray {
    color: #616160; }
    a.link-gray:hover {
      color: #0264a3; }

ul li {
  font-size: 1.125rem; }

strong {
  font-weight: 700; }

em,
blockquote {
  font-style: italic; }

blockquote {
  margin: 0 0 1.5em;
  padding: 1em 2em;
  background-color: #FAFAFA;
  border: 2px solid #EEEEEE; }

address {
  font-style: normal; }

hr {
  border: 0;
  border-top: 1px solid #E0E0E0; }

figure {
  max-width: 100%; }
  figure.wp-caption {
    width: auto !important;
    display: inline-block;
    padding: 1em;
    background-color: #FAFAFA;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    float: none; }
    figure.wp-caption.alignnone {
      margin-right: 1em;
      margin-bottom: 0; }
    figure.wp-caption img.size-thumbnail {
      width: 150px;
      max-width: 100%;
      height: auto;
      margin-right: 0;
      margin-bottom: 1.5em; }
    figure.wp-caption .wp-caption-text {
      color: #616161; }

img {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  max-width: 100%;
  height: auto;
  box-shadow: #000 0em 0em 0em; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#main-content.col-md-8 ul,
.cd-item-info ul {
  position: relative; }
  #main-content.col-md-8 ul li,
  .cd-item-info ul li {
    list-style-type: none; }
    #main-content.col-md-8 ul li::before,
    .cd-item-info ul li::before {
      content: "\f00c";
      font-family: FontAwesome;
      position: absolute;
      left: 1em; }

#main-content h1, #main-content .h1,
#main-content h2, #main-content .h2,
#main-content h3, #main-content .h3,
#main-content h4, #main-content .h4,
#main-content h5, #main-content .h5,
#main-content h6, #main-content .h6 {
  text-align: inherit !important; }

/* table td {
  font-size: 1.125rem; } */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em; }

.wp-caption.alignnone {
  margin: 0 0 1.5em 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  color: #BDBDBD;
  font-size: .8125em;
  line-height: 1.35;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Custom Typography */
.primary-font {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-white {
  color: white; }
  .text-white a {
	  color: white;
	  border-bottom-color: rgba(255,255,255,0.25); }
	.text-white a:hover {
	  color: white;
	  border-bottom-color: rgba(255,255,255,0.75); }

.text-primary {
  color: #0264a3; }

.text-primary-md {
  color: #0583c8; }

.text-primary-light {
  color: #99C1DA; }

.text-primary-lighter {
  color: #EAF2F7; }

.text-dark {
  color: #2F2F2F; }

.text-gray {
  color: #616160; }

.text-gray-lighter {
  color: #A9B6BE; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (min-width: 768px) {
  .text-sm-center {
    text-align: center !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; } }

@media (min-width: 992px) {
  .text-md-center {
    text-align: center !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-lg-col-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem; } }

@media (min-width: 1320px) {
  .text-lg-center {
    text-align: center !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; } }

.font-size-lg {
  font-size: 1.5rem; }

.font-size-md {
  font-size: 1.125rem; }

.font-size-base {
  font-size: 1rem; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing-base {
  letter-spacing: 1.5px; }

.text-xs {
  font-size: 0.875rem; }

.font-weight-bold {
  font-weight: bold; }

* {
  box-sizing: border-box; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

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

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

@media (min-width: 1320px) {
  .container {
    width: 1290px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row.nopadding .col-lg-4:first-child {
    padding-left: 0 !important; }
  .row.nopadding .col-lg-4:nth-child(2) {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .row.nopadding .col-lg-4:last-child {
    padding-right: 0 !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1319px) {
  .col-md-4:nth-child(3n+1) {
    clear: left; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }
  @media (max-width: 767px) {
    .col-xs-6:nth-child(2n) {
      padding-left: 7.5px; }
    .col-xs-6:nth-child(2n+1) {
      padding-right: 7.5px; }
    .col-xs-6:nth-child(odd) {
      clear: left; } }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1320px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
    .col-lg-3:nth-child(4n+1) {
      clear: left; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }
  @media only screen and (min-width: 480px) {
	.pull-right-md {
		float: right !important; }
	}

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

.visible-sm {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block; } }

.visible-md {
  display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1319px) {
    .visible-md {
      display: block; } }

.visible-lg {
  display: none; }
  @media only screen and (min-width: 1320px) {
    .visible-lg {
      display: block; } }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none; } }

@media only screen and (min-width: 1320px) {
  .hidden-lg {
    display: none; } }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.nopaddingleft {
  padding-left: 0; }
  @media (max-width: 767px) {
    .nopaddingleft {
      padding-right: 0; } }

.nopaddingright {
  padding-right: 0; }
  @media (max-width: 767px) {
    .nopaddingright {
      padding-left: 0; } }

.m-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0; }

.m-t--1 {
  margin-top: -1rem; }

.m-t--2 {
  margin-top: -2rem; }

.m-t-1 {
  margin-top: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-t-3 {
  margin-top: 3rem; }

.m-t-4 {
  margin-top: 4rem; }

.m-r-0-5 {
  margin-right: 0.5rem; }

.m-r-1 {
  margin-right: 1rem; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.m-b-4 {
  margin-bottom: 4rem; }

.m-b-5 {
  margin-bottom: 5rem; }

.m-b-6 {
  margin-bottom: 6rem; }

.m-b-7 {
  margin-bottom: 7rem; }

.m-b-8 {
  margin-bottom: 8rem; }

.m-b-15 {
  margin-bottom: .5rem !important; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-b-1-5 {
  margin-bottom: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.m-x-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-y-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m-y-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m-y-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.m-y-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.m-y-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.m-y-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.m-y-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.m-y-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.m-x-auto {
  margin-left: auto;
  margin-right: auto; }

.m-l-1 {
  margin-left: 1rem; }

.m-l-2 {
  margin-left: 2rem; }

.p-0 {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important; }

.p-12 {
  padding-top: .25rem !important;
  padding-left: .25rem !important;
  padding-bottom: .25rem !important;
  padding-right: .25rem !important; }

.p-15 {
  padding-top: .5rem !important;
  padding-left: .5rem !important;
  padding-bottom: .5rem !important;
  padding-right: .5rem !important; }

.p-1 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem; }

.p-2 {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem; }

.p-3 {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem; }

.p-4 {
  padding-top: 4rem;
  padding-left: 4rem;
  padding-bottom: 4rem;
  padding-right: 4rem; }

.p-5 {
  padding-top: 5rem;
  padding-left: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem; }

.p-6 {
  padding-top: 6rem;
  padding-left: 6rem;
  padding-bottom: 6rem;
  padding-right: 6rem; }

.p-y-12 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important; }

.p-y-15 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important; }

.p-y-17 {
  padding-top: .875rem;
  padding-bottom: .875rem; }

.p-y-0 {
	padding-top: 0;
	padding-bottom: 0; }

.p-y-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-y-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.p-y-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p-y-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.p-y-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.p-y-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.p-y-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.p-x-0 {
	padding-left: 0;
	padding-right: 0; }

.p-x-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p-x-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p-x-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

.p-x-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.p-x-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

.p-x-6 {
  padding-left: 6rem;
  padding-right: 6rem; }

.p-t-0 {
  padding-top: 0rem; }

.p-t-1 {
  padding-top: 1rem; }

.p-t-1-5 {
  padding-top: 1.5rem; }

.p-r-1 {
  padding-right: 1rem; }

.p-b-0 {
  padding-bottom: 0rem; }

.p-b-1 {
  padding-bottom: 1rem; }

.p-l-0 {
  padding-left: 0rem; }

.p-l-1 {
  padding-left: 1rem; }

.p-t-2 {
  padding-top: 2rem; }

.p-r-0 {
  padding-right: 0rem; }

.p-r-2 {
  padding-right: 2rem; }

.p-b-2 {
  padding-bottom: 2rem; }

.p-l-2 {
  padding-left: 2rem; }

.p-t-3 {
  padding-top: 3rem; }

.p-b-3 {
  padding-bottom: 3rem; }

.p-t-4 {
  padding-top: 4rem; }

.p-b-4 {
  padding-bottom: 4rem; }

@media (min-width: 768px) {
  .m-t-sm-1 {
    margin-top: 1rem; }
  .m-t-sm-2 {
    margin-top: 2rem; }
  .p-sm-1 {
    padding-top: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important; }
  .p-sm-2 {
    padding-top: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important; }
  .p-sm-3 {
    padding-top: 3rem !important;
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
    padding-right: 3rem !important; }
  .p-sm-4 {
    padding-top: 4rem !important;
    padding-left: 4rem !important;
    padding-bottom: 4rem !important;
    padding-right: 4rem !important; }
  .p-sm-5 {
    padding-top: 5rem !important;
    padding-left: 5rem !important;
    padding-bottom: 5rem !important;
    padding-right: 5rem !important; }
  .p-sm-6 {
    padding-top: 6rem !important;
    padding-left: 6rem !important;
    padding-bottom: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-y-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-y-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-y-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-y-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-y-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-x-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-x-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-x-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .p-x-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-x-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .p-x-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-t-sm-0 {
    padding-top: 0rem !important; }
  .p-b-sm-0 {
    padding-bottom: 0rem !important; }
  .p-t-sm-1 {
    padding-top: 1rem !important; }
  .p-b-sm-1 {
    padding-bottom: 1rem !important; }
  .p-t-sm-2 {
    padding-top: 2rem !important; }
  .p-b-sm-2 {
    padding-bottom: 2rem !important; }
  .p-t-sm-1-5 {
    padding-top: 1.5rem !important; }
  .p-t-sm-3 {
    padding-top: 3rem !important; }
  .p-b-sm-3 {
    padding-bottom: 3rem !important; }
  .p-t-sm-4 {
    padding-top: 4rem !important; }
  .p-b-sm-4 {
    padding-bottom: 4rem !important; } }

@media (min-width: 992px) {
  .m-b-md-0 {
    margin-bottom: 0 !important; }
  .m-b-md-2 {
    margin-bottom: 2rem !important; }
  .m-b-md-3 {
    margin-bottom: 3rem !important; }
  .m-b-md-4 {
    margin-bottom: 4rem !important; }
  .m-t-md--2 {
    margin-top: -2rem; }
  .m-r-md-2 {
    margin-right: 2rem; }
  .p-md-0 {
    padding-top: 0rem !important;
    padding-left: 0rem !important;
    padding-bottom: 0rem !important;
    padding-right: 0rem !important; }
  .p-md-1 {
    padding-top: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important; }
  .p-md-2 {
    padding-top: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important; }
  .p-md-3 {
    padding-top: 3rem !important;
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
    padding-right: 3rem !important; }
  .p-md-4 {
    padding-top: 4rem !important;
    padding-left: 4rem !important;
    padding-bottom: 4rem !important;
    padding-right: 4rem !important; }
  .p-md-5 {
    padding-top: 5rem !important;
    padding-left: 5rem !important;
    padding-bottom: 5rem !important;
    padding-right: 5rem !important; }
  .p-md-6 {
    padding-top: 6rem !important;
    padding-left: 6rem !important;
    padding-bottom: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important; }
  .p-y-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-y-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-y-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-y-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-y-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-y-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-x-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .p-x-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-x-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-x-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .p-x-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-x-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .p-x-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-t-md-0 {
    padding-top: 0rem !important; }
  .p-b-md-0 {
    padding-bottom: 0rem !important; }
  .p-t-md-1 {
    padding-top: 1rem !important; }
  .p-b-md-1 {
    padding-bottom: 1rem !important; }
  .p-t-md-2 {
    padding-top: 2rem !important; }
  .p-b-md-2 {
    padding-bottom: 2rem !important; }
  .p-t-md-3 {
    padding-top: 3rem !important; }
  .p-b-md-3 {
    padding-bottom: 3rem !important; }
  .p-t-md-4 {
    padding-top: 4rem !important; }
  .p-b-md-4 {
    padding-bottom: 4rem !important; } }

@media (min-width: 1200px) {
  .p-lg-1 {
    padding-top: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem !important; }
  .p-lg-2 {
    padding-top: 2rem !important;
    padding-left: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2rem !important; }
  .p-lg-3 {
    padding-top: 3rem !important;
    padding-left: 3rem !important;
    padding-bottom: 3rem !important;
    padding-right: 3rem !important; }
  .p-lg-4 {
    padding-top: 4rem !important;
    padding-left: 4rem !important;
    padding-bottom: 4rem !important;
    padding-right: 4rem !important; }
  .p-lg-5 {
    padding-top: 5rem !important;
    padding-left: 5rem !important;
    padding-bottom: 5rem !important;
    padding-right: 5rem !important; }
  .p-lg-6 {
    padding-top: 6rem !important;
    padding-left: 6rem !important;
    padding-bottom: 6rem !important;
    padding-right: 6rem !important; }
  .p-y-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-y-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-y-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-y-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-y-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-y-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .p-x-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .p-x-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .p-x-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .p-x-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important; }
  .p-x-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .p-x-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important; }
  .p-x-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important; }
  .p-t-lg-0 {
    padding-top: 0rem !important; }
  .p-b-lg-0 {
    padding-bottom: 0rem !important; }
  .p-t-lg-1 {
    padding-top: 1rem !important; }
  .p-b-lg-1 {
    padding-bottom: 1rem !important; }
  .p-t-lg-2 {
    padding-top: 2rem !important; }
  .p-b-lg-2 {
    padding-bottom: 2rem !important; }
  .p-t-lg-3 {
    padding-top: 3rem !important; }
  .p-b-lg-3 {
    padding-bottom: 3rem !important; }
  .p-t-lg-4 {
    padding-top: 4rem !important; }
  .p-b-lg-4 {
    padding-bottom: 4rem !important; } }

.p-mb-0 p {
  margin-bottom: 0; }

.rounded-corners {
	border-radius: 10px; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !important; } }

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1319px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1320px) {
  .hidden-lg-up {
    display: none !important; } }

.overflow-hidden {
  overflow: hidden; }

#banner {
  width: 100%;
  height: 100vh;
  max-height: 75vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    #banner.banner-sm {
      max-height: 50vh; } }
  @media (min-width: 768px) {
    #banner {
      height: 650px !important; } }
  @media (min-width: 992px) {
    #banner {
      height: 533px !important; }
      #banner.banner-sm {
        max-height: 360px; } }
  @media (min-width: 1600px) {
    #banner {
      height: 750px !important; } }
  #banner .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  #banner .banner-content {
    position: absolute;
    width: 100%;
    top: 60%; }
    @media (max-width: 767px) {
	    #banner .banner-content {
		    width: 80%; }
		}
    #banner .banner-content.banner-content-center {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 90%;
      left: 50%; }
    #banner .banner-content.banner-content-left {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
    #banner .banner-content.banner-content-right {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }


@media (min-width: 992px) {
  .w-max-md-800 {
    max-width: 800px !important; } }

body.home .w-max-md-800 {
	max-width: 480px !important;
}

@media (max-width: 767px) {
	body.home .w-max-md-800 {
	padding: 0 30px; } }

/* Ocean image
body.home #banner {
	background-color: rgba(0, 14, 31); }

body.home #banner h2 {
	font-weight: normal;
	letter-spacing: -1px; }

body.home #banner p {
	margin: 25px 0; }

body.home #banner .banner-overlay {
	background: linear-gradient(rgba(0, 14, 31, 0.8) 0%, rgba(0, 14, 31, 0) 20%);
    background-blend-mode: multiply; } */

/* Software image */
body.home #banner {
	background-color: #cccccc; }

body.home #banner h2 {
	text-shadow: 0 3px 6px rgba(61, 105, 113, 0.4);
	font-weight: normal;
	letter-spacing: -1px; }

body.home #banner p {
	text-shadow: 0 2px 4px rgba(61, 105, 113, 0.6);
	margin: 25px 0; }

body.home #banner .banner-overlay {
	background: linear-gradient(rgba(61, 105, 113, 0.3) 0%, rgba(61, 105, 113, 0) 20%);
  background-blend-mode: multiply; }

body.home #banner.consultation {
	background-color: #A3C6CB; }

body.home #banner.consultation h1 {
	color: #0583c8;
	text-shadow: none;
	/* color: #154138; */ }

@media (min-width: 768px) {
	body.home #banner.consultation h1 {
		font-size: 45px;
		line-height: 48px !important;
	}
}

@media (min-width: 1600px) {
	body.home #banner.consultation h1 {
		line-height: 60px !important;
		font-size: 56px;
	}
}

body.home #banner.consultation .banner-overlay {
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: multiply; }

body.home #banner.consultation p {
	color: #333;
	text-shadow: none; }

body.home #banner.consultation .btn {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 20px 50px rgba(0, 0, 0, 0.3);
	border-radius: 50px; }

.accordion .accordion-item {
  padding-top: 1rem;
  padding-bottom: .5rem; }
  .accordion .accordion-item:not(:last-of-type) {
    border-bottom: #EAF2F7 1px solid; }
  .accordion .accordion-item.is-open .accordion-title {
    color: #0264a3; }
    .accordion .accordion-item.is-open .accordion-title:after {
      color: #0264a3;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion .accordion-item .accordion-title {
    cursor: pointer;
    color: #3383B6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem; }
    .accordion .accordion-item .accordion-title:hover {
      color: #2F2F2F; }
    .accordion .accordion-item .accordion-title:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f078";
      color: #2F2F2F;
      position: absolute;
      top: 6px;
      right: 0;
      font-size: 1rem;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .accordion .accordion-item p:last-of-type {
    margin-bottom: 0; }

.affix {
  position: fixed;
  top: 0;
  z-index: 100; }

.affix-bottom {
  position: absolute; }

.pos-a {
  position: absolute; }

.pos-r {
  position: relative; }

.pos-0-0 {
  top: 0;
  left: 0; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.top-15 {
  top: .5rem; }

.right-15 {
  right: .5rem; }

.bottom-15 {
  bottom: .5rem; }

.left-15 {
  left: .5rem; }

.top-1 {
  top: 1rem; }

.right-1 {
  right: 1rem; }

.bottom-1 {
  bottom: 1rem; }

.left-1 {
  left: 1rem; }

.transform-y-center {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.pos-y-center {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%; }

.pos-x-y-center {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

.pos-x-0-y-center {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  left: 0; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%; }

.pull-top-1 {
  top: -1rem; }

.pull-t-12 {
  top: -.5rem; }

@media (min-width: 992px) {
  .pull-top-md-0 {
    top: 0 !important; }
  .pull-t-md-12 {
    top: -.5rem; } }

.vertical-align-middle {
  vertical-align: middle; }

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }

.repeat-5 {
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5; }

.delay-2s {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

body.home #breadcrumbs {
  visibility: hidden;
  position: fixed; }
  body.home #breadcrumbs.affix {
    visibility: visible; }
  body.home #breadcrumbs p {
    text-transform: none; }
  body.home #breadcrumbs a {
    padding-right: 0; }
    body.home #breadcrumbs a::before, body.home #breadcrumbs a::after {
      content: none; }

#breadcrumbs {
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #E0E0E0;
  width: 100%; }
  #breadcrumbs p {
    margin: 0;
    font-size: .875em;
    float: left; }
    #breadcrumbs p:not(.pull-right) {
      text-transform: capitalize; }
  #breadcrumbs span {
    color: #757575; }
  #breadcrumbs a {
    -webkit-transition-property: color;
    transition-property: color;
    position: relative;
    padding: 1em 2em 1em 0;
    margin-right: 2em;
    display: inline-block;
    border: 0;
    font-weight: 700;
    color: #757575; }
    #breadcrumbs a::before, #breadcrumbs a::after {
      content: "";
      position: absolute;
      height: 2.0625em;
      width: 1px;
      right: 0;
      background: #E0E0E0; }
    #breadcrumbs a::before {
      top: -2px;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg); }
    #breadcrumbs a::after {
      bottom: -2px;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg); }
  #breadcrumbs .fa {
    position: relative;
    top: .04em; }
    #breadcrumbs .fa:not(:last-of-type) {
      margin-right: .25em; }
  @media (min-width: 992px) {
    #breadcrumbs .phone {
      font-size: 1.5em; }
      #breadcrumbs .phone a {
        padding: 0;
        top: .15em; }
        #breadcrumbs .phone a .fa {
          font-size: 1rem;
          top: 0; } }
  #breadcrumbs .pull-right {
    visibility: hidden;
    opacity: 0; }
    #breadcrumbs .pull-right a {
      padding-right: 0;
      margin-right: 1em; }
      #breadcrumbs .pull-right a:hover {
        color: #BDBDBD; }
      #breadcrumbs .pull-right a::before, #breadcrumbs .pull-right a::after {
        content: none; }
    #breadcrumbs .pull-right span:last-of-type a {
      margin-right: 0; }
  #breadcrumbs + #title {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  #breadcrumbs.affix .pull-right {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 991px) {
    #breadcrumbs {
      position: fixed;
      top: 0;
      visibility: hidden;
      opacity: 0; }
      #breadcrumbs p:not(.pull-right),
      #breadcrumbs .social-icon {
        display: none; }
      #breadcrumbs .pull-right {
        float: none !important;
        text-align: center; }
      #breadcrumbs.affix {
        visibility: visible;
        opacity: 1; } }

@media (min-width: 768px) {
  #breadcrumbs.affix + #title {
    margin-top: 3em; }
  .admin-bar #breadcrumbs.affix {
    top: 32px; } }

.btn {
  display: inline-block;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: .75em 1.5em;
  font-size: 0.875em;
  border-radius: 3px;
  letter-spacing: 2px;
  font-weight: bold; }
  .btn.btn-sm {
    font-size: 0.7rem; }
  .btn.btn-lg {
    font-size: 1.2rem;
    line-height: 17px; }
  .btn.btn-primary {
    border: 2px solid #0264a3;
    color: white;
    background-color: #0264a3; }
    .btn.btn-primary:hover {
      border: 2px solid #3383B6;
      background: #3383B6;
      color: white; }
  .btn.btn-primary-outline {
    border: 2px solid #0264a3;
    color: #0264a3; }
    .btn.btn-primary-outline:hover {
      background-color: #0264a3;
      color: white; }
  .btn.btn-primary-md {
    border: 2px solid #3383B6;
    color: white;
    background-color: #3383B6; }
    .btn.btn-primary-md:hover {
      border: 2px solid #0264a3;
      background: #0264a3;
      color: white; }
  .btn.btn-primary-md-outline {
    border: 2px solid #3383B6;
    color: #3383B6; }
    .btn.btn-primary-md-outline:hover {
      background-color: #3383B6;
      color: white; }
  .btn.btn-primary-light {
    border: 2px solid #99C1DA;
    color: white;
    background-color: #99C1DA; }
    .btn.btn-primary-light:hover {
      border: 2px solid #0264a3;
      background: #0264a3;
      color: white; }
  .btn.btn-primary-light-outline {
    border: 2px solid #99C1DA;
    color: #99C1DA; }
    .btn.btn-primary-light-outline:hover {
      background-color: #99C1DA;
      color: white; }
  .btn.btn-success {
    border: 2px solid #70A23B;
    color: white;
    background-color: #70A23B; }
    .btn.btn-success:hover {
      border: 2px solid #3c5720;
      background: #3c5720;
      color: white; }
  .btn.btn-success-outline {
    border: 2px solid #70A23B;
    color: #70A23B; }
    .btn.btn-success-outline:hover {
      background-color: #70A23B;
      color: white; }
  .btn.btn-white {
    border: 2px solid white;
    color: #0264a3;
    background-color: white; }
    .btn.btn-white:hover {
      border: 2px solid #E0E0E0;
      background-color: #E0E0E0;
      color: #0264a3; }
  .btn.btn-white-outline {
    border: 2px solid white;
    color: white; }
    .btn.btn-white-outline:hover {
      background-color: white;
      color: #0264a3; }
    .btn.btn-white-outline.primary-md:hover {
      color: #3383B6; }
  @media (min-width: 768px) {
    .btn {
      padding: 1em 2em; } }

.carousel .item .btn {
  font-size: 0.875em;
  color: white;
  margin-right: .5em; }
  .carousel .item .btn:hover {
    opacity: 0.75; }
  .carousel .item .btn:nth-of-type(1) {
    background-color: #0264a3; }
  .carousel .item .btn:nth-of-type(2) {
    background-color: white;
    color: #424242; }

.row-buttons .btn {
  margin-left: 1rem; }
  .row-buttons .btn:first-of-type {
    margin-left: 0 !important; }

.btn-nav a {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  padding: 10px 12px !important; }
  @media (min-width: 768px) {
    .btn-nav a {
      border-radius: 3px;
      border-style: solid;
      border-color: #fff;
      border-width: 2px !important; } }

.btn-post-b {
  border-radius: 0 0 3px 3px; }

.btn-reset {
  border: none !important;
  background: none !important; }

.burger.active {
  background: none; }
  .burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    left: 0; }
  .burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
    left: 0; }

.burger {
  background: #fff;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .burger:before {
    content: "";
    background: #fff;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: -7px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .burger:after {
    content: "";
    background: #fff;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.no-js .lazyload {
  display: none; }

.lazyload {
  opacity: 0; }
  .lazyload.loading {
    opacity: 1;
    -webkit-transition: 600ms opacity;
    transition: 600ms opacity;
    min-height: 35px;
    min-width: 35px; }
  .lazyload.loaded {
    opacity: 1;
    background: none; }

.intrinsic-ratio-box {
  position: relative;
  display: block;
  width: 100%; }

.intrinsic-ratio-helper {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }

.intrinsic-ratio-box img,
.intrinsic-ratio-box iframe,
.intrinsic-ratio-box video,
.intrinsic-ratio-box object,
.intrinsic-ratio-box .intrinsic-ratio-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

[data-expand].lazyload.intrinsic-ratio-box {
  opacity: 0;
  -webkit-transform: scale(1.05) translateY(-10%);
  transform: scale(1.05) translateY(-10%);
  -webkit-transition: all 300ms;
  transition: all 300ms; }

[data-expand].lazyloaded.intrinsic-ratio-box {
  opacity: 1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px); }

#logo {
  border: none;
  width: auto;
  height: 40px;
  width: 194px;
  background-image: url('/wp-content/uploads/2020/05/sandberg-thin-white-web-optimised.svg');
  margin: 20px 0 0 15px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  float: left; }
  @media (max-width: 768px) {
    #logo {
	   margin: 17px 0 0 15px; } }
  @media (min-width: 768px) {
    #logo {
      height: 80px !important;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; } }
  @media (min-width: 1320px) {
    #logo {
      height: 96px !important; } }

/* Jobs page */
body.page-id-23097 #logo,
body.page-id-25259 #logo  {
	background-image: url('/wp-content/uploads/2020/05/sandberg-web-optimised-black.svg') !important;
}

@media (min-width: 768px) {
	body.page-id-20068 #logo  {
		background-image: url('/wp-content/uploads/2020/09/sandberg-web-optimised-white.svg') !important; }}

@media (max-width: 768px) {
	body.page-id-23097 #logo,
	body.page-id-25259 #logo {
		background-image: url('/wp-content/uploads/2020/05/sandberg-thin-web-optimised.svg') !important; }}

#map {
  position: relative; }

#map iframe {
  pointer-events: none;
  width: 100%;
  height: 600px; }

@media (min-width: 768px) {
  #map iframe {
    height: 450px !important; } }

#map .pos-a {
  width: 100%;
  height: 100%; }

#map .container, #map .container .row, #map .container .row .col-xs-12 {
  height: 100%;
  position: relative; }

.card-map {
  background: #f7f7fa;
  padding: 2rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.dropdown {
  position: relative; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  outline: 0;
  cursor: pointer; }

.dropdown-toggle .fa {
  padding-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  padding: 5px 0;
  min-width: 200px;
  list-style: none;
  text-align: left;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .dropdown-menu a {
    display: block;
    padding: 0.5em 2em;
    white-space: normal;
    color: #424242; }
    .dropdown-menu a:hover {
      color: #616161; }

.navbar .dropdown-menu {
  min-width: 240px; }

.navbar .dropdown .dropdown-menu {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  opacity: 0; }

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block; }

#secondary-menu {
  display: none; }

#navigation.dark {
  background-color: white; }

@media (min-width: 768px) {
  #navigation.float {
    position: absolute !important;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    z-index: 100; }
  #navigation.dark {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  #secondary-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 101; }
    #secondary-menu.affix {
      display: block; }
  .admin-bar #navigation.float {
    top: 32px; }
  .admin-bar #secondary-menu {
    top: 32px; } }

#navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible; }

#navbar .dropdown .dropdown-menu {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #1f9ac4;
  font-size: 0.875em; }
  #navbar .dropdown .dropdown-menu * {
    -webkit-transition: none;
    transition: none; }
  #navbar .dropdown .dropdown-menu a:hover {
    background-color: #FAFAFA; }
  @media (max-width: 767px) {
    #navbar .dropdown .dropdown-menu {
      visibility: visible;
      opacity: 1;
      position: relative;
      display: block;
      min-width: none;
      list-style: circle;
      box-shadow: none;
      border: 0;
      float: none;
      padding: 0; }
      #navbar .dropdown .dropdown-menu li {
        margin-left: 3em; }
        #navbar .dropdown .dropdown-menu li a {
          padding-left: 0; } }

.dropdown-menu.pull-right {
  right: auto;
  left: 0; }

.dropdown-header {
  padding: 12px 0px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #dedede; }
  @media (max-width: 767px) {
    .dropdown-header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }

.dropdown-header:first-of-type {
  padding-top: 3px; }

.dropdown-header:last-of-type {
  padding-bottom: 3px;
  border-bottom: 0; }

.dropdown-header > a {
  padding-left: 20px; }

.dropdown-header > ul {
  list-style: none;
  padding: 0; }

.dropdown-header > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap; }

.dropdown-header > ul > li > a:hover,
.dropdown-header > ul > li > a:focus {
  background-color: #F7F7FA; }
  @media (max-width: 767px) {
    .dropdown-header > ul > li > a:hover,
    .dropdown-header > ul > li > a:focus {
      background-color: rgba(255, 255, 255, 0.05); } }

.dropdown-header ul > .current-menu-item > a,
.dropdown-header ul > .current-menu-item > a:hover,
.dropdown-header ul > .current-menu-item > a:focus {
  outline: 0;
  background-color: #F7F7FA; }

@media (max-width: 767px) {
  .dropdown-header ul > .current-menu-item > a,
  .dropdown-header ul > .current-menu-item > a:hover,
  .dropdown-header ul > .current-menu-item > a:focus {
    background-color: rgba(255, 255, 255, 0.05); } }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: 0;
  right: auto; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.pull-right > .dropdown-menu {
  right: auto;
  left: 0; }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: -1.5em;
    right: auto; }
  .navbar .navbar-right .dropdown-menu {
    left: -0.75em; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: inline-block;
  margin-right: 0rem; }
  .nav > li:last-of-type {
    margin-right: 0; }
  @media (min-width: 1320px) {
    .nav > li {
	  margin-right: 1rem; }	}
  @media (max-width: 767px) {
    .nav > li {
      margin: 0 !important; } }
  .nav > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible; }
  .nav > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 16px;
    top: 40px;
    list-style: none;
    padding: .5rem 0;
    background: white;
    min-width: 212px;
    text-align: left;
    z-index: 10; }
    @media (max-width: 767px) {
      .nav > li > .sub-menu {
        display: none !important; } }
    .nav > li > .sub-menu > li > a {
      color: #2F2F2F;
      padding: .5rem 1rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      display: block;
      font-size: 0.875rem; }
      .nav > li > .sub-menu > li > a:hover {
        color: #0264a3; }
    .nav > li > .sub-menu:after {
      content: "";
      position: absolute;
      top: -6px;
      left: -6px;
      width: 12px;
      height: 12px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49.99%, white 50%, white 100%);
      background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49.99%, white 50%, white 100%); }

.nav > li:last-of-type a {
  margin-right: 0; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 1rem .75rem;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: white; }
  .nav > li > a:hover {
    color: rgba(255,255,255,0.5); }
  @media (max-width: 767px) {
    .nav > li > a {
      padding: 8px 15px;
      line-height: 8px !important; } }
  @media (min-width: 768px) {
    .nav > li > a {
      line-height: 1;
      font-size: .75em; } }
  @media (min-width: 1320px) {
    .nav > li > a {
      font-size: .9em;
			letter-spacing: 3px;
      padding: 1rem; } }

@media (min-width: 768px) {
  #navigation.light .nav {
    text-align: center; }
    #navigation.light .nav > li > a {
      color: rgba(255, 255, 255, 0.8); }
      #navigation.light .nav > li > a:hover {
        color: white; }
    #navigation.light .nav > li.current-menu-item > a, #navigation.light .nav > li.current-menu-ancestor > a {
      color: white; } }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: transparent; }

.navbar {
  position: relative; }
  @media (min-width: 768px) {
    .navbar .navbar-header {
      float: left; }
      .navbar .navbar-header a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .navbar #navbar .nav {
      min-height: 0 !important; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-brand {
  float: left;
  display: inline-block; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 24px;
  margin-bottom: 8px;
  background-color: white;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

@media (max-width: 767px) {
  .navbar-nav {
    margin: 12px 0; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    background-color: rgba(255, 255, 255, 0.05);
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 0px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: right; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: transparent; }

@media (max-width: 767px) {
  .navbar .navbar-nav > .current-menu-item > a,
  .navbar .navbar-nav > .current-menu-item > a:hover,
  .navbar .navbar-nav > .current-menu-item > a:focus {
    color: #1f9ac4; } }

@media (max-width: 767px) {
  .navbar .navbar-nav > .current-menu-item > a,
  .navbar .navbar-nav > .current-menu-item > a:hover,
  .navbar .navbar-nav > .current-menu-item > a:focus,
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:hover,
  .navbar .navbar-nav > .open > a:focus,
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    border-bottom: none !important; } }

.navbar .navbar-toggle {
  border-color: #dddddd; }

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #1f9ac4; }

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent; }
  .navbar .navbar-nav .open .dropdown-menu > .current-menu-item > a,
  .navbar .navbar-nav .open .dropdown-menu > .current-menu-item > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .current-menu-item > a:focus {
    background-color: #e7e7e7; }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent; } }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both; }

@media (max-width: 991px) {
  .nav-mobile {
    padding-left: 0;
    list-style: none; }
    .nav-mobile li {
      font-size: 1.2rem;
      letter-spacing: 1.5px;
      margin-bottom: 1.5rem; }
      .nav-mobile li a {
        color: #fff;
        text-transform: uppercase;
        font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

@media (max-width: 991px) {
  #menu-header-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  #menu-header-menu,
  #menu-header-menu-danish,
  #menu-header-menu-finnish,
  #menu-header-menu-icelandic,
  #menu-header-menu-norwegian,
  #menu-header-menu-swedish,
  #menu-header-menu-french,
  #menu-header-menu-german {
    margin: 16px 0; } }

header {
  position: relative;
  background: #3383B6;
  z-index: 1000; }

header.header-absolute {
  background: none !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }
  header.header-absolute.active {
    z-index: 999; }
  @media (min-width: 768px) {
	  header.header-absolute #logo {
	    height: 96px;
	    width: 208px;
	    background-image: url('/wp-content/uploads/2020/05/sandberg-web-optimised.svg');
	    margin: 20px 0; }
	  body.single-vacancies header.header-absolute #logo {
			height: 40px;
			width: 194px;
			background-image: url('/wp-content/uploads/2020/05/sandberg-thin-white-web-optimised.svg');
			margin: 20px 0 0 15px; } }
  header.header-absolute .nav-contact {
    border-radius: 50%; }

#primary-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 930px; }
  @media (max-width: 767px) {
    #primary-nav {
	  min-height: 72px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1320px) {
    #primary-nav {
      max-width: 1280px;
      min-height: 80px; } }
  #primary-nav.primary-nav-light .nav > li > a {
    color: #2F2F2F; }
    #primary-nav.primary-nav-light .nav > li > a:hover {
      color: #0264a3; }

body.logged-in header.header-absolute {
  margin-top: 46px; }
  @media (min-width: 768px) {
    body.logged-in header.header-absolute {
      margin-top: 32px !important; } }

.nav-contact {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  margin: 6px 6px 0px 0px;
  border-radius: 50%; }
  .nav-contact i {
    color: #fff;
    font-size: 1.5rem;
    padding: 12px 0; }
  .nav-contact > div {
    color: #fff;
    font-size: 1.5rem;
    padding: 16px 0; }

@media (max-width: 767px) {
  .menu-item.wpml-ls-item.wpml-ls-current-language {
    margin-top: 3rem; }
    .menu-item.wpml-ls-item.wpml-ls-current-language > a {
      border: #fff 1px solid;
      border-radius: 2px;
      padding: .5rem 1rem; }
  .menu-item.wpml-ls-item > ul.sub-menu {
    margin-top: 2rem; } }

.tabs iframe:nth-of-type(2n+1) {
  padding-right: .5em; }

.tabs iframe:nth-of-type(2n) {
  padding-left: .5em; }

.nav-tabs {
  display: table;
  width: 100%;
  margin-top: 0;
  margin-bottom: -3em;
  table-layout: fixed; }
  .nav-tabs li {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    width: 100%;
    display: table-cell; }
    .nav-tabs li a {
      -webkit-transition: none;
      transition: none;
      width: 100%;
      text-align: center;
      display: block;
      background-color: #F5F5F5;
      padding: 1.25em 1em;
      margin: 0;
      position: relative;
      border-spacing: 0;
      line-height: 1;
      color: #424242; }
    .nav-tabs li:not(.active) a {
      box-shadow: inset 0 0 0 2px #EEEEEE; }
    .nav-tabs li:not(.active) a:hover {
      color: black;
      background-color: #f3f3f3; }
    .nav-tabs li:first-of-type a {
      border-radius: 3px 0 0; }
    .nav-tabs li:last-of-type a {
      border-radius: 0 3px 0 0; }
    .nav-tabs li.active a {
      color: black;
      background-color: #eeeeee;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
      cursor: default; }
      .nav-tabs li.active a::after {
        content: " ";
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: -3px;
        vertical-align: middle;
        border-bottom: 6px solid;
        border-bottom-color: white;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; }
  @media (max-width: 1319px) {
    .nav-tabs li a {
      padding: 1em .75em;
      font-size: .875em; }
    .nav-tabs li.active a::after {
      content: none; } }
  @media (max-width: 767px) {
    .nav-tabs {
      display: block;
      margin-bottom: 0; }
      .nav-tabs li {
        display: block; } }

.tab-content {
  padding: 2em 1em 1.5em;
  border: 2px solid #EEEEEE;
  background-color: white;
  border-top: 0;
  color: #616161;
  -webkit-transition: height ease .3s;
  transition: height ease .3s; }
  .tab-content ul {
    padding-left: 1em; }
  .tab-content li {
    padding: .5em 0;
    border-bottom: 1px dashed lightgrey; }
    .tab-content li:first-of-type {
      padding-top: 0; }
    .tab-content li:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
  .tab-content p:last-of-type {
    margin-bottom: 0; }
  .tab-content .tab-pane {
    display: none; }
    .tab-content .tab-pane *:first-child {
      margin-top: 0; }
    .tab-content .tab-pane *:last-child {
      margin-bottom: 0; }
    .tab-content .tab-pane.active {
      display: block; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-card h3 {
  font-size: 1.2em;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bg-white {
  background: white; }

.bg-primary {
  background: #0264a3;
  color: #fff; }

.bg-primary-lighter {
  background: #EAF2F7; }

.bg-secondary {
  background: #3383B6;
  color: #fff; }

.bg-tertiary {
  background: #99C1DA; }

.bg-success {
  background: #70A23B; }

.bg-faded {
  background: #f7f7fa; }

.bg-lightest {
  background: #FCFCFD; }

.bg-grey {
  background: #616160; }

.bg-light-grey {
	background: #F5F5F5; }

.bg-transparent {
  background: transparent; }

@media (max-width: 991px) {
  .bg-sm-down-white {
    background: white !important; }
  .bg-sm-down-faded {
    background: #F7F7FA !important; } }

@media (min-width: 992px) {
  .bg-md-up-white {
    background: white !important; }
  .bg-md-up-faded {
    background: #F7F7FA !important; } }

.bg-img-default {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.bg-img-100-top-center {
  background-size: 100% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important; }

.card-shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16); }

.card {
  padding: 10rem 2rem 2rem 2rem;
  border-radius: 1px; }
  .card.card-bg:hover .card-bg-overlay {
    background: rgba(0, 0, 0, 0.5); }
  .card.card-bg:hover .card-content {
    top: -16px; }
  .card .card-content {
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0; }

.card-post .card-post-title {
  min-height: 54px; }

.card-post p:last-of-type {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .card {
    padding: 18rem 2rem 2rem 2rem !important; } }

.card-bg {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .card-bg .card-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.card-tile {
  padding: 2rem; }
  .card-tile .card-tile-content {
    padding: 2rem;
    border: #1f9ac4 2px solid;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .card-tile .card-tile-content:hover {
      border-color: white; }

/*.card-tile:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}*/
.card-100 {
  width: 100%; }

.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -998;
  background: #616160;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  overflow: scroll; }
  .offcanvas.active {
    z-index: 998;
    opacity: 1; }
  .offcanvas .nav-mobile {
	padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    .offcanvas .nav-mobile ul {
      list-style: none;
      padding-left: 0; }
    .offcanvas .nav-mobile li {
      text-align: left; }
      .offcanvas .nav-mobile li.nav-mobile-category {
        font-size: 1rem;
        margin-bottom: 3rem !important; }
        .offcanvas .nav-mobile li.nav-mobile-category > a {
          display: block;
          padding-bottom: 1rem;
          opacity: 0.75;
          pointer-events: none;
          font-weight: bold;
          letter-spacing: 1.5px;
          position: relative; }
          .offcanvas .nav-mobile li.nav-mobile-category > a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: #A9B6BE;
            left: 0;
            bottom: 7px; }

.wpcf7-form p {
  margin-bottom: 0; }

form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100% !important; }

.cf7-label {
  margin-bottom: .5rem !important; }

.cf7-control, .cf7-control-textarea, .cf7-control-date {
  margin: 0 !important;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1rem; }

form.wpcf7-form input[type=submit] {
  float: none !important; }

form.wpcf7-form input.btn[type=submit] {
  padding: 1em 2em !important; }

form input {
  border-radius: 0.25rem; }
  /* form input:not(.btn) {
    border-color: #EAF2F7 !important; } */
  form input::-webkit-input-placeholder {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form input::-moz-placeholder {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form input:-ms-input-placeholder {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form input::-ms-input-placeholder {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form input::placeholder {
    font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

form .custom-search-field {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form .custom-search-field::-webkit-input-placeholder {
    letter-spacing: 1.5px; }
  form .custom-search-field::-moz-placeholder {
    letter-spacing: 1.5px; }
  form .custom-search-field:-ms-input-placeholder {
    letter-spacing: 1.5px; }
  form .custom-search-field::-ms-input-placeholder {
    letter-spacing: 1.5px; }
  form .custom-search-field::placeholder {
    letter-spacing: 1.5px; }

form .custom-search-submit {
  background: #3383B6;
  border-radius: 22px !important;
  height: 37px;
  width: 37px;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  form .custom-search-submit:hover {
    background: #0264a3;
    cursor: pointer; }
  @media (min-width: 481px) {
    form .custom-search-submit {
      height: 44px !important;
      width: 44px !important; } }
  form .custom-search-submit i {
    color: #fff; }

.icaal-contact-form-wrap input, .icaal-contact-form-wrap select, .icaal-contact-form-wrap textarea {
  /* border-color: #EAF2F7 !important; */
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  .icaal-contact-form-wrap input::-webkit-input-placeholder, .icaal-contact-form-wrap select::-webkit-input-placeholder, .icaal-contact-form-wrap textarea::-webkit-input-placeholder {
    color: #616160 !important; }
  .icaal-contact-form-wrap input::-moz-placeholder, .icaal-contact-form-wrap select::-moz-placeholder, .icaal-contact-form-wrap textarea::-moz-placeholder {
    color: #616160 !important; }
  .icaal-contact-form-wrap input:-ms-input-placeholder, .icaal-contact-form-wrap select:-ms-input-placeholder, .icaal-contact-form-wrap textarea:-ms-input-placeholder {
    color: #616160 !important; }
  .icaal-contact-form-wrap input::-ms-input-placeholder, .icaal-contact-form-wrap select::-ms-input-placeholder, .icaal-contact-form-wrap textarea::-ms-input-placeholder {
    color: #616160 !important; }
  .icaal-contact-form-wrap input::placeholder, .icaal-contact-form-wrap select::placeholder, .icaal-contact-form-wrap textarea::placeholder {
    color: #616160 !important; }

/*
.icaal-contact-form-wrap input:focus, .icaal-contact-form-wrap textarea:focus {
  border-color: #99C1DA !important; } */

.icaal-contact-form-wrap input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  background: #fff;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1); }
  .icaal-contact-form-wrap input[type="checkbox"].icaal-contact-form-checkbox.is-checked {
    font-family: "Font Awesome 5 Pro" !important;
    position: relative;
    border-color: #0264a3 !important;
    background: white; }
    .icaal-contact-form-wrap input[type="checkbox"].icaal-contact-form-checkbox.is-checked:after {
      content: "\f00c";
      position: absolute;
      color: #70A23B;
      top: 0;
      left: 3px;
      pointer-events: none; }

select.icaal-contact-form-select,
.icaal-contact-form-select {
  background-color: #fff;
	background-image: url('/wp-content/uploads/2020/11/dropdown-icon.svg');
  background-repeat: no-repeat;
	background-position: right 14px;
	background-size: 22px 13px;
	border: 2px solid transparent;
  border-radius: 22px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
  color: #616160 !important;
  line-height: 1.5em;
  margin-bottom: 1.5em;
	padding: .5em 1em;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  select.icaal-contact-form-select:focus,
  .icaal-contact-form-select:focus,
  select.icaal-contact-form-select.active,
  .icaal-contact-form-select.active {
    border-color: #0583c8; }
  /* select.icaal-contact-form-select:hover {
    border-color: #99C1DA !important; } */

.mc4wp-response {
  text-align: center; }

.mc4wp-alert.mc4wp-success p {
  color: white;
  margin-bottom: 0; }

.icaal-contact-form .alert {
  text-transform: none !important; }

#contact-fixed {
  position: absolute;
  width: 100%;
  z-index: 999; }

#contact-fixed .row {
  padding: 0; }

#contact-fixed .row .container {
  text-align: right; }

#contact-fixed .contact-tab {
  background: #F5F5F5;
  padding: 6px 12px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: left; }

#contact-fixed .contact-tab p {
  padding: 0;
  margin-bottom: 0;
  margin-right: 12px;
  display: inline-block; }

#contact-fixed .contact-tab p i {
  margin-right: 8px;
  color: #616161;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#contact-fixed .contact-tab p i:hover {
  color: #0264a3 !important; }

#contact-fixed .contact-tab p a {
  text-decoration: none !important;
  border-bottom: none !important; }

@media (max-width: 767px) {
  #contact-fixed .contact-tab p a span.contact-hide {
    display: none; } }

#carousel {
  position: relative; }
  #carousel .carousel-slider .carousel-slider-inner {
    margin: 0 !important;
    padding: 0 !important; }
  #carousel .carousel-slider .carousel-slide {
    padding: 16rem 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; }
  #carousel .carousel-logos {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    #carousel .carousel-logos img {
      height: 80px;
      width: auto;
      display: inline-block;
      margin-left: 1rem; }
      #carousel .carousel-logos img:first-of-type {
        margin-left: 0 !important; }

.d-flex {
  display: -webkit-box;
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.justify-content-space-around {
  justify-content: space-around; }

.justify-content-space-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.align-items-flex-start {
  -webkit-box-align: start;
          align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
          align-items: center; }

.align-items-flex-end {
  -webkit-box-align: end;
          align-items: flex-end; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.flex-1 {
  flex-basis: 8.3333%; }

.flex-2 {
  flex-basis: 16.6666%; }

.flex-3 {
  flex-basis: 25%; }

.flex-4 {
  flex-basis: 33.3333%; }

.flex-5 {
  flex-basis: 41.6666%; }

.flex-6 {
  flex-basis: 50%; }

.flex-7 {
  flex-basis: 58.3333%; }

.flex-8 {
  flex-basis: 66.6666%; }

.flex-9 {
  flex-basis: 75%; }

.flex-10 {
  flex-basis: 83.3333%; }

.flex-11 {
  flex-basis: 91.6666%; }

.flex-12 {
  flex-basis: 100%; }

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6; }

@media (max-width: 767px) {
  .align-items-sm-down-center {
    -webkit-box-align: center !important;
            align-items: center !important; } }

@media (min-width: 768px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .sm-flex-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-1 {
    flex-basis: 8.3333% !important; }
  .flex-sm-2 {
    flex-basis: 16.6666% !important; }
  .flex-sm-3 {
    flex-basis: 25% !important; }
  .flex-sm-4 {
    flex-basis: 33.3333% !important; }
  .flex-sm-5 {
    flex-basis: 41.6666% !important; }
  .flex-sm-6 {
    flex-basis: 50% !important; }
  .flex-sm-7 {
    flex-basis: 58.3333% !important; }
  .flex-sm-8 {
    flex-basis: 66.6666% !important; }
  .flex-sm-9 {
    flex-basis: 75% !important; }
  .flex-sm-10 {
    flex-basis: 83.3333% !important; }
  .flex-sm-11 {
    flex-basis: 91.6666% !important; }
  .flex-sm-12 {
    flex-basis: 100% !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important; } }

@media (min-width: 992px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .flex-md-1 {
    flex-basis: 8.3333% !important; }
  .flex-md-2 {
    flex-basis: 16.6666% !important; }
  .flex-md-3 {
    flex-basis: 25% !important; }
  .flex-md-4 {
    flex-basis: 33.3333% !important; }
  .flex-md-5 {
    flex-basis: 41.6666% !important; }
  .flex-md-6 {
    flex-basis: 50% !important; }
  .flex-md-7 {
    flex-basis: 58.3333% !important; }
  .flex-md-8 {
    flex-basis: 66.6666% !important; }
  .flex-md-9 {
    flex-basis: 75% !important; }
  .flex-md-10 {
    flex-basis: 83.3333% !important; }
  .flex-md-11 {
    flex-basis: 91.6666% !important; }
  .flex-md-12 {
    flex-basis: 100% !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; } }

@media (min-width: 1200px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important; }
  .flex-lg-1 {
    flex-basis: 8.3333% !important; }
  .flex-lg-2 {
    flex-basis: 16.6666% !important; }
  .flex-lg-3 {
    flex-basis: 25% !important; }
  .flex-lg-4 {
    flex-basis: 33.3333% !important; }
  .flex-lg-5 {
    flex-basis: 41.6666% !important; }
  .flex-lg-6 {
    flex-basis: 50% !important; }
  .flex-lg-7 {
    flex-basis: 58.3333% !important; }
  .flex-lg-8 {
    flex-basis: 66.6666% !important; }
  .flex-lg-9 {
    flex-basis: 75% !important; }
  .flex-lg-10 {
    flex-basis: 83.3333% !important; }
  .flex-lg-11 {
    flex-basis: 91.6666% !important; }
  .flex-lg-12 {
    flex-basis: 100% !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important; } }

.clip {
  position: relative;
  overflow: hidden;
  min-height: 262px; }
  @media (min-width: 768px) {
    .clip {
      min-height: 400px !important; } }
  @media (min-width: 992px) {
    .clip {
      min-height: 500px !important; } }
  @media (min-width: 1200px) {
    .clip {
      min-height: 600px !important; } }
  @media (min-width: 992px) {
    .clip.clip-diagonal.clip-white:before {
      background: white; }
    .clip.clip-diagonal.clip-faded:before {
      background: #F7F7FA; }
    .clip.clip-diagonal:before {
      content: "";
      width: 600px;
      height: 1300px;
      position: absolute;
      z-index: 1;
      top: 50%; } }

@media (min-width: 992px) and (min-width: 992px) {
  .clip.clip-diagonal.clip-diagonal-ltr {
    margin-left: -8.3333%; } }
  @media (min-width: 992px) {
    .clip.clip-diagonal.clip-diagonal-ltr:before {
      border-right: #1483C6 8px solid;
      left: -140px;
      -webkit-transform: rotate(35deg) translate(-100%, -50%);
              transform: rotate(35deg) translate(-100%, -50%); } }
  @media (min-width: 992px) and (min-width: 1600px) {
    .clip.clip-diagonal.clip-diagonal-ltr:before {
      left: -110px !important; } }
  @media (min-width: 992px) and (min-width: 1920px) {
    .clip.clip-diagonal.clip-diagonal-ltr:before {
      left: -75px !important; } }
  @media (min-width: 992px) and (min-width: 2559px) {
    .clip.clip-diagonal.clip-diagonal-ltr:before {
      left: -40px !important; } }

@media (min-width: 992px) and (min-width: 992px) {
  .clip.clip-diagonal.clip-diagonal-rtl {
    margin-right: -8.3333%; } }
  @media (min-width: 992px) {
    .clip.clip-diagonal.clip-diagonal-rtl:before {
      border-left: #1483C6 8px solid;
      right: -140px;
      -webkit-transform: rotate(-35deg) translate(100%, -50%);
              transform: rotate(-35deg) translate(100%, -50%); } }
  @media (min-width: 992px) and (min-width: 1600px) {
    .clip.clip-diagonal.clip-diagonal-rtl:before {
      right: -110px !important; } }
  @media (min-width: 992px) and (min-width: 1920px) {
    .clip.clip-diagonal.clip-diagonal-rtl:before {
      right: -75px !important; } }
  @media (min-width: 992px) and (min-width: 2559px) {
    .clip.clip-diagonal.clip-diagonal-rtl:before {
      right: -40px !important; } }
  @media (min-width: 992px) {
    .clip.clip-vertical img {
      max-height: 80%; }
    .clip.clip-vertical.clip-vertical-ltr img {
      border-left: #1483C6 3px transparent; }
    .clip.clip-vertical.clip-vertical-rtl img {
      border-right: #1483C6 3px transparent; } }
    .noborder .clip.clip-vertical.clip-vertical-ltr img {
      border-left: none; }
    .noborder .clip.clip-vertical.clip-vertical-rtl img {
      border-right: none; } }
    .fill .clip.clip-vertical.clip-vertical-ltr img {
      object-fit: fill !important; }
    .fill .clip.clip-vertical.clip-vertical-rtl img {
      object-fit: fill !important; } }
  @media (min-width: 1600px) {
    .clip.clip-vertical-ltr img {
      padding-right: 10%; }
    .clip.clip-vertical-rtl img {
      padding-left: 10%; }
    .clip.clip-vertical img {
      max-height: 80% !important; } }
  @media (min-width: 1600px) {
    .clip {
      min-height: 700px !important; } }
  @media (min-width: 1920px) {
    .clip {
      min-height: 800px !important; }
      .clip.clip-vertical-ltr img {
        padding-right: 20%; }
      .clip.clip-vertical-rtl img {
        padding-left: 20%; } }
  @media (min-width: 2559px) {
    .clip {
      min-height: 900px !important; } }

@media (min-width: 1600px) {
  body.home .text-image-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    body.home .text-image-wrap .text-image {
      max-width: 1540px;
      margin-top: 0 !important;
      margin-right: auto;
      margin-bottom: 0 !important;
      margin-left: auto; }
      body.home .text-image-wrap .text-image .text-image-text {
        -webkit-box-pack: start !important;
                justify-content: flex-start !important; }
      body.home .text-image-wrap .text-image .image-text-text {
        -webkit-box-pack: end !important;
                justify-content: flex-end !important; }
  body.home .clip {
    min-height: 600px !important; } }

@media (min-width: 2556px) {
  body.home .clip {
    min-height: unset !important; } }

.box-shadow-base {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.box-shadow-md {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

.box-shadow-soft {
  box-shadow: 0 3px 32px rgba(0, 0, 0, 0.15); }

.text-shadow-base {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.text-shadow-md {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }

.text-shadow-soft {
  text-shadow: 0 3px 32px rgba(0, 0, 0, 0.15); }

@media (max-width: 991px) {
  .shadow-sm-down-0 {
    box-shadow: none !important;
    text-shadow: none !important; } }

@media (min-width: 992px) {
  .shadow-md-0 {
    box-shadow: none !important;
    text-shadow: none !important; } }

.divider-responsive {
  display: block;
  width: 100%;
  height: 16px;
  background: #F7F7FA; }

.slick-contact-nav .slick-slide.slick-current h3 {
  color: #0264a3; }

.leadership .profile {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto; }
  .leadership .profile .background {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0; }
  .leadership .profile .block {
    width: 100%;
    padding-bottom: 100%; }
  .leadership .profile .portrait {
    width: 100%;
    height: 0.1%;
    padding-bottom: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .leadership .profile .portrait img {
      width: auto;
      height: 400px;
      position: absolute;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      max-width: 400px !important;
      left: 50%;
      transition: all 0.2s ease; }
  .leadership .profile .profile-content {
    position: relative;
    z-index: 2;
    background: #f7f7fa;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .leadership .profile .profile-content h3 {
      color: #2F2F2F;
      font-size: 1.75rem; }
    .leadership .profile .profile-content h5 {
      color: #636c72; }
  .leadership .profile:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .leadership .profile:hover .background {
      opacity: 1; }
    .leadership .profile:hover .portrait {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
      border-radius: 0.25rem;
      height: 100%;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
      overflow: visible; }
    .leadership .profile:hover .profile-content {
      background: rgba(2, 100, 163, 0.8); }
      .leadership .profile:hover .profile-content h3, .leadership .profile:hover .profile-content h5 {
        color: white; }

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: #616160;
  background-color: rgba(97, 97, 96, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .modal-overlay.visible {
    opacity: 1;
    visibility: visible; }

.modal {
  display: block;
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .modal.visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    .modal {
      top: 0;
      overflow: scroll;
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (min-width: 768px) {
    .modal {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .modal .modal-content {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
              flex-direction: column !important; } }
  @media (min-width: 768px) {
    .modal .modal-content .content {
      max-height: 90vh;
      overflow: scroll; } }
  .modal .modal-content .portrait {
    position: relative;
    min-width: 35%;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 767px) {
      .modal .modal-content .portrait {
        padding-bottom: 100%;
        border-radius: 3px 3px 0 0 !important; } }
    .modal .modal-content .portrait img {
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      left: 50%;
      width: auto;
      max-width: 600px; }
      @media (max-width: 767px) {
        .modal .modal-content .portrait img {
          height: auto !important; } }
      @media (min-width: 768px) {
        .modal .modal-content .portrait img {
          height: 100% !important;
          -o-object-fit: cover;
             object-fit: cover; } }
  .modal .modal-close {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    top: 0;
    right: 0;
    background: #0264a3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .modal .modal-close:hover {
      background: #3383B6; }
    .modal .modal-close i {
      color: #fff;
      position: relative;
      top: 11px; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%; }

body.single article {
  padding: 4em 0; }

aside {
  margin-bottom: 2em; }
  aside div:first-child {
    margin-top: 0 !important; }
  aside .widget:first-of-type h3 {
    margin-top: 0; }
  aside .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  aside .widget li {
    padding: 1em 0;
    border-bottom: 1px dashed #E0E0E0; }
    aside .widget li a {
      display: inline-block; }
    aside .widget li .post-date {
      display: block; }
  aside h3.widget-heading {
    margin-top: 1.5em;
    margin-bottom: .5em; }
  aside h4 {
    margin-top: 1em; }
  aside .widget_recent_entries,
  aside .widget_archive {
    display: none; }
  @media (min-width: 768px) {
    aside {
      margin-bottom: 4em; }
      aside .widget_recent_entries,
      aside .widget_archive {
        display: block; } }

.widgets {
  padding: 2em 0; }
  @media (min-width: 768px) {
    .widgets {
      padding: 4em 0; } }
  .widgets .check-list {
    list-style-type: none;
    padding: 0; }
    .widgets .check-list .fa {
      float: left;
      font-size: 1.5em;
      color: #1f9ac4;
      margin-right: .5em; }
    .widgets .check-list .text {
      display: table-cell; }
    .widgets .check-list li:not(:last-of-type) {
      margin-bottom: 1.5em; }
    .widgets .check-list h4 {
      margin-top: 0; }
    .widgets .check-list p {
      margin: 0; }
  .widgets + .feature-section {
    background-color: #FAFAFA; }

.widget_search {
  margin-bottom: 2em; }

.widget_pages > ul {
  border-bottom: none; }
  .widget_pages > ul li {
    border-bottom: 1px dashed #E0E0E0; }
  .widget_pages > ul > li {
    padding: .5em 0;
    font-size: .9375em; }
    .widget_pages > ul > li > ul li {
      padding: .5em 0 .5em 1.5em; }
      .widget_pages > ul > li > ul li a::before {
        content: "\f178";
        font-family: "FontAwesome";
        padding-right: .25em; }
      .widget_pages > ul > li > ul li:last-of-type {
        border-bottom: 0;
        padding-bottom: 0; }
    .widget_pages > ul > li > ul > li {
      font-size: .875em; }

.widget_usps {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background-color: #F5F5F5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px; }
  .widget_usps ul li {
    border-bottom: 1px dashed #E0E0E0;
    padding: .75em 0; }
    .widget_usps ul li:last-of-type {
      border: 0;
      padding-bottom: 0; }
    .widget_usps ul li .fa {
      font-size: 1.25em;
      padding-right: .5em;
      color: #1f9ac4;
      width: 30px; }

.widget_address ul li {
  padding: .5em 0; }

.widget_icon_list {
  list-style: none;
  padding-left: 0;
  margin-top: -1em; }
  .widget_icon_list li {
    padding: .75em 0;
    border-bottom: 1px dashed #BDBDBD; }
    .widget_icon_list li .fa {
      font-size: 1.5em;
      padding: .75em;
      border-radius: 50%;
      background-color: white;
      margin-right: .5em; }
    .widget_icon_list li a {
      color: #424242; }
      .widget_icon_list li a:hover {
        color: #9E9E9E; }

.widget_quote {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-bottom: 2em; }
  .widget_quote img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: auto; }
  .widget_quote h4 {
    border-radius: 0 0 3px 3px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin: 0;
    padding: 1.5em;
    text-transform: uppercase;
    color: white;
    background-color: #1f9ac4; }
  .widget_quote:hover img {
    opacity: .75; }
  .widget_quote:hover h4 {
    background-color: rgba(31, 154, 196, 0.75); }

.textwidget .social-links a {
  padding: 1em;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin-right: .25em;
  margin-bottom: .5em; }
  .textwidget .social-links a .fa {
    font-size: 1.25em;
    width: 1.25em;
    height: 1em;
    text-align: center;
    vertical-align: middle; }

aside .textwidget .social-links a {
  background-color: #FAFAFA; }

.widget_mc4wp_widget {
  margin-bottom: 1.5em; }

footer {
  background-color: #616160;
  overflow: visible;
  width: 100%; }
  footer .address {
    float: left;
    margin-right: 1em; }
  footer .form {
    display: table-cell; }
  footer form input[type=text], footer form input[type=email], footer form input[type=tel] {
    display: inline-block;
    width: calc(50% - .5em); }
    footer form input[type=text]:nth-child(odd), footer form input[type=email]:nth-child(odd), footer form input[type=tel]:nth-child(odd) {
      margin-right: 1em; }
  footer h3.widget-title {
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
  footer p {
    color: #fff; }
  footer ul li {
    color: #fff; }
  footer address {
    display: inline-block;
    margin-right: 1em; }
  footer #menu-footer-menu {
    list-style: none;
    padding-left: 0; }
    footer #menu-footer-menu li {
      margin-bottom: 1rem; }
  footer .footer-paws {
    width: auto;
    height: 80%;
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.1; }
  footer .widget ul.menu {
    list-style: none;
    padding-left: 0; }
    footer .widget ul.menu li {
      margin-bottom: .5rem; }
      footer .widget ul.menu li a {
        color: white; }
        footer .widget ul.menu li a:hover {
          color: #99C1DA; }

.footer-copyright {
  background: #2F2F2F; }

.footer-social a {
  background: #fff;
  width: 48px;
  border-radius: 48px;
  display: inline-block;
  height: 48px;
  position: relative;
  margin: 0 .5rem; }
  .footer-social a:hover {
    background: #EEEEEE; }
  .footer-social a i {
    color: #0264a3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

.widget_search label {
  float: left;
  width: 70%; }

.search-submit, form.wpcf7-form input[type=submit], .mc4wp-form form input[type=submit] {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 30%;
  line-height: 1.5;
  padding: .5em 1em;
  background: #1f9ac4;
  border: 1px solid #1f9ac4;
  color: white;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .search-submit:hover, form.wpcf7-form input[type=submit]:hover, .mc4wp-form form input[type=submit]:hover {
    background: rgba(31, 154, 196, 0.75);
    border: 1px solid rgba(31, 154, 196, 0.75); }

form input {
  font-size: 1em;
  line-height: 1.5;
  padding: .5em 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }
  form input[type=text], form input[type=email], form input[type=tel], form input[type=search], form textarea {
	  border: 2px solid transparent;
    border-radius: 22px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 1.5em !important;
		padding: .5em 1em !important; }
	form input[type=text]:focus, form input[type=email]:focus, form input[type=tel]:focus, form input[type=search]:focus, form textarea:focus {
	  border-color: #0583c8 !important; }
	form textarea {
		border-color: transparent !important;
		border-width: 2px !important; }
  form input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2; }
    form input[type=checkbox] + .wpcf7-list-item-label,
    form input[type=checkbox] + .label {
      padding-left: 1.5em;
      position: absolute; }
      form input[type=checkbox] + .wpcf7-list-item-label::before, form input[type=checkbox] + .wpcf7-list-item-label::after,
      form input[type=checkbox] + .label::before,
      form input[type=checkbox] + .label::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.5em;
        width: 1em;
        height: 1em;
        line-height: 1em;
        border-radius: 3px; }
      form input[type=checkbox] + .wpcf7-list-item-label::before,
      form input[type=checkbox] + .label::before {
        border: 1px solid #E0E0E0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); }
      form input[type=checkbox] + .wpcf7-list-item-label::after,
      form input[type=checkbox] + .label::after {
        background-color: #1f9ac4;
        background-image: url("/wp-content/themes/sandberg/img/check.png");
        background-size: 8px 8px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 5px rgba(31, 154, 196, 0.4);
        display: none;
        color: white; }
    form input[type=checkbox]:checked + .wpcf7-list-item-label::after,
    form input[type=checkbox]:checked + .label::after {
      display: block; }

form textarea {
  line-height: 1.5;
  padding: .5em 1em;
  border: 1px solid #E0E0E0;
  width: 100%;
  margin-bottom: 1em;
  resize: none;
  display: inline-block; }

form.wpcf7-form p:first-of-type {
  margin-bottom: 0; }

form.wpcf7-form .wpcf7-form-control-wrap:nth-of-type(2n+1) {
  padding-right: .5em; }

form.wpcf7-form .wpcf7-form-control-wrap:nth-of-type(2n) {
  padding-left: .5em; }

form.wpcf7-form .wpcf7-form-control-wrap:not(.message) {
  display: inline-block;
  width: 50%; }

form.wpcf7-form input[type=submit] {
  width: auto;
  padding: .5em 3em;
  float: right; }

.mc4wp-form {
  display: block !important;
  width: 100%; }
  .mc4wp-form form input {
    margin: 0 !important; }
    .mc4wp-form form input[type=email] {
      width: 70%; }

div.wpcf7 {
  margin: 0;
  padding: 0; }

div.wpcf7-response-output,
div.mc4wp-alert {
  padding: .75em 1em;
  margin-top: 4em;
  border: 1px solid transparent;
  border-radius: 3px; }

div.mc4wp-alert {
  margin-top: 2em; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-mail-sent-ok,
div.mc4wp-notice {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

span.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  position: absolute;
  left: 0;
  top: -1.5em; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

main {
  padding: 2em 0; }
  @media (min-width: 768px) {
    main {
      padding: 4em 0; } }

#main-content *:first-child {
  margin-top: 0; }

.products-section {
  background-color: #424242;
  padding: 2em 0;
  color: white; }
  .products-section .controls li:not(.active) {
    color: rgba(255, 255, 255, 0.75); }
  .products-section .controls li:not(:last-of-type)::after {
    content: "/";
    display: inline-block;
    position: relative;
    padding: 0 .5em;
    color: #9E9E9E; }
  .products-section .controls li:hover {
    color: white; }
  .products-section #filter .product {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-perspective: 1000;
    perspective: 1000; }
    .products-section #filter .product.thumbnail::after {
      opacity: .25; }
    .products-section #filter .product::after {
      -webkit-transition: opacity ease .3s;
      transition: opacity ease .3s;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.5) 100%);
      left: 0;
      top: 0;
      z-index: 1; }
    .products-section #filter .product:hover::after {
      opacity: 1; }
    .products-section #filter .product:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .products-section #filter .product:hover .info {
      visibility: visible;
      opacity: 1; }
    .products-section #filter .product img {
      width: 100%;
      height: auto; }
    .products-section #filter .product .info {
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      visibility: hidden;
      opacity: 0;
      color: white;
      position: absolute;
      bottom: 0;
      left: 2.5%;
      padding: 1em;
      z-index: 2; }
      .products-section #filter .product .info h6 {
        color: #EEEEEE; }
        .products-section #filter .product .info h6 span:not(:first-of-type)::before {
          content: ", "; }
      .products-section #filter .product .info .excerpt {
        display: block;
        font-size: .875em;
        color: #EEEEEE; }
  @media (max-width: 991px) {
    .products-section #filter .product.thumbnail::after {
      opacity: 1; }
    .products-section #filter .product::after {
      opacity: 1; }
    .products-section #filter .product .info {
      visibility: visible;
      opacity: 1; }
      .products-section #filter .product .info .excerpt {
        display: none; } }
  @media (min-width: 992px) and (max-width: 1319px) {
    .products-section #filter .product .info .excerpt {
      font-size: .75em;
      max-height: 6em;
      overflow: hidden;
      text-overflow: ellipsis; } }

main.products-section {
  background-color: transparent; }

.feature-section {
  padding: 2em 0; }
  .feature-section p {
    margin-bottom: 2em;
    font-size: .9375em; }
  .feature-section h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .feature-section .post-thumbnail,
  .feature-section .video-thumbnail {
    display: block;
    position: relative;
    overflow: hidden; }
    .feature-section .post-thumbnail::before, .feature-section .post-thumbnail::after,
    .feature-section .video-thumbnail::before,
    .feature-section .video-thumbnail::after {
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      opacity: 0; }
    .feature-section .post-thumbnail:hover::before, .feature-section .post-thumbnail:hover::after,
    .feature-section .video-thumbnail:hover::before,
    .feature-section .video-thumbnail:hover::after {
      opacity: 1; }
    .feature-section .post-thumbnail img,
    .feature-section .video-thumbnail img {
      width: 100%;
      height: auto; }
    .feature-section .post-thumbnail::before,
    .feature-section .video-thumbnail::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.35);
      z-index: 1; }
    .feature-section .post-thumbnail::after,
    .feature-section .video-thumbnail::after {
      font-family: FontAwesome;
      font-size: 2em;
      color: white;
      display: block;
      position: absolute;
      top: 20px;
      right: 35px;
      line-height: 1;
      z-index: 2; }
  .feature-section .post-thumbnail::after {
    content: "\f0f6"; }
  .feature-section .video-thumbnail .crop {
    display: block;
    padding-bottom: 56.25%; }
    .feature-section .video-thumbnail .crop img {
      position: absolute;
      -webkit-transform: translateY(-12.5%);
              transform: translateY(-12.5%);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000; }
  .feature-section .video-thumbnail::after {
    content: "\f04b"; }
  .feature-section .col-xs-6 {
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    .feature-section {
      padding: 4em 0; }
      .feature-section .col-xs-6 {
        margin-bottom: 0; } }

#title {
  background-color: #FAFAFA;
  border-top: 1px solid #E0E0E0; }

#testimonials {
  padding: 2em 0 0; }
  @media (min-width: 768px) {
    #testimonials {
      padding: 4em 0 1em; }
      #testimonials .col-xs-6 {
        margin-bottom: 0; } }
  #testimonials blockquote {
    background: 0;
    border: 0;
    padding: 0; }
    #testimonials blockquote .footer {
      position: relative;
      bottom: 50px;
      left: 1.5em; }
  #testimonials q {
    display: block;
    padding: 1.5em 1.5em 3em;
    margin-bottom: 1em;
    background-color: #FAFAFA;
    border: 2px solid #EEEEEE; }
  #testimonials .attachment-profile_thumbnail {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.15); }
    #testimonials .attachment-profile_thumbnail:hover {
      opacity: 1; }
  #testimonials img + h6,
  #testimonials img + noscript + h6 {
    position: relative;
    top: 2em;
    left: 1em; }
  #testimonials h6 {
    display: inline-block; }
  #testimonials article {
    position: relative;
    padding: 1em;
    margin-bottom: 4em;
    background-color: #FAFAFA; }
    #testimonials article img {
      position: absolute;
      bottom: -3em;
      right: 2em; }
  #testimonials .author span {
    font-size: .6em;
    color: #757575; }

.accreditations {
  background-color: #FAFAFA;
  border-bottom: 5px solid #EEEEEE;
  padding: 1em 0; }
  .accreditations img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.5;
    padding: .5em; }
    .accreditations img:hover {
      -webkit-filter: none;
              filter: none;
      opacity: 1; }

.image-list-item {
  overflow: hidden; }
  .image-list-item img {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em; }
  .image-list-item .paragraph {
    display: table-cell; }
    .image-list-item .paragraph h3.widget-heading {
      margin-bottom: .5em; }
    .image-list-item .paragraph p {
      margin-bottom: 1em; }

body.blog article,
body.archive article,
body.search article {
  background: white;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  body.blog article img,
  body.archive article img,
  body.search article img {
    width: 100%;
    height: auto; }
    body.blog article img:hover,
    body.archive article img:hover,
    body.search article img:hover {
      opacity: .75; }
  body.blog article h3,
  body.archive article h3,
  body.search article h3 {
    margin-bottom: .5em; }
  body.blog article .article-text,
  body.archive article .article-text,
  body.search article .article-text {
    padding: 2em; }

body.blog article .article-info span::after,
body.archive article .article-info span::after,
body.search article .article-info span::after,
body.single article .article-info span::after {
  content: "\2022";
  position: static;
  padding: 0 .25em 0 .4em; }

#downloads .controls {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2em; }
  #downloads .controls li {
    width: auto;
    display: table-cell;
    background-color: #F5F5F5;
    padding: 1em;
    position: relative; }
    #downloads .controls li.active {
      color: black;
      background-color: #eeeeee;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
      cursor: default; }
      #downloads .controls li.active::after {
        content: " ";
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: -3px;
        vertical-align: middle;
        border-bottom: 6px solid;
        border-bottom-color: white;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; }
    #downloads .controls li:not(.active) {
      border: 2px solid #EEEEEE; }
    #downloads .controls li:not(.active):hover {
      color: black;
      background-color: #f3f3f3; }
    #downloads .controls li:first-of-type {
      border-radius: 3px 0 0 3px; }
    #downloads .controls li:last-of-type {
      border-radius: 0 3px 3px 0; }

#downloads .document {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  overflow: auto;
  margin-bottom: 2em;
  display: table;
  width: 100%; }
  #downloads .document .img {
    float: left;
    display: none;
    width: 7.5em;
    height: 11.25em;
    background-color: #FAFAFA;
    position: relative; }
  #downloads .document .fa {
    font-size: 4em;
    color: #757575;
    width: 100%;
    text-align: center; }
  #downloads .document img,
  #downloads .document .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  #downloads .document .document-text {
    width: 100%;
    height: 11.25em;
    display: table-cell;
    vertical-align: top;
    padding: 1em 1em 0; }
  #downloads .document h3, #downloads .document .h3 {
    font-size: 1em;
    margin-bottom: 1em; }
  #downloads .document h6 {
    font-size: .75em;
    color: #757575; }
  #downloads .document .btn {
    font-size: .75em;
    position: absolute;
    right: 2em;
    bottom: 3.25em; }

@media (min-width: 768px) {
  #downloads .document .img {
    display: block; } }

@media (max-width: 1320px) {
  #downloads .document .btn {
    display: none; } }

#downloads.widget_downloads .document {
  position: relative;
  margin-bottom: 1em; }
  #downloads.widget_downloads .document .img,
  #downloads.widget_downloads .document .document-text {
    height: 8em; }
  #downloads.widget_downloads .document .img {
    width: 6em; }
  #downloads.widget_downloads .document .fa {
    font-size: 3em; }
  #downloads.widget_downloads .document h5 {
    margin-top: 0; }
  #downloads.widget_downloads .document .btn {
    font-size: .625em;
    bottom: 1em;
    right: 1em; }

body.page-template-page-gallery main {
  padding-top: 0; }

body.page-template-page-gallery .controls {
  margin-top: 0; }
  body.page-template-page-gallery .controls.affix {
    top: 3em; }
    body.page-template-page-gallery .controls.affix + div {
      margin-top: 5.5em; }

body.page-template-page-gallery.admin-bar .controls.affix {
  top: calc(3em + 32px);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  body.single .footer-copyright {
    margin-bottom: 46px; } }

body.single .post-bg {
  max-width: unset; }

body.single .wp-post-image {
  margin-bottom: 1.5em;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  body.single .sidebar-container {
    width: 0;
    height: 0;
    padding: 0; } }

body.single .social-share-links-post {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (max-width: 767px) {
    body.single .social-share-links-post {
      position: fixed !important;
      bottom: -47px;
      left: 0;
      width: 100%;
      z-index: 9;
      border-radius: 2px 2px 0 0;
      box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.15); }
      body.single .social-share-links-post.scrolled {
        bottom: 0 !important; } }
  @media (min-width: 768px) {
    body.single .social-share-links-post {
      position: relative;
      top: 0;
      width: 61px !important;
      border-radius: 50px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
      body.single .social-share-links-post a {
        display: block; } }
  body.single .social-share-links-post a {
    font-size: 1.2rem;
    padding: .5rem; }
  body.single .social-share-links-post button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    body.single .social-share-links-post button:hover {
      color: #2F2F2F; }

body.single .single-post-meta {
  margin-left: 94px; }
  @media (min-width: 481px) and (max-width: 767px) {
    body.single .single-post-meta {
      margin-left: 116px !important; } }
  body.single .single-post-meta .author-portrait {
    border-radius: 78px;
    position: absolute;
    top: -4.75px;
    left: 0;
    width: 78px;
    height: 78px; }
    @media (max-width: 767px) {
      body.single .single-post-meta .author-portrait {
        left: 1rem !important; } }
    @media (min-width: 481px) {
      body.single .single-post-meta .author-portrait {
        width: 96px !important;
        height: 96px !important;
        top: -8.5px !important; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
          animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  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; }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    padding: .5rem; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 10px;
      border: none;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-size: 0;
      cursor: pointer; }

.slick-dots-light .slick-dots li:not(.slick-active) button {
  background: #F7F7FA; }
  .slick-dots-light .slick-dots li:not(.slick-active) button:hover {
    background: white; }

.slick-dots-light .slick-dots li.slick-active button {
  background: #0264a3; }

.slick-dots-dark .slick-dots li:not(.slick-active) button {
  background: #616160; }
  .slick-dots-dark .slick-dots li:not(.slick-active) button:hover {
    background: #2F2F2F; }

.slick-dots-dark .slick-dots li.slick-active button {
  background: #0264a3; }

.slick-testimonials .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.slick-arrow {
  padding: 1rem 1.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .slick-arrow:hover {
    color: #0264a3; }

@media (min-width: 768px) {
  footer .contact {
    float: left;
    width: 50%; } }

.list-unstyled {
  list-style: none;
  padding-left: 0; }
  .list-unstyled li {
    margin-bottom: 0.5rem; }
  .list-unstyled li:last-of-type {
    margin-bottom: 0 !important; }
  .list-unstyled .icon-float {
    width: 20px;
    margin-top: 2px; }

.icon-float {
  float: left;
  margin-right: 1rem; }

.icon-indent {
  display: table-cell; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.cursor-pointer {
  cursor: pointer; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.border-radius-base {
  border-radius: 0.25rem; }

.border-radius-50 {
  border-radius: 50px; }

.border-radius-full {
  border-radius: 100%; }

.border-none {
  border: none !important; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th {
    background: #f7f7fa;
    border-bottom: 2px solid #A9B6BE;
    font-size: 100%; }
  table td, table th {
    vertical-align: top;
    text-align: left;
    padding: 8px; }
  table td {
    border-top: 1px solid #A9B6BE;
    border-bottom: 1px solid #A9B6BE;
  }

.wpml-ls-slot-3.wpml-ls-current-language, .wpml-ls-slot-3.wpml-ls-current-language:hover, .wpml-ls-slot-3.wpml-ls-current-language a, .wpml-ls-slot-3.wpml-ls-current-language a:hover {
  background: none !important; }

::-moz-selection {
  background: #1f9ac4;
  color: #fff; }

::selection {
  background: #1f9ac4;
  color: #fff; }

h1,
.h1 {
  letter-spacing: -1px !important; }

.nav > li > .sub-menu > li > a {
  letter-spacing: 1px;
  font-size: 1rem; }

figure.wp-caption {
  padding: 0;
  background-color: transparent;
  box-shadow: none; }

.wp-caption {
  text-align: left;
  margin-bottom: 1.5em; }

.wp-caption .wp-caption-text {
  font-size: 1em;
  line-height: 1.35;
  padding: 5px 0 20px 0; }

blockquote::before {
  position: relative;
  font-family: "Georgia", "Times New Roman", Times, serif;
  content: '“';
  top: 20px;
  font-size: 64px;
  line-height: 12px;
  font-weight: bold;
  font-style: normal;
  color: #70A23B; }
  blockquote.black::before {
	  color: #0583c8;
	}

blockquote {
  position: relative;
  float: left;
  width: 50%;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 3em 0 0; }
	blockquote.full-width {
		padding: 0 0 0 0;
		width: 100%; }
	blockquote.black p {
		color: #333; }
	blockquote .mugshot {
		float: left;
		margin-right: 1em; }

blockquote p {
	display: block;
  font-size: 1.5rem;
  color: #456424; }

body.single h2 {
  font-size: 1.75em;
}

body.single h3 {
  font-size: 1.5em;
}

body.single pre {
	overflow: hidden;
	white-space: pre-wrap;
	padding: 15px 20px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
}

body.single span.pre {
	padding: 2px 5px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-family: "IBM Plex Mono", monospace;
}

body.single .post-content ul {
	list-style: none;
}

body.single .post-content ul li::before {
	content: '';
	background: #70a23b;
	font-weight: bold;
	display: block;
	width: 8px;
	height: 8px;
	margin-left: -1.1em;
	margin-top: 10px;
	margin-bottom: -18px;
}

body.single .sidebox {
	display: inline-block;
	background: #fff;
	border-radius: 30px;
	color: #666;
	margin: 0 0 0.5em;
	padding: 0 0 15px 0;
	}
	body.single .sidebox h3 {
		color: #0583c8;
		font-size: 19px;
		padding: 15px 20px 20px 20px;
		border-bottom: 1px solid #EAF2F7;
		margin: 0.5em 0 1em 0;
	}
	body.single .sidebox h4 {
		color: #0583c8;
		font-size: 19px;
		padding: 10px 20px 15px 20px;
		border-bottom: none;
		margin: 0.5em 0 1em 0;
	}
	body.single .sidebox p {
		color: #0264a3;
		font-size: 17px;
		padding: 0;
		margin: 0;
		height: 0;
		overflow: hidden;
	}
	body.single .sidebox:hover p,
	body.single .sidebox p.visible {
		height: auto;
		padding: 0 20px;
		margin: 0 0 0.5em;
	}
	body.single .sidebox p.excerpt {
		height: auto;
		padding: 0 20px;
	}
	body.single .sidebox p.excerpt::after {
		display: block;
		margin: 10px 0 5px 0;
		padding: 3px 15px;
		border-radius: 30px;
		font-weight: bold;
		content: 'Hover or tap to read more…';
		background-color: #0264a3;
		color: #fff;
	}
	body.single .sidebox:hover p.excerpt::after {
		display: none;
	}
	body.single .sidebox a {
		color: #0583c8;
	}

.enlighter-default {
	border-radius: 5px;
	font-family: "IBM Plex Mono", monospace !important;
}

.post-password-form {
	border: 1px solid #efefef;
	border-radius: 10px;
	margin: 160px auto 80px auto;
	max-width: 600px;
	padding: 60px;
	position: relative; }

	.post-password-form input[type="text"],
	.post-password-form input[type="password"] {
		-webkit-appearance: none;
		border: 1px solid #efefef !important;
	}

	.post-password-form input[type="button"],
	.post-password-form input[type="submit"] {
		background-color: #0264a3;
		border: none;
		color: #fff;
		cursor: pointer;
		font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
		transition: 0.25s;
	}

	.post-password-form input[type="button"]:hover,
	.post-password-form input[type="submit"]:hover {
		background-color: #3383B6;

	}
}

ul.tick-list {
	padding: 1em 0;
	}
	ul.tick-list li {
		clear: both;
		list-style: none;
		padding: 0.5em 0;
		position: relative;
	}
	ul.tick-list li::before {
		position: absolute;
    font-family: FontAwesome;
		margin: .1em 0 0 -2.5em;
    font-size: 16px;
    content: "\f00c";
    color: #0583c8;
	}

	.text-white ul.tick-list li::before {
		color: #fff;
	}

.form-label h2 {
	margin: 0;
	padding: 0 0 0.75em 0;
	font-size: 2em;
}

.mugshot {
	background-color: #efefef;
	border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
	filter: grayscale(1) brightness(1.05);
	height: 150px;
	width: 150px;	}

.rounded-box {
	border: 1px solid #f7f7fa;
	border-radius: 20px;
	font-size: 75%;
	display: inline-block;
	padding: .5em 2em; }
	.rounded-box ul {
		margin: 0;
		padding: 0; }
	.rounded-box ul li {
		margin: 0;
		padding: 0.5em 0;
		list-style: none; }
	.rounded-box ul li::before {
		background: #0583c8;
		border-radius: 15px;
		content: '';
		display: inline-block;
		height: 15px;
		margin: 0 6px 0 0;
		width: 15px; }

.calendly-inline-widget {
	border-radius: 20px;
	overflow: hidden; }

.icaal-contact-form .alert-danger {
	border: none;
	border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1); }

.scroll-carousel-outer {
	float: left;
	position: relative;
	width: 100%; }
	.scroll-carousel-outer .shader {
		top: 0;
		bottom: 0;
		opacity: 0;
		position: absolute;
		pointer-events: none;
		transition: .25s;
		width: 150px;
		z-index: 50; }
	@media (max-width: 480px) {
		.scroll-carousel-outer .shader {
			display: none; }
	}
	.scroll-carousel-outer .shader.visible {
		opacity: 1;
		pointer-events: all; }
	.scroll-carousel-outer .shader.left {
		background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
		left: 0; }
		.bg-secondary .scroll-carousel-outer .shader.left {
			background: linear-gradient(90deg, rgba(51,131,182,1) 0%, rgba(51,131,182,0) 100%); }
	.scroll-carousel-outer .shader.right {
		background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
		right: 0; }
		.bg-secondary .scroll-carousel-outer .shader.right {
			background: linear-gradient(90deg, rgba(51,131,182,0) 0%, rgba(51,131,182,1) 100%); }
	.scroll-carousel-outer .arrow {
		background-color: #efefef;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 21px 15px;
		border-radius: 50%;
		cursor: pointer;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
		height: 50px;
		width: 50px;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: calc(50% - 25px);
		transition: .25s;
		z-index: 100; }
	.scroll-carousel-outer .arrow.visible {
		opacity: 1;
		pointer-events: all; }
	.scroll-carousel-outer .arrow:hover {
		background-color: #fff;
		transform: scale(1.1); }
	.scroll-carousel-outer .arrow.left {
		background-image: url('/wp-content/uploads/2021/02/scroll-arrow-left.svg');
		left: 0; }
		@media (max-width: 480px) {
			.scroll-carousel-outer .arrow.left {
				left: 10px; }
		}
	.scroll-carousel-outer .arrow.right {
		background-image: url('/wp-content/uploads/2021/02/scroll-arrow-right.svg');
		right: 0; }
		@media (max-width: 480px) {
			.scroll-carousel-outer .arrow.right {
				right: 10px; }
		}
	.scroll-carousel-outer .strapline {
		color: #666;
		display: block;
		font-size: 1.5em;
		left: 0;
		margin: 2em 0 .5em 0;
		position: sticky;
		text-align: center;
		width: 100%;
		z-index: 200; }
		@media (max-width: 480px) {
			.scroll-carousel-outer .strapline {
				top: 510px;	}
		}

.scroll-carousel-wrapper {
	float: left;
	overflow-x: scroll;
	width: 100%; }
	.scroll-carousel-wrapper::-webkit-scrollbar {
    display: none; }

.scroll-carousel {
	display: flex;
	align-items: stretch;
	margin: 40px 0 20px 0;
	width: 10000px; }
	@media (max-width: 480px) {
		.scroll-carousel {
			padding: 0 10px; }
	}

.solution {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-sizing: padding-box;
	border-radius: 22px;
	float: left;
	margin: 0 20px;
	min-height: 450px;
	padding: 1em 2em;
	width: 280px;
	word-break: break-word; }
	.solution .icon-wrapper {
		border-radius: 50%;
		box-sizing: padding-box;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		height: 100px;
		margin: -50px auto 0 auto;
		overflow: hidden;
		text-align: center;
		font-size: 32px;
		padding: 23px 0;
		width: 100px; }
	.solution .icon-wrapper img {
		height: 50px;
		width: 50px; }
	.solution h2 {
		font-size: 1.5em;
		padding: .5em 0em;
		text-align: center; }
	.solution p {
		line-height: 1.125rem;
		margin: .5em 0; }
	.solution ul {
		line-height: 1.4rem;
		margin: 0;
		padding: 0 0 0 24px;
		position: relative; }
		.solution ul li {
			list-style: none;
			padding: .25em 0; }
		.solution ul li::before {
			background-image: url('/wp-content/uploads/2021/02/feature-tick.svg');
			content: '';
			display: block;
			height: 16px;
			margin: 3px 0 0 -25px;
			position: absolute;
			width: 17px; }

.addons {
	display: block;
	width: 100%; }
	.addons .addon-wrapper {
		float: left;
		padding: 0 0 20px 0;
		width: 320px; }
	.addons .addon {
		background: #FFFFFF;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
		box-sizing: padding-box;
		border-radius: 22px;
		font-size: 1.1em;
		line-height: 1.1em;
		font-weight: bold;
		margin: 1em auto 0 auto;
		padding: 1em 1.5em;
		position: relative;
		text-align: center;
		width: 80%;
		word-break: break-word; }
	.addons .addon .description {
		position: absolute;
		background: #333;
		border-radius: 11px;
		bottom: 62px;
		color: #fff;
		display: none;
		font-size: .9em;
		font-weight: normal;
		left: 0;
		padding: .5em 1em;
		z-index: 250; }
	.addons .addon:hover .description {
		display: block; }
	.addons .addon .description::after {
		border-left: solid transparent 10px;
	  border-right: solid transparent 10px;
	  border-top: solid #333 10px;
	  bottom: -10px;
	  content: " ";
	  height: 0;
	  left: 50%;
	  margin-left: -13px;
	  position: absolute;
	  width: 0;	}

.border-top {
	border-top: 1px solid #e6e6e6; }

.border-bottom {
	border-bottom: 1px solid #e6e6e6; }

.form-label-padder {
	padding: calc(.5em + 2px) 1em 0 0; }
	.form-label-padder.target {
	padding: calc(.5em + 4px) 1em 0 0; }

.target-langs-header h3 {
	font-size: 1.25em; }

.target-langs {
	margin-top: 1px;
	min-height: 300px; }
	.target-langs .contact {
		font-style: italic;
		padding: calc(.5em + 1px) 0 0 0; }
	.target-langs .lang {
		border: 1px solid #e6e6e6;
		border-radius: 22px;
		display: none;
		margin-bottom: .5em;
		margin-right: 1em;
		padding: .5em 1em .5em 2.5em;
		position: relative; }
	.target-langs .lang::before {
		background-color: #ccc;
		border-radius: 50%;
		content: '';
		display: block;
		position: absolute;
		left: 9px;
		height: 24px;
		width: 24px; }
		@media (max-width: 480px) {
			.target-langs .lang::before {
				left: 6px;
				top: 6px;	}
		}
	.target-langs .lang.en::before {
		background-image: url('/wp-content/uploads/2020/06/flag_uk.svg'); }
	.target-langs .lang.da::before {
		background-image: url('/wp-content/uploads/2020/06/flag_dk.svg'); }
	.target-langs .lang.fi::before {
		background-image: url('/wp-content/uploads/2020/06/flag_fi.svg'); }
	.target-langs .lang.is::before {
		background-image: url('/wp-content/uploads/2020/06/flag_is.svg'); }
	.target-langs .lang.no::before {
		background-image: url('/wp-content/uploads/2020/06/flag_no.svg'); }
	.target-langs .lang.sv::before {
		background-image: url('/wp-content/uploads/2020/06/flag_sv.svg'); }
	.target-langs .lang.de::before {
		background-image: url('/wp-content/uploads/2021/02/flag_de-1.svg'); }
	.target-langs .lang.es::before {
		background-image: url('/wp-content/uploads/2021/02/flag_es.svg'); }
	.target-langs .lang.fr::before {
		background-image: url('/wp-content/uploads/2021/02/flag_fr-1.svg'); }
	.target-langs .lang.it::before {
		background-image: url('/wp-content/uploads/2021/02/flag_it.svg'); }
	.target-langs .lang.nl::before {
		background-image: url('/wp-content/uploads/2021/02/flag_nl.svg'); }

.staff-profile {
	float: left;
	margin: 0 2em 0 0;
	width: 350px; }
	.staff-profile .mugshot {
		float: left;
		height: 100px;
		width: 100px; }
	.staff-profile p {
		float: left;
		width: calc(100% - 100px - 1em);
		margin: 1.2em 0 1.2em 1em; }

.staff-carousel {

}

.certification {
	display: inline-block;
	border: 4px solid #424242;
	border-radius: 10px;
	padding: 0.5em;
}

a.arrow {
	position: relative; }

a.arrow::after {
	background-image: url('/wp-content/uploads/2021/03/link-arrow-blue.svg');
	display: block;
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	right: -24px;
	top: 4px;
	transition: .25s; }
	.text-white a.arrow::after {
		background-image: url('/wp-content/uploads/2021/02/link-arrow.svg'); }

a.arrow:hover::after {
	right: -30px; }

a.linkedin {
	position: relative; }

a.linkedin::before {
	background-image: url('/wp-content/uploads/2021/04/linkedin.svg');
	display: block;
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	right: -24px;
	top: 4px;
	transition: .25s; }

.newsletter-subscribe {
	border-bottom-right-radius: 22px !important;
	border-top-right-radius: 22px !important;
	height: 44px; }

.small-h3 h3 {
	font-size: 1.125rem;
	margin: 0 0 0.5rem 0;
	padding: 0; }

.subheader {
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase; }

.podcast-cover {
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
	float: left;
	height: 180px;
	margin-right: 2em;
	margin-top: 1em;
	width: 180px; }

.podcast-intro {
	float: left;
	width: calc(100% - 180px - 4em); }

.btn-spotify {
	background-color: #5cb560;
	border: 2px solid #5cb560;
	color: #fff; }

.tile-icon .icon-wrapper {
	background: #fff;
	border-radius: 50%;
	display: block;
	height: 100px;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	text-align: center;
	width: 100px;	}
	@media (max-width: 480px) {
		.tile-icon .icon-wrapper {
			height: 60px;
			width: 60px; }
	}
	.tile-icon .icon-wrapper img {
		height: 50px;
		margin: 25% 0 0 0;
		width: 50px; }
		@media (max-width: 480px) {
			.tile-icon .icon-wrapper img {
				height: 30px;
				width: 30px; }
		}

.feature-list .feature {
	display: table-row;
	padding: 1em 0; }
.feature-list .feature-icon {
	display: table-cell;
	vertical-align: middle; }
	@media (max-width: 480px) {
		.feature-list .feature-icon {
			vertical-align: top; }
	}
	.feature-list .feature-icon .icon-wrapper {
		background: #fff;
		border-radius: 50%;
		display: inline-block;
		height: 100px;
		padding: 25% 0 0 0;
		text-align: center;
		width: 100px;	}
	@media (max-width: 480px) {
		.feature-list .feature-icon .icon-wrapper {
			height: 60px;
			width: 60px; }
	}
	.feature-list .feature-icon .icon-wrapper img {
		height: 50px;
		width: 50px; }
	@media (max-width: 480px) {
		.feature-list .feature-icon .icon-wrapper img {
			height: 30px;
			width: 30px; }
	}
.feature-list .feature-content {
	display: table-cell;
	padding: 0 0 0 2em;
	vertical-align: middle; }
	@media (max-width: 480px) {
		.feature-list .feature-content {
			padding: 0 0 0 1em; }
	}
	.feature-list .feature-content p {
		margin: 0; }

.timeline {
	display: flex;
	justify-content: space-between; }
	@media (max-width: 480px) {
		.timeline {
			flex-direction: column;
			margin-top: 1em; }
	}
	.timeline .timeline-step {
		border-top: 4px solid rgba(255,255,255,0.5);
		flex: 100%;
		margin-top: calc(1em + 22px);
		position: relative; }
		@media (max-width: 480px) {
			.timeline .timeline-step {
				border-top: none;
				border-left: 4px solid rgba(255,255,255,0.5);
				margin-top: 0;
				margin-left: 22px; }
		}
		.timeline .timeline-step:last-of-type  {
			border-color: transparent; }
		.timeline .timeline-step .timeline-label {
			background: #fff;
			border-radius: 50%;
			box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
			color: #333;
			margin-top: -22px;
			font-weight: bold;
			padding: 8px 0;
			text-align: center;
			height: 40px;
			width: 40px; }
			@media (max-width: 480px) {
				.timeline .timeline-step .timeline-label {
					float: left;
					margin-left: -22px;
					margin-top: 0;
					padding: 10px 0; }
			}
		.timeline .timeline-step .timeline-content {
			float: left;
			margin: 0 2em 0 0; }
			@media (max-width: 480px) {
				.timeline .timeline-step .timeline-content {
					margin: -14px 0 0 1em;
					width: calc(100% - 3em - 11px); }
			}
			.timeline .timeline-step .timeline-content h3 {
				font-size: 1.125rem;
				margin: 1.5em 0 0.5rem 0;
				padding: 0; }

.tile-wrapper {
	display: flex;
	flex-wrap: wrap; }

.tile-service .tile-wrapper {
	margin: 1em 0 0 0; }
	.tile-service .tile-wrapper .tile {
		padding: 1em 0 0 0;
		margin: 1em 0 0 0; }
	.tile-service .tile-wrapper .tile h3 {
		color: #0583c8; }
	.tile-service .tile-wrapper .tile::before {
		border: 2px solid #e8e8e8;
		border-radius: 2px;
		content: '';
		display: block;
		height: 0;
		margin: 0 0 1em 0;
		position: relative;
		transition: 0.25s;
		width: 100px; }
		.tile-service .tile-wrapper .tile:hover::before {
			border-color: #0264a3;
			width: 83.3333% }

.impact-spectrum {
	display: block;
	max-width: 800px;
	height: 250px;
	margin: 0 auto 4em auto;
	width: 90%; }
	@media (max-width: 480px) {
		.impact-spectrum {
			margin: 0 auto;
			width: 100%; }
	}
	.impact-spectrum .spectrum {
		background: linear-gradient(90deg, rgba(5,131,200,0.15) 0%, rgba(159,0,82,0.15) 100%);
		border-radius: 30px;
		height: 30px;
		margin: 2em 0;
		width: 100%; }
		.impact-spectrum .spectrum .dot {
			background: #fff;
			border-radius: 30px;
			box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
			display: block;
			height: 30px;
			transition: 1s ease-in-out;
			width: 30px; }
	.impact-spectrum .content-types {
		display: flex;
		float: left;
		justify-content: space-between;
		width: 100%; }
		.impact-spectrum .content-types .content-type {
			opacity: .5;
			transition: 1s;
			width: 33.3%;
			word-break: break-word; }
			.impact-spectrum .content-types .content-type.active,
			.impact-spectrum .content-types .content-type:hover {
				opacity: 1; }
			.impact-spectrum .content-types .content-type h3 {
				font-size: 1.125rem;
				margin: 0 0 0.5rem 0;
				padding: 0; }
				@media (max-width: 480px) {
					.impact-spectrum .content-types .content-type h3 {
						font-size: 1rem; }
				}
			.impact-spectrum .content-types .content-type ul {
				list-style: none;
				margin: 1em 0;
				padding: 0; }
			.impact-spectrum .content-types .content-type ul li {
				margin: .5em 0; }
				@media (max-width: 480px) {
					.impact-spectrum .content-types .content-type ul li {
						font-size: 1rem; }
				}
			.impact-spectrum .content-types .content-type.technical h3 {
				color: #0583c8; }
			.impact-spectrum .content-types .content-type.product {
				text-align: center; }
				.impact-spectrum .content-types .content-type.product h3 {
					color: #51428e; }
			.impact-spectrum .content-types .content-type.marketing {
				text-align: right; }
				.impact-spectrum .content-types .content-type.marketing h3 {
					color: #9f0052; }

.impact-spectrum-intro h2 {
	color: #666;
	font-size: 1.5em; }
	.impact-spectrum-intro p {
		margin: 1em auto;
		width: 75%; }

.circle-image {
	border-radius: 50%; }

.circle-wrapper {
	height: 350px;
	margin: 0 auto;
	width: 400px; }
	@media (max-width: 480px) {
		.circle-wrapper {
			margin: 2em auto;
			height: 240px;
			width: 300px; }
	}

.circle {
	background: radial-gradient(50% 50% at 50% 50%, rgba(159, 0, 82, 0) 76.04%, rgba(159, 0, 82, 0.1) 100%);
	border-radius: 50%;
	height: 300px;
	margin: 0 auto;
	position: relative;
	width: 300px; }
	@media (max-width: 480px) {
		.circle {
			height: 250px;
			width: 250px; }
	}

.circle .destination {
	background: #9F0052;
	border-radius: 50%;
	box-shadow: 0px 4px 10px rgba(119, 0, 62, 0.1), 0px 1px 2px rgba(119, 0, 62, 0.1);
	box-sizing: border-box;
	color: white;
	font-weight: bold;
	font-size: 17px;
	height: 80px;
	left: -40px;
	letter-spacing: 1px;
	margin-top: -40px;
	padding-top: 29px;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	width: 80px;
	z-index: 100; }

.circle .destination.right {
	left: auto;
	right: -40px; }

.circle .document {
	animation: orbit 10s linear infinite;
	background-image: url('/wp-content/uploads/2021/03/document.svg');
	height: 80px;
	left: 118px;
	position: absolute;
	top: 110px;
	width: 64px; }
	@media (max-width: 480px) {
		.circle .document {
			left: 93px;
			top: 85px; }
	}

@keyframes orbit {
	from { 	transform: rotate(0deg) translateX(150px) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}

@media (max-width: 480px) {
	@keyframes orbit {
		from { 	transform: rotate(0deg) translateX(125px) rotate(0deg); }
		to   {  transform: rotate(360deg) translateX(125px) rotate(-360deg); }
	}
}

.circle .document.top {
	animation: orbit2 10s linear infinite; }

@keyframes orbit2 {
	from { 	transform: rotate(-180deg) translateX(150px) rotate(180deg); }
	to   {  transform: rotate(180deg) translateX(150px) rotate(-180deg); }
}

@media (max-width: 480px) {
		@keyframes orbit2 {
		from { 	transform: rotate(-180deg) translateX(125px) rotate(180deg); }
		to   {  transform: rotate(180deg) translateX(125px) rotate(-180deg); }
	}
}

.big-number {
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -1px; }

.about-us-banner {
	background-image: url('/wp-content/uploads/2021/04/about-us-banner-1.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;}
	@media (max-width: 480px) {
		.about-us-banner {
			background-position: top center;
			padding: 0;	}
	}
	@media (max-width: 480px) {
		.about-us-banner .tile {
			width: 50%; }
	}
	.about-us-banner .tile-wrapper {
		padding-top: 3em !important;
		width: 75%; }
		@media (max-width: 480px) {
			.about-us-banner .tile-wrapper  {
				width: 100%; }
		}

.team-bubble {
	background-color: #efefef;
	border-radius: 50%;
	height: 280px;
	margin: 0 auto;
	position: relative;
	width: 280px;	}
	.team-bubble.linguists {
		background-color: #dde7ed; }
	.team-bubble.als {
		background-color: #e3e0e5; }
	.team-bubble.pms {
		background-color: #e6dbe1; }
	.team-bubble .team-member {
		background-color: #fff;
		background-size: cover;
		border-radius: 50%;
		border: 4px solid #cccc;
		height: 100px;
		position: absolute;
		transition: .25s;
		width: 100px; }
		.team-bubble .team-member:hover {
			transform: scale(1.1); }
		.team-bubble .team-member.small {
			height: 40px;
			width: 40px; }
		.team-bubble .team-member.xsmall {
			height: 30px;
			width: 30px; }
		.team-bubble .team-member.large {
			height: 120px;
			width: 120px; }
		.team-bubble.linguists .team-member {
			border-color: #0583c8;
			box-shadow: 0 2px 5px rgba(4,130,199,0.3), 0 10px 20px rgba(4,130,199,0.3); }
			.team-bubble.linguists .team-member.small {
				border-color: #0264a3;
				background-color: #0264a3; }
		.team-bubble.als .team-member {
			border-color: #8145aa;
			box-shadow: 0 2px 5px rgba(131,70,171,0.3), 0 10px 20px rgba(131,70,171,0.3); }
			.team-bubble.als .team-member.small {
				border-color: #592f75;
				background-color: #592f75; }
		.team-bubble.pms .team-member {
			border-color: #9f0052;
			box-shadow: 0 2px 5px rgba(158,0,82,0.3), 0 10px 20px rgba(131,70,171,0.3); }
			.team-bubble.pms .team-member.small {
				border-color: #77003e;
				background-color: #77003e; }

.about-us-teams .tile-wrapper {
	margin: 2em 0 0 0; }
	.about-us-teams .tile {
		padding: 0 2em; }
	.about-us-teams .tile .col-md-10 {
		padding: 0 1em;
		width: 100%; }
	.about-us-teams h3 {
		color: #666;
		font-size: 1.5em; }

.about-us-cta h3 {
	font-size: 1.5em;
	margin: 1em 0 1.5em 0; }

.about-us-leadership .staff-profile {
	width: 250px; }
	.about-us-leadership .staff-profile img {
		height: 250px;
		object-fit: cover;
		object-position: top;
		width: 250px; }
	.about-us-leadership .staff-profile p {
		float: auto;
		margin: 1.2em 0;
		text-align: center;
		width: 100%; }

.about-us-memberships .icon-wrapper {
	height: 200px;
	overflow: hidden;
	width: 200px; }
	@media (max-width: 480px) {
		.about-us-memberships .icon-wrapper {
			height: 150px;
			width: 150px; }
	}
	.about-us-memberships .icon-wrapper img {
		height: 160px;
		margin: 20px 0 0 0;
		object-fit: scale-down;
		width: 160px; }
		@media (max-width: 480px) {
			.about-us-memberships .icon-wrapper img {
				height: 130px;
				margin: 10px 0 0 0;
				width: 130px; }
		}
	@media (max-width: 480px) {
		.about-us-memberships .tile {
			width: 50%; }
	}

