








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */































/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  
  margin:0 auto;
  padding:0 15px;
  max-width: 1250px;
}





html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00175C;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  line-height:1;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 18px;
}
@media (max-width:1199px)  and (min-width: 320px) {
  p{
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  } 
}
/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #CC00CC;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active{
  text-decoration:none;
}


/* Headings */

h1 {
  font-weight: 400; text-decoration: none; font-family: Literata, serif; font-style: normal;
  color: #FFF200;
  font-size: 90px;
  text-transform: none;
}

h2 {
  font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  color: #FFFFFF;
  font-size: 40px;
  text-transform: none;
}

h3 {
  font-weight: normal; text-decoration: none; font-family: Literata, serif; font-style: normal;
  color: #FFFFFF;
  font-size: 38px;
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Literata, serif; font-style: normal;
  color: #CC00CC;
  font-size: 30px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Literata, serif; font-style: normal;
  color: #00175C;
  font-size: 24px;
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
}
@media (max-width:1199px)  and (min-width: 320px) {
  h1 {
    font-size: calc(29px + 24 * ((100vw - 320px) / 880));
  }

  h2 {
    font-size: calc(26px + 18 * ((100vw - 320px) / 880));
    line-height: 1.4;
  }

  h3 {
    font-size: calc(24px + 14 * ((100vw - 320px) / 880));
  }

  h4 {
    font-size: calc(22px + 8 * ((100vw - 320px) / 880));
  }
  main ul>li,
  h5 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }

  h6 {
    font-size: calc(16px + 6 * ((100vw - 320px) / 880));
  }

  p{
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }
  .big_font p {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
  form label{
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
  main .body-container--blog-post ul>li,
  .post-content li,
  .breadcrumb_main ul li.hs-menu-item.hs-menu-depth-1 a{
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
  label.hs-error-msg{
    font-size: calc(16px + 0 * ((100vw - 320px) / 880)) !important;
  }
}
/* Blockquote */

blockquote {
  border-left-color: {color=#cc00cc, opacity=100, css=#cc00cc};
}




form input[type=submit],
form .hs-button,
a.cta_button{
  padding-top: 12px;
padding-right: 51px;
padding-bottom: 11px;
padding-left: 51px;

  // border: 2px solid #FFFFFF;

  background-color:

  
  
    
  


  rgba(204, 0, 204, 1.0)

;
  font-size: 16px;
  color: #FFFFFF;
  border-radius:25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: color 300ms;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
}
a.cta_button:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:

  
  
    
  


  rgba(204, 0, 204, 1.0)

;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  border-radius: 25px;
  -moz-transition: 300ms ease-out;
  -ms-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
}
a.cta_button:hover{
  background: transparent;
  position: relative;
  z-index: 1;
  box-shadow: -2.7451px 2.7451px 2.4229px rgb(0 0 0 / 45%);
}
a.cta_button:hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.secondary_cta a.cta_button{
  padding-top: 12px;
padding-right: 35px;
padding-bottom: 12px;
padding-left: 35px;

  border: 0px solid #494A52;

  background-color:

  
  
    
  


  rgba(204, 0, 204, 1.0)

;
  font-size: 16px;
  color: #FFFFFF;
  border-radius:25px;

}
.secondary_cta a.cta_button:hover{
  background:#00175C;
  position: relative;
  z-index: 1;
}
.secondary_cta a.cta_button:hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.white_cta a.cta_button{
  padding-top: 9px;
padding-right: 52px;
padding-bottom: 9px;
padding-left: 52px;

  border: 2px solid #FFFFFF;

  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  font-size: 16px;
  color: #00175c;
  border-radius:25px;
} 
.white_cta a.cta_button:hover{
  color:#FFF;
}
.blue_cta a.cta_button{
  padding-top: 11.5px;
padding-right: 48px;
padding-bottom: 11.5px;
padding-left: 48px;

  border: 2px solid #FFFFFF;

  background-color:

  
  
    
  


  rgba(0, 23, 92, 1.0)

;
  font-size: 16px;
  color: #FFFFFF;
  border-radius:25px;
}
.blue_cta a.cta_button:hover:before{
  background-color:

  
  
    
  


  rgba(0, 23, 92, 1.0)

;
}




form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}

/* Inputs - date picker */


/* Submit button */








/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  border-color: ;
  color: ;
}

/* Table header */

thead th {
  background-color: {opacity=100, color=null, css=};
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}





header.header.changeBg {
  
  background-color:#F0F1F6;
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 26, 97, 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: #FFFFFF;
}

main{
  margin-top: 106px;
}
@media(min-width:768px) and (max-width:1024px){
  main {
    margin-top: 90px;
  }
}
@media(max-width:767px){
  main {
    margin-top: 70px;
  }
  html {
    scroll-padding-top: 80px;
  }
}



.all-text-primary,
.all-text-primary h1,
.all-text-primary h2,
.all-text-primary h3,
.all-text-primary h4,
.all-text-primary h5,
.all-text-primary h6,
.all-text-primary p{
  color:#00175C;
}
.all-text-secondary,
.all-text-secondary h1,
.all-text-secondary h2,
.all-text-secondary h3,
.all-text-secondary h4,
.all-text-secondary h5,
.all-text-secondary h6,
.all-text-secondary p{
  color:#cc00cc;
} 

.all-font-primary,
.all-font-primary h1,
.all-font-primary h2,
.all-font-primary h3,
.all-font-primary h4,
.all-font-primary h5,
.all-font-primary h6,
.all-font-primary p{
  font-family:Literata
}
.all-font-secoundary,
.all-font-secoundary h1,
.all-font-secoundary h2,
.all-font-secoundary h3,
.all-font-secoundary h4,
.all-font-secoundary h5,
.all-font-secoundary h6,
.all-font-secoundary p{
  font-family:Open Sans
}

.erg_page p{
  line-height:1.5;
}
.erg_page h1,
.erg_page h2,
.erg_page h3,
.erg_page h4,
.erg_page h5,
.erg_page h6{
  line-height: 1.2;
}
.erg_page .red_cta a.cta_button:before,
.erg_page .red_cta a.cta_button{
  background-color:#df165c;
}
.erg_page li{
  line-height: 1.5;
}
.erg_page img{
  max-width:100%;

}





@media(max-width:767px){
  main#main-content img{
    margin-left:auto;
    margin-right:auto;
  }
  .hs-cta-img {
    object-fit: contain;
    height: auto;
    margin-bottom: 20px;
  }
}






body.social-fixed,
body.report-page{
  position: relative;
  z-index: 1;
}
body.social-fixed .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing,
body.report-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing {
  position: fixed;
  left: 0;
  top: 50%;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 6;

}
body.social-fixed .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing>a,
body.report-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing>a {
  margin: 0;
  text-indent: 0;
  list-style-type: none;
  padding: 0px 0px;
  transition: .3s all ease-in-out 0s;
  position: relative;
  left: 0px;
  height: 26px;
  width: 26px !important;
  flex-direction: column;
  display: flex;
  margin-bottom: 2px;
}
body.social-fixed .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing>a img,
body.report-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing>a img{
  height: 26px !important;
  width: 26px !important;
  object-fit: fill !important;
}