








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */































/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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





html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;

}

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-family: Literata, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFF200;
  font-size: 90px;
  text-transform: none;
}

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

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

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

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

h6 {
  font-weight: 400; text-decoration: none; font-family: 'Open Sans', serif; font-style: normal;
  color: #FFFFFF;
  font-size: {units=px, value=20}px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: {color=#cc00cc, opacity=100, rgba=rgba(204, 0, 204, 1), rgb=rgb(204, 0, 204), hex=#cc00cc, 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: color 300ms;
  transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 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(0);
  transform: scale(0);
  -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;
}
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: {color=null, opacity=100, rgba=null, rgb=null, hex=null, css=};
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}





header.header.changeBg {
  background-color: 

  
  
    
  


  rgba(0, 23, 92, 1.0)

;
}





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













