.layout-canvas-g {
  background-color: #EEF0F1;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}


body {
  background-color: #00336B;
  color: #4D4D4D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0 auto;
  max-width: 1440px;
  line-height: 1.5;
  
}
div {
  padding: 10px;
}
h1{
  background: #00336B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: left;

}
p{
margin-top: 0;
margin-bottom: 1rem;
text-align: left;
}
.p_unsub{
text-align: center;
}

a{
font-size: 16px;
font-weight: 600;
text-decoration: none;
line-height: 20px;
letter-spacing: -0.02em;
text-align: center;
color: #000FF5;
}



.layout-canvas-g > .section > .columns {
  width: 100%;
}


  h1 span {
    background-color: rgb(0, 51, 107);
    background-image: linear-gradient(to right, rgb(255, 158, 0) 10%, rgb(255, 0, 0) 35%, rgb(133, 0, 125) 60%, rgb(33, 66, 156) 85%, rgb(0, 113, 255) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight:600;
}

.datecontainer{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.datecontainer .datelabel{
 color: #1f4292;
 font-weight: 600;
}

.datecontainer .dateevent{
 background: #ee4c4d;color: white;font-size: 24px;
}

.form-box{
    background-color: white;
    /*border-radius: 20px;
    padding: 30px 20px;*/
}


.form-title{
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.form-control{ 
  border-radius: 0.25rem;
  border:1px solid #000;
  padding: 6px 10px;
  font-size: 16px;
}

.form-control-div{
  padding: 15px 0;
}

input::placeholder {
  color: #4D4D4D;
}

.checkbox{
  align-items: flex-start;
  padding: 10px 0;
  font-size: 12px;

}

.checkbox label{
  display: inline;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.2;

}

.checkbox input{
display:inline;
}

.g-recaptcha{
  margin-top:20px;
}
.g-recaptcha div{
  margin: 0 auto;
  padding: 0;
}

#error-message{
  text-align: center;
  color:#FF0A50;
  font-size: 16px;
}

.form-CTA{
  color: white; 
  border: none;
  padding: 1.5%; 
  padding-left: 8%; 
  padding-right: 8%; 
  font-size: 18px; 
  margin: auto;
  margin-top: 10px; 
  text-align: center;
  height: 2.75rem;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(0, 51, 107);
  max-width: 200px;
}
.form-CTA-full{
max-width: 100%;
}

#label-required-dynamic{
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}


.mobile-show{
 display:none;
}
  #logo-container{
    text-align: center;

}
input[type=checkbox] {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    padding: 10px;
}
@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-show{
   display:block;
  }
  #wrapper-content{
   margin-top: 0px!important;
  }
.datecontainer{
    display: block;
    text-align: center;
margin-bottom: 30px;
  }

}

  @media only screen and (max-width: 375px) {  
.col-text{
  display: flex; flex-direction: column;
  justify-content: space-between;
}