







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */




/* Primary | Secondary */



/* Anchors */



/* Blockquote */





/* H1 */





/* H2 */





/* H3 */





/* H4 */





/* H5 */





/* H6 */





/* 1d. Buttons */

/* Primary Button */




  








/* Secondary Button */













/* Tertiary 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{ 
  
 background: linear-gradient(180deg, rgba(19,19,19,1) 25%, rgba(32,75,92,1) 100%);
}

body{
  background-color: transparent;
}

/* 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: #FFFFFF; 
  
font-size: clamp(14px, calc(1.125rem + (14 - 14) * ((100vw - 425px) / (1920 - 425))), 14px);

}

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

  &:hover,
  &:focus,
  &:active{
    color: #0B5DA9;
  }
}

/* Blockquote */
main blockquote {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  border-left-color: #03C1E1;
  
font-size: clamp(16px, calc(1.125rem + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

}

/* Headings */
main h1 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(20px, calc(1.125rem + (32 - 20) * ((100vw - 425px) / (1920 - 425))), 32px);

}

main h2 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(20px, calc(1.125rem + (24 - 20) * ((100vw - 425px) / (1920 - 425))), 24px);

}

main h3 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(20px, calc(1.125rem + (22 - 20) * ((100vw - 425px) / (1920 - 425))), 22px);

}

main h4 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(20px, calc(1.125rem + (20 - 20) * ((100vw - 425px) / (1920 - 425))), 20px);

}

main h5 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(19px, calc(1.125rem + (19 - 19) * ((100vw - 425px) / (1920 - 425))), 19px);

}

main h6 {
  font-weight: 500; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #FFFFFF;
  text-transform: none;
  
font-size: clamp(18px, calc(1.125rem + (18 - 18) * ((100vw - 425px) / (1920 - 425))), 18px);

}

/* Bullet Points */

  main ul li::marker {
    color: #17B6DA;
    
font-size: clamp(14px, calc(1.125rem + (17 - 14) * ((100vw - 425px) / (1920 - 425))), 17px);

  }





/* Primary Button */


.button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  
font-size: clamp(16px, calc(1.125rem + (16 - 16) * ((100vw - 425px) / (1920 - 425))), 16px);

  background: #03C1E1;
  border-radius: 2px;
  text-transform: none;
  border: 1px solid #03C1E1;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  width: 100%;
  transition: all .3s ease-in-out;

  &:hover,
  &:focus,
  &:active {
    color: #FFFFFF;
    background: #0B5DA9;
    border-color: #0B5DA9;   
  }

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

/* Secondary Button */
.secondary-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  
font-size: clamp(16px, calc(1.125rem + (16 - 16) * ((100vw - 425px) / (1920 - 425))), 16px);

  background: #0B5DA9;
  border-radius: 2px;
  text-transform: none;
  border: 1px solid #0B5DA9;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  width: 100%;

  &:hover,
  &:focus,
  &:active {
    color: #FFFFFF;
    background: #03C1E1;
    border-color: #03C1E1;
  }

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

/* Tertiary Button */
.tertiary-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  
font-size: clamp(16px, calc(1.125rem + (16 - 16) * ((100vw - 425px) / (1920 - 425))), 16px);

  background: #222833;
  border-radius: 2px;
  text-transform: none;
  border: 1px solid #0B5DA9;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
;
  width: 100%;

  &:hover,
  &:focus,
  &:active {
    color: #FFFFFF;
    background: #03C1E1;
    border-color: #FFFFFF;  
  }

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

/* Quaternary Button */
.quaternary-button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  
font-size: clamp(16px, calc(1.125rem + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  background: #FFFFFF;
  text-transform: none;
  padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
;

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

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

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

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




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: #FFFFFF;
  text-transform: none;
  
font-size: clamp(16px, calc(1.125rem + (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: #FFFFFF;
  
font-size: clamp(14px, calc(1.125rem + (14 - 14) * ((100vw - 425px) / (1920 - 425))), 14px);

}

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

/* Error MSG */
form .hs-error-msg,
form .hs-error-msgs label {
  color: #f2545b;
  
font-size: clamp(12px, calc(1.125rem + (12 - 12) * ((100vw - 425px) / (1920 - 425))), 12px);

}

form .hs-input.invalid.error,
form .form-input-error{
  border: 1px solid #f2545b!important;
  
}

/* 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: 1px solid #03C1E1;

  background-color: 

  
  
    
  

  rgba(34, 40, 51, 1.0)

;
  color: #FFFFFF;
  
font-size: clamp(14px, calc(1.125rem + (14 - 14) * ((100vw - 425px) / (1920 - 425))), 14px);

  border-radius: 2px;
}

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

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

::-moz-placeholder {
  color: #FFFFFF;
}

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

::placeholder {
  color: #FFFFFF;
}

/* Field Disabled */


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

.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: #03C1E1;
}

/* 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(1.125rem + (14 - 12) * ((100vw - 425px) / (1920 - 425))), 14px);

  color: #FFFFFF;
  text-transform: none;
}

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

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

/* 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(1.125rem + (16 - 16) * ((100vw - 425px) / (1920 - 425))), 16px);

  background: #03C1E1;
  border-radius: 2px;
  text-transform: none;
  border: 1px solid #03C1E1;
;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;


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

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

  }
}

.submitted-message,
.submitted-message p {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  
font-size: clamp(16px, calc(1.125rem + (20 - 16) * ((100vw - 425px) / (1920 - 425))), 20px);

  text-transform: none;
  color: #FFFFFF; 
  text-align: center; 
}
.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: 750px;
  }
}


/* Table */

table {
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #FFFFFF;

  padding: 18px;

  color: #FFFFFF;
}

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