
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1440px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 100% !important;
}





html {
  font-size: 16px;
}

body {
 font-family: var(--main-font);
  color: #009F94;
  font-size: 1.125em;
}

/* Paragraphs */

p {
       font-family: var(--main-font);
  font-size: 1.125em;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
       font-family: var(--main-font);
  color: #009F94;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
     font-family: var(--main-font);
  color: #009F94;
  font-size: 3.75em;
  text-transform: none;
}

h2,
.h2 {
    font-family: var(--main-font);
  color: #009F94;
  font-size: 3.125em;
  text-transform: none;
}

h3,
.h3 {
    font-family: var(--main-font);
  color: #009F94;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
      font-family: var(--main-font);
  color: #009F94;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
    font-family: var(--main-font);
  color: #009F94;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #009F94;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #223877;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #009F94;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 159, 148, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
       font-family: var(--main-font);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
       font-family: var(--main-font);
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 199, 188, 1.0);
  border-color: #28c7bc;
       font-family: var(--main-font);
}





form,
.submitted-message {
  font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #223877;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #223877;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Barlow; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #009F94;
  background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
}


/* Labels */

form label {
  color: #009F94;
}

/* Help text */

form legend {
  color: #009F94;
}

/* 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 {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #009F94;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #009F94;
}

::-moz-placeholder {
  color: #009F94;
}

:-ms-input-placeholder {
  color: #009F94;
}

::placeholder {
  color: #009F94;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #009F94;
}

.fn-date-picker td.is-selected .pika-button {
  background: #009F94;
}

.fn-date-picker td .pika-button:hover {
  background-color: #009F94 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #009F94;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #009F94;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Barlow, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(0, 159, 148, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 199, 188, 1.0);
  border-color: #28c7bc;
}





/* Table */

table {
  border: 1px solid #009F94;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #009F94;

  padding: 18px;

  color: #009F94;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 159, 148, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #009F94;
}





.header {
  background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #009F94;
  font-family: Barlow;
}

.menu__child-toggle-icon {
  border-top-color: #009F94;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00776c;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #00776c;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #28c7bc;
}

.menu__child-toggle-icon:active {
  border-top-color: #28c7bc;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #009F94;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #009F94;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #009F94;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #009F94;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #009F94;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Barlow;
}

.header__language-switcher-label-current:after {
  border-top-color: #009F94;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #009F94;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(34, 56, 119, 1.0)

;
}

/* 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: #009F94;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 100px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #009F94;
}

.blog-post__tag-link {
  color: #009F94;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00776c;
}

.blog-post__tag-link:active {
  color: #28c7bc;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #009F94;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00776c;
}

.blog-related-posts__title-link:active {
  color: #28c7bc;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #009F94;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #009F94;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #00776c;
}

.hs-blog-post-listing__post-title-link:active {
  color: #28c7bc;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #009F94;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #009F94;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #00776c;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #28c7bc;
}

.hs-pagination__link-icon svg {
  fill: #009F94;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #009F94;
  font-size: 30px;
}

.card__body svg {
  fill: #009F94;
}

/* Social follow */

.social-links__icon {
  background-color: #009F94;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00776c;
}

.social-links__icon:active {
  background-color: #28c7bc;
  font-weight: 700; text-decoration: none; font-family: Barlow, sans-serif; font-style: normal;
  color: #009F94;
  font-size: 30px;
}
header a.logo img.green {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
header a.logo img {
width: 145px;
height: 40px;
transition: all 0.2s ease;
}
.header-inner {
display: flex;
align-items: flex-end;
width: 90%;
max-width: 1300px;
margin: 0 auto;
}

:root {
  --main-font: Barlow, sans-serif;
  --black: #555555;
  --white: #FFFFFF;
  --grey: #C9C9C9;
  --light-grey: #F5F5F7;
  --green: #009F94;
  --pale-green: #92CDC8;
  --blue: #223877;
  --dark-blue: #0D1130;
  --yellow: #FECB2E;
  --yellow: #FECB2E;
  font-size:16px;
}

* {
  box-sizing: border-box;
}
#header_wrapper {
display: flex;
align-items: center;
    position: relative;
top: 142px;
left: 0;
width: 100%;
height: 142px;
z-index: 3;
transition: all 0.2s ease;
  flex-direction: column;
    justify-content: center;
      z-index: 9999;
  margin-top:-142px;
}
#header_wrapper.white, #header_wrapper.white_important {
background: var(--white);
box-shadow: 0px 3px 8px #0000004B;
}

#header_wrapper.white header a.logo img.green, #header_wrapper.white_important header a.logo img.green {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
#header_wrapper.white a.logo img.white {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

#header_wrapper.white a.logo img.green {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
#header_wrapper a.logo img.white {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#header_wrapper a.logo {
flex-shrink: 0;
display: block;
position: relative;
line-height: 0;
margin-right: 50px;
}
.header__logo--main {
   padding-top: 0rem; 
}
#footer_wrapper {
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: var(--light-grey);
      z-index: 0;
    position: fixed;
}

#footer {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
#footer .text {
  display: flex;
  margin-right: 50px;
}
#footer .text div {
  margin-left: 30px;
}
#footer .text div:first-child {
  margin-left: 0;
}
#footer .text div p, #footer .text div #other_resources .card .content .pre_heading, #other_resources .card .content #footer .text div .pre_heading {
  font-size: 16px;
  line-height: 125%;
}
#footer .text div p a:hover, #footer .text div #other_resources .card .content .pre_heading a:hover, #other_resources .card .content #footer .text div .pre_heading a:hover {
  text-decoration: underline;
}
#footer .linkedin_cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--grey);
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all 0.2s ease;
}
#footer .linkedin_cta img {
  width: 30px;
  height: 30px;
}
#footer .linkedin_cta:hover {
  background: var(--green);
}
p, #other_resources .card .content .pre_heading {
  font-family: var(--main-font);
  font-size: 1.125em;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  color: var(--black);
  margin-bottom: 30px;
}
p:last-child, #other_resources .card .content .pre_heading:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  p, #other_resources .card .content .pre_heading {
    font-size: 1em;
    margin-bottom: 20px;
  }
  p:last-child, #other_resources .card .content .pre_heading:last-child {
    margin-bottom: 0;
  }
}
.systems-page {
    margin: 0 auto;
    max-width: 900px;
    padding: 3rem 1.4rem;
}
form#email-prefs-form {
    padding: 40px;
    background-color: #fff;
    overflow: hidden;
      border: solid 1px var(--grey);
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: none;
    background-color: #fff;
      margin-top: 150px;
}
form#email-prefs-form h1 {
    font-family: var(--main-font);
  color:var(--blue);
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 116%;
}

form#email-prefs-form h2 {
    font-size: 28px;
    font-weight: 300;
}
form#email-prefs-form .page-header {
    font-size: 18px;
    padding-bottom: 40px;
}

form#email-prefs-form .item-inner {
    margin-bottom: 15px;
}
form#email-prefs-form .item-inner p {
    font-size: 16px;
}
.subscribe-options p.header {
    margin-bottom: 0 !important;
}

 #globalunsub + span {
font-size:24px;
    }

form#email-prefs-form input#submitbutton {
    margin-top: 40px;
}
@media screen and (max-width: 1365px) {
  #footer_wrapper {
    position: relative;
    height: auto;
    padding: 70px 0;
  }

  #footer {
    flex-direction: column;
  }
  #footer .text {
    display: block;
    margin-right: 0;
  }
  #footer .text div {
    margin: 0;
  }
  #footer .text div:nth-child(n+2) {
    margin-top: 20px;
  }
  #footer .text div p, #footer .text div #other_resources .card .content .pre_heading, #other_resources .card .content #footer .text div .pre_heading {
    text-align: center;
  }
  #footer .linkedin_cta {
    margin: 50px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #footer_wrapper {
    padding: 50px 0;
  }

  #footer .linkedin_cta {
    margin-top: 30px;
  }
}
.backup-unsubscribe input[type=email] {
    font-size: .875rem!important;
    margin-bottom: 1.4rem;
    padding: 0.7rem!important;
    width: 100% !important;
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.dnd_area_hero-row-1-max-width-section-centering > .row-fluid {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.dnd-section .dnd-column {
    padding: 0;
}

h1,h2,h3,h4 {font-weight:400;}
h1{font-family: var(--main-font);
font-size: 1.125em;
font-weight: 400;
line-height: 125%;
text-align: left;
color: var(--blue);
  margin-bottom: 30px;}

p {font-size:1.125em}
main#main-content {
    z-index: 5;
    position: relative;
    margin-bottom: 200px;
  background:white;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 840px) {
main#main-content {
    margin-bottom: 0px;
    position: relative;
    z-index: 5;
}
}
/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
main#main-content {
    margin-bottom: 0px;
    position: relative;
    z-index: 5;
}
  #header_wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 72px;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .2s ease;
    width: 100%;
    z-index: 3;
    z-index: 9999;
}
  #header_wrapper a.logo {
    flex-shrink: 0;
    display: block;
    position: relative;
    line-height: 0;
    margin-right: 0px !important;
}
  .header__logo {
    align-items: center;
    display: flex;
    height: auto;
    margin-right: auto;
    max-width: 200px;
    overflow: hidden;
    justify-content: center;
}
  .text-image .heading {
    color: var(--blue);
    font-family: var(--main-font);
    font-size: 1.75em !important;
    font-weight: 400;
    line-height: 116%;
    margin-bottom: 50px;
    text-align: center !important;
}
  .text-image h4 {
    text-align: center;
}
    .text-image h2 {
    text-align: center;
}
    .text-image p {
    text-align: center !important;
}
  .parallax_img_wrapper.left {
    padding-left: 70px;
    padding-top: 100px;
        margin-top: 50px;
}
  a.button {
    font-weight: 100;
    font-size: 1.2rem;
}
  .img-banner h1, .img-banner h2 { text-align: center !important;}
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
form .hs-button, form input[type=submit] {
    background-color: #009f94;
    border: 1px #009f94;
    border-radius: 6px;
    color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 53px;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}
 .form-columns-2 .hs-form-field .hs-input{
  width: 100% !important;}
}
.hs-error-msg {
    color: #ef6b51;
    margin-top: 0.35rem;
    display: block !important;
}

#resource_hero .inner .block_cta {
    margin-top: 0;
    margin-bottom: 25px;
}

.block_cta.white {
    border-color: var(--white);
    color: var(--white);
}
.block_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    border: solid 1px var(--green);
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: var(--main-font);
    font-size: 1.5em;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
    color: var(--green);
    padding: 10px 50px;
    margin-top: 50px;
    transition: all 0.2s ease;
}
#resource_hero {
    display: flex;
    align-items: center;
    position: relative;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#resource_hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--dark-blue);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#resource_hero .inner .heading, #resource_hero .inner #product_detail .name__certification .name, #product_detail .name__certification #resource_hero .inner .name {
    margin-bottom: 25px;
}
.heading, #product_detail .name__certification .name {
    font-family: var(--main-font);
    font-size: 2.75em;
    font-weight: 400;
    line-height: 116%;
    text-align: left;
    color: var(--blue);
    margin-bottom: 50px;
}
.heading.white, #product_detail .name__certification .white.name {
    color: var(--white);
}
.heading.centered, #product_detail .name__certification .centered.name {
    text-align: center;
}
#resource_hero > * {
    position: relative;
}
#resource_hero .inner {
    position: relative;
    width: 90%;
    max-width: 1300px;
    text-align: center;
    margin: 150px auto;
}
#resource_hero .inner .published_date {
    font-family: var(--main-font);
    font-size: 1.5em;
    font-weight: 400;
    line-height: 115%;
    text-align: center;
    color: var(--white);
}
.heading.yellow, #product_detail .name__certification .yellow.name {
  color: var(--yellow)}
  .blog-form-wrap form {
    background-color: transparent;
    border: 1px #223877;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-style: normal;
    text-decoration: none;
}


  .blog-form-wrap .form-title {display:none;}
input,
textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 80px;
  background: var(--light-grey);
  border: none;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: var(--main-font);
  font-size: 1.5em;
  font-weight: 300;
  line-height: 125%;
  text-align: left;
  color: var(--black);
  text-decoration: none;
  outline: none;
  padding: 24px 30px;
  margin: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--grey);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--grey);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--grey);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--grey);
}

textarea {
  height: auto;
  resize: none;
}

.field {
  margin-bottom: 50px;
}
.field:last-child {
  margin-bottom: 0;
}
.field label {
  display: block;
  font-family: var(--main-font);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 125%;
  text-align: left;
  color: #9B9B9B;
  padding-bottom: 25px;
  cursor: pointer;
}
.field p.error, .field #other_resources .card .content .error.pre_heading, #other_resources .card .content .field .error.pre_heading {
  font-style: italic;
  color: #CD5C5C;
  padding-top: 10px;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  input,
textarea {
    height: 60px;
    font-size: 1.25em;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .field {
    margin-bottom: 40px;
  }
  .field label {
    font-size: 1.25em;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  input,
textarea {
    height: 50px;
    font-size: 1.125em;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 413px) {
  .field {
    margin-bottom: 30px;
  }
  .field label {
    font-size: 1.125em;
    padding-bottom: 15px;
  }
}
.select {
  display: block;
  width: 100%;
  max-width: none;
  height: 50px;
  background: none;
  background-image: url("../images/global/misc/select_arrow.png");
  background-size: 10px 10px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  border: solid 1px var(--green);
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: var(--main-font);
  font-size: 1.125em;
  font-weight: 500;
  line-height: 155%;
  text-align: left;
  color: var(--dark-blue);
  text-decoration: none;
  text-overflow: ellipsis;
  outline: none;
  padding: 10px 50px 10px 20px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.select::-ms-expand {
  display: none;
}
.select:focus {
  outline: none;
}
.select option {
  font-weight: normal;
  color: var(--dark-blue) !important;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .select {
    font-size: 1em;
    line-height: 175%;
  }
}
.checkbox_wrapper > input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkbox_wrapper > input:checked + label .checkbox::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.checkbox_wrapper > label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.checkbox_wrapper > label .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: var(--white);
  border: solid 1px var(--green);
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 25px;
}
.checkbox_wrapper > label .checkbox::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--green);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.checkbox_wrapper > label p, .checkbox_wrapper > label #other_resources .card .content .pre_heading, #other_resources .card .content .checkbox_wrapper > label .pre_heading {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 125%;
  color: var(--green);
}

@media screen and (max-width: 1024px) {
  .checkbox_wrapper > label p, .checkbox_wrapper > label #other_resources .card .content .pre_heading, #other_resources .card .content .checkbox_wrapper > label .pre_heading {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 413px) {
  .checkbox_wrapper > label .checkbox {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .checkbox_wrapper > label p, .checkbox_wrapper > label #other_resources .card .content .pre_heading, #other_resources .card .content .checkbox_wrapper > label .pre_heading {
    font-size: 1.125em;
  }
}
.on-page-hs-form label {

display: none;
}
	.form-wrap {
max-width: 1300px;
margin: auto;
}

	.on-page-hs-form .hs-form-private{
		width:100%;
		
	}
	 label.hs-error-msg {display: block}
	.on-page-hs-form .hs-form-private fieldset{width: 100%;max-width: 100%;}
	 .on-page-hs-form .hs-form-private fieldset.form-columns-1 .hs-input {
width: 100%;margin-bottom: 50px;
}
	.on-page-hs-form .hs-richtext {
font-family: Barlow, sans-serif;
color: #fff;
font-size: 12px;
margin-bottom: 20px;
		text-align: center;
}
.on-page-hs-form .submitted-message {
color: #fff;
text-align: center;
font-size: 30px;
	font-family: Barlow, sans-serif;
}
.hs-button.primary.large {
background: transparent;
color: #fff;
font-weight: 100;border: solid 1px #fff;
}
	.on-page-hs-form .heading.yellow {
text-align: center;
}
	:target::before {
    content: "";
    display: block;
    height: 120px;  /* Same as the header height */
    margin-top: -120px;  /* Negative margin, same value as height */
    visibility: hidden;
}
span.ttr {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    margin-top: 40px;
    white-space: pre;
}
#resources_wrapper {
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin: 150px auto;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #resources_wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #resources_wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 413px) {
  #resources_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#resources {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 50px;
}
#resources .listing {
  display: block;
  border: solid 1px var(--grey);
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#resources .listing.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#resources .listing .image {
  line-height: 0;
}
#resources .listing .content {
  padding: 60px;
}
#resources .listing .content .published_date {
  font-family: var(--main-font);
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 155%;
  text-align: left;
  color: #9B9B9B;
  margin-bottom: 15px;
}
#resources .listing .content .heading, #resources .listing .content #product_detail .name__certification .name, #product_detail .name__certification #resources .listing .content .name {
  font-size: 1.5em;
  line-height: 125%;
  margin-bottom: 25px;
}

#load_more_resources {
  margin: 100px auto 0 auto;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #resources .listing .content {
    padding: 40px;
  }

  #load_more_resources {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  #resources {
    grid-template-columns: repeat(1, 1fr);
  }
  #resources .listing .content .heading, #resources .listing .content #product_detail .name__certification .name, #product_detail .name__certification #resources .listing .content .name {
    font-size: 1.75em;
    line-height: 135%;
  }
}
@media screen and (max-width: 767px) {
  #load_more_resources {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #resources .listing .content {
    padding: 30px;
  }
}
@media screen and (max-width: 413px) {
  #resources {
    row-gap: 40px;
  }
  #resources .listing .content .heading, #resources .listing .content #product_detail .name__certification .name, #product_detail .name__certification #resources .listing .content .name {
    font-size: 1.5em;
  }

  #load_more_resources {
    margin-top: 40px;
  }
}
#resource_hero {
  display: flex;
  align-items: center;
  position: relative;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#resource_hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--dark-blue);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#resource_hero .inner {
  position: relative;
  width: 90%;
  max-width: 1300px;
  text-align: center;
  margin: 150px auto;
}
#resource_hero .inner .block_cta {
  margin-top: 0;
  margin-bottom: 25px;
}
#resource_hero .inner .heading, #resource_hero .inner #product_detail .name__certification .name, #product_detail .name__certification #resource_hero .inner .name {
  margin-bottom: 25px;
}
#resource_hero .inner .published_date {
  font-family: var(--main-font);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 115%;
  text-align: center;
  color: var(--white);
}

#resource_body {
  width: 90%;
  max-width: 930px;
  margin: 150px auto;
}
#resource_body p a, #resource_body #other_resources .card .content .pre_heading a, #other_resources .card .content #resource_body .pre_heading a {
  font-weight: 500;
  color: var(--green);
  transition: all 0.2s ease;
}
#resource_body p a:hover, #resource_body #other_resources .card .content .pre_heading a:hover, #other_resources .card .content #resource_body .pre_heading a:hover {
  color: var(--blue);
}
#resource_body p + img, #resource_body #other_resources .card .content .pre_heading + img, #other_resources .card .content #resource_body .pre_heading + img {
  margin-top: 20px;
}
#resource_body img {
  margin-bottom: 50px;
}
#resource_body img:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  #resource_hero {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  #resource_hero {
    height: auto;
  }
  #resource_hero .inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #resource_hero .inner .published_date {
    font-size: 1.25em;
    line-height: 135%;
  }

  #resource_body {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #resource_hero .inner {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  #resource_body {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  #resource_hero .inner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 413px) {
  #resource_hero .inner .published_date {
    font-size: 1.125em;
  }

  #resource_body {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#other_resources {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 150px auto;
}
#other_resources .card {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% - 10px);
  min-height: 350px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 60px 100px;
  overflow: hidden;
}
#other_resources .card .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
#other_resources .card .gradient_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--dark-blue);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.4s ease;
}
#other_resources .card .content {
  position: relative;
  width: 100%;
  max-width: 650px;
}
#other_resources .card .content .pre_heading {
  color: var(--white);
  margin-bottom: 10px;
}
#other_resources .card .content .heading, #other_resources .card .content #product_detail .name__certification .name, #product_detail .name__certification #other_resources .card .content .name {
  font-size: 2.5em;
  line-height: 125%;
  margin-bottom: 0;
}
#other_resources .card.previous {
  justify-content: flex-end;
  margin-right: auto;
}
#other_resources .card.previous .content .pre_heading {
  text-align: right;
}
#other_resources .card.previous .content .heading, #other_resources .card.previous .content #product_detail .name__certification .name, #product_detail .name__certification #other_resources .card.previous .content .name {
  text-align: right;
}
#other_resources .card.next {
  justify-content: flex-start;
  margin-left: auto;
}
#other_resources .card:hover .image {
  transform: scale(1.1);
  transform-origin: 50% 50% 0;
}
#other_resources .card:hover .gradient_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$number)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

/* -------------------------------------------------- */
@media screen and (max-width: 1365px) {
  #other_resources {
    padding: 0 30px;
  }
  #other_resources .card {
    min-height: 300px;
    padding: 60px;
  }
  #other_resources .card .content .heading, #other_resources .card .content #product_detail .name__certification .name, #product_detail .name__certification #other_resources .card .content .name {
    font-size: 1.75em;
    line-height: 135%;
  }
}
@media screen and (max-width: 1024px) {
  #other_resources {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #other_resources {
    width: 90%;
    padding: 0;
  }
  #other_resources .card {
    min-height: 60px;
    border: solid 1px var(--green);
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 30px;
    transition: all 0.2s ease;
  }
  #other_resources .card .image,
#other_resources .card .gradient_overlay {
    display: none;
  }
  #other_resources .card .content .pre_heading {
    font-size: 1.25em;
    font-weight: 500;
    text-align: center !important;
    color: var(--green);
    margin-bottom: 0;
  }
  #other_resources .card .content .heading, #other_resources .card .content #product_detail .name__certification .name, #product_detail .name__certification #other_resources .card .content .name {
    display: none;
  }
  #other_resources .card:hover {
    background: var(--green);
    box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
    transform: translate(0, -2px);
    transform-origin: 50% 50% 0;
  }
  #other_resources .card:hover .content .pre_heading {
    color: var(--white);
  }
}
@media screen and (max-width: 767px) {
  #other_resources {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #other_resources .card {
    min-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #other_resources .card .content .pre_heading span {
    display: none;
  }
}
@media screen and (max-width: 413px) {
  #other_resources {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #other_resources .card {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.brcs_logo {
  line-height: 0;
  margin-top: 50px;
}
.brcs_logo img {
  width: 430px;
}
.header-inner .nav {
    display: flex;
    margin-right: 100px;
}
.header-inner .nav li {
    position: relative;
    margin-right: 30px;
}
.header-inner .nav > li > a {
    display: block;
}

.header-inner .nav li a, .header-inner .nav li span {
    position: relative;
    font-family: var(--main-font);
    font-size: 0.8em;
    font-weight: 500;
    line-height: 155%;
    text-align: left;
    color: var(--white);
    cursor: pointer;
}

.header-inner ul {
    list-style: none;
      padding: 0;
      margin: 0;
}
#intro .icon img {
    height: 120px !important;
      width: auto;
}
@media screen and (max-width: 1365px){
.header-inner .nav {
    display: none;
}

}
.white .header-inner .nav li a {
    color: var(--blue);
}
@media screen and (max-width: 413px) {
  #resources {
    row-gap: 40px;
  }
.content .heading, #resources .listing .content #product_detail .name__certification .name, #product_detail .name__certification #resources .listing .content .name {
    font-size: 1em;
  }

  #load_more_resources {
    margin-top: 40px;
  }
}
@media screen and (max-width: 413px){
.heading.centered{
    font-size: 1em !important;
  }
.block_cta {
    font-size: 1em !important;

}
  #resource_hero .inner {
    margin-bottom: 50px;
    margin-top: 100px !important;
 
}
  .on-page-hs-form .hs-form-private fieldset.form-columns-1 .hs-input {
    margin-bottom: 20px !important;
    width: 100%;
}
  #resource_hero .inner .published_date {
    font-size: 0.8em !important;
}
  .form-columns-2 .input {
    margin-right: 8px;
    margin-bottom: 20px !important;}
}
.published_date {
    display: none !important;
}
.blog-post h2{font-size:25px !important;color:#009f94 !important;}
.blog-post h2 strong{font-size:25px !important;color:#009f94 !important;}
.blog-post h2 strong span{font-size:25px !important;color:#009f94 !important;}
.blog-post h3 strong{font-size:19px !important;color:#009f94 !important;}
.blog-post h3 strong span{font-size:19px !important;color:#009f94 !important;}
.blog-post h3{font-size:19px !important;color:#009f94 !important;}
.w-1045{max-width:1045px}}

a {
    font-family: var(--main-font);
    color: #009F94;
    text-decoration: none !important;
}
article.blog-related-posts__post {
    text-align: center;
}

article.blog-related-posts__post p {
    text-align: center !important;
}
.blog-related-posts__title-link {
    text-decoration: none;
}

html {
  scroll-behavior: smooth;
}