/*!
Theme Name: SC Power Team
Theme URI: https://arbedigital.com
Author: SLANT
Author URI: http://arbedigital.com
Description: A custom theme for SC Power Team.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adbaseline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

adbaseline is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

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

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

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

/* Grouping content
   ========================================================================== */

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

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

/* Text-level semantics
   ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

/* Forms
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */

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

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

/* Misc
   ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 1.2em;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
  line-height: 1.5em;
}
h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.huge-title {
  font-size: 40px;
}
p {
  margin: 0 0 1.5em;
}
p.small-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 500;
  color: #30AFD1;
}
p.small-detail {
  font-size: 18px;
  font-weight: 500;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em;
}
blockquote p {
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  margin-bottom: 10px;
}
blockquote cite {
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;
  color: #30AFD1;
}
address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

@media screen and (min-width: 700px) {
  
  h2 {
  font-size: 40px;
  }
  .huge-title {
  font-size: 56px;
  }
  blockquote p {
  font-size: 30px;
  line-height: 40px;
  }
  
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 30px;
  }
}

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

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

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 17px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.hentry ul li::marker {
  color: #30afd1;
}
.hentry ul li {
  padding: 5px 0;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #30AFD1;
  text-decoration: none;
  transition: 0.3s ease-out all;
}

a:visited {
/* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  opacity: .6;
  transition: 0.3s ease-out all;
}

/* Forms
--------------------------------------------- */


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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 12px !important;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}




/*--------------------------------------------------------------
# Surgical
--------------------------------------------------------------*/
.white-bg {
  background: #fff;
}
.has-teal-color {
  color: #30afd1;
}
.has-dark-blue-color {
  color: #00437b;
}
.has-light-gray-color {
  color: #f4f4f4;
}
.has-dark-gray-color {
  color: #999;
}
.has-teal-background-color {
  background-color: #30afd1;
}
.has-dark-blue-background-color {
  background-color: #00437b;
}
.has-light-gray-background-color {
  background-color: #f4f4f4;
}
.has-dark-blue-to-teal-gradient-background {
  background: linear-gradient(205.79deg, #30AFD1 0%, #00437B 100%);
}
.has-medium-font-size {
  font-size: 18px;
}
.has-large-font-size {
  font-size: 48px;
}
.wp-block-button__link.has-teal-color {
  color: #30afd1;
  border-color: #30afd1;
}
.wp-block-button__link.has-teal-color:hover {
  color: #30afd1;
  opacity: 0.7;
}
.wp-block-image.is-style-circle-mask img, 
.wp-block-image.is-style-rounded img {
  border-radius: 8px;
}
.button,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 9px 20px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.2s ease-out all;
  background-color: #30afd1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  opacity: 0.8;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #00437b;
  cursor: pointer;
}

.button.blue {
  background-color: #00437b;
}
.button.large {
  padding: 14px 17px;
}
.button.outlined,
.wp-block-button.is-style-outline a {
  background: transparent;
  color: #30afd1;
  border: 2px solid;
  padding: .667em 1.333em;
}
.button.big-button {
  font-size: 20px;
  font-weight: 500;
  display: block;
  border-radius: 8px;
  text-align: left;
  /* line-height: 1.5; */
  padding: 20px;
}
.button.big-button svg {
  display: inline-block;
  width: 28px;
  margin-top: 0px;
  align-items: center;
  align-content: center;
  margin-left: 10px;
  /* float: right; */
}
.button.big-button .pre-text {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.button.big-button .bottom-text {
  /* display: flex; */
  /* justify-content: space-between; */
  /* padding-bottom: 10px; */
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: auto;
  /* float: right; */
}
.text-center {
  text-align: center;
}

@media screen and (min-width: 700px){
  
  .text-desktop-left {
  text-align: left;
  }
  .text-desktop-right {
  text-align: right;
  }
  .has-large-font-size {
  font-size: 56px;
  }
  .button.big-button {
  font-size: 24px;
  }
  .button.big-button svg {
  width: 38px;
  }
  
  
}

.line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 300;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: height 0.5s ease-out;
  height: 106px;
  padding: 0;
  background: rgba(255,255,255,0.15); 
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1140px !important;
}
.header.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 65px;
  background-color: #000;
  opacity: 1;
  background: rgba(255,255,255,0.95);
}

body.logged-in .header {
  top: 46px;
}

body.logged-in .header.sticky {
  top: 0px;
} 


.site-logo {
  display: inline-block;
  margin: 0 auto 0 0;
  width: 220px;
  color: #06326B;
  position: relative;
  z-index: 101;
  transition: 0.3s ease all;
}
.header-Dark .site-logo,
body.nav-open .site-logo {
  color: #fff;
}
.header-Dark .header.sticky .site-logo {
  color: #06326B;
}
.site-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.lang-switcher {
  color: #fff;
  text-align: center;
  opacity: 0.66;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.header-Dark .lang-switcher {
  color: #fff !important;
}
.lang-switcher svg {
  display: inline-block;
  width: 33px;
  height: auto;
  margin-right: 10px;
}
.lang-switcher .lang-text {
  font-size: 18px;
}

/* Mobile Menu Toggle */
.menu-toggle {
  margin-left: auto;
  position: relative;
  height: 36px;
  width: 34px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  z-index: 101;
  display: block;
}

.menu-toggle.open .menu-slice:after,
.menu-toggle.open .menu-slice:before {
  background: #06326B;
}
body.nav-open .menu-toggle.open .menu-slice:after,
body.nav-open .menu-toggle.open .menu-slice:before {
  background: #30AFD1;
}

body.nav-open { 
  height: 100%; 
  overflow: hidden;
}
.menu-toggle .menu-slice {
  width: 100%;
  height: 4px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background-color: #06326B;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}
.header-Dark .menu-toggle .menu-slice {
  background-color: #fff;
}
.header-Dark .header.sticky .menu-toggle .menu-slice {
  background-color: #06326B;
}
.menu-toggle .menu-slice:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%)
}

.menu-toggle .menu-slice:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%)
}

.menu-toggle .menu-slice:after,
.menu-toggle .menu-slice:before {
  width: 100%;
  height: 100%;
  background-color: #06326B;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.header-Dark .menu-toggle .menu-slice:after,
.header-Dark .menu-toggle .menu-slice:before {
  background-color: #fff;
}
.header-Dark .header.sticky .menu-toggle .menu-slice:after,
.header-Dark .header.sticky .menu-toggle .menu-slice:before {
  background-color: #06326B;
}

.menu-toggle .menu-slice:after {
  /* width: 50% */
}

.menu-toggle.open .menu-slice:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg)
}

.menu-toggle.open .menu-slice:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  width: 100%
}

.menu-toggle.open .menu-slice {
  background-color: transparent
}

.nav-n-button {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background:#06326B;
  z-index: 100;
  flex-direction: column;
  padding-top: 150px;
  align-items: center;
}
body.nav-open .nav-n-button {
  display: flex;
}

.main-navigation {
  width: 90%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  transition: 0.2s ease-out all;
  width: 100%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.main-navigation ul.sub-open {
  transform: translateX(-100%);
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 10px;
  right: -100%;
  margin: 0;
}
.main-navigation ul ul.is-open {
  display: block;
}
.main-navigation li.go-back {
  padding-top: 20px;
}
.main-navigation li.go-back a {
  color: #30AFD1;
  padding-top: 13px;
  line-height: 1;
  font-size: 24px;
  display: inline;
  padding-left: 35px;
  min-height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='29px' height='22px' viewBox='0 0 29 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Web' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='' transform='translate(-135.000000, -607.000000)' fill='%2330AFD1' stroke='%2330AFD1' stroke-width='3'%3E%3Cpath d='M160.25842,616.151072 C158.983995,614.780018 157.16839,614.05099 155.005669,614.05099 L138.992331,614.05099 L143.66989,609.497811 C143.724624,609.443217 143.755383,609.369098 143.755383,609.291803 C143.755383,609.214508 143.724624,609.140389 143.66989,609.085795 C143.557089,608.973373 143.375264,608.971156 143.259754,609.080795 L138.080027,614.130993 C138.074025,614.137993 138.070024,614.144993 138.064022,614.150994 L138.045016,614.174995 C138.045016,614.182995 138.036013,614.191995 138.031011,614.200996 C138.026009,614.209996 138.022008,614.216996 138.018007,614.225997 C138.014005,614.234997 138.018007,614.243997 138.010004,614.252998 C138.006879,614.261856 138.004208,614.270868 138.002001,614.279999 L138.002001,614.308 C137.999333,614.326237 137.999333,614.344765 138.002001,614.363002 L138.002001,614.391003 C138.004076,614.399842 138.006749,614.408529 138.010004,614.417004 C138.010004,614.427005 138.010004,614.436005 138.018007,614.445005 C138.026009,614.454006 138.02701,614.462006 138.031011,614.470006 C138.035012,614.478007 138.040014,614.488007 138.045016,614.496007 L138.064022,614.520008 C138.070024,614.526008 138.074025,614.533009 138.080027,614.539009 L143.259754,619.598208 C143.374174,619.712393 143.559472,619.712393 143.673892,619.598208 C143.728625,619.543614 143.759384,619.469494 143.759384,619.392199 C143.759384,619.314905 143.728625,619.240785 143.673892,619.186191 L139.010337,614.638013 L155.005669,614.638013 C157.000334,614.638013 158.667889,615.299039 159.828276,616.548088 C160.850617,617.648131 161.413805,619.129189 161.413805,620.716251 C161.413805,623.461359 159.625208,626.416475 155.697899,626.416475 L146.226743,626.416475 C146.118489,626.410134 146.015631,626.464267 145.95959,626.557075 C145.903549,626.649883 145.903549,626.76609 145.95959,626.858898 C146.015631,626.951706 146.118489,627.005839 146.226743,626.999498 L155.697899,626.999498 C157.632544,626.999498 159.263088,626.322472 160.412471,625.041421 C161.435812,623.898376 162,622.364316 162,620.716251 C162,618.982183 161.380794,617.36112 160.25842,616.151072 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 100%;
}
.main-navigation li {

}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 5px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 24px;
}
.main-navigation a br {
  /* height: 30px; */
  display: inline-block;
  width: 5px;
  /* background: red; */
  content: ' ';
}
.main-navigation ul ul a {
  font-size: 22px;
}
.header-Dark .main-navigation a {
  color: #fff;	
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1000px) {
  

  body.logged-in .header {
  top: 32px;
  }
  body.logged-in .header.sticky {
  top: 32px;
  }

  .site-logo {
  width: 280px;
  }
  .header.sticky .site-logo {
  width: 240px;
  }
  
  .menu-toggle {
  display: none;
  }
  .nav-n-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  background: transparent;
  padding: 0;
  width: auto;
  }
  li.go-back {
  display: none !important;
  }
  .header .main-navigation {
  display: flex;
  margin-left: auto;
  align-items: center;
  width: 100%;
  }
  .header .main-navigation a br {
  display: block;
  }
  .header .main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  }
  .header .main-navigation ul li {
  padding: 0;
  position: relative;
  }
  .header .main-navigation li.menu-item-has-children > a:before {
  content: '';
  width: 15px;
  position: absolute;
  right: 0px;
  height: 15px;
  top: 51%;
  transform: translateY(-50%);
  }
  .header .main-navigation ul li a {
  display: block;
  color: #06326B;
  padding: 13px 8px 13px 26px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  line-height: 1.2em;
  }
  .header .main-navigation > ul > li > a {
  position: relative;
  z-index: 99;
  line-height: 1.1;
  }
  .header .main-navigation > ul > li > a:hover {
  color: #30afd1;
  }
  body.header-Dark .header .main-navigation > ul > li > a {
  color: #fff;
  }
  body.header-Dark .header.sticky .main-navigation > ul > li > a {
  color: #06326B;
  }
  .header .main-navigation ul ul  { 
  z-index: 98;
  text-transform: none;
  font-size: 0.9em;
  min-width: calc(100% - 1px);
  width: 18em;
  margin: 0;
  border-right: 2px solid #30afd1; 
  position: absolute; 
  top: 0; 
  right: 0;
  padding-top: 60px;
  display: none;
  }
  .header.sticky .main-navigation ul ul {
  padding-top: 64px;
  }
  .header .main-navigation ul ul li {
  background: #FFF;
  }
  .header .main-navigation ul ul a {
  width: 100%;
  transition: 0.3s ease all;
  color: #000;
  padding: 15px 20px;
  }
  .header .main-navigation ul ul a:hover {
  background-color: #f4f4f4;
  }
  .header .main-navigation li:hover > ul,
  .header .main-navigation ul li.focus > ul {
  display: block;
  }
  .lang-switcher {
  opacity: 1;
  color: #06326B;
  display: none;
  }
  .lang-switcher svg {
  margin: 0;
  }
  .lang-switcher .lang-text {
  display: none;
  }
  
}

/*--------------------------------------------------------------
# Gutenberg Specific
--------------------------------------------------------------*/
.wp-block-columns {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:700px) {
  .wp-block-columns {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 599px){
  
  .non-responsive-columns .wp-block-column {
  flex-basis: 50% !important;
  }
  .centered-on-mobile {
  justify-content: center;
  }

}

/* .wp-block-group.has-background */
.wp-block-group {
  padding: 80px 0;
}
.wp-block-columns .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
  font-size: 30px;
  padding: 0 40px 0px 0px;
  margin: 0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
  font-size: 30px;
  line-height: 1.3;
}
.wp-block-group__inner-container .wp-block-columns:last-of-type {
  margin-bottom: 0;
}


@media screen and (min-width: 700px){
  
  .wp-block-group {
  padding: 30px 0;
  }
  .wp-block-group.has-dark-blue-to-teal-gradient-background {
  padding: 120px 0;
  }
  
  .wp-block-quote.is-large, 
  .wp-block-quote.is-style-large {
  font-size: 40px;
  }
  .wp-block-quote.is-large p, 
  .wp-block-quote.is-style-large p {
  font-size: 36px;
  }
  
}
@media screen and (max-width:700px ) {
  .wp-block-group {
    padding: 40px 0;
  }
}

/* Reusable Blocks */
.callout-icon-section {
  padding-bottom: 30px;
}
.callout-icon-section .wp-block-columns .wp-block-columns {
  padding-left: 0px;
  padding-right: 0px;
}
.callout-icon-section .wp-block-columns .wp-block-columns .wp-block-column:first-of-type {
  flex-basis: 20% !important;
}
.callout-icon-section .wp-block-columns .wp-block-columns .wp-block-column:last-of-type {
  flex-basis: 80% !important;
  padding-left: 20px;
}
.callout-icon-section h2 {
  font-size: 30px;
}

@media screen and (min-width: 700px) {
 
  .callout-icon-section h2 {
   font-size: 40px;
  }
  .callout-icon-section .wp-block-columns .wp-block-columns .wp-block-column:last-of-type {
  padding-left: 0px;
  }
  
}

@media screen and (max-width: 700px) {
  
  .home-gradient-section {
  text-align: center;
  }
  .home-gradient-section .has-teal-color {
  color: #fff !important;
  }
  .home-gradient-section .wp-block-buttons {
  justify-content: center;
  }
  .home-gradient-section .wp-block-columns {
  flex-direction: column-reverse;
  }
  .callout-icon-section {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/hero/hero.php
--------------------------------------------------------------*/
.hero { 
  text-align: center;
  font-size: 18px;
  padding: 150px 0px 20px;
  background: #fafafa;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.hero.archive-hero {
  margin-bottom: 0 !important;
}
.hero.Dark {
  color: #fff;
}
.hero h5 {
  color: #30afd1;
}
.hero h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.hero.Dark h5 {
  color: #fff;
}
.hero.Dark h1 {
  color: #30afd1;
}

.hero .button {
  margin-bottom: 30px;
}

@media screen and (min-width: 782px) {
  
  .hero {
  padding: 200px 0px 80px;
  text-align: left;
  }
  .hero h1 {
  font-size: 56px;
  }
  .hero-content {
  padding-top: 44px;
  }
  
}
@media screen and (max-width:700px) {
  .hero-content ul {
    text-align: left;
  }
}


/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/propertyslider/propertyslider.php
--------------------------------------------------------------*/
.propertyslider {
  width: 100%;
  padding-bottom: 60px;
}
#slider-hero ul.slides li,
#slider-hero .slick-slide {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 290px;
  padding-left: 0;
  padding-right: 0;
  min-height: 600px;
  text-align: center;
  color: #fff;
}
#slider-hero ul.slides {
  margin: 0 !important;
  padding: 0 !important;
}
#slider-hero ul.slides li .image,
#slider-hero .slick-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
#slider-hero h5,
#slider-hero h2,
#slider-hero .action {
  position: relative;
}
#slider-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #00437B;
  opacity: 0.7;
}
.dotsContainer {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  margin-top: -295px;
  position: relative;
  z-index: 100;
}
.dotsContainer .slick-slide {
  padding: 12px;
}
.dotcard {
  background: #fff;
  padding: 40px 20px;
  height: 200px;
  border: 4px solid transparent;
  border-radius: 8px;
  box-shadow: 0px 0px 19px -13px rgb(0 0 0 / 20%);
  cursor: pointer;
  display: flex;
  transition: 0.2s ease-out all;
}
.flex-active-slide .dotcard,
.slick-active.slick-center .dotcard {
  border-color: #30AFD1;
}
.dotcard .f-icon {
  display: block;
  color: #30AFD1;
  width: 30px;
  flex: 1 1 30px;
  margin: 0 20px 0 20px;
}
.dotcard .f-icon svg {
  display: block;
  width: 30px;
}
.dotcard .f-details {
  padding-top: 10px;
}
.dotcard .f-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 500;
}
.dotcard .desc {
  font-size: 14px;
  color: #333;
  opacity: 50%;
}
.custom-navigation {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 101;
  position: relative;
}

.flex-direction-nav {
  -webkit-tap-highlight-color: transparent;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 5%;
  margin-top: -55px;
  pointer-events: none;
  z-index: 101;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -58px;
  display: block;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 1000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  display: none !important;
}

.flex-nav-prev, 
.flex-nav-next,
.slick-prev,
.slick-next {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.flex-nav-prev,
.flex-prev,
.slick-prev {
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  transform: rotate(45deg);
  left: 0;
}
.flex-nav-next,
.flex-next,
.slick-next {
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  transform: rotate(-45deg);
  right: 0;
}
.flex-prev,
.flex-next,
.slick-prev,
.slick-next {
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
/*   position: absolute;
  top: -280px; */
}
.flex-nav-prev a, 
.flex-nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -99999px;
  overflow: hidden;
  pointer-events: all;
  z-index: 100;
}
.flex-direction-nav .flex-disabled{
  opacity: 0.5;
  cursor: default; 
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.view-all {
  padding: 100px 0 0;
  text-align: center;
}

@media screen and (min-width: 700px){
  
  .propertyslider {
  padding: 0 0 120px;
  }
  #slider-hero ul.slides li,
  #slider-hero .slick-slide {
  padding-top: 120px;
  min-height: 400px;
  }
  #slider-hero h5 {
  margin-bottom: 30px;
  }
  #slider-hero h2,
  #slider-hero .action {
  display: block;
  }
  #slider-hero h2 {
  margin-bottom: 55px;
  font-size: 56px;
  }
  .dotsContainer {
  margin-top: -195px;
  }
  
  .dotcard {
  height: 350px;
  display: block;
  padding: 20px;
  }
  .dotcard .f-icon {
  margin-bottom: 36px;
  width: 40px;
  flex: 1 1 40px;
  margin: 0 40px 0 20px;
  }
  .dotcard .f-icon svg {
  width: 100%;
  }
  .dotcard .f-title {
  font-size: 32px;
  line-height: 1.2em;
  }
  .dotcard .desc {
  font-size: 18px;
  }
  .flex-direction-nav {
  width: 98%;
  left: 1%;
  margin-top: -25px;
  }
  .slick-prev,
  .slick-next {
  bottom: inherit;
  top: 50%;
  }
  .flex-prev,
  .flex-next {
  top: -230px;
  }
  .flex-nav-prev, 
  .flex-nav-next,
  .flex-prev,
  .flex-next,
  .slick-prev,
  .slick-next {
  width: 50px;
  height: 50px;
  }
  .flex-nav-prev,
  .flex-prev,
  .slick-prev {
  border-left: 12px solid #30AFD1;
  border-bottom: 12px solid #30AFD1;
  transform: rotate(45deg);
  }
  .flex-nav-next,
  .flex-next,
  .slick-next {
  border-right: 12px solid #30AFD1;
  border-bottom: 12px solid #30AFD1;
  transform: rotate(-45deg);
  }
  .slick-prev {
  left: -25px;
  }
  .slick-next {
  right: -25px;
  }
}
@media screen and (max-width: 700px){ 
  .dotcard  {
    flex-direction: column;
    padding: 10px;
    height: 250px;
  }
  .dotcard .f-icon {
    flex: 0 1 30px;
    margin: 0px 0px 10px 0px;
  }
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/bigsuccessstories/bigsuccessstories.php
--------------------------------------------------------------*/

.bigstories {
  
}
.bigstories .bs-additional {
  font-size: 18px;
}

@media screen and (min-width: 700px) {
  
  .bigstories {
  padding: 60px 0 0;
  }
  .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: 250px;
  }
  .bigstories .bs-intro {
  grid-row: 1 / 2;
  }
  .bigstories .blog-card {
  width: 100%;
  }
  .grid-layout .with-card-1 {
  grid-row: 1 / 3;
  }
  .grid-layout .with-card-2 {
  grid-row: 2 / 4;
  }
  .grid-layout .with-card-3 {
  grid-row: 3 / 5;
  }
  .bigstories .blog-card-image {
  height: 400px;
  }
  .bigstories .bs-additional {
  grid-row: 4 / 6;
  padding-top: 85px;
  color: #999;
  }
  .negative-top {
  margin-top: -80px;
  }
  
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/blogcard/blogcard.php
--------------------------------------------------------------*/
.blogcards {
  padding: 30px 0;
}
.post-grid {
  
}
.blog-card {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-card-image {
  height: 240px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.blog-card-content {
  padding: 10px 32px 22px 22px;
}
.blog-card h3 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.blog-card h3 a {
  color: #333;
}
.card-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  line-height: 1.2em;
  padding: 10px 0px;
}
@media screen and (min-width: 700px){
  
  .post-grid {
  display: flex;
  justify-content: space-between;
  }
  .blog-card,
  .post-grid .teamcard {
  width: 32%;
  }
  
}


/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/iconcards/iconcards.php
--------------------------------------------------------------*/
.iconcards {
  padding: 30px 0;
}
.icon-card {
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 2px 22px 0 rgba(0,0,0,0.2);
}
.icon-card img {
  width: 112px;
  display: block;
  margin-bottom: 30px;
}
.icon-card-title {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.icon-card-content {
  opacity: .7;
  font-size: 18px;
  line-height: 1.4em;
}
.centered_cards .icon-card {
  text-align: center;
}
.centered_cards .icon-card img {
  margin: 0 auto 30px;
  width: auto;
  height: 80px;
  float: none;
}

@media screen and (min-width: 700px){
  
  .icon-card-grid {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  flex-wrap: wrap;
  }
  .icon-card {
  width: 32%;
  }
  .icon-card-grid.stretch .icon-card {
  flex: 1 1 0px;
  }
  .icon-card-grid.stretch {
  padding-right: 45px;
  }
  
}
@media screen and (max-width:700px) {
  .icon-card img {
    width: 56px;
    float: left;
    padding-right: 10px;
  }
  .icon-card-title {
    font-size: 30px;
  }
  .icon-card-content {
    clear: both;
  }
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/iconlist/iconlist.php
--------------------------------------------------------------*/
.icon-list {
  
}
.icon-list ul {
  list-style: none;
  padding: 0;
}
.icon-list ul li {
  display: flex;
  align-items: center;
}
.icon-list ul li img {
  display: block;
  max-width: 40px;
  height: auto;
  margin: 0 14px 0 0;
  flex-shrink: 0;
  align-self: center;
}

.image-placholder {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 100%;
  display: block;
  margin: 0 14px 0 0;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/statcard/statcard.php
--------------------------------------------------------------*/
.statcard {
  width: 400px;
  max-width: 100%;
  border-radius: 14px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 22px 0 rgba(0,0,0,0.2);
  padding: 30px;
  margin: 0 auto 35px;
}
.statcard .inner-card {
  display: flex;
  
}
.stat-info {
  flex: 1;
}
.stat-chart {
  
}
.stat-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.stat-number {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}
.card-statistic svg {
  height: auto;
  display: block;
  margin: 0 auto;
}
.bargraph {
  width: 90px;
}
.bars {
  transition: 0.5s ease-out all;
  transform: translateY(80%);
}
.bar1 {
  transition-delay: 0.5s;
}
.bar2 {
  transition-delay: 0.7s;
}
.bar3 {
  transition-delay: 0.9s;
}
.bar4 {
  transition-delay: 1.1s;  
}
.inview .bars {
  transform: translateY(0%);
}
@media screen and (min-width: 782px) {
  
  .statcard {
  margin: 0 0 60px auto;
  }
  .statcard.left {
  margin-right: auto;
  margin-left: 0;
  }
   
}
@media screen and (max-width: 700px) {
 .card-statistic #layer_1 {
    width: 90px;
  }
  .stat-number {
    font-size: 30px;
  }
  svg#layer_1 .cls-1 {
    stroke-width: 8px;
  }
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/stathero/stathero.php
--------------------------------------------------------------*/
.stathero { 
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  padding: 150px 0px 20px;
  background: #fafafa;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.stathero.Dark {
  color: #fff;
}
.stathero h5 {
  color: #30afd1;
}
.stathero h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}

.stathero.Dark h5 {
  color: #fff;
}
.stathero.Dark h1 {
  color: #30afd1;
}

.stathero .button {
  margin-bottom: 30px;
}
.statistic {
/*   width: 365px; */
/*   max-width: 100%; */
}
.stat-slide {
  text-align: center;
}
.flexslider .slides .stat-slide img {
  width: 280px;
  display: block;
  margin: 0 auto;
}
.large-stat {
  font-size: 40px;
  font-weight: 800;
  color: #30afd1;
}
.stat-description {
  
}

@media screen and (min-width: 782px) {
  
  .stathero {
  padding: 200px 0px 30px;
  text-align: left;
  margin-bottom: 30px;
  }
  .stathero h1 {
  font-size: 50px;
  }
  .stathero-content {
  padding-top: 44px;
  }
  .large-stat {
  font-size: 56px;
  }
  .stat-description {
  font-size: 20px;
  max-width: 340px;
  margin: 0 auto;
  }
  
}

/* FadeInUp Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0,40px,0)
  }

  to {
    transform: translate3d(0,0,0);
    opacity: 1
  }
}

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

.animatedFadeInUp {
  opacity: 0
}

.flex-active-slide .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/teamhero/teamhero.php
--------------------------------------------------------------*/
.teamhero {
  margin-bottom: 40px;
  font-size: 20px;
  padding: 150px 0px 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E9E9E9 100%);
}
.teamhero .container {
  max-width: 1440px !important;
}
.teamhero-image {
  margin: 0 -15px;
}
.teamhero-image img {
  display: block;
  margin: 0 auto;
}
.team-member-info {
  margin-bottom:  20px;
}
.teamhero .subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #30afd1;
  text-transform: uppercase;
  text-align: center;
}
.teamhero .position {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-info svg {
  width: 20px;
  height: auto;
  margin: 0 auto;
  display: block;
  color: #00437B;
}
.contact-info > div {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.contact-info .sm-icon {
  width: 25px;
  margin-right: 10px;
}
.contact-info .m-number svg {
  width: 12px;
}
.teamhero a {
  color: #30afd1; 
}

@media screen and (min-width: 782px) {
  
  .teamhero {
  padding: 130px 0px 0px;
  text-align: left;
  margin-bottom: 70px;
  }
  .teamhero-image {
  margin: 0;
  }
  .teamhero .subtitle {
  text-align: left;
  margin-bottom: 15px;
  }
  .teamhero h1 {
  font-size: 56px;
  margin-bottom: 5px;
  }
  .teamhero .position {
  margin-bottom: 20px;
  }
  .team-member-info {
  padding-top:  180px;
  }
  
}
@media screen and (max-width: 700px) {
  .teamhero {
    padding: 80px 0px 30px 0px;
  }
  .team .wp-block-group {
    padding: 20px 0px;
  }
  .team .wp-block-quote.is-large, 
  .team .wp-block-quote.is-style-large {
    padding: 0px 0px 20px 0px;
  }
}

/*--------------------------------------------------------------
# Gutenberg: template-parts/blocks/togglelist/togglelist.php
--------------------------------------------------------------*/
.toggle-list {
  
}


/*--------------------------------------------------------------
# Simple Page Template
--------------------------------------------------------------*/
body.page-template-template-simple .site-main {
  padding-top: 150px;
}
body.page-template-template-simple iframe {
  border-radius: 8px;
  margin-bottom: 35px;
}
body.page-template-template-simple .wp-block-columns {
  padding-left: 0px;
  padding-right: 0px;
}
body.page-template-template-simple .entry-content > h1,
body.page-template-template-simple .entry-content > h5,
body.page-template-template-simple .entry-content > h2 {
  text-align: center;
}

@media screen and (min-width: 700px){
  
  body.page-template-template-simple .site-main {
  padding-top: 190px;
  }
  body.page-template-template-simple .entry-content > h1,
  body.page-template-template-simple .entry-content > h5,
  body.page-template-template-simple .entry-content > h2 {
  text-align: inherit;
  }
  
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.teamcard {
  margin: 25px auto;
  background: #fff;
  box-shadow: 0 2px 22px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.team-headshot {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.teamcard .card-content {
  background: #fff;
  padding: 20px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.card-content .name {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2px;
  line-height: 1.2;
}
.card-content .position {
  color: #30AFD1;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.the-others {
  padding: 72px 0;
}


@media screen and (min-width: 700px){
  
  .the-others .teamcard {
  margin: 25px 0 40px;
  }
}

@media screen and (max-width: 700px) {
  .teamcard {
    margin: 25px !important;
  }
}


/*--------------------------------------------------------------
# Target Industry Pages
--------------------------------------------------------------*/

.leading-industries-list table thead th {
  font-size:24px;
  line-height: 1.2em;
  font-weight: 500;
  padding-bottom: 15px;
}
.leading-industries-list table td:first-child {
  width: 60%; 
}
.leading-industries-list table td {
  padding: 5px;
}
/*--------------------------------------------------------------
# Single Success Story
--------------------------------------------------------------*/
body.single-success_stories img {
  border-radius: 8px;
}
.success-hero {
  text-align: left;
  padding: 130px 0 20px;
}
.back-to {
  margin-bottom: 40px;
}
.back-to a {
  display: inline;
  padding-left: 35px;
  min-height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='29px' height='22px' viewBox='0 0 29 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Web' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='' transform='translate(-135.000000, -607.000000)' fill='%2330AFD1' stroke='%2330AFD1' stroke-width='3'%3E%3Cpath d='M160.25842,616.151072 C158.983995,614.780018 157.16839,614.05099 155.005669,614.05099 L138.992331,614.05099 L143.66989,609.497811 C143.724624,609.443217 143.755383,609.369098 143.755383,609.291803 C143.755383,609.214508 143.724624,609.140389 143.66989,609.085795 C143.557089,608.973373 143.375264,608.971156 143.259754,609.080795 L138.080027,614.130993 C138.074025,614.137993 138.070024,614.144993 138.064022,614.150994 L138.045016,614.174995 C138.045016,614.182995 138.036013,614.191995 138.031011,614.200996 C138.026009,614.209996 138.022008,614.216996 138.018007,614.225997 C138.014005,614.234997 138.018007,614.243997 138.010004,614.252998 C138.006879,614.261856 138.004208,614.270868 138.002001,614.279999 L138.002001,614.308 C137.999333,614.326237 137.999333,614.344765 138.002001,614.363002 L138.002001,614.391003 C138.004076,614.399842 138.006749,614.408529 138.010004,614.417004 C138.010004,614.427005 138.010004,614.436005 138.018007,614.445005 C138.026009,614.454006 138.02701,614.462006 138.031011,614.470006 C138.035012,614.478007 138.040014,614.488007 138.045016,614.496007 L138.064022,614.520008 C138.070024,614.526008 138.074025,614.533009 138.080027,614.539009 L143.259754,619.598208 C143.374174,619.712393 143.559472,619.712393 143.673892,619.598208 C143.728625,619.543614 143.759384,619.469494 143.759384,619.392199 C143.759384,619.314905 143.728625,619.240785 143.673892,619.186191 L139.010337,614.638013 L155.005669,614.638013 C157.000334,614.638013 158.667889,615.299039 159.828276,616.548088 C160.850617,617.648131 161.413805,619.129189 161.413805,620.716251 C161.413805,623.461359 159.625208,626.416475 155.697899,626.416475 L146.226743,626.416475 C146.118489,626.410134 146.015631,626.464267 145.95959,626.557075 C145.903549,626.649883 145.903549,626.76609 145.95959,626.858898 C146.015631,626.951706 146.118489,627.005839 146.226743,626.999498 L155.697899,626.999498 C157.632544,626.999498 159.263088,626.322472 160.412471,625.041421 C161.435812,623.898376 162,622.364316 162,620.716251 C162,618.982183 161.380794,617.36112 160.25842,616.151072 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 26px auto;
}



.related-story {
  padding: 60px 0px;
  background: #f4f4f4;
}
.related-story .nav-previous {
  flex: 1 0 100%;
}
.related-story .nav-next {
  display: none;
}

@media screen and (min-width: 700px){
  
  .top-row {
  margin-bottom: 50px;
  }
  .related-story {
  padding: 100px 0px;
  }
  
}

/*--------------------------------------------------------------
# Blog Listing and Success Stories Listings
--------------------------------------------------------------*/
.archive-wrap {
  padding-top: 40px;
  background: #fff;
}
.featured-success-story {
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
}
.featured-success-story .inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 30px;
  cursor: pointer;
}
.featured-success-story a {
  color: #fff;
}
.post-thumbnail img,
.featured-success-story img {
  border-radius: 8px;
}
article.hentry .post-thumbnail {
  display: block;
}
article.hentry .post-thumbnail img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
span.posted-on {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
  line-height: 1.2em;
  text-transform: uppercase;
}
.featured-success-story h2,
article.hentry h2.entry-title {
  font-size: 24px;
  line-height: 32px;
}
article.hentry h2.entry-title a {
  color: #30afd1;
}
article.hentry .entry-excerpt {
  font-size: 18px;
  line-height: 1.2em;
  color: rgb(51 51 51 / 65%);
  margin-bottom: 40px;
}
article .wp-block-image {
  margin: 0px auto;
  max-width: 1140px;
}
article .wp-block-image .size-large {
  margin: 0px;
  padding: 0px 15px 50px 15px;
}

@media screen and (min-width: 700px){
  
  .archive-wrap {
  padding-top: 80px;
  }
  .featured-success-story {
  margin-bottom: 80px;
  }
  .featured-success-story .inner-overlay {
  padding: 50px 50px 50px 100px;
  }
  article.hentry .post-thumbnail img {
  margin-bottom: 35px;
  }
  article.hentry h2.entry-title {
  font-size: 32px;
  line-height: 1.2em;
  }
  .featured-success-story h2 {
  font-size: 56px;
  line-height: 64px;
  }
  article.hentry .entry-excerpt {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 60px;
  }
  .featured-success-story .inner-overlay {
  justify-content: center;
  }
  
}

/* Tabs
============================================================ */
.w-tabs-list {
  position: relative;
  zoom: 1; }

.w-tabs-list:after, .w-tabs-list:before {
  display: table;
  content: ' '; }

.w-tabs-list:after {
  clear: both; }

.w-tabs-item {
  float: left;
  font-size: 0;
  position: relative;
  cursor: pointer;
  padding: 10px; }

.w-tabs-item-title {
  display: block;
  font-size: 16px;
  line-height: 24px; }

.w-tabs-item-control {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px; }

.w-tabs-section {
  position: relative; }

.w-tabs-section-title {
  display: none;
  font-size: 0;
  position: relative;
  cursor: pointer;
  padding: 10px; }

.w-tabs-section-title-text {
  display: block;
  padding-right: 34px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  flex: 1 1 0px;
}

.w-tabs-section-title-control {
  display: flex;
/*   position: absolute;
  top: 10px;
  right: 10px; */
  width: 48px;
  height: 48px;
  text-align: center;
  transition: transform .25s ease;
  border: 1px solid #30AFD1;
  color: #30AFD1;
  font-size: 24px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
span.icon-plus {
  position: relative;
  width: 20px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
span.icon-plus:after {
  content: "+";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  line-height: 1;
  transform: translateX(-50%);
}
.w-tabs-section.active span.icon-plus:after {
  content: "-";
  transform: translateX(-35%);
  
}

.w-tabs-section-content-h {
  padding: 10px; }

.w-tabs-item.with_icon .w-tabs-item-title, 
.w-tabs-section.with_icon .w-tabs-section-title-text {
  margin-left: 34px; }

.w-tabs-item-icon, 
.w-tabs-section-title-icon {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px; }

.w-tabs-section-content, .w-tabs.layout_accordion .w-tabs-list {
  display: none; }

.w-tabs-section.active .w-tabs-section-content, .w-tabs-item.with_icon .w-tabs-item-icon, .w-tabs-section.with_icon .w-tabs-section-title-icon, .w-tabs.layout_accordion .w-tabs-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.w-tabs-list {
  text-align: left;
  background-color: #f2f2f2;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset; }

.w-tabs-item {
  border-top: 3px solid transparent;
  -webkit-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease;
  padding: 12px 20px; }

.w-tabs-item:hover {
  background-color: rgba(0, 0, 0, 0.03); }

.w-tabs-item.active {
  box-shadow: none;
  background-color: #fff;
  color: #31c5c7;
  border-color: #31c5c7; }

.w-tabs-section-content-h {
  padding: 25px 0 1px; }

.w-tabs-section-title {
  padding: 22px 0px; 
}

.w-tabs-item-icon, .w-tabs-section-title-icon {
  font-size: 18px;
  top: 14px;
  left: 20px; }

.w-tabs-section-title-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.w-tabs-section-title:hover .w-tabs-section-title-icon, .w-tabs-section.active .w-tabs-section-title-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1; }

.w-tabs-item.with_icon .w-tabs-item-title, .w-tabs-section.with_icon .w-tabs-section-title-text {
  margin-left: 32px; }

.w-tabs.layout_accordion { }

.w-tabs.layout_accordion .w-tabs-section {
  border-bottom: 1px solid #e8e8e8; 
}

.w-tabs.layout_accordion .w-tabs-section.active {
/*   background: #f4f4f4;  */
}

.w-tabs.layout_accordion .w-tabs-section-title {
  -webkit-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease; }

.w-tabs.layout_accordion .w-tabs-section-title:hover {
  background-color: #f2f2f2; }

.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title {
  color: #333;
}

.w-tabs.layout_accordion .w-tabs-section-content-h {
  padding: 15px 20px;
}

.w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title-control {
  background: #30AFD1;
  color: #fff;
}

@media screen and (min-width: 700px) {
  
  .w-tabs-section-title {
  padding: 22px 20px; 
  }
  
}
@media screen and (max-width: 700px) {
  .w-tabs-section-title-text {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.connect {
  background: #fff;
  padding: 90px 0;
  border-top: 1px solid #e0e0e0;
}
.connect h3 {
  font-size: 42px;
  margin: 0;
  font-weight: 500;
}
.connect p {
  margin: 0;
}
.connect .form-container {
  padding-top: 30px;
}
.socials {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.socials a {
  color: #30AFD1;
}
.socials svg {
  display: block;
  height: 34px;
  width: auto;
  padding: 0 10px;
}
.site-footer {
  background: #06326B;
  color: #fff;
  padding: 60px 0 20px;
  font-size: 16px;
}
.site-footer a {
  color: #fff;
}

.footer-logo {
  display: block;
  margin: 0 auto 20px;
}
.bottom-footer {
  padding-top: 20px;
}

.site-footer ul.menu {
  font-size: 18px;
}
.site-footer ul.menu,
.site-footer ul.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.site-footer ul.menu {
  display: grid;
  grid-template-columns: 1fr;
}
.site-footer ul.menu li {
  padding: 0px;
  margin: 0px;
}
.site-footer ul.menu > li {
  margin-bottom: 20px;
}
.site-footer ul.menu > li > a {
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
  max-width: 85%;
}
.site-footer ul.menu ul.sub-menu a {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 5px 0px;
}
/* .site-footer ul.menu br {
  display: none;
} */
.site-footer li.go-back {
  display: none !important;
}
.footer-links {
  margin-bottom: 20px;
}
.footer-links a {
  display: block;
  margin-bottom: 5px;
}
.footer-links a,
.copyright {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 700px){
  
  .top-footer {
  padding-bottom: 50px;
  }
  .socials {
  justify-content: flex-end;
  margin-top: 0;
  }
  .site-footer ul.menu {
  font-size: 16px;
  grid-template-columns: 25% 20% 15% 18% 14%;
  column-gap: 2%;
  line-height: 1.2em;
  }
  .footer-logo {
  margin: 0 0 20px 0;
  }
  .footer-links {
  margin-bottom: 0px;
  }
  .footer-links a {
  display: inline;
  margin: 0;
  }
}




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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  font-size: 16px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
span.nav-subtitle {
  display: block;
  color: #333;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
/* 	display: block; */
}

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

.page-content,
.entry-content,
.entry-summary {
  
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area {
  padding: 0px 0px 0px 30px;
  
}
.widget-area .wp-block-search__inside-wrapper {
  flex-wrap: wrap;
}
.widget-area .wp-block-search__button {
  margin-left: 0px;
  margin-top: .625em;
}
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}
.stories-filter {
  padding: 0px;
}
.stories-search {
  margin: 0 0 40px 0;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list {
 list-style: none;
 padding-left: 0px; 
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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


/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
  max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
  }
  .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
  }
}




/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
     -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

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

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[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;
}



/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}


/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.container {
  max-width: 1140px !important;
}
.wp-block-column .container {
  padding-left: 0;
  padding-right: 0;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 @-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}

