/* Theme base styles */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLESHEETS BELOW */


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
.bg-primary,
.bg-primary-hover:hover,
.bg-primary-active.active,
.icon-bg-primary svg {
  background-color: #006083;
}

.bg-secondary,
.bg-secondary-hover:hover,
.bg-secondary-active.active,
.icon-bg-secondary svg {
  background-color: #00a19a;
}

.bg-dark,
.bg-dark-hover:hover,
.bg-dark-active.active,
.icon-bg-dark svg {
  background-color: #29235c;
}

.bg-light,
.bg-light-hover:hover,
.bg-light-active.active,
.icon-bg-light svg {
  background-color: #eeeeee;
}

.bg-white,
.bg-white-hover:hover,
.bg-white-active.active,
.icon-bg-white svg {
  background-color: #ffffff;
}

.text-primary,
.text-primary-hover:hover,
.text-primary-hover:hover h1,
.text-primary-hover:hover h2,
.text-primary-hover:hover h3,
.text-primary-hover:hover h4,
.text-primary-hover:hover h5,
.text-primary-hover:hover h6,
.text-primary-hover:hover p,
.text-primary-hover:hover ul,
.text-primary-hover:hover li,
.text-primary-hover:hover a,
.text-primary-hover:hover i,
.text-primary-active.active,
.text-primary-active.active h1,
.text-primary-active.active h2,
.text-primary-active.active h3,
.text-primary-active.active h4,
.text-primary-active.active h5,
.text-primary-active.active h6,
.text-primary-active.active p,
.text-primary-active.active ul,
.text-primary-active.active li,
.text-primary-active.active a,
.text-primary-active.active i,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary ul,
.text-primary li,
.text-primary a,
.text-primary i,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
p.text-primary,
ul.text-primary,
li.text-primary,
a.text-primary,
i.text-primary {
  color: #006083;
}

.text-primary svg,
.text-primary-hover:hover svg,
.text-primary-active.active svg,
svg.text-primary {
  fill: #006083;
}

.text-secondary,
.text-secondary-hover:hover,
.text-secondary-hover:hover h1,
.text-secondary-hover:hover h2,
.text-secondary-hover:hover h3,
.text-secondary-hover:hover h4,
.text-secondary-hover:hover h5,
.text-secondary-hover:hover h6,
.text-secondary-hover:hover p,
.text-secondary-hover:hover ul,
.text-secondary-hover:hover li,
.text-secondary-hover:hover a,
.text-secondary-hover:hover i,
.text-secondary-active.active,
.text-secondary-active.active h1,
.text-secondary-active.active h2,
.text-secondary-active.active h3,
.text-secondary-active.active h4,
.text-secondary-active.active h5,
.text-secondary-active.active h6,
.text-secondary-active.active p,
.text-secondary-active.active ul,
.text-secondary-active.active li,
.text-secondary-active.active a,
.text-secondary-active.active i,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p,
.text-secondary ul,
.text-secondary li,
.text-secondary a,
.text-secondary i,
h1.text-secondary,
h2.text-secondary,
h3.text-secondary,
h4.text-secondary,
h5.text-secondary,
h6.text-secondary,
p.text-secondary,
ul.text-secondary,
li.text-secondary,
a.text-secondary,
i.text-secondary {
  color: #00a19a;
}

.text-secondary svg,
.text-secondary-hover:hover svg,
.text-secondary-active.active svg,
svg.text-secondary {
  fill: #00a19a;
}

.text-dark,
.text-dark-hover:hover,
.text-dark-hover:hover h1,
.text-dark-hover:hover h2,
.text-dark-hover:hover h3,
.text-dark-hover:hover h4,
.text-dark-hover:hover h5,
.text-dark-hover:hover h6,
.text-dark-hover:hover p,
.text-dark-hover:hover ul,
.text-dark-hover:hover li,
.text-dark-hover:hover a,
.text-dark-hover:hover i,
.text-dark-active.active,
.text-dark-active.active h1,
.text-dark-active.active h2,
.text-dark-active.active h3,
.text-dark-active.active h4,
.text-dark-active.active h5,
.text-dark-active.active h6,
.text-dark-active.active p,
.text-dark-active.active ul,
.text-dark-active.active li,
.text-dark-active.active a,
.text-dark-active.active i,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark ul,
.text-dark li,
.text-dark a,
.text-dark i,
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark,
p.text-dark,
ul.text-dark,
li.text-dark,
a.text-dark,
i.text-dark {
  color: #29235c;
}

.text-dark svg,
.text-dark-hover:hover svg,
.text-dark-active.active svg,
svg.text-dark {
  fill: #29235c;
}

.text-light,
.text-light-hover:hover,
.text-light-hover:hover h1,
.text-light-hover:hover h2,
.text-light-hover:hover h3,
.text-light-hover:hover h4,
.text-light-hover:hover h5,
.text-light-hover:hover h6,
.text-light-hover:hover p,
.text-light-hover:hover ul,
.text-light-hover:hover li,
.text-light-hover:hover a,
.text-light-hover:hover i,
.text-light-active.active,
.text-light-active.active h1,
.text-light-active.active h2,
.text-light-active.active h3,
.text-light-active.active h4,
.text-light-active.active h5,
.text-light-active.active h6,
.text-light-active.active p,
.text-light-active.active ul,
.text-light-active.active li,
.text-light-active.active a,
.text-light-active.active i,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light ul,
.text-light li,
.text-light a,
.text-light i,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
p.text-light,
ul.text-light,
li.text-light,
a.text-light,
i.text-light {
  color: #eeeeee;
}

.text-light svg,
.text-light-hover:hover svg,
.text-light-active.active svg,
svg.text-light {
  fill: #eeeeee;
}

.text-white,
.text-white-hover:hover,
.text-white-hover:hover h1,
.text-white-hover:hover h2,
.text-white-hover:hover h3,
.text-white-hover:hover h4,
.text-white-hover:hover h5,
.text-white-hover:hover h6,
.text-white-hover:hover p,
.text-white-hover:hover ul,
.text-white-hover:hover li,
.text-white-hover:hover a,
.text-white-hover:hover i,
.text-white-active.active,
.text-white-active.active h1,
.text-white-active.active h2,
.text-white-active.active h3,
.text-white-active.active h4,
.text-white-active.active h5,
.text-white-active.active h6,
.text-white-active.active p,
.text-white-active.active ul,
.text-white-active.active li,
.text-white-active.active a,
.text-white-active.active i,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul,
.text-white li,
.text-white a,
.text-white i,
.text-white form,
.text-white form label,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
ul.text-white,
li.text-white,
a.text-white,
i.text-white {
  color: #ffffff;
}

.text-white svg,
.text-white-hover:hover svg,
.text-white-active.active svg,
svg.text-white {
  fill: #ffffff;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* In-page editor UI */

.in-editor-ui-label {
  background: #fff;
  border: 1px dotted blue;
  color: #006083 !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position {
  position: relative;
  top: -150px;
}
.footer {
  background-color: 

  
  
    
  


  rgba(0, 161, 154, 1)

;
}

/* Footer Content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: center;
  margin-bottom: 20px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 5px 10px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a, .footer a {
  color: #29235c;
  font-family: Signika, sans-serif;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a:hover,
.footer .hs-menu-wrapper ul li.hs-menu-item a:focus,
.footer a:hover, .footer a:focus {
  text-decoration: none;
  color: #00a19a !important;
}

.icon-wrapper a svg {
  transition: fill 0.3s ease-in-out;
}

.icon-wrapper a:hover svg, .icon-wrapper a:focus svg {
  fill: #00a19a !important;
}

/* Footer */
.footer{
  font-size: 15px;
  line-height: 1.8;
  background: url('https://25948799.fs1.hubspotusercontent-eu1.net/hubfs/25948799/argentis-rope-blue-tint.jpg') top center no-repeat;
  background-size: cover;
  margin-top: 0;
  clip-path: ellipse(85% 70% at 50% 70%);
}

.hs-content-id-50774835424 .footer, .hs-content-id-50977739194 .footer, .hs-landing-page .footer, .hs-content-id-103515374550 .footer {
  margin-top: -100px;
}

.hs-content-id-54903629503 .footer, .hs-blog-listing .footer, .hs-blog-post .footer, .hs-content-id-50411267548 .footer,
.hs-content-id-50617412298 .footer {
  margin-top: 0;
}

.footer *{
  font-size: inherit;
}
.footer .footer__container{
  max-width: 1240px;
}
.footer .hs-menu-wrapper.hs-menu-flow-vertical ul{
  display: block;
}
.footer .hs-menu-wrapper.hs-menu-flow-vertical ul li.hs-menu-item{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4px;
}
.footer .hs-menu-wrapper ul li.hs-menu-item a, .footer a {
  color: inherit !important;
}
.footer .footer-navigation-copyright > .row-fluid > .dnd-column{
  padding-left: 0;
}
.footer .footer-navigation-copyright .hs-menu-wrapper ul{
  font-size: 13px;
  justify-content: flex-start;
}
.footer .footer-navigation-copyright .hs-menu-wrapper ul li{
  margin: 0 20px 0 0;
}

.footer-navigation-social {
  text-align: right;
}

.footer-navigation-social .span2 {
  float: right !important;
  width: auto !important;
}

.footer-navigation-social .icon-wrapper {
  text-align: right !important;
}

.footer-navigation-social p {
  padding-right: 0.9em;
}

@media(max-width: 992px){

  .footer {
    clip-path: ellipse(100% 70% at 50% 70%);
  }

  .hs-content-id-50774835424 .footer, .hs-content-id-50977739194 .footer, .hs-landing-page .footer, .hs-content-id-54903629503 .footer {
    margin-top: 0 !important;
  }

  .footer .footer__container{
   /* max-width: 520px; */
  }
  .footer .footer-row-0-padding{
    padding-top: 120px !important;
  }
  .footer .span5.dnd-column, .footer .span6.dnd-column, .footer .span7.dnd-column{
    width: 100% !important;
    margin-left: 0 !important;
  }
  .footer .span4.dnd-column {
    width: 50% !important;
  }

  .footer-navigation-social {
    text-align: left;
  }
  
  .footer-navigation-social .span2 {
    float: left !important;
  }
  
  .footer-navigation-social .icon-wrapper {
    text-align: left !important;
    margin-left: -30px;
  }
  
  .footer-navigation-social p {
    padding-right: 0;
  }

}
@media(max-width: 767px){
  .footer{
    margin-top: -80px;
  }
  .footer .span2.dnd-module {
    width: 16% !important;
    float: left;
  }
  .footer-navigation-social .icon-wrapper {
    margin-left: -15px;
  }
}

@media(max-width: 480px) {
  .footer {
	  clip-path: ellipse(160% 70% at 50% 70%);
	}
}

/* End Footer */

/* Cookie Banner Styling */

/* Update font family on banner */
#CybotCookiebotDialog, #CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton { 
  font-family: Signika,sans-serif !important; 
}

/* Remove branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

/* Remove branding on the widget */
#CookiebotWidget .CookiebotWidget-main-logo {
    display: none !important;
}
body.no-scroll {
  overflow: hidden;
}


#main-content {
  padding-top: 140px;
}
@media (max-width: 1180px) {
  #main-content {
    padding-top: 120px;
  }

  .header-inner .mobile-menu-icon{
    font-size: 2.4em;
    color: #29235c !important;
  }
  #mobile-menu-icon-close{
      color: #29235c !important;
  }
  .header-inner .menu-container--cta{
      padding-left: 1.5em;
  }
  .header-inner .header-cta{
      margin-left: 0;
      align-items: flex-start;
  }
  .header-inner .header-cta .hs_cos_wrapper{
      margin-left: 0 !important;
      margin-right: 15px;
  }
}
@media (max-width: 992px) {
  #main-content {
    padding-top: 100px;
  }
}


.header {
  display: flex;
  flex-direction: row;
  height: 140px;
  justify-content: center;
  transition: all .5s ease;
  width: 100%;
  z-index: 999;
  padding: 0 40px;
  font-size: 20px;
}

.header::after {
  background-color: #006083;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 1s linear;
  width: 0;
}

.header-transparent {
  background-color: transparent;
  position: absolute;
}

.header-sticky {
  position: fixed;
}

.header-solid,
.header.scrolled {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header.scrolled{
  height: 120px;
}

.header.scrolled::after {
  width: 100%;
}

header.scrolled .logo-container .dark-logo img,
header.scrolled .logo-container .light-logo img{
  width: 160px !important;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1640px;
  width: 100%;
}

.header-inner .logo-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 25%;
}

.logo-container .dark-logo,
.logo-container .light-logo {
  position: absolute;
}

.logo-container .dark-logo img,
.logo-container .light-logo img {
  opacity: 0;
}

.transparent-light .logo-container .light-logo, 
.transparent-light .logo-container .light-logo img, 
.transparent-dark .logo-container .dark-logo,
.transparent-dark .logo-container .dark-logo img,
.header-solid .logo-container .dark-logo,
.header-solid .logo-container .dark-logo img,
.scrolled .dark-logo,
.scrolled .dark-logo img {
  opacity: 1;
}

.transparent-dark .logo-container .light-logo,
.transparent-dark .logo-container .light-logo img,
.header-solid .logo-container .light-logo,
.header-solid .logo-container .light-logo img,
.transparent-light.scrolled .light-logo, 
.transparent-light.scrolled .light-logo img, 
.transparent-dark.scrolled .light-logo, 
.transparent-dark.scrolled .light-logo img, 
.header-solid.scrolled .light-logo img, 
.header-solid.scrolled .light-logo {
  opacity: 0;
}

.logo-container .dark-logo img, .logo-container .light-logo img{
  width: 200px !important;
  height: auto;
  transition: width ease .35s
}

.header-inner .menu-container {
  width: 75%;
}

.header-inner .menu-container--inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

.menu-container--cta {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header-inner .mobile-menu-icon {
  align-items: center;
  display: flex;
  font-size: 1.4em;
  justify-content: flex-end;
  z-index: 1;
}

.transparent-light .header-inner .mobile-menu-icon {
  color: #ffffff;
}

.scrolled.transparent-light .header-inner .mobile-menu-icon,
.transparent-dark .header-inner .mobile-menu-icon,
.header-solid .header-inner .mobile-menu-icon {
  color: #00a19a;
}

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

#mobile-menu-icon-close {
  color: #00a19a;
}

.header-inner .header-cta {
  margin-left: 1em;
  display: flex;
}

.header-inner .header-cta .hs_cos_wrapper{
  margin-left: 15px;
}
.header-inner .header-cta .hs_cos_wrapper .button-wrapper{
  padding: 1em 0 0.5em 0;
  transition: all ease .35s;
}
.header.scrolled .header-inner .header-cta .hs_cos_wrapper .button-wrapper{
  padding-bottom: 0;
}
.header-inner .header-cta nav.navigation-primary ul.level-2{
  width: 100%;
}

/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Search bar */
.header-search {
  margin-bottom: 3px;
}

.header-search i {
  font-size: 1.2em;
  margin: 0.5em 0.5em 0 0;
}

.transparent-light .header-search i {
  color: #ffffff;
}

.scrolled.transparent-light .header-search a,
.scrolled.transparent-light .header-search i {
  color: #00a19a;
}


#site-search-modal {
  margin-top: 150px;
  max-width: 960px;
  vertical-align: top;
}

#site-search-modal .site-search-modal__inner {
  padding: 2em;
}

/* Navigation */
.navigation-primary {
  display: flex;
  justify-content: center;
  width: 100%;
}

header .navigation-primary{
  font-size: 18px;
}

.navigation-primary a {
  font-family: Signika, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.navigation-primary a,
.scrolled.transparent-light .navigation-primary a {
  color: #29235c;
}

.transparent-light .navigation-primary a {
  color: #ffffff;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active,
.navigation-primary a.active-item {
  color: #00a19a;
  position: relative;
}


.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  margin-bottom: unset;
  padding: 15px 20px;
}

header .submenu.level-1>li:last-child{
  padding-right: 0;
}

.header.transparent-light .submenu.level-1 > li {
  color: #ffffff;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > li > a {
  position: relative;
}

.header.transparent-light .submenu.level-1 > li > a {
  color: #ffffff;
}

/*

.header.scrolled .submenu.level-1 > li > a {
  color: #29235c;
}

*/

.submenu.level-1 > li:hover > a,
.header.transparent-light .submenu.level-1 > li:hover > a,
.header.transparent-dark .submenu.level-1 > li:hover > a,
.header.solid .submenu.level-1 > li:hover > a,
.header.scrolled .submenu.level-1 > li:hover > a {
  color: #00a19a;
}


.submenu.level-1 > .has-submenu > .menu-arrow {
  color: #29235c;
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 > .has-submenu > .menu-arrow {
  color: #29235c;
}

.submenu.level-2 .has-submenu>.menu-link:after {
  color: #ffffff;
  content: "\f054";
  font-family: "FontAwesome";
  float: right;
  margin-right: -28px;
  width: 15px;
  height: 15px;
  transform: scale(.8);
  transition: all .3s ease-in-out !important;
}

.submenu.level-2 .has-submenu:hover > .menu-link:after {
  color: #00a19a;
}

.submenu.level-2,
.submenu.level-3 {
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  padding: .5em 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: auto;
}

.submenu.level-2 {
  background-color: #00a19a;
  font-size: 1rem;
  /*width:100%;*/
  padding: 0;
}

.submenu.level-3 {
  background-color: #ffffff;
}

.submenu.level-2 a,
.scrolled.transparent-light .submenu.level-2 a {
  color: #ffffff;
}

.submenu.level-3 a,
.scrolled.transparent-light .submenu.level-3 a {
  color: #29235c;
}

.submenu.level-3 > li:first-child {
  font-weight: bold;
}

.submenu.level-2 > li:first-child > a, 
.submenu.level-3 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before,
.submenu.level-3 > li:first-child:before {
  background-color: #FFF;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  height: 30px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:before {
  display: none;
  top: -12px;
  left: calc(50% - 30px);
}

.submenu.level-3 > li:first-child:before {
  left: -30px;
  top: 15px;
}

.submenu.level-3 li:first-child a:after {
  content: "";
  display: block;
  position: relative;
  top: .7em;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #00a19a;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li,
.submenu.level-3 > li {
  margin-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  font-size: 1em;
  padding: 0.75em 2em 0.75em 1em;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu,
.submenu.level-3 > li:last-child,
.submenu.level-3 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #00a19a;
  cursor: pointer;
  transition: all 0.3s;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 50%;
  opacity: 1;
  z-index: 3;
}

.submenu.level-2 > li.has-submenu {
  position: relative;
}

.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
  top: -.5em;
  transform: translateX(0);
  z-index: 2;
}

/* Animate dropdown menu */

nav.navigation-primary ul.level-1 > li:hover ul.level-2 {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

nav.navigation-primary ul.level-2 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

#nav-toggle {
  display: none;
}

/* Header Button / CTA */
.header__btn{
  margin-left:50px;
}

.header__btn button:hover{
  background-color: #00a19a;
}

.hs_cos_wrapper_type_cta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/*****************************************************************************/
/*****************************************************************************/
/***********************    MOBILE STYLES   **********************************/
/*****************************************************************************/
/*****************************************************************************/


/*--------------------------------------------------*/
/*------------------     767px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 767px) {
  .menu-arrow svg {
    fill: #29235c;
  }

  .header-inner .logo-container{
    width: 55%;
  }
}


/*--------------------------------------------------*/
/*------------------     992px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 992px) {
  .header {
    height: 100px;
  }

  .header-inner {
    padding: 1em;

  }

  .header-inner .menu-container {
    width: 100vw;
  }

  .header-inner .menu-container--cta {
    padding-top: 1.3em;
  }

  .header .cta_button,
  .header.scrolled .cta_button {
    font-size: 12px !important;
  }

  .submenu.level-1>.has-submenu>.menu-arrow {
    display: block;
  }

  #site-search-modal .site-search-modal__inner {
    padding: 0;
  }
}


/*--------------------------------------------------*/
/*------------------    1024px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 1024px) {

}


/*--------------------------------------------------*/
/*------------------    1180px    ------------------*/
/*--------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1180px) {
  #site-search-modal .site-search-modal__inner {
    padding: 1em .5em;
  }

  .navigation-primary a {
    font-size: 1.2em;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 30px;
    top: 15px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .header-inner .menu-container {
    width: 50vw;
  }
}

@media (max-width: 1180px) {
  #mobile-menu-icon-open {
    display: block;
  }

  .header-top-bar {
    display: none;
  }

  .header {
    height: 120px;
  }

  .header-inner {
    padding: 1em;
    max-width: 100vw;
  }

  .header-inner .menu-container {
    background-color: rgba(255,255,255,0.95);
    display: none;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header-inner .menu-container--inner {
    display: block;
    height: 100vh;
    padding-top: 1.1em;
  }

  .header-inner .menu-container.show {
    display: block;
  }

  .header-inner .menu-container .navigation-primary {
    display: block;
  }

  .header-inner .menu-container--menu,
  .header-inner .menu-container--cta {
    width: 100%;
  }

 .header-inner .menu-container--menu {
  padding-top:20px;
 }

  .header-inner .menu-container--cta {
    justify-content: flex-start;
    padding: 0 0.5em 1.2em 0.5em;
  }

  .header-cta .button-wrapper {
    padding: 0;
  }

  #site-search-modal {
    margin-top: 75px;
  }

  .transparent-light .header-search a,
  .transparent-light .header-search i {
    color: #00a19a;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary a {
    color: #29235c !important;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 90%;
  }

  .submenu {
    display: none;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-1 {
    width: 100%;
  }

  .header-inner .menu-container .submenu.level-1>li {
    display: block;
  }
  .header-inner .menu-container .navigation-primary .submenu.level-1 li {
    display: block;
    padding: 0.5em 1.5em;
    width: 100%;
  }

  .submenu.level-1>.has-submenu>.menu-arrow-bg, 
  .submenu>.has-submenu>.menu-arrow-bg, 
  .submenu .menu-arrow-bg:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg:after {
    content: '\f077';
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 10%;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 27px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 .menu-arrow-bg {
    margin-right: 0;
  }

  .submenu.level-2 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
    font-size: 1em;
  }

  .submenu.level-2>li,
  .submenu.level-3>li {
    border-bottom: none;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu.level-2 > li:first-child:hover:before,
  .submenu.level-2 > li:first-child.focus:before {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    background-color: unset;
    font-size: 1em;
    padding: 0.2em 1em;
    transition: none;
    z-index: 1;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-2 li {
    padding: .5em 0;
  }

  .submenu.level-2 .has-submenu>.menu-link:after {
    display: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: transparent;
    position: relative;
    left: 0 !important;
    margin: 0 !important;
    padding: .5em 0 .5em 0;
    width: 100%;
    box-shadow: unset;
  }

  .submenu.level-2 > li.has-submenu:hover .submenu.level-3, 
  .submenu.level-2 > li.has-submenu.focus .submenu.level-3,
  .submenu.level-3 {
    top: 0;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3>li:first-child {
    font-weight: normal;
  }

  .submenu.level-3 li:first-child a:after {
    display: none;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 50px;
  }

  .submenu.level-2 a,
  .submenu.level-3 a {
    color: #29235c;
  }

  nav.navigation-primary ul.level-2 {
    opacity: 1;
    visibility: visible;
  }
  
  nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
  nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
    -webkit-animation-name: unset;
            animation-name: unset;
  }

  /*
  .menu-container--cta .header-cta ul.level-1 li {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }

  .menu-container--cta .header-cta ul.level-1 li:last-child a {
    color: #ffffff !important;
  }

  .menu-container--cta .header-cta ul.level-1 li:last-child a, .menu-container--cta .header-cta ul.level-1 li a:hover {
    color: #006083 !important;
  }

  .menu-container--cta .header-cta ul.level-1 li:first-child a, .menu-container--cta .header-cta ul.level-1 li:last-child a {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #006083 !important;
    font-size: 1.2em !important;
    padding: 0 0 10px 0 !important;
    text-align: left;
  }
*/

  .header-inner .menu-container--cta{
    padding-left: 0;
  }
  .header-inner .header-cta{

  }
  .menu-container--cta .header-cta ul.level-1 li{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .menu-container--cta .header-cta ul.level-1 li a{
    min-width: 140px;
    font-size: 1.2em !important;
  }
  .menu-container--cta .header-cta ul.level-1 > li:last-child > a{
    color: white !important;
    padding-right: 35px;
  }

  .menu-container--cta .submenu.level-1>.has-submenu>.menu-arrow{
    margin-top: 0.5em;
    height: 38px;
    top: 0;
    left: auto;
    right: 0;
    width: 160px;
  }
  .menu-container--cta .submenu.level-1>.has-submenu>.menu-arrow .menu-arrow-bg{
    margin-right: 5px;
  }

  .menu-container--cta .submenu.level-1>.has-submenu>.menu-arrow .menu-arrow-bg:after{
    color: white !important;
    line-height: 35px;
  }

  .menu-container--cta .header-cta ul.level-1 li:first-child a:before, .menu-container--cta .header-cta ul.level-1 li:last-child a:before {
    display: none !important;
  }

  .header-cta .submenu.level-2 .menu-item .menu-link{
    padding: 0.2em 1em !important;
    text-align: left;
    color: #29235c!important;
  }


}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
.l-button-group {
  gap: 15px;
}

button,
.button, .menu-container--cta .header-cta ul.level-1 li a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.77rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: rgba(#

  
  
    
  


  rgba(0, 161, 154, 0.0)

, 0.0);
  border: 2px solid #00a19a;
  border-radius: 0px;
  color: #00a19a;
  padding: 6px 15px;
  width: auto;
  max-width: ;
}

.menu-container--cta .header-cta ul.level-1 li {
  padding: 1em 0 0 0;
  margin-left: 10px;
  transition: all .35s ease;
}

.menu-container--cta .header-cta ul.level-2 li {
  padding:0;
  margin-left: 0;
}

.menu-container--cta .header-cta ul.level-2 li a {
  width: inherit;
  border:none;
  white-space: inherit;
  background-color: transparent !important;
  padding:10px 5px !important;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:not(.no-animation):before,
.button:not(.no-animation):before,
input.hs-button:before, .menu-container--cta .header-cta ul.level-1 li:first-child a:before, .menu-container--cta .header-cta ul.level-1 li:last-child a:before, .menu-item .submenu a:before {
 content:"";
 display:block;
 background-color: #00a19a;
 width:0;
 position:absolute;
 height:100%;
 top:0;
 left:0;
 z-index:-1;
 transition:width .2s ease-in-out
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.menu-item .submenu a:hover,
.menu-item .submenu a:focus {
  text-decoration: none;
  color: #fff;
}

.menu-item .submenu a:hover,
.menu-item .submenu a:focus {
  color: #fff !important;
}

button:active,
.button:active {
  text-decoration: none;
  color: #fff;
}

.button:not(.no-animation):hover:before,
.button:not(.no-animation):active:before,
.button:not(.no-animation):focus:before,
input.hs-button:hover:after, 
.menu-container--cta .header-cta ul.level-1 li:first-child a:hover:before,
.menu-container--cta .header-cta ul.level-1 li:first-child a:active:before,
.menu-container--cta .header-cta ul.level-1 li:first-child a:focus:before,
.menu-container--cta .header-cta ul.level-1 li:last-child a:hover:before,
.menu-container--cta .header-cta ul.level-1 li:last-child a:active:before,
.menu-container--cta .header-cta ul.level-1 li:last-child a:focus:before, 
.menu-item .submenu a:hover:before, 
.menu-item .submenu a:active:before,
.menu-item .submenu a:focus:before {
 width:100%;
}

/* 
  Custom Button Sytles 
*/

/*
  Button size styles
*/
button.large,
.button.large {
  font-size: 1.25em;
  line-height: 1.1;
  max-width: 100%;
  padding: 1em 2em;
}

button.medium,
.button.medium {
  font-size: 17px;
  line-height: 1.1;
  padding: 0.8em 1.5em;
}

button.small,
.button.small, .menu-container--cta .header-cta ul.level-1 li a {
  font-size: 1rem;
  line-height: 1.1;
}

/*
  Button standard styles
*/

button.primary.solid,
.button.primary.solid {
  background-color: transparent;
  border-color: #006083;
}

button.primary.solid.border-primary,
.button.primary.solid.border-primary,
.menu-container--cta .header-cta ul.level-1 li:last-child a {
  background-color: #006083;
  border-color: #006083;
}

.menu-container--cta .header-cta ul.level-1 li:last-child a:hover,
.menu-container--cta .header-cta ul.level-1 li:last-child a:focus,
.menu-container--cta .header-cta ul.level-1 li:last-child a:active {
  color: #ffffff;
}

.button.primary.solid.border-primary:hover, button.primary.solid.border-primary:hover,
.button.primary.solid.border-primary:focus, button.primary.solid.border-primary:focus {
  background-color: #00a19a;
  border-color: #00a19a !important;
}

button.primary.solid.border-secondary,
.button.primary.solid.border-secondary {
  background-color: #006083;
  border-color: #00a19a;
}

button.primary.solid.border-light,
.button.primary.solid.border-light {
  background-color: #006083;
  border-color: #eeeeee;
}

button.primary.solid.border-dark,
.button.primary.solid.border-dark {
  background-color: #006083;
  border-color: #29235c;
}

button.primary.solid.border-white,
.button.primary.solid.border-white {
  background-color: #006083;
  border-color: #ffffff;
}


button.primary.outline,
.button.primary.outline, .menu-container--cta .header-cta ul.level-1 li:first-child a {
  background-color: transparent;
  border-color: #006083;
}


button.secondary.solid,
.button.secondary.solid {
  background-color: #00a19a;
  border-color: #00a19a;
}

button.secondary.solid.border-primary,
.button.secondary.solid.border-primary {
  background-color: #00a19a;
  border-color: #006083;
}

button.secondary.solid.border-secondary,
.button.secondary.solid.border-secondary {
  background-color: #00a19a;
  border-color: #00a19a;
}

button.secondary.solid.border-light,
.button.secondary.solid.border-light {
  background-color: #00a19a;
  border-color: #eeeeee;
}

button.secondary.solid.border-dark,
.button.secondary.solid.border-dark {
  background-color: #00a19a;
  border-color: #29235c;
}

button.secondary.solid.border-white,
.button.secondary.solid.border-white {
  background-color: #00a19a;
  border-color: #ffffff;
}

button.secondary.outline,
.button.secondary.outline {
  background-color: transparent;
  border-color: #00a19a;
}

button.dark.solid,
.button.dark.solid {
  background-color: #29235c;
  border-color: #29235c;
}

button.dark.solid.border-primary,
.button.dark.solid.border-primary {
  background-color: #29235c;
  border-color: #006083;
}

button.dark.solid.border-secondary,
.button.dark.solid.border-secondary {
  background-color: #29235c;
  border-color: #00a19a;
}

button.dark.solid.border-light,
.button.dark.solid.border-light {
  background-color: #29235c;
  border-color: #eeeeee;
}

button.dark.solid.border-dark,
.button.dark.solid.border-dark {
  background-color: #29235c;
  border-color: #29235c;
}

button.dark.solid.border-white,
.button.dark.solid.border-white {
  background-color: #29235c;
  border-color: #ffffff;
}

button.dark.outline,
.button.dark.outline {
  background-color: transparent;
  border-color: #29235c;
}

button.light.solid,
.button.light.solid {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

button.light.solid.border-primary,
.button.light.solid.border-primary {
  background-color: #eeeeee;
  border-color: #006083;
}

button.light.solid.border-secondary,
.button.light.solid.border-secondary {
  background-color: #eeeeee;
  border-color: #00a19a;
}

button.light.solid.border-light,
.button.light.solid.border-light {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

button.light.solid.border-dark,
.button.light.solid.border-dark {
  background-color: #eeeeee;
  border-color: #29235c;
}

button.light.solid.border-white,
.button.light.solid.border-white {
  background-color: #eeeeee;
  border-color: #ffffff;
}

button.light.outline,
.button.light.outline {
  background-color: transparent;
  border-color: #eeeeee;
}

button.white.solid,
.button.white.solid {
  background-color: #ffffff;
  border-color: #ffffff;
}

button.white.solid.border-primary,
.button.white.solid.border-primary {
  background-color: #ffffff;
  border-color: #006083;
}

button.white.solid.border-secondary,
.button.white.solid.border-secondary {
  background-color: #ffffff;
  border-color: #00a19a;
}

button.white.solid.border-light,
.button.white.solid.border-light {
  background-color: #ffffff;
  border-color: #eeeeee;
}

button.white.solid.border-dark,
.button.white.solid.border-dark {
  background-color: #ffffff;
  border-color: #29235c;
}

button.white.solid.border-white,
.button.white.solid.border-white {
  background-color: #ffffff;
  border-color: #ffffff;
}


button.white.outline,
.button.white.outline {
  background-color: transparent;
  border-color: #ffffff;
}


/*
  Button Hover Styles
*/

button.primary-hover:hover,
button.primary-hover:focus,
.button.primary-hover:hover,
.button.primary-hover:focus {
  border-color: #006083 !important;
}

.button.primary-hover:not(.no-animation):before, .menu-container--cta .header-cta ul.level-1 li:first-child a:before,
.menu-container--cta .header-cta ul.level-1 li:last-child a:before {
  background-color: #006083;
}

.menu-item .submenu a:before {
  background-color: #006083 !important;
}

button.secondary-hover:hover,
button.secondary-hover:focus,
.button.secondary-hover:hover,
.button.secondary-hover:focus {
  border-color: #00a19a !important;
}

button.solid.secondary-hover:hover,
button.solid.secondary-hover:focus,
.button.solid.secondary-hover:hover,
.button.solid.secondary-hover:focus {
  background-color: #00a19a !important;
}

.button.secondary-hover.active {
  background-color: #00a19a !important;
  color: #ffffff;
}

button.dark-hover:hover,
button.dark-hover:focus,
.button.dark-hover:hover,
.button.dark-hover:focus {
  border-color: #29235c !important;
}

button.dark-hover:not(.no-animation):before, .button.dark-hover:not(.no-animation):before {
  background-color: #29235c;
}

button.light-hover:hover,
button.light-hover:focus,
.button.light-hover:hover,
.button.light-hover:focus {
  border-color: #eeeeee !important;
}

button.light-hover:not(.no-animation):before, .button.light-hover:not(.no-animation):before {
  background-color: #eeeeee;
}

button.white-hover:hover,
button.white-hover:focus,
.button.white-hover:hover,
.button.white-hover:focus {
  border-color: #ffffff !important;
}

button.white-hover:not(.no-animation):before, .button.white-hover:not(.no-animation):before {
  background-color: #ffffff;
}

/* 
  Button Text Styles 
*/

button.text-primary,
.button.text-primary, .menu-container--cta .header-cta ul.level-1 li a {
  color: #006083;
}

button.text-secondary,
.button.text-secondary{
  color: #00a19a;
}

button.text-dark,
.button.text-dark{
  color: #29235c;
}

button.text-light,
.button.text-light{
  color: #eeeeee;
}

button.text-white,
.button.text-white{
  color: #ffffff;
}

button.text-primary-hover:hover,
.button.text-primary-hover:hover{
  color: #006083;
}

button.text-secondary-hover:hover,
.button.text-secondary-hover:hover{
  color: #00a19a;
}

button.text-dark-hover:hover,
.button.text-dark-hover:hover{
  color: #29235c;
}

button.text-light-hover:hover,
.button.text-light-hover:hover{
  color: #eeeeee;
}

button.text-white-hover:hover,
.button.text-white-hover:hover, .menu-container--cta .header-cta ul.level-1 li a:hover, .menu-container--cta .header-cta ul.level-1 li:last-child a {
  color: #fff;
}

.sticky-cta > .row-fluid {
  position: fixed;
  z-index: 999999;
}

.sticky-cta .button-wrapper {
  
}

.sticky-cta .hs-cta-embed {
    width: 220px !important;
    height: 220px !important;
    position: fixed;
    left: 0;
    top: 20vh;
    z-index: 40;
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    z-index: 999999 !important;
    max-height: none !important;
    max-width: none !important;
}

.sticky-cta .hs-cta-embed img {
  height: 40px !important;
}

@media (max-width: 480px) {
  .sticky-cta .hs-cta-embed {
    bottom: -18px;
    height: 42px !important;
    left: 0;
    top: auto;
    transform: none;
    width: 100% !important;
  }
}
.content-card {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
    transition: box-shadow .4s ease;
  }
  
  .content-card:hover {
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
  }
  
  .content-card-image {
    max-height: 250px;
    overflow: hidden;
  }
  
  .content-card-image img {
    max-width: 100%;
    transition: all .3s ease-in-out;
  }
  
  .content-card:hover .content-card-image img {
    transform: scale(1.1);
  }
  
  .content-card-content {
    padding: 1.5em;
  }
  
  .content-card-title h4 {
    position: relative;
    margin-bottom: .25em;
  }
    
  .content-card-meta-item {
    margin-bottom: .75em;
  }
  
  .content-card-meta-item i {
    margin-right: .4em;
    text-align: center;
    width: 18px;
  }
  
  .content-card-tag {
    border: 1px solid #00a19a;
    color: #00a19a;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
  }
  
  .content-card-date-time {
    color: #00a19a;
    font-size: .75em;
  }
  
  .content-card-description {
    margin-top: 1em;
  }
  
  .content-card-full-link {
    color: #006083;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .content-card-full-link:hover {
    color: #006083;
  }
  
  .content-card-button {
    margin-top: 1.5em;
    position: relative;
    z-index: 1;
  }
  
  .content-card-button .button {
    font-size: .9em;
  }
  
  .content-card.event-card {
    background-color: #fff;
  }
  
  .content-card.event-facilitator-card {
    margin: 0 auto;
    max-width: 500px;
  }
  
  .content-card-event-facilitator-section {
    background-color: #fff;
    padding: 1.5em;
  }
  
  .content-card-event-facilitator {
    display: flex;
  }
  
  .content-card-event-facilitator-image {
    width: 27%;
    margin-right: 3%;
    overflow: hidden;
  }
  
  .content-card-event-facilitator-image img {
    width: 100%;
  }
  
  .content-card-event-facilitator-name {
    width: 70%;
  }
  
  .content-card-event-facilitator-short-bio {
    margin-top: 1em;
  }
  
  .content-card-event-facilitator-short-bio .read-more-link {
    margin-bottom: .4em;
  }
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 4em 0;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookiebot-privacy-wrapper .hs-embed-wrapper {
  max-height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
}

.CookieDeclarationType {
  border: none !important;
  padding: unset !important;
}
form,
.submitted-message {
  font-family: Signika, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(0, 96, 131, 1)

;
  color: #00a19a;
}

/* Form fields */
.hs-form-field, .legal-consent-container .field.hs-form-field {
  margin-bottom: 1.4rem !important;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #006083;
}

.dnd-section--enquiry-form form label{
  font-size: inherit;
  color: #ffffff !important;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #006083;
}

/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-color: #006083;
  color: #00a19a;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #00a19a;
}

form fieldset {
  max-width: 100% !important;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #00a19a;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #00a19a;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
  background: #006083;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
  background-color: #006083 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #006083;
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg, form .hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: 

  
  
    
  


  rgba(0, 161, 154, 0.0)

;
  border: 2px solid #00a19a;
  border-radius: 0px;
  color: #00a19a;
  padding: 6px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 121, 114, 0.0);
  border-color: #007972;
  color: #00a19a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 201, 194, 0.0);
  border-color: #28c9c2;
  color: #00a19a;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

.hs-landing-page form label,
.hs-landing-page form p {
  font-size: 1.1rem;
}

.hs-landing-page form input[type=submit] {
  font-size: 17px;
  line-height: 1.1;
  padding: 1em 2em;
}
.social-icon-link {
  margin-right: 1em;
}

.social-icon-link i,
.social-icon-link svg {
  color: #006083;
  fill: #006083;
  height: 1.2em;
}

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #00a19a;
  fill: #00a19a;
}
/*  These are override styles for the jQuery Modal popup plugin
    You will most likely need to use !important on most of these (but try without first!)
*/
.blocker {
  z-index: 2 !important;
}

.modal {
  border-radius: 0 !important;
}

.modal a.close-modal[class*="icon-"] {
  background: #00a19a;
  border-radius: 50%;
  -webkit-border-radius:  50%;
  -moz-border-radius:     50%;
  -o-border-radius:       50%;
  -ms-border-radius:      50%;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  right: -12px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  top: -12px;
  width: 30px;
  height: 30px;
}

#external-popup{
  padding: 40px;
  text-align: center;
}
#external-popup h3{
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
#external-popup .external-button{
  display: inline-block;
  border: 1px solid;
  padding: 3px 20px
}

#external-popup a.close-modal {
  line-height: 1.5em;
}

#external-popup a.close-modal:hover {
  background-color: #29235c !important;
}

@media (max-width: 1024px) {
  body.search-active .blocker {
    z-index: 999 !important;
  }
}
/*  These are override styles for the Slick Slider jQuery plugin
    You may need to use !important on most of these (but try without first!)
*/
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

.slick-list {
  margin: 0 100px !important;
  text-align: center;
}

.slick-prev, 
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 40px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, 
.slick-next:before {
  font-family: FontAwesome;
  color: #00a19a;
  font-size: 40px;
}

.text-white .slick-prev:before, 
.text-white .slick-next:before {
  color: #ffffff;
}

.slick-prev:before {
  content: '\f053';
}

.slick-next:before {
  content: '\f054';
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
  background-color: unset !important;
  border-color: unset !important;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slick-dots button {
  background-color: #cfcfcf;
  border-radius: 50%;
  border: none;
  font-size: 0;
  height: 10px;
  line-height: 0;
  margin: 2px;
  padding: 0;
  width: 10px;
}

.text-white .slick-dots button {
  background-color: rgba(255, 255, 255,.6);
}

.slick-dots .slick-active button {
  background-color: #00a19a;
}

.text-white .slick-dots .slick-active button {
  background-color: #ffffff;
}
/* Table */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #006083;
  border-collapse: collapse;
}

table.summary-wwc {
	width: 100%;
}

table.summary-wwc th {
	width: 15%;
}

table.summary-wwc td {
	width: 85%;
}

table p {
  margin: 0 0 1.2em 0;
  font-size: 1rem;
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  border-color: #006083;
  color: #006083;
  border-collapse: collapse;
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
  background-color: 

  
  
    
  


  rgba(0, 96, 131, 1)

;
  border-bottom-color: #006083;
  color: #FFFFFF;
}

/* Table Footer */
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #006083;
}
html {
  scroll-behavior: smooth;
  font-size: 15px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

body {
  line-height: 1.75;
  word-break: break-word;
  font-family: Signika, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #006083;
}

/* Paragraphs */
p {
  font-size: 1.1rem;
  margin: 1.2em 0;
  font-family: Signika, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #00a19a;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #006083;
}

a:active {
  color: #006083;
}

/* Headings */
h1,
h2,
h3, 
h4,
h5,
h6 {
  margin: 0 0 .5em 0;
  line-height: 1.4;
}

h1 {
  font-family: Signika, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #006083;
  font-size: 3.5em;
  line-height: 1.1em;
}

h2 {
  font-family: Signika, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #006083;
  font-size: 2.67em;
  line-height: 1.1em;
}

h3 {
  font-family: Signika, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #006083;
  /*font-size: 1.53em;*/
  font-size: 2em;
  line-height: 1.2em;
}

h4 {
  font-family: Signika, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #006083;
  font-size: 1.5em;
}

.hs-blog-post h4 {
  margin-top: 1.5em;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Signika, sans-serif; font-style: normal;
  color: #006083;
  font-size: 1.25em;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Signika, sans-serif; font-style: normal;
  color: #006083;
  font-size: 1.15em;
}

small, .text_small {font-size: 0.8rem;}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
  font-size: 1.1rem;
}

.sitemap ul {
  font-size: 2em;
}

.sitemap ul ul {
  font-size: 0.8em;
  line-height: 1.3em;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

li {
  margin-bottom: .5em;
  padding-left: 0.25em;
}

.sitemap ul ul li {
  padding-left: 1em;
}

.sitemap ul ul ul {
  margin-top: 0.5em;
}

.hs-breadcrumb-menu-item {
  padding: 0 5px 0 0;
  margin-bottom:0;
}

.hs-breadcrumb-menu-divider:before {
  padding-left: 5px;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  background-color: #eee;
  display: block;
  padding: 1em;
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding: 0 1em;
  border-left-color: #00a19a;
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #00a19a;
  border: none;
  color: #00a19a;
  height: 2px;
  margin-bottom: 1.2em;
}

/* Image alt text */
img {
  font-size: .9em;
  word-break: normal;
}


em {
  font-weight: 400 !important;
}

em {
  font-style: normal;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1640px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 120px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1640px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} 
.l-flex {
  display: flex;
}

/*******************************************
  Direction
*******************************************/
.l-flex--direction-row {
  flex-direction: row;
}

.l-flex--direction-row-reverse {
  flex-direction: row-reverse;
}

.l-flex--direction-column {
  flex-direction: column;
}

.l-flex--direction-column-reverse {
  flex-direction: column-reverse;
}

/*******************************************
  Wrap
*******************************************/
.l-flex--nowrap {
  flex-wrap: nowrap;
}

.l-flex--wrap {
  flex-wrap: wrap;
}

.l-flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*******************************************
  Justify Content
*******************************************/
.l-flex--justify-content-flex-start {
  justify-content: flex-start;
}

.l-flex--justify-content-flex-end {
  justify-content: flex-end;
}

.l-flex--justify-content-center {
  justify-content: center;
}

.l-flex--justify-content-space-between {
  justify-content: space-between;
}

.l-flex--justify-content-space-around {
  justify-content: space-around;
}

.l-flex--justify-content-space-evenly {
  justify-content: space-evenly;
}

.l-flex--justify-content-start {
  justify-content: start;
}

.l-flex--justify-content-end {
  justify-content: end;
}

.l-flex--justify-content-left {
  justify-content: left;
}

.l-flex--justify-content-right {
  justify-content: right;
}

/*******************************************
  Align Items
*******************************************/
.l-flex--align-items-stretch {
  align-items: stretch;
}

.l-flex--align-items-flex-start {
  align-items: flex-start;
}

.l-flex--align-items-flex-end {
  align-items: flex-end;
}

.l-flex--align-items-center {
  align-items: center;
}

.l-flex--align-items-baseline {
  align-items: baseline;
}

.l-flex--align-items-first-baseline {
  align-items: first baseline;
}

.l-flex--align-items-last-baseline {
  align-items: last baseline;
}

.l-flex--align-items-start {
  align-items: start;
}

.l-flex--align-items-end {
  align-items: end;
}

.l-flex--align-items-self-start {
  align-items: self-start;
}

.l-flex--align-items-self-end {
  align-items: self-end;
}

/*******************************************
  Align Content
*******************************************/
.l-flex--align-content-flex-start {
  align-content: flex-start;
}

.l-flex--align-content-flex-end {
  align-content: flex-end;
}

.l-flex--align-content-center {
  align-content: center;
}

.l-flex--align-content-space-between {
  align-content: space-between;
}

.l-flex--align-content-space-around {
  align-content: space-around;
}

.l-flex--align-content-space-evenly {
  align-content: space-evenly;
}

.l-flex--align-content-stretch {
  align-content: start;
}

.l-flex--align-content-start {
  align-content: start;
}

.l-flex--align-content-end {
  align-content: end;
}

.l-flex--align-content-baseline {
  align-content: baseline;
}

.l-flex--align-content-first-baseline {
  align-content: first baseline;
}

.l-flex--align-content-last-baseline {
  align-content: last baseline;
}

/*******************************************
  Align Self
*******************************************/
.l-flex--align-self-auto {
  align-self: auto;
}

.l-flex--align-self-flex-start {
  align-self: flex-start;
}

.l-flex--align-self-flex-end {
  align-self: flex-end;
}

.l-flex--align-self-center {
  align-self: center;
}

.l-flex--align-self-baseline {
  align-self: baseline;
}

.l-flex--align-self-stretch {
  align-self: stretch;
}


/*************************************************************
  RESPONSIVE STYLES
************************************************************/


/************************************************************
  Small devices (landscape phones, 576px and up)
  Class names should have --sm added to denote the media breakpoint
************************************************************/
@media (min-width: 576px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--sm {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--sm {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--sm {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--sm {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--sm {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--sm {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--sm {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--sm {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--sm {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--sm {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--sm {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--sm {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--sm {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--sm {
    justify-content: start;
  }

  .l-flex--justify-content-end--sm {
    justify-content: end;
  }

  .l-flex--justify-content-left--sm {
    justify-content: left;
  }

  .l-flex--justify-content-right--sm {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--sm {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--sm {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--sm {
    align-items: flex-end;
  }

  .l-flex--align-items-center--sm {
    align-items: center;
  }

  .l-flex--align-items-baseline--sm {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--sm {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--sm {
    align-items: last baseline;
  }

  .l-flex--align-items-start--sm {
    align-items: start;
  }

  .l-flex--align-items-end--sm {
    align-items: end;
  }

  .l-flex--align-items-self-start--sm {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--sm {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--sm {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--sm {
    align-content: flex-end;
  }

  .l-flex--align-content-center--sm {
    align-content: center;
  }

  .l-flex--align-content-space-between--sm {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--sm {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--sm {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--sm {
    align-content: start;
  }

  .l-flex--align-content-start--sm {
    align-content: start;
  }

  .l-flex--align-content-end--sm {
    align-content: end;
  }

  .l-flex--align-content-baseline--sm {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--sm {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--sm {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--sm {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--sm {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--sm {
    align-self: flex-end;
  }

  .l-flex--align-self-center--sm {
    align-self: center;
  }

  .l-flex--align-self-baseline--sm {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--sm {
    align-self: stretch;
  }
}


/************************************************************
  Medium devices (tablets, 768px and up)
  Class names should have --md added to denote the media breakpoint
************************************************************/
@media (min-width: 768px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--md {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--md {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--md {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--md {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--md {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--md {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--md {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--md {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--md {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--md {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--md {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--md {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--md {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--md {
    justify-content: start;
  }

  .l-flex--justify-content-end--md {
    justify-content: end;
  }

  .l-flex--justify-content-left--md {
    justify-content: left;
  }

  .l-flex--justify-content-right--md {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--md {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--md {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--md {
    align-items: flex-end;
  }

  .l-flex--align-items-center--md {
    align-items: center;
  }

  .l-flex--align-items-baseline--md {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--md {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--md {
    align-items: last baseline;
  }

  .l-flex--align-items-start--md {
    align-items: start;
  }

  .l-flex--align-items-end--md {
    align-items: end;
  }

  .l-flex--align-items-self-start--md {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--md {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--md {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--md {
    align-content: flex-end;
  }

  .l-flex--align-content-center--md {
    align-content: center;
  }

  .l-flex--align-content-space-between--md {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--md {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--md {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--md {
    align-content: start;
  }

  .l-flex--align-content-start--md {
    align-content: start;
  }

  .l-flex--align-content-end--md {
    align-content: end;
  }

  .l-flex--align-content-baseline--md {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--md {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--md {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--md {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--md {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--md {
    align-self: flex-end;
  }

  .l-flex--align-self-center--md {
    align-self: center;
  }

  .l-flex--align-self-baseline--md {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--md {
    align-self: stretch;
  }
}


/************************************************************
  Large devices (desktops, 992px and up)
  Class names should have --lg added to denote the media breakpoint
************************************************************/
@media (min-width: 992px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--lg {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--lg {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--lg {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--lg {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--lg {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--lg {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--lg {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--lg {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--lg {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--lg {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--lg {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--lg {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--lg {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--lg {
    justify-content: start;
  }

  .l-flex--justify-content-end--lg {
    justify-content: end;
  }

  .l-flex--justify-content-left--lg {
    justify-content: left;
  }

  .l-flex--justify-content-right--lg {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--lg {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--lg {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--lg {
    align-items: flex-end;
  }

  .l-flex--align-items-center--lg {
    align-items: center;
  }

  .l-flex--align-items-baseline--lg {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--lg {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--lg {
    align-items: last baseline;
  }

  .l-flex--align-items-start--lg {
    align-items: start;
  }

  .l-flex--align-items-end--lg {
    align-items: end;
  }

  .l-flex--align-items-self-start--lg {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--lg {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--lg {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--lg {
    align-content: flex-end;
  }

  .l-flex--align-content-center--lg {
    align-content: center;
  }

  .l-flex--align-content-space-between--lg {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--lg {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--lg {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--lg {
    align-content: start;
  }

  .l-flex--align-content-start--lg {
    align-content: start;
  }

  .l-flex--align-content-end--lg {
    align-content: end;
  }

  .l-flex--align-content-baseline--lg {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--lg {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--lg {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--lg {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--lg {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--lg {
    align-self: flex-end;
  }

  .l-flex--align-self-center--lg {
    align-self: center;
  }

  .l-flex--align-self-baseline--lg {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--lg {
    align-self: stretch;
  }
}


/************************************************************
  X-Large devices (large desktops, 1200px and up)
  Class names should have --xl added to denote the media breakpoint
************************************************************/
@media (min-width: 1200px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--xl {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--xl {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--xl {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--xl {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--xl {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--xl {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--xl {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--xl {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--xl {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--xl {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--xl {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--xl {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--xl {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--xl {
    justify-content: start;
  }

  .l-flex--justify-content-end--xl {
    justify-content: end;
  }

  .l-flex--justify-content-left--xl {
    justify-content: left;
  }

  .l-flex--justify-content-right--xl {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--xl {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--xl {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--xl {
    align-items: flex-end;
  }

  .l-flex--align-items-center--xl {
    align-items: center;
  }

  .l-flex--align-items-baseline--xl {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--xl {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--xl {
    align-items: last baseline;
  }

  .l-flex--align-items-start--xl {
    align-items: start;
  }

  .l-flex--align-items-end--xl {
    align-items: end;
  }

  .l-flex--align-items-self-start--xl {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--xl {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--xl {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--xl {
    align-content: flex-end;
  }

  .l-flex--align-content-center--xl {
    align-content: center;
  }

  .l-flex--align-content-space-between--xl {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--xl {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--xl {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--xl {
    align-content: start;
  }

  .l-flex--align-content-start--xl {
    align-content: start;
  }

  .l-flex--align-content-end--xl {
    align-content: end;
  }

  .l-flex--align-content-baseline--xl {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--xl {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--xl {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--xl {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--xl {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--xl {
    align-self: flex-end;
  }

  .l-flex--align-self-center--xl {
    align-self: center;
  }

  .l-flex--align-self-baseline--xl {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--xl {
    align-self: stretch;
  }
}


/************************************************************
  XX-Large devices (larger desktops, 1400px and up)
  Class names should have --xxl added to denote the media breakpoint
************************************************************/
@media (min-width: 1400px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--xxl {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--xxl {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--xxl {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--xxl {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--xxl {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--xxl {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--xxl {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--xxl {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--xxl {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--xxl {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--xxl {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--xxl {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--xxl {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--xxl {
    justify-content: start;
  }

  .l-flex--justify-content-end--xxl {
    justify-content: end;
  }

  .l-flex--justify-content-left--xxl {
    justify-content: left;
  }

  .l-flex--justify-content-right--xxl {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--xxl {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--xxl {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--xxl {
    align-items: flex-end;
  }

  .l-flex--align-items-center--xxl {
    align-items: center;
  }

  .l-flex--align-items-baseline--xxl {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--xxl {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--xxl {
    align-items: last baseline;
  }

  .l-flex--align-items-start--xxl {
    align-items: start;
  }

  .l-flex--align-items-end--xxl {
    align-items: end;
  }

  .l-flex--align-items-self-start--xxl {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--xxl {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--xxl {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--xxl {
    align-content: flex-end;
  }

  .l-flex--align-content-center--xxl {
    align-content: center;
  }

  .l-flex--align-content-space-between--xxl {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--xxl {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--xxl {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--xxl {
    align-content: start;
  }

  .l-flex--align-content-start--xxl {
    align-content: start;
  }

  .l-flex--align-content-end--xxl {
    align-content: end;
  }

  .l-flex--align-content-baseline--xxl {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--xxl {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--xxl {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--xxl {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--xxl {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--xxl {
    align-self: flex-end;
  }

  .l-flex--align-self-center--xxl {
    align-self: center;
  }

  .l-flex--align-self-baseline--xxl {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--xxl {
    align-self: stretch;
  }
}
html,
body{
    overflow-x: hidden;
}

#main-content{
    position: relative;
    z-index: 1;
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 1500px) {
    body .dnd_area-row-1-max-width-section-centering > .row-fluid,
    body .dnd-section>.row-fluid,
    .header-inner{
        max-width: 1240px;
    }
}


@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* Templates */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLES BELOW */


/* Home */
.dnd-section--home-hero{
    padding: 230px 20px !important;
    position: relative;
}
.dnd-section--home-hero > .row-fluid{
    padding-left: 0;
}
.dnd-section--home-hero h1{
    font-size: 100px !important;
    margin: 0 0 0 -5px;
}

.dnd-section--home-hero p:first-of-type {
    color: #00a19a;
    font-size: 1.6em;
    line-height: 1.2em;
}
.dnd-section--home-hero .advanced-images-clip{
    width: 850px;
    position: absolute;
    bottom: -120px;
    right: -100px;
}

.dnd-section--home-we-are .dnd-column[class*="background-image"]{
    background-attachment: fixed;
}

.dnd-section--home-amazing{
    padding: 140px 20px !important;
}
.dnd-section--home-amazing .dnd-column--big-image .advanced-image-wrapper{
    position: relative;
}
.dnd-section--home-amazing .dnd-column--big-image .advanced-image{
    position: absolute;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    border: 6px solid white;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.dnd-section--home-amazing .dnd-column--3-images {
    z-index: 10;
}

.dnd-section--home-amazing .dnd-column--3-images .advanced-image-wrapper{
    position: relative;
}
.dnd-section--home-amazing .dnd-column--3-images .advanced-image{
    border-radius: 50%;
    border: 6px solid white;
    position: absolute;
    right: 0;
}
.dnd-section--home-amazing .dnd-column--3-images .advanced-image__parallax{
    background-color: #00a19a;
    background-blend-mode: multiply;
}
.dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(1) .advanced-image{
    transform: translateY(-330px);
    right: 28px;
    width: 192px;
}
.dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(2) .advanced-image{
    transform: translateY(-50%);
    z-index: 2;
    right: -40px;
    width: 326px;
}
.dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(2) .advanced-image__parallax{
    background-color: transparent;
    background-blend-mode: normal;
}
.dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(3) .advanced-image{
    transform: translateY(138px);
    right: 28px;
    width: 192px;
}
.dnd-section--home-testimonials{
    padding-top: 80px;
    padding-bottom: 80px;
}
.dnd-section--home-testimonials .parallax-bg{
    z-index: -1;
}
.dnd-section--home-testimonials > .row-fluid{
    max-width: 1360px;
    padding-left: 160px;
    margin-left: 0;
}
.dnd-section--home-testimonials .button-wrapper{
    padding-top: 40px;
    padding-left: 100px;
}
.dnd-section--home-blogs .latest-posts-carousel-wrapper{
    padding-top: 60px;
}

@media(max-width: 1600px){

    .dnd-section--home-hero{
        padding: 130px 20px !important;
    }

    .dnd-section--home-hero h1{
        font-size: 80px !important;
        margin-left: -4px;
    }

    .dnd-section--home-hero .advanced-images-clip{
        width: 600px;
        bottom: -100px;
        right: -150px;
    }
    
    .dnd-section--home-amazing .dnd-column--text{
        
    }

    .dnd-section--home-amazing .dnd-column--big-image .advanced-image{
        width: 550px;
        height: 550px;
    }

}
@media(max-width: 1300px){
    .dnd-section--home-hero>.row-fluid{
        padding-left: 0;
    }
}

@media(max-width: 1170px){
    .dnd-section--home-hero{
        padding: 50px 20px 170px 20px !important
    }
    .dnd-section--home-hero h1{
        font-size: 60px !important;
        margin-left: -3px;

    }
    .dnd-section--home-hero .advanced-images-clip {
        width: 570px;
    }
    .dnd-section--home-we-are .row-fluid{
        flex-wrap: wrap;
    }
   
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:first-child .advanced-image,
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(3) .advanced-image{
        width: 100px;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(2) .advanced-image{
        width: 200px;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:first-child .advanced-image {
        transform: translateY(-170px);
        right: 10px;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(3) .advanced-image {
         transform: translateY(78px);
         right: 10px;
     }
    .dnd-section--home-amazing .dnd-column--3-images{
        width: 20%;
    }
    .dnd-section--home-amazing .dnd-column--text{
        width: 50%;
    }
    .dnd-section--home-amazing .dnd-column--big-image{
        width: 40%;
    }
    .dnd-section--home-amazing .dnd-column--big-image .advanced-image{
        width: 450px;
        height: 450px;
    }
    .dnd-section--home-testimonials > .row-fluid{
        padding-left: 0;
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .dnd-section--home-hero .advanced-images-clip {
        bottom: -70px;
        right: -50px;
        width: 400px;
    }
    .dnd-section--home-we-are .span6 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .dnd-column--stats .row-fluid{
        justify-content: flex-start;
    }
    .dnd-section--home-we-are .dnd-column--text{
        padding-top: 60px;
        max-width: none;
        width: 100%;
    }

    .dnd-section--home-amazing .row-fluid{
        flex-wrap: wrap;
    }
    .dnd-section--home-amazing .dnd-column--big-image,
    .dnd-section--home-amazing .dnd-column--text,
    .dnd-section--home-amazing .dnd-column--3-images{
        width: 100% !important;
        margin-left: 0 !important;
    }

    .dnd-section--home-amazing .dnd-column--3-images {
        padding-bottom: 10px;
    }

    .dnd-section--home-amazing{
        padding-top: 0;
        margin-top: -30px;
    }
    .dnd-section--home-amazing .dnd-column--big-image .advanced-image {
        width: 320px;
        height: 320px;
        transform: none;
        display: block;
        position: relative;
        margin-top: -30px;
        margin-left: auto;
        margin-right: auto;
    }

    .dnd-section--why-changing .dnd-column--big-image .advanced-image {
        display: block;
        height: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
        position: relative !important;
        transform: none !important;
        width: 180px;
        margin-bottom: 30px;
      }

      .dnd-section--why-changing img {
        max-width: 70% !important;
        margin: 0 auto;
      }

    .dnd-section--home-amazing .dnd-column--text{
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }
    .dnd-section--home-amazing .dnd-column--text .button-wrapper{
        text-align: center !important;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(2) .advanced-image {
        transform: translateX(-50%);
        z-index: 2;
        right: auto;
        left: 50%;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:first-child .advanced-image {
        transform: translateX(-180px);
        right: auto;
        left: 50%;
        top: 50px;
    }
    .dnd-section--home-amazing .dnd-column--3-images .dnd-row:nth-child(3) .advanced-image {
        transform: translateX(80px);
        right: auto;
        left: 50%;
        top: 50px;
    }
}
@media(max-width: 767px){
    .dnd-section--home-hero {
        padding: 60px 20px 180px 60px !important;
    }
    .dnd-section--home-hero h1 {
        font-size: 40px!important;
        margin-left: 0;

    }
    .dnd-section--home-hero .advanced-images-clip {
        bottom: -100px;
        width: 340px;
    }
    
   
    .dnd-section--home-we-are{
        padding-left: 0;
        padding-right: 0;
    }
    .dnd-section--home-we-are > .row-fluid > .span12{
        padding-left: 20px;
        padding-right: 20px;
    }
    .dnd-section--home-testimonials .button-wrapper{
        padding-left: 0;
        text-align: center !important;
    }
}

@media(max-width: 480px){

    .dnd-section--home-hero {
        padding-left: 20px !important;
    }

    .dnd-section--home-hero .advanced-images-clip {
        left: 10px;
    }

    .dnd-section--home-amazing .dnd-column--text {
        padding-bottom: 30px;
    }
}

/* end Home */ 
/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLES BELOW */


/* About us */
body .dnd-section--about-us-intro > .row-fluid{
    max-width: 800px !important;
}
.dnd-section--history .dnd-column--text{
    max-width: 700px !important;
}
.dnd-section--our-team{
    z-index: 2;
    position: relative;
}
.dnd-section--our-team > .row-fluid{
    padding-left: 160px;
}
.dnd-section--our-team .testimonial-slider-module{
    margin-left: -80px;
    margin-top: 50px;
}
.dnd-section--our-team .dnd-column--big-image .advanced-image-wrapper {
    position: relative;
}
.dnd-section--our-team .dnd-column--big-image .advanced-image {
    position: absolute;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    border: 6px solid #fff;
    top: 0;
    left: 0;
}
.dnd-section--join-team > .row-fluid{
    padding-left: 160px;
}
.dnd-section--join-team .dnd-column--text{
    max-width: 500px;
}

@media(max-width: 1600px){
    .dnd-section--our-team .dnd-column--big-image .advanced-image {
        width: 600px;
        height: 600px;
    }
}

@media(max-width: 1300px){
    .dnd-section--our-team > .row-fluid{
        padding-left: 0;
    }
    .dnd-section--our-team .testimonial-slider-module{
        margin-left: 0;
    }
    .dnd-section--our-team .dnd-column--big-image .advanced-image {
        width: 450px;
        height: 450px;
    }
    .dnd-section--join-team > .row-fluid{
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    body .dnd-section--our-team > .row-fluid{
        display: flex !important;
        flex-direction: column-reverse;
        text-align: center;
    }
    body .dnd-section--our-team > .row-fluid > .dnd-column{
        width: 100% !important;
        margin-left: 0 !important;
        max-width: none !important;
    }
    body .dnd-section--our-team .button-wrapper{
        text-align: center !important;
    }
    .dnd-section--our-team .dnd-column--big-image .advanced-image {
        position: relative;
        margin-bottom: 60px;
    }
}
@media (max-width: 992px) {
    .dnd-section--our-team .dnd-column--big-image .advanced-image {
        width: 320px;
        height: 320px;
    }
} 
/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLES BELOW */


.service-box {
    transition: all 0.5s ease-in-out;
}

.service-box:hover {
    background-color: rgba(41, 35, 92, 0.95) !important;
}

.dnd-column--service-box{

}

.dnd-column--service-box h3{
    font-size: 35px;
}

.dnd-column--offer{
    border: 4px solid 
}

.dnd-section--service-offers{
    margin-left: 160px;
}
.dnd-section--service-detail-right{
    position: relative;
    z-index: 1;
}
.dnd-section--service-detail-right .advanced-image-wrapper{
    margin-top: -150px;
}

.dnd-section--service-video{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1170px){
    .dnd-section--our-services .dnd-column--service-box{
        padding: 30px !important;
    }

    .dnd-section--service-offers > .row-fluid{
        flex-wrap: wrap;
    }
    .dnd-section--service-offers > .row-fluid > .dnd-column{
        width: 100%;
        margin-left: 0;
    }
    .dnd-section--service-offers > .row-fluid > .dnd-column:nth-child(1){
        margin-bottom: 40px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media(max-width: 992px){
    .dnd-section--service-offers{
        margin-left: 0;
    }

    .dnd-section--service-detail-left > .row-fluid,
    .dnd-section--service-detail-right > .row-fluid{
        flex-wrap: wrap;
    }
    .dnd-section--service-detail-left > .row-fluid{
        flex-direction: column-reverse !important;
    }

    .dnd-section--service-detail-left > .row-fluid > .dnd-column,
    .dnd-section--service-detail-right > .row-fluid > .dnd-column{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .dnd-section--service-detail-left > .row-fluid > .dnd-column:nth-child(2),
    .dnd-section--service-detail-right > .row-fluid > .dnd-column:nth-child(1){
        margin-bottom: 40px;
    }

    .dnd-section--service-detail-right .advanced-image-wrapper{
        margin-top: 0;
    }

    .dnd-section--service-detail-left .advanced-image,
    .dnd-section--service-detail-right .advanced-image{
        position: relative !important;
        transform: none !important;
        max-width: 400px;
        margin: 0 auto;
    }

    .dnd-section--service-detail-left .button-wrapper,
    .dnd-section--service-detail-right .button-wrapper{
        text-align: center !important;
    }

}

@media(max-width: 767px){
    .dnd-section--service-offers .dnd-column--offer:nth-child(1){
        margin-bottom: 40px;
    }

    .dnd-section--our-services .dnd-column--service-box + .dnd-column--service-box{
        margin-top: 20px;
    }
}
.dnd-section--can-we-help-you{
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px !important;
}

.dnd-section--can-we-help-you h2 {
    padding-top: 40px;
}

.dnd-section--can-we-help-you .testimonial-slider-module {
    padding-bottom: 40px;
}

.dnd-section--can-we-help-you .advanced-image-wrapper.circle .advanced-image{
    width: 750px;
    right: auto;
    left: 0;
}

@media (max-width: 1300px) {
    
}
@media(max-width: 1170px){
    .dnd-section--can-we-help-you .testimonial-slider-module {
        margin-left: 0;
        margin-right: 0;
    }
    .values-tabs-wrapper .values-tabs{
        padding-left: 0;
    }
    .values-tabs-wrapper .values-tabs__image-item.slick-slide{
        float: left;
        margin: 0;
        width: 244px !important;
        height: 244px !important;
    }
    .values-tabs-wrapper .values-tabs__images .slick-track{
        display: flex !important;
    }
    .values-tabs-wrapper .values-tabs__images .slick-list{
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .values-tabs-wrapper .values-tabs__content{
        width: 100%;
    }
    .values-tabs-wrapper .values-tabs__content-slider .slick-list{
        width: 100%;
    }
}
@media(max-width: 992px){
    .dnd-section--can-we-help-you > .row-fluid{
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .dnd-section--can-we-help-you > .row-fluid > .dnd-column{
        width: 100% !important;
        margin-left: 0;
    }
    .dnd-section--can-we-help-you > .row-fluid > .dnd-column:nth-child(2){
        margin-bottom: 40px;
    }
    .dnd-section--can-we-help-you .advanced-image-wrapper.circle .advanced-image{
        position: relative;
        max-width: 320px;
        width: 100%;
        transform: none;
        left: 50%;
        margin-left: -160px;
        margin-top:-60px;
    }
}
.dnd-section--contact-details p {
    font-size: 1.4rem;
}
.dnd-section--contact-details .dnd-column{
    width: 50% !important;
    margin-left: 0 !important;
}

.dnd-section--contact-details .dnd-column.contact-info{
    width: 40% !important;
    margin-left: 0 !important;
}

.dnd-section--contact-details .dnd-column.contact-form{
    margin-left: 0 !important;
    padding: 60px;
    width: 60% !important;
}

.dnd-section--contact-details .dnd-column + .dnd-column{
    border-left: 6px solid #006083;
}
.dnd-section--contact-form{
    max-width: 960px;
    margin: 0 auto;
}

.dnd-section--contact-form.above-fold {
    max-width: none;
    margin: 0;
}

.dnd-section--contact-form.above-fold .input {
    border-bottom: 1px solid #006083 !important;
}

.dnd-section--contact-form.above-fold .hs-fieldtype-booleancheckbox .input {
    border-bottom: none !important;
}

.dnd-section--contact-form form input[type=email],
.dnd-section--contact-form form input[type=file],
.dnd-section--contact-form form input[type=number],
.dnd-section--contact-form form input[type=password],
.dnd-section--contact-form form input[type=tel],
.dnd-section--contact-form form input[type=text],
.dnd-section--contact-form form select,
.dnd-section--contact-form form textarea{
    border: 0 none;
    box-shadow: none;
    color: #006083;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 18px 10px;
    outline: 0 none !important;
}

.dnd-section--contact-form form textarea{
    height: 200px;
}
.dnd-section--contact-form ::-webkit-input-placeholder {
    color: #006083;
    opacity: 1;
}
.dnd-section--contact-form form label{
    font-size: inherit;
}
.dnd-section--contact-form form label[id^=label]{
    display: none !important;
}

.dnd-section--contact-form .legal-consent-container .hs-form-booleancheckbox-display{
    color: inherit;
}
.dnd-section--contact-form .legal-consent-container .hs-form-booleancheckbox-display input{
    width: 30px;
    height: 30px;
}
.dnd-section--contact-form .hs_submit{
    margin-top: 40px;
}
.dnd-section--contact-form form .hs-button,
.dnd-section--contact-form form form input[type=submit]{
    color: white;
    border-color: white;
    font-size: inherit;
    padding: 16px 40px;
}

.dnd-section--contact-form.above-fold form .hs-button,
.dnd-section--contact-form.above-fold form form input[type=submit]{
    background-color: #006083;
    border: solid 2px #006083;
}

.dnd-section--contact-form form .hs-button:hover,
.dnd-section--contact-form form form input[type=submit]:hover{
    background-color: white;
    border-color: white;
    color: #006083;
}

.dnd-section--contact-form.above-fold form .hs-button:hover,
.dnd-section--contact-form.above-fold form form input[type=submit]:hover{
    border: solid 2px #006083;
}

@media(max-width: 992px){

    .dnd-section--contact-details .dnd-column h2{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .dnd-section--contact-details .dnd-column, .dnd-section--contact-details .dnd-column.contact-info, .dnd-section--contact-details .dnd-column.contact-form {
        width: 100% !important;
        border-left: 0 none !important;
    }

    .dnd-section--contact-details .dnd-column+.dnd-column{
        border-left: 0 none !important;
    }

    .dnd-section--contact-details .dnd-column.contact-form { 
        padding: 60px 0 0 0;
    }

}

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
Note: _variables.css can be ignored, it's already included at the top of this file
*/
/* 
  Animation Styles 
*/
.text-animation-wrapper,
.reveal {
  opacity: 1;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.77,0,.175,1);
}

.reveal {
  animation-fill-mode: forwards !important;
  opacity: 1;
  visibility: visible;
  -webkit-animation-fill-mode: forwards !important;
}

:-webkit-full-screen-ancestor .reveal {
  animation-fill-mode: none !important;
}

.fade-in {
  animation: 1s ease fadeIn;
}

.fade-up {
  animation: 1s ease fadeUp;
}

.fade-down {
  animation: 1s ease fadeDown;
}

.fade-right {
  animation: 1s ease fadeRight;
}

.fade-left {
  animation: 1s ease fadeLeft;
}

.expand-left {
  animation: 1s ease expandLeft;
}

.expand-right {
  animation: 1s ease expandRight;
}

.bubble-up {
  animation: 1s ease bubbleUp;
}

.bubble-down {
  animation: 1s ease bubbleDown;
}

.bubble-left {
  animation: 1s ease bubbleLeft;
}

.bubble-right {
  animation: 1s ease bubbleRight;
}

.zoom-in {
  animation: 1s ease zoomIn;
}

.zoom-out {
  animation: 1s ease zoomOut;
}

/* 
  Keyframes 
*/

/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade Up */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Down */
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Right */
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade Left */
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Expand Left */
@-webkit-keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* Expand Right */
@-webkit-keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* Bubble Up */
@-webkit-keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

/* Bubble Down */
@-webkit-keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

/* Bubble Left */
@-webkit-keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* Bubble Right */
@-webkit-keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* Zoom In */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}

/* Zoom Out */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* Responsive
Leave this file to be the last one in the file, so that the responsive styles take precedence
*/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

.row-fluid .sm-hidden {
    display:none !important;
}

.row-fluid .md-hidden {
    display:none !important;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  
  
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .row-fluid .sm-hidden {
        display:block !important;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .row-fluid .md-hidden {
        display:block !important;
    } 
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .menu-container--cta .header-cta ul.level-1 li a:hover {
        color: #fff !important;
      }
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {

}


@media (max-width: 992px) {

    .stacked > .row-fluid {
       flex-direction: column !important; 
    }
    
    .row-fluid .md-full {
        width: 100% !important;
        padding-bottom: 60px;
    }

    .row-fluid .md-full:last-child {
        padding-bottom: 0;
    }

    .dnd-section {
        padding: 60px 20px;
      }

    .footer {
    margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 0;
    }

    h1 {
        font-size:2.5em;
    }

    h2 {
        font-size: 2em;
      }
}