/* Theme base styles */

/* 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
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
   box-sizing: border-box;
}
/* 
html{
   scroll-behavior: smooth;
} */

.dnd-section > .row-fluid {
   padding: 0 20px;
}

.dnd-section[class*="full-width"] .row-fluid {
   padding: 0;
}

.resources .hc-banner .right-content-main {
   justify-content: space-between;
}

.hc-about-shadow hr,
.hc-partner-shadow hr {
   border: none;
   height: 2px;
   background-color: rgba(0, 125, 186, 1);
   margin: 0;
   margin-bottom: 25px;
}

.body-wrapper img {
   vertical-align: middle;
}

.hc-row {
   display: flex;
   flex-wrap: wrap;
   margin:0 -15px;
}

.hc-col-6,
.hc-col-4,
.hc-col-3,
.hc-col-2,
.hc-col-1,
.hc-col-7,
.hc-col-5,
.hc-col-8,
.hc-col-9,
.hc-col-10,
.hc-col-11,
.hc-col-12{
   position: relative;
   min-height: 1px;
   width: 100%;
   padding:0 15px;
}

.content-scholarship-programs ul,
.content-scholarship-programs ol {
    padding-left: 20px;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 84%;
    position:relative;
    height:0;
}

.responsive-map iframe {
    left: 0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media(min-width:768px){
   .hc-col-4 {
	  width:33.333%
   }

   .hc-col-1 {
	  width: 8.333%
   }

   .hc-col-6 {
	  width: 50%
   }

   .hc-col-3 {
	  width: 25%
   }

   .hc-col-9 {
	  width: 75%
   }

   .hc-col-8 {
	  width: 66.66666667%
   }

   .hc-col-5 {
	  width: 41.66666667%
   }

   .hc-col-7 {
	  width: 58.33333333%
   }

   .hc-col-2 {
	  width: 16.66666667%
   }

   .hc-about-shadow .dnd-section>.row-fluid .dnd-column:first-child,
   .hc-partner-shadow .dnd-section>.row-fluid .dnd-column:first-child {
	  box-shadow: 21px 0 12px -9px rgb(139 139 139 / 10%);
	  padding-right: 40px;
   }
}


@media(max-width:767px){
   .hc-about-shadow .dnd-section>.row-fluid .dnd-column:first-child {
	  margin-bottom:40px;
   }
}
/*! 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

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

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
       width: 100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
	  url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
	  url("https://use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
   font-display:auto;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
	  url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
	  url("https://use.typekit.net/af/199ff2/00000000000000003b9b489a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
   font-display:auto;
    font-style:italic;
    font-weight:400;
    font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
	  url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
	  url("https://use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
   font-display:auto;
    font-style:normal;
    font-weight:700;
    font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/f8c60c/00000000000000003b9b489f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
   font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/a61338/00000000000000003b9b4898/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
   font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/4114f0/00000000000000003b9b4899/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
   font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
   font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
   font-family:"effra";
   src:url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),
	  url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),
	  url("https://use.typekit.net/af/206d7a/00000000000000003b9b489d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
   font-display:auto;
    font-style:italic;
    font-weight:500;
    font-stretch:normal;
}


/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
   line-height: 1.533333333;
   overflow-wrap: break-word;
   font-weight: 400;
   font-family:"effra" !important;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body,p,a,h6{
   font-family:"effra" !important;
   font-weight: 400;
   font-style: normal;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   overflow-wrap: normal;
   word-break: break-all;
}

/* 
.body-wrapper.membershipDashboard {
   margin-bottom: 73px;
}
 */

/* Paragraphs */

p {
   margin: 0 0 1rem;
   font-weight: 400;
}

/* Anchors */

a {
   cursor: pointer;
   font-weight: 400;
}

/* Headings */
h1{
   line-height: 1.125;
}
h2{
   line-height: 1.384615385;
}
h3{
   line-height: 1.416666667;
}
h4{
   line-height: 1.5;
}
h5{
   line-height: 1.421052632;
}
h6{
   line-height: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1rem;
}

/* Lists */

ul,
ol {
   margin: 0 0 1rem;
   font-weight: 400;
   padding-left:18px;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
   margin: 0;
   padding-left: 0;
}

/* Code blocks */

pre {
   overflow: auto;
}

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
   border: none;
   border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
   font-size: 0.583rem;
   word-break: normal;
   width: 100%;
   max-width: 100%;
   height: auto;
}

table thead {
   text-align: left;
}
tbody tr:nth-child(odd) {
   background-color: #fff;
}
tbody tr td:last-child,
tr th:last-child {
   border-right: none;
}
thead tr th {
   border-bottom-width: 3px;
}
.body-wrapper .container-fluid .span12 {
   min-height: auto;
}
ul.splide__list {
   padding: 0;
   list-style-type: none;
}





button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
   font-weight: 500;
   line-height: 1.733333333;
}
button:hover,
.button:hover,
.hs-button:hover,button:active,
.button:active,
.hs-button:active,button:focus,
.button:focus,
.hs-button:focus {
   font-weight: 500;
}
button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}
button.button-white,
.button.button-white{
  background: transparent;
  padding: 0;
  color: #fff;
   position: relative;
   padding-bottom: 3px;
   border-bottom: 1px solid #fff;
   display: inline-block;
    font-weight: 500;
}
a.button.button-primaryHover:hover{
   background: #fff;
   color: #06A9A2;
}
button.button-white:hover,
.button.button-white:hover,
button.button-white:focus,
.button.button-white:focus{
  color: #06A9A2;
   background: transparent;
   border-bottom: 1px solid #06A9A2;
}

button.button-secondary,
.button.button-secondary,
button.button-secondaryHover,
.button.button-secondaryHover{
  background: transparent;
  padding: 0;
  color: #06A9A2;
   position: relative;
   padding-bottom: 3px;
   border-bottom: 1px solid #06A9A2;
   display: inline-block;
   font-weight: 500;
}

button.button-secondary:hover,
.button.button-secondary:hover,
button.button-secondary:focus,
.button.button-secondary:focus{
  color: #002639;
   background: transparent;
   border-bottom: 1px solid #002639;
}

button.button-secondaryHover:hover,
.button.button-secondaryHover:hover,
button.button-secondaryHover:focus,
.button.button-secondaryHover:focus{
  color: #9CF2D5;
   background: transparent;
   border-bottom: 1px solid #9CF2D5;
}

.button.button-secondary:focus{
   background: transparent;
}

.actions {
  display: inline-block;
  position: relative;
  z-index: 1;
}

form input[type=submit],
form .hs-button {
  color: ;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transform: unset;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
   margin-bottom: 1.4rem;
}
.loginForm form input[type=email],
.loginForm form input[type=file],
.loginForm form input[type=number],
.loginForm form input[type=password],
.loginForm form input[type=search],
.loginForm form input[type=tel],
.loginForm form input[type=text],
.loginForm form select,
.loginForm form textarea {
   color: #fff;
   font-size: 15px;
   line-height: 23px;
   padding: 0.514rem;
}
.loginForm form input[type=email]::placeholder,
.loginForm form input[type=file]::placeholder,
.loginForm form input[type=number]::placeholder,
.loginForm form input[type=password]::placeholder,
.loginForm form input[type=search]::placeholder,
.loginForm form input[type=tel]::placeholder,
.loginForm form input[type=text]::placeholder,
.loginForm form select::placeholder,
.loginForm form textarea::placeholder {
   color: #fff;
}
/* Labels */
form label,
a.hs-login-widget-show-password{
   font-size: 12px;
   line-height: 1.666666667;
   margin-bottom: 12px;
   display:block;
}

/* Form Title */
.form-title {
   margin-bottom: 0;
}

/* Help text */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   display: inline-block;
   padding: 0.7rem;
   width: 100% !important;
   outline: none;
   line-height: 1.54;
}

form input[type=file] {
   width: auto !important;
}

form textarea {
   resize: vertical;
}

form fieldset {
   max-width: 100% !important;
}

/* 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;
}

/* input[type=checkbox] {
position: absolute;
opacity: 0;
left: 0;
pointer-events: none;
} */

.hs-fieldtype-radio .hs-form-radio {
   position: relative;
}

input[type=radio] {
   position: relative;
   appearance: none;
}
input[type=radio]:before {
   content: '';
   width: 22px;
   height: 22px;
   display: table;
   border: 1px solid #979797;
   border-radius: 50%;
}

input[type=radio]:checked:after {
   content: '';
   background: url('https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/raw_assets/public/Reverine_Plains/images/check-icon.png');
	  background-size: 70%;
	  background-position: center;
	  background-repeat: no-repeat;
	  width: 22px;
	  height: 22px;
	  display: table;
	  border: 1px solid #979797;
	  border-radius: 50%;
	  }

input[type=radio]:checked:before {
   display:none;
}

input[type=checkbox] {
   position: relative;
   appearance: none;
}
input[type=checkbox]:before {
   content: '';
   width: 20px;
   height: 20px;
   display: table;
   border: 1px solid #979797;  
}

input[type=checkbox]:checked:after {
   content: '';
   background: url('https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/raw_assets/public/Reverine_Plains/images/check-icon.png');
	  background-size: 70%;
	  background-position: center;
	  background-repeat: no-repeat;
	  width: 20px;
	  height: 20px;
	  display: table;
	  border: 1px solid #979797; 
	  }

input[type=checkbox]:checked:before {
   display:none;
}

.hs-fieldtype-radio label,
.hs-fieldtype-booleancheckbox label {
   color: #000;
}


input[type=checkbox]~label {
   color: #fff;
   font-size: 15px;
   width: 100%;
   cursor: pointer;
   position: relative;
   padding-left: 30px;
}
form input[type=checkbox]:checked ~ label:after {
   display: block;
}

form input[type=checkbox] ~ label:after {
   border: solid var(--primary);
   border-width: 0 3px 3px 0;
   content: "";
   display: none;
   height: 12px;
   left: 6px;
   position: absolute;
   top: 2px;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   width: 6px;
}
form input[type=checkbox] ~ label:after {
   content: "";
   position: absolute;
   display: none;
}
form input[type=checkbox] ~ label:before {
   content: '';
   top: 0;
   left: 0;
   height: 19px;
   width: 19px;
   background-color: transparent;
   border: 1px solid #979797;
   position: absolute;
}
/* Inputs - date picker */

.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;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
   border-radius: 0 !important;
   color: #FFF;
}

/* 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,
.hs_error_rollup label {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
}

form input[type=file] {
   border: 0;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
   margin:0;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
   padding: 0;
}

/* Header container */

.header__container {
   display: flex;
   justify-content: space-between;
}

.header__row-1 {
   padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
   align-items: center;
   display: flex;
   justify-content: flex-end;
   width: 100%;
}
.topHeaderContent a:focus {
    color: inherit;
}
@media (max-width: 1150px) and (min-width: 767px) {
   .header__column {
	  width: 100%;
   }
}

@media (max-width: 767px) {
   .header__container {
	  flex-direction: column;
	  padding: 1rem 0 0;
   }

   .header__column {
	  position: relative;
   }

   .header__row-1 {
	  padding-top: 0;
   }

   .header__row-2 {
	  justify-content: center;
	  padding: 1.05rem;
   }
}

/* 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;
}

/* Logo */

.header__logo {
   align-items: center;
   display: flex;
   height: auto;
   margin-right: auto;
   max-width: 200px;
   overflow: hidden;
}

@media (max-width: 767px) {
   .header__logo {
	  margin: 0 auto;
	  width: 100%;
   }
}

.header__logo img {
   max-width: 100%;
}

.header__logo .logo-company-name {
   font-size: 1.167rem;
   margin-top: 0.7rem;
}

.header__logo--main {
   padding-top: 1rem;
}

/* Search bar */

.header__search {
   padding: 0 1rem;
   width: auto;
}
.header__search.searchActive {
   position: absolute;
   right: 0;
   background: var(--secondary);
   z-index: 999;
   height: 81px;
   left: 0;
   padding: 0;
   top: 0;
   bottom: 0;
   margin: auto;
}
.header__search.searchActive form {
   width: 100%;
   display: block;
   padding-top: 17px;
}
.header__search.searchActive input.hs-search-field__input {
   width: 100%;
   border-bottom: 1px solid #979797;
   cursor: pointer;
   pointer-events: auto;
   color: #fff;
}



.header__search .hs-search-field__input {
   
   background-image: url(https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/Reverine_Plains/Images/icon%202.svg);
   background-position: center right 15px;
   background-repeat: no-repeat;
   
   height: 45px;
   padding: 0 0.7rem;
}




.header__search .hs-search-field--open .hs-search-field__input {
   border-bottom: none;
   border-radius: 6px 6px 0 0;
   max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
   background-color: #FFF;
   border: 2px solid #D1D6DC;
   border-radius: 0 0 6px 6px;
   border-top-width: 1px;
   position: absolute;
   width: 100%;
   z-index: 10;
}

.header__search .hs-search-field__suggestions li {
   border-top: 1px solid #D1D6DC;
   font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
   color: #494A52;
   padding: 0.35rem 0.7rem;
   text-decoration: none;
   transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
   display: none;
}
.header__search label{
   display: none;
}
.header__search .hs-search-field__input {
   border: 0;
   width: 50px;
   padding: 0;
   cursor: pointer;
   outline: none;
   transition: all ease-in-out 0.3s;
}
.header__search {
   padding: 0;
   width: auto;
   padding-right: 15px;
}
.headerMember>a {
   padding: 29px 0;
   position: relative;
   color: var(--headerTextColor);
}
.headerMember>a:hover{
   color: var(--headerTextColor);
}
.loginForm {
   position: absolute;
   right: 0;
   top: 100%;
   min-width: 400px;
   background: var(--secondary);
   color: #fff;
   padding: 12px 41px 45px;
   transform: translateY(30px);
   transition: all .5s ease-in-out;
   visibility: hidden;
   width: 100%;
   z-index: 99;
}
.headerMember:hover > div {
   opacity: 1;
   visibility: visible;
   transform: translateY(0px);
}
@media (min-width: 767px) {
   .header__search form {
	  align-items: center;
	  display: flex;
	  flex-direction: row;
   }
}

@media (max-width: 767px) {
   .header__search {
	  border-top: 2px solid #CED4DB;
	  order: 1;
	  padding: 1.05rem;
   }
}

/* Language switcher */

.header__language-switcher {
   cursor: pointer;
   padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
   position: static;
}

.header__language-switcher .lang_list_class {
   border: 2px solid;
   border-radius: 3px;
   box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
   display: block;
   left: calc(100% - 24px);
   opacity: 0;
   min-width: 100px;
   padding-top: 0;
   text-align: left;
   top: 100%;
   transition: opacity 0.3s;
   visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
   opacity: 1;
   transition: opacity 0.3s;
   visibility: visible;
}

.header__language-switcher .lang_list_class:before {
   left: 70%;
   top: -25px;
}

.header__language-switcher .lang_list_class:after {
   left: 70%;
   top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
   top: -22px;
   transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
   border: none;
   font-size: 18px;
   padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
   border-radius: 6px 6px 0 0;
   border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
   border-bottom: none;
   border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
   transition: background-color 0.3s;
}

.header__language-switcher--label {
   display: flex;
   position: relative;
}

.header__language-switcher--label-current {
   align-items: center;
   display: flex;
   font-size: 0.75rem;
   margin-bottom: 0.175rem;
   margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 6px solid #494A52;
   content: "";
   display: block;
   height: 0px;
   margin-left: 0.7rem;
   margin-top: 0.175rem;
   width: 0px;
}

@media (max-width: 767px) {
   .header__language-switcher {
	  border-top: 2px solid #CED4DB;
	  padding-left: 1.05rem;
	  padding-right: 0;
   }

   .header__language-switcher .lang_list_class {
	  border: none;
	  box-shadow: unset;
	  display: block;
	  left: 30px;
	  opacity: 1;
	  padding: 0 1.05rem;
	  top: 0;
	  visibility: visible;
   }

   .header__language-switcher .lang_list_class li {
	  background-color: inherit;
	  font-size: 0.917rem;
   }

   .header__language-switcher--label-current {
	  display: none;
   }

   .header__language-switcher .globe_class {
	  background-image: none;
   }

   .header__language-switcher .lang_list_class li:hover{
	  background-color: inherit;
   }

   .header__language-switcher .lang_list_class:before,
   .header__language-switcher .lang_list_class:after {
	  content: none;
   }
}

/* Navigation */

#nav-toggle {
   display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
   .header__navigation,
   .header__search,
   .header__language-switcher {
	  display: none;
	  width: 100%;
   }

   .header__navigation.open,
   .header__search.open,
   .header__language-switcher.open {
	  background-color: #F8FAFC;
	  display: block;
	  left: 0;
	  min-height: calc(100vh - 115px);
	  position: absolute;
	  right: 0;
	  top: 75px;
	  z-index: 2;
   }

   .header__navigation--toggle,
   .header__search--toggle,
   .header__language-switcher--toggle,
   .header__close--toggle {
	  cursor: pointer;
	  margin: 0 5vw;
	  position: relative;
   }

   .header__navigation--toggle.hide,
   .header__search--toggle.hide,
   .header__language-switcher--toggle.hide {
	  display: none;
   }

   .header__navigation--toggle.open,
   .header__search--toggle.open,
   .header__language-switcher--toggle.open {
	  display: block;
	  margin-left: 0;
	  margin-right: auto;
   }

   .header__navigation--toggle:after,
   .header__search--toggle:after,
   .header__language-switcher--toggle:after {
	  display: none;
	  font-size: 1.083rem;
	  font-weight: 600;
	  position: absolute;
	  left: 40px;
	  text-transform: uppercase;
	  top: -10px;
   }

   .header__navigation--toggle.open:after,
   .header__search--toggle.open:after,
   .header__language-switcher--toggle.open:after {
	  display: block;
	  word-break: normal;
   }

   .header__navigation--toggle {
	  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
	  background-size: cover;
	  height: 25px;
	  width: 25px;
   }

   .header__navigation--toggle:after {
	  content: "Menu";
   }

   .header__language-switcher--toggle {
	  background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
	  background-size: cover;
	  height: 25px;
	  width: 25px;
   }

   .header__language-switcher--toggle:after {
	  content: "Language";
   }

   .header__search--toggle {
	  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
	  background-size: cover;
	  height: 25px;
	  width: 25px;
   }

   .header__search--toggle:after {
	  content: "Search";
   }

   .header__close--toggle {
	  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
	  background-repeat: no-repeat;
	  background-size: 110%;
	  display: none;
	  height: 25px;
	  margin-right: 0;
	  width: 25px;
   }

   .header__close--toggle.show {
	  display: block;
   }
}

/* Header Styling */

header.header {
   padding: 0;
   /*     position: fixed; */
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 9;
}
header.header.sticky {
   position: fixed;
}
.header a,
.header a:hover{
   text-decoration: none;
}
.header-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.headerLeft,
.headerRight{
   display: flex;
   align-items: center;
}
.header-row {
   position: relative;
}

body .custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
   color: #000;
}
@media(min-width: 1350px){
   .custom-header-logo {
	  position: absolute;
	  left: -142px;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  display: flex;
	  align-items: center;
   }
}
@media(max-width: 1349px){
   .custom-menu-primary {
	  padding-left: 50px;
   }
}
@media(min-width:768px){

   .header-button-wrapper {
	  display: flex;
	  align-items: center;
	  gap: 32px;
	  position: relative;
   }
   .header-button-wrapper a.button {
	  margin-top: 0 !important;
	  padding: 27.5px 36px;
   }

   .header-button-wrapper .joinBtn .button {
	  font-weight: bold;
   }

   .custom-menu-primary {
	  padding-right:10px;
   }

   .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
	  padding-right: 40px;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	  display: block;
	  color: var(--headerTextColor);
	  position:relative;
	  padding: 29px 0px;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
	  position: relative;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li{
	  position: relative;
   }
   .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
	  left: 0;
	  background-color: #fff;
	  background-color: var(--headerDropDownBgColor);
	  padding: 25px;
	  position: absolute;
	  top: calc(100%) !important;
	  transform: translateY(0px);
	  visibility: hidden;
	  transition: all .5s ease-in-out;
	  z-index:99;
	  /* 	  width: 100%; */
	  min-width:100%;
	  box-shadow: 0px 10px 10px #00000040;
   }

   .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul.hs-menu-children-wrapper {
	  transform: translateY(0);
	  visibility: visible;
   }

   /*    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper {
   min-width: 300px;
} */

   .custom-menu-primary .hs-menu-wrapper>ul>li ul li {
	  position: static !important;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li ul li:not(:last-child) {
	  padding-bottom: 15px;
   }
   body .custom-menu-primary .hs-menu-wrapper.flyouts>ul>li ul li a{
	  display: inline;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
	  position: relative;
	  display: inline-block;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul.hs-menu-children-wrapper {
	  background-color: #fff;
	  left: 100%!important;
	  padding: 40px 0 55px;
	  top: 0px !important;
	  height: 101.2%;
	  border: 2px solid #dfeaf0;
	  margin-top: -2px;
	  transform: translatex(-30px);
	  transition: all .5s ease-in-out;
	  visibility: hidden;

	  min-width: 300px;
	  opacity: 0;
	  padding: 20px;
	  position: absolute;
	  top: 0 !important;
	  visibility: hidden;
	  z-index: -1;
	  box-shadow: 0px 10px 10px #00000040;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>ul.hs-menu-children-wrapper {
	  opacity: 1;
	  transform: translatex(0);
	  visibility: visible;
   }


   .header-btn2 {
	  margin-left: 5px;
   }

   .header-btn a {
	  color: #233E5A;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>a:after,
   .headerMember>a:after{
	  content: '';
	  position: absolute;
	  width: 0;
	  top: calc(100% - 3px);
	  left: 0;
	  right: 0;
	  border-bottom: 3px solid var(--primary);
	  z-index: 991;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .5s ease-in-out;
   }
   .headerMember>a:after {
	  bottom: -3px;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after,
   .headerMember:hover>a:after{
	  opacity: 1;
	  visibility: visible;
	  width: 100%;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>ul li ul li a:after,
   .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:after{
	  content: '';
	  position: absolute;
	  border-bottom: 2px solid var(--primary);
	  width: 0;
	  bottom: -4px;
	  left: 0;
	  right: 0;
	  transition: all .5s ease-in-out;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li> a {
	  display: inline-block !important;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>ul li ul li:hover a:after,
   .custom-menu-primary .hs-menu-wrapper>ul>li ul li:hover>a:after {
	  width: 100%;
   }

   header.header .button-wrapper .button:not(:last-child) {
	  margin-right: 8px !important;
   }

   body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
	  left: -20px;
	  transform: translateY(0px);
   }
}



@media(min-width:768px) and (max-width:1050px){
   .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	  font-size: 12px;
	  padding: 10px 0;
   }

   .custom-menu-primary {
	  padding-left: 30px;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
	  font-size: 12px;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li ul li:not(:last-child) {
	  padding-bottom: 20px;
   }

   .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
	  padding-right: 16px;
   }
   .header-row {
	  justify-content: space-between;
   }
}

@media(min-width:768px){
   .custom-header-mobile {
	  display: none;
   }
}

@media(max-width:767px){
   header.header {
	  padding: 20px 0;
	  position: relative;
   }
   .header-row {
	  display: block;
	  width: 100%;
	  position: unset;
   }
   .headerLeft {
	  display: block;
	  width: 100%;
	  text-align: center;
   }
   #nav-icon3 {
	  cursor: pointer;
	  height: 17px;
	  margin: 0 auto;
	  position: fixed;
	  top: 22px;
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  width: 25px;
	  z-index: 999;
	  left: 20px;
	  position: absolute;
	  top: 20px;
   }

   #nav-icon3, #nav-icon3 span {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
   }

   #nav-icon3 span {
	  background: var(--headerTextColor);
	  border-radius: 9px;
	  display: block;
	  height: 2px;
	  left: 0;
	  opacity: 1;
	  position: absolute;
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	  width: 100%;
   }

   #nav-icon3 span:first-child {
	  top: 0;
   }

   #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	  top: 8px;
   }

   #nav-icon3 span:nth-child(4) {
	  top: 16px;
   }

   .mobile-open #nav-icon3 span:first-child {
	  left: 50%;
	  top: 18px;
	  width: 0;
   }

   .mobile-open #nav-icon3 span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
   }

   .mobile-open #nav-icon3 span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
   }

   .mobile-open #nav-icon3 span:nth-child(4) {
	  left: 50%;
	  top: 18px;
	  width: 0;
   }

   .mobile-nav {
	  background: var(--secondary);
	  height: 100%;
	  overflow: auto;
	  overflow-y: auto;
	  padding: 11px 0px 30px;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -1000px;
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	  width: 100%;
	  z-index: 9;
   }

   .mobile-open .mobile-nav {
	  top: 100%;
	  height:100vh;
	  padding-bottom: 170px;
   }
   .custom-menu-primary{
	  display:none;
   }

   .header-btn {
	  display: none;
   }

   .mobile-header-btn:not(:last-child) {
	  margin-bottom: 30px;
   }

   .header-btn1.mobile-header-btn {
	  margin-top: 30px;
   }

   .mobile-nav .hs-menu-wrapper > ul li:not(:last-child) a {
	  margin-bottom: 6px;
   }
   body .mobile-nav .hs-menu-wrapper>ul>li ul li {
	  padding-left: 0;
   }
   .mobile-nav .hs-menu-wrapper > ul > li ul {
	  display: none;
	  opacity: 1;
	  position: static;
	  width: 100%;
   }

   .child-trigger {
	  cursor: pointer;
	  position: absolute;
	  right: 20px;
	  top:0px;
	  width: 30px;
	  height:30px;
	  display: inline-block;
	  padding: 4px;
   }

   /*    .child-trigger.child-open{
   transform: rotate(-135deg);
} */

   .child-trigger svg {
	  width: 11px;
	  transform: rotate(90deg);
   }

   .child-trigger.child-open svg {
	  transform: rotate(270deg);
   }


   .mobile-nav .hs-menu-wrapper > ul li {
	  display: flex;
	  flex-wrap: wrap;
	  float: left;
	  list-style: none;
	  margin-bottom: 0;
	  padding: 0;
	  position: relative;
	  width: 100%;
   }

   .mobile-nav .hs-menu-wrapper>ul>li>a{
	  color: #fff;
   }
   .mobile-nav .hs-menu-wrapper>ul>li>a:hover{
	  color: var(--primary);
   }
   .mobile-nav .hs-menu-wrapper > ul > li a {
	  display: inline-block;
	  position: relative;
	  text-decoration: none;
	  text-transform: none;
	  width: calc(100% - 15px);
	  text-align: left;
	  line-height: 2;
	  margin-bottom: 6px;
   }

   .header-button-wrapper{
	  display:none;
   }
   .header-mobile-button-wrapper{
	  margin-top:30px;
   }

   header.header .content-wrapper {
	  padding: 0;
   }
   .header__search.header--element {
	  display: inline-block;
	  padding: 0;
	  border: none;
	  position: absolute;
	  right: 0;
	  top: 10px;
	  text-align: right;
	  width: auto;
   }
   .headerLeft {
	  display: block;
	  width: 100%;
	  text-align: center;
   }
   .header__search.header--element.searchActive {
	  position: relative;
	  width: 100%;
	  height: auto;
	  top: 0;
	  width: 100%;
	  padding: 0 25px;
   }
   .custom-header-logo {
	  /* 	  padding-bottom: 23px; */
	  padding-bottom: 0;
   }
   .mobile-nav .hs-menu-wrapper>ul>li>a {
	  padding: 0 25px;
   }
   .mobile-nav .hs-menu-wrapper>ul > li > ul {
	  background: #fff;
	  padding: 11px 23px 11px;
   }
   .header__search.searchActive form {
	  padding-top: 0;
   }
   .header-mobile-button-wrapper a.button {
	  width: 100%;
   }
   .header-button-wrapper.desktopHide a {
	  display: block;
	  margin: 0 !important;
	  text-align: left;
   }
   .headerMember a {
	  text-align: left;
	  padding-left: 25px;
	  padding-bottom: 20px;
	  margin-bottom: 0;
   }
   .header-button-wrapper.desktopHide .headerMember {
	  text-align: left;
	  padding: 0 25px;
   }
   .header-button-wrapper.desktopHide .headerMember a {
	  text-align: left;
	  padding-left: 0;
	  padding-bottom: 20px;
	  margin-bottom: 0;
	  display: block; 
   }
   .headerMember {
	  cursor: pointer;
   }
   .headerMember.added .loginForm {
	  position: fixed;
	  top: 0;
	  visibility: visible;
   }
   .headerMember>div {
	  transform: translateY(0);
   }
   .headerMember:hover>div {
	  transform: translateY(0);
   }
   .custom-header-mobile .loginForm {
	  position: fixed;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  height: 100vh;
	  z-index: 9999999;
   }
}

.header__search .hs-search-field__input::placeholder {
   opacity: 0;
}
.header__search.searchActive .hs-search-field__input::placeholder {
   opacity: 1;
   color: var(--headerTextColor);
}
body .header__search {
   width: 65px;
}
body .header__search.searchActive {
   width: 100%;
}
body .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
   color: #000;   
}
body .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover{
   color: var(--primary);   
}

/* .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
white-space: unset;
}
*/

/* ======== Membership Form ========== */
.loginForm label {
   display: inline-block;
}
.loginForm input[type=checkbox] ~ label {
   color: #fff;
   font-size: 15px;
}
.hs-membership-loader {
   margin: 33px 0 30px;
}
.header__search form button {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   opacity: 0;
   pointer-events: none;
}
.header__search.searchActive form button{
   pointer-events: auto;
}
ul.hs-search-field__suggestions {
   display: none;
}
.header__search.searchActive ul.hs-search-field__suggestions {
   display: none;
}
.header-button-wrapper .joinBtn .button:active,
.header-button-wrapper .joinBtn .button.button:focus {
   background: #003e5d;
}

.membershipDashboard .headerRight form {
   margin-bottom: 0;
}
.membershipDashboard .header-row {
   min-height: 81px;
}
@media(min-width: 768px) and (max-width: 981px){
   .header__search form button {
	  padding: 15px 15px;
   }
   /*    .header__search .hs-search-field__input {
   background-position: center center;
} */
   .header-button-wrapper {
	  gap: 15px;
   }
}
@media(min-width: 768px){
   .header-button-wrapper.desktopHide {
	  display: none;
   }
}
@media(max-width: 767px){
   .membershipDashboard .header-row {
	  min-height: auto;
   }
   .mobile-open header.header {
	  position: fixed;
   }
   .mobile-open main#main-content {
	  margin-top: 91px !important;
   }
   header.header.sticky {
	  position: relative !important;
   }
   main#main-content {
	  margin-top: 0 !important;
   }
   .header-button-wrapper.desktopHide {
	  display: block;
   }
   .header-button-wrapper.mobileHide {
	  display: none;
   }

   .header-button-wrapper .joinBtn {
	  text-align: left;
	  padding: 0;
   }

   .rightTopFooter h4 {
	  padding-left: 10px;
   }
   body .hs_cos_wrapper_type_logo img {
	  height: 51px !important;
	  width: 106px !important;
   }

   .header-button-wrapper.desktopHide a {
	  display: inline-block;
   }
   .mobile-open header.header.sticky {
	  animation: unset;
	  position: fixed !important;
   }
   .mobile-nav .hs-menu-wrapper>ul>li ul li:last-child a {
	  margin: 0;
   }
   .header-button-wrapper.desktopHide .joinBtn a {
	  display: block;
	  padding-left: 25px;
   }

   /*    mobile search */
   .mobile-nav .header__search.header--element {
	  height: auto;
	  padding: 0 25px;
	  position: relative;
	  top: 0;
	  width: 100%;
	  padding-bottom: 40px;
   }   
   .mobile-nav .header__search.header--element form {
	  display: block;
	  padding-top: 0;
	  width: 100%;
   }
   .mobile-nav .header__search.header--element form input.hs-search-field__input {
	  border-bottom: 1px solid #979797;
	  color: #fff;
	  cursor: text;
	  pointer-events: auto;
	  background-position: center right 2px;
   }
   .mobile-nav .header__search.header--element form .hs-search-field__input::placeholder {
	  opacity: 1;
	  color: var(--headerTextColor);
   }
   .mobile-open .headerRight .header__search.header--element {
	  display: none;
   }
   #nav-icon3 {
	  transition: none;
   }
   .mobile-open #nav-icon3 {
	  right: 25px;
	  left: auto;
   }
   .mobile-open #nav-icon3 span:nth-child(2),
   .mobile-open #nav-icon3 span:nth-child(3) {
	  background: var(--primary);
   }

   .headerRight .header__search .main-header__search-close {
	  background-image: url(https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/raw_assets/public/Reverine_Plains/images/cross%202.svg);
	  background-position: center right 5px;
	  background-repeat: no-repeat;
	  background-color: unset;
	  transition: none;
   }

   .headerRight .header__search.searchActive .main-header__search-close {
	  opacity: 1;
   }

/*    .headerRight .header__search:before {
	  content: "";
	  display: table;
	  height: 24px;
	  width: 24px;
	  position: absolute;
	  left: auto;
	  right: 25px;
	  top: 11px;
	  cursor: pointer;
	  background-repeat: no-repeat;
	  background-image: url(https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/Reverine_Plains/Images/icon%202.svg);
   } */
   .headerRight .header__search.searchActive:before {
	  top: -50px;
   }
   .headerRight .header__search .hs-search-field__input {
	  background: unset;
   }

   .serachIcon {
	  position: absolute;
	  right: 23px;
	  width: 30px;
	  height: 30px;
	  top: 16px;
	  cursor: pointer;
   }

   .serachIcon:before {
	  background-image: url(https://20998586.fs1.hubspotusercontent-na1.net/hubfs/20998586/Reverine_Plains/Images/icon%202.svg);
	  background-repeat: no-repeat;
	  content: "";
	  position: absolute;
	  right: 2px;
	  top: 5px;
	  width: 24px;
	  height: 24px;
   }

   .mobile-open .serachIcon {
	  display: none;
   }

   /*    end */
}

@media(max-width: 1024px){
   .topHeader {
	  display: none;
   }
}

header.header.sticky {
   -webkit-animation: slideDown .35s ease-out;
   animation: slideDown .35s ease-out;
   position: fixed;
}
@keyframes slideDown {
   0% {
	  transform: translateY(-100%)
   }
   to {
	  transform: translateY(0)
   }
}


@keyframes dash {
   0% {
	  transform: translateY(-15%)
   }
   to {
	  transform: translateY(0)
   }
}
.footer {
   padding: 80px 0 25px;
   position: relative;
}
.footerInfo {
   max-width: 384px;
   width: 100%;
   margin: 60px 0 11px;
}
.footer-share-icon ul li img {
   width: 23px;
   height: 23px;
}
.footer-share-icon ul li a:hover {
   opacity: .6;
}
.footer-share-icon ul li {
   display: inline-block;
   margin-left: 20px;
}
.footer-share-icon {
   text-align: right; 
   margin-top: 20px;
   margin-bottom: 25px;
}
.custom-footer-menu {
   margin-top: 25px;
}
.footer-share-icon ul {
   margin: 0;
   padding: 0;
   display: block;
}
.footer a {
   text-decoration: none;
}
.footer a:hover {
   color: var(--primary);
}
.footer a.button:hover {
   color: #fff;
}
.footer li.hs-menu-item.hs-menu-depth-2 {
   margin-bottom: 7.5px;
}

/* top to bottom css */

#button {
   display: inline;
   background-color: #fff;
   width: 32px;
   height: 32px;
   text-align: center;
   border-radius: 0;
   position: absolute;
   bottom: 0;
   right: 10%;
   transition: background-color .3s, opacity .5s, visibility .5s;
   z-index: 1000;
}

footer i.arrow.right {
   border: solid #000;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 4px;
   transform: rotate(-136deg);
   -webkit-transform: rotate(-136deg);
   position: absolute;
   top: 44%;
   right: 35%;
}

.hc-pricingTable-button .button {
    border-radius: 0 !important;
}

.hc-pricingTable-button .button:hover,
.hc-pricingTable-button .button:focus{
     border-radius: 0 !important;
}

/* end */


/* Popup */

.footerBtn .popup-content.modal {
   visibility: hidden;
   opacity: 0;
   pointer-events: none;
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 89;
   top: 40px;
   left: 0;
   transition: 0.3s opacity ease-in-out;
}

.footerBtn .popup-content.modal.show {
   visibility: visible;
   opacity: 1;
   pointer-events: all;
}

.footerBtn .popup-content .content-wrapper {
   max-width: 100%;
   padding: 0;
}

.footerBtn .popup-content.modal:before {
   content: '';
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   background: #000000cc;
}

.footerBtn .popup-main-inner {
   background-color: #fff;
   z-index: 9;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   overflow: auto;
   height:calc(100vh - 40px);
   max-width: 720px;
   padding: 80px 40px 40px;
}

.footerBtn .modal-close {
   position: absolute;
   top: 10px;
   right: 10px;
   line-height: 1;
   font-size: 40px;
   color: #000000cc;
   cursor: pointer;
   width: 20px;
   transform: rotate(45deg);
   height: 20px;
   text-align: center;
}
.popup-content .popup-main label {
   color: #007dba;
   display:block;
}
.popup-content .popup-main * {
   color: inherit;
}
.popup-formSummry {
   margin-bottom: 30px;
}

.popup-content-form form .hs-button, 
.popup-content-form  form input[type=submit] {
   font-weight: 500;
   color: #FFF;
}

.popup-content-form .form-title {
   display: none;
}

.footer-sitemap a, .footer-sitemap a:hover {
    font-weight: 400;
}

.popup-content-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0 !important;
}

@media(max-width:767px){
   .footerBtn .popup-content.modal {
	  top: 0;
   }

   .footerBtn .popup-main-inner {
	  padding-left: 20px;
	  padding-right: 20px;
   }

}



@media(min-width: 768px){
   .footer .hs-menu-wrapper>ul {
	  width: 100%;
   }
   .footer .hs-menu-wrapper>ul>li {
	  width: calc(50% - 10px);
   }
   .custom-footer-logo.desktopHide {
	  display: none;
   }
}
@media(max-width: 767px){
   .footer {
	  padding: 35px 0 59px;
   }
   .custom-footer-top .content-wrapper {
	  padding: 0 20px;
   }
   .custom-footer-logo.mobileHide {
	  display: none;
   }
   .custom-footer-logo.desktopHide {
	  display: block;
	  padding-top: 9px;
   }
   .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	  flex-direction: row;
	  gap: 20px;
   }
   .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
	  width: calc(50% - 10px);
   }
   .custom-footer-upper > div {
	  flex-direction: column-reverse;
   }
   .rightTopFooter {
	  display: flex;
	  justify-content: space-between;
   }
   .custom-footer-logo.desktopHide img {
	  max-width: 64px;
   }
   .footerInfo {
	  margin: 40px 0 8px;
	  max-width: 100%;
	  width: 100%;
   }
   .footer-share-icon {
	  margin-bottom: 39px;
	  margin-top: 48px;
	  text-align: left;
   }
   .footer-share-icon ul li {
	  margin-left: 0;
	  margin-right: 20px;
   }
   .footer-sitemap h6 span {
	  display: block;
	  margin-top: 20px;
   }
}
.footer-sitemap span {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
/* 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%;
}

/* ====== Privacy Page =====  */
.privacy-page ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.privacy-page ol > li {
    counter-increment: item;
    display: table;
    margin-bottom: .6em;
    position: relative;
    padding-left: 30px;
}

.privacy-page ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0px;   
    position: absolute;
    left: 0;
    top: 0;
}

.privacy-page li ol > li {
    margin: 0;
}

.privacy-page li ol > li:before {
    content: counters(item, ".") " ";
}
.privacy-page span > ol > li:before {
    display: inline;
    padding-right: 45px;
    font-weight: bold;
}
/* ==== End Privacy Page =====  */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

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

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

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

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

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

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}