







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */




/* Primary | Secondary */



/* Anchors */



/* Blockquote */





/* H1 */





/* H2 */





/* H3 */





/* H4 */





/* H5 */





/* H6 */





/* 1d. Buttons */

/* Primary Button */





  









/* Secondary Gray Button */















/* Secondary Color Button */















/* Tertiary Gray Button */





  









/* Tertiary Color Button */





  









/* Link Gray Button */





  









/* Link Color Button */





  









/* Quaternary Button */













/* 1e. Forms */

/* Form Title */








/* Form Labels */




/* Form Required */





/* Form Required * */


/* Form Inputs */









/* Form Radio Button */


/* Form Consent */







/* Form Submit Button Default */








/* Form Submit Button Hover */




/* Form Submit Button Responsive */



/* Form Submit Thank You MSG */





/* 1f. Tables */









/* Custom Bullet Points */







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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 15px;
}

@media (max-width: 477px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 50px 15px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1440px;
}




html,
body{ 
  background: #FFFFFF;
}

/* Body | P | LI - Font Style/Color */
:is(main, main p, main li){
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0B1C34; 
  

font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 425px) / (1920 - 425))), 18px);

}

header *,
footer * {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */
main a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0270E0;
  outline: none;
  font-size: inherit;

  &:hover,
  &:focus,
  &:active{
    color: #126cee;
  }
}

a, a:hover,
button, button:hover,
[role="button"], [role="button"]:hover,
.clickable, .clickable:hover {
  cursor: pointer !important;
}

/* Blockquote */
main blockquote {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #171717;
  border-left-color: #004EBA;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

}

/* Headings */
main h1 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #171717;
  text-transform: none;
  

font-size: clamp(30px, calc(30px + (48 - 30) * ((100vw - 425px) / (1920 - 425))), 48px);

}

main h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #171717;
  text-transform: none;
  

font-size: clamp(24px, calc(24px + (36 - 24) * ((100vw - 425px) / (1920 - 425))), 36px);

}

main h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #171717;
  text-transform: none;
  

font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 425px) / (1920 - 425))), 24px);

}

main h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0B1C34;
  text-transform: none;
  

font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 425px) / (1920 - 425))), 18px);

}

main h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #171717;
  text-transform: none;
  

font-size: clamp(16px, calc(16px + (16 - 16) * ((100vw - 425px) / (1920 - 425))), 16px);

}

main h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #171717;
  text-transform: none;
  

font-size: clamp(14px, calc(14px + (14 - 14) * ((100vw - 425px) / (1920 - 425))), 14px);

}

/* Bullet Points */

  main ul li::marker {
    color: #0B1C34;
    

font-size: clamp(14px, calc(14px + (17 - 14) * ((100vw - 425px) / (1920 - 425))), 17px);

  }


/* Selection */
::selection {
  background: #126cee;
  color: #fff;
}
::-moz-selection {
  background: #126cee;
  color: #fff;
}




/* Primary Button */


.button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(18, 108, 238, 1.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px solid #126CEE;
;
  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
;
  width: 100%;
  transition: all .3s ease-in-out;

  &:hover,
  &:active {
    color: #FFFFFF;
    background: rgba(0, 67, 161, 1.0);
    border-color: #0043A1;   
  }
  
  &:focus {
    color: #FFFFFF;
  }

  @media (min-width: 767px) {
    padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
    width: auto;
  }
}

/* Secondary Gray Button */
.secondary-gray-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #404040;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(255, 255, 255, 1.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px solid #D4D4D4;
;
  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #262626;
    background: rgba(250, 250, 250, 1.0);
    border-color: #D4D4D4;
  }
  
  &:focus {
    color: #404040;
  }

  @media (min-width: 767px) {
    padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
    width: auto;
  }
}

/* Secondary Color Button */
.secondary-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0043a1;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(255, 255, 255, 1.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px solid #61A3FF;
;
  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #0B1C34;
    background: rgba(199, 222, 255, 1.0);
    border-color: #61A3FF;
  }
  
  &:focus {
    color: #0043a1;
  }

  @media (min-width: 767px) {
    padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
    width: auto;
  }
}

/* Tertiary Gray Button */
.tertiary-gray-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #404040;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(255, 255, 255, 0.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px none #FFFFFF;
;
  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #171717;
    background: rgba(250, 250, 250, 1.0);
    border-color: #FFFFFF;  
  }
  
  &:focus {
    color: #404040;
  }

  @media (min-width: 767px) {
    padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
    width: auto;
  }
}

/* Tertiary Color Button */
.tertiary-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0043a1;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(255, 255, 255, 0.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px none rgba(255, 255, 255, 0%);
;
  padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #002E6E;
    background: rgba(199, 222, 255, 1.0);
    border-color: #FFFFFF;  
  }
  
  &:focus {
    color: #0043a1;
  }

  @media (min-width: 767px) {
    padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
    width: auto;
  }
}

/* Link Gray Button */
.link-gray-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #404040;
  

font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 425px) / (1920 - 425))), 18px);

  background: rgba(255, 255, 255, 0.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px none #FFFFFF;
;
  padding: 0px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #171717;
    background: rgba(255, 255, 255, 0.0);
    border-color: #FFFFFF;  
  }
  
  &:focus {
    color: #404040;
  }

  @media (min-width: 767px) {
    padding: 0px;
;
    width: auto;
  }
}

/* Link Color Button */
.link-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #0043a1;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  background: rgba(255, 255, 255, 0.0);
  border-radius: 8px;
  text-transform: none;
  border: 1px none #FFFFFF;
;
  padding: 0px;
;
  width: 100%;

  &:hover,
  &:active {
    color: #002e6e;
    background: rgba(255, 255, 255, 0.0);
    border-color: #FFFFFF;  
  }
  
  &:focus {
    color: #0043a1;
  }

  @media (min-width: 767px) {
    padding: 0px;
;
    width: auto;
  }
}

/* Quaternary Button */
.quaternary-button {
  ;
  color: ;
  

font-size: clamp(px, calc(px + ( - ) * ((100vw - 425px) / (1920 - 425))), px);

  background: ;
  text-transform: ;
  ;

  &:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\';
    color: ;
    font-size: inherit;
    font-weight: 300;
    margin-left: 10px;
    transition: all .3s ease-in-out;
  }

  &:hover,
  &:focus,
  &:active {
    color: ;
    background: ;

    &:after {
      color: ;
      margin-left: 15px;     
    }
  }

  @media (min-width: 767px) {
    ;
  }
}




form {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0B1C34;
  text-transform: none;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  text-align: left;

  @media (min-width: 767px) {
    text-align: left;
  }
  @media (min-width: 990px) {
    text-align: left;
  }
}

/* Labels */
form label,
form label span {
  color: #0B1C34;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

}

/* Help text */
form legend {
  color: #0B1C34;
}

/* Error MSG */
form .hs-error-msg,
form .hs-error-msgs label {
  color: #0B1C34;
  

font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 425px) / (1920 - 425))), 14px);

}

form .hs-input.invalid.error {
  border-color: #0B1C34;
}

/* 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 input[type="date"],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #0B1C34;
  

font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 425px) / (1920 - 425))), 18px);

  border-radius: 3px;
}

/* Select list Radio */
form input[type=radio] {
  accent-color: #0B1C34;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #0B1C34;
}

::-moz-placeholder {
  color: #0B1C34;
}

:-ms-input-placeholder {
  color: #0B1C34;
}

::placeholder {
  color: #0B1C34;
}

/* Field Disabled */


/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0B1C34;
}

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

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

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

/* Required * */
form .hs-form-required {
  color: #0B1C34;
}

/* Consent Comms */
form .hs-richtext,
form .hs-richtext p,
form .legal-consent-container .hs-form-booleancheckbox-display>span,
form .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  

font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 425px) / (1920 - 425))), 14px);

  color: #0B1C34;
  text-transform: none;
}

form .hs-richtext a,
form .hs-richtext p a {
  font-size: inherit;
  text-transform: inherit;
  color: #0B1C34;

  &:hover {
    color: #0B1C34;    
  }
}

/* Submit button */
form input[type=submit],
form .hs-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  background: #FFFFFF;
  border-radius: 6px;
  text-transform: none;
  border: 1px solid #126CEE;
;
  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;


  &:hover,
  &:focus,
  &:active {
    color: #FFFFFF;
    border-color: #d7d7d7;
    background: #FFFFFF; 
    outline: none;
  }

  @media (min-width: 767px) {
    padding-top: 15px;
padding-right: 35px;
padding-bottom: 15px;
padding-left: 35px;

  }
}

.submitted-message,
.submitted-message p {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  

font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  text-transform: none;
  color: #0B1C34; 
  text-align: center; 
}
.hd-modal {
  top: 10%;
}

.hd-modal .modal-content{
  background: #fff;
}

.hd-modal .modal-header{
  border-bottom: 0px solid #e9ecef;
  padding: 7px 10px 5px 5px;
  display: inline-block;
  text-align: right;
}

.hd-modal .close{
  color: #1a2538;
  opacity: 1; 
  padding: 0px 5px;
  background: transparent;
  border: none;
  outline: 0;
  transition: all .3s ease-in-out;
}

.hd-modal .close span{
  font-size: 24px;
}

.hd-modal .close:hover, 
.hd-modal .close:focus{
  background: transparent;
  outline: none;
  border-color: transparent;
  color: #ff4d56;
}

.hd-modal .modal-body{
  padding: 0 16px 16px 16px;
}

.hd-modal .hs_recaptcha{
  float: none;
  width: 100%;
}

.hd-modal .actions{
  text-align: center;
}

.hd-modal .meetings-iframe-container iframe{
  max-height: 655px!important;
}

@media (min-width: 576px){
  .hd-modal .modal-dialog {
    max-width: 75vw;
  }
}


/* Table */

table {
  border: 1px solid #0B1C34;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #0B1C34;

  padding: 18px;

  color: #0B1C34;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #0B1C34;
}