#FH-2up {
  display:flex;
  max-width:1100px;
  width:80%;
  margin: 60px auto 25px;

}
#FH-LC {
  flex: 4;
  margin: 0px 25px 0px 0px;
  align-items: top;
  padding-bottom:25px;

}
#FH-RC {
  flex: 2;
  margin: 15px 25px;
  display: flex;
  align-items: top;
  padding-bottom:25px;

}

#pf-main {
  width:80%; 
  max-width:1200px;
  background: #0d3e65;
}

#FH-LC > h1 {font-size:57px; line-height:1.1;}
#FH-LC > p {line-height:1.1;}

div.actions {margin-top:10px; width:120% !important; margin-left:-10% !important;}
.hs-submit > .actions:hover {outline:#ced7dd !important;}

.d916-flexwrap {
  display: flex;
  flex-wrap: wrap;
  max-width:85%;
  align-items: flex-start;
  margin-left:20%;
  margin-right:12%
}

#d916-flexleft {
  flex: 0 0; /* Two boxes per row with some spacing */
  margin: 15px 25px;
  display: flex;
  align-items: center;
  padding-bottom:25px;
}

#d916-flexright {
  flex: 0 0; /* Two boxes per row with some spacing */
  margin: 15px 25px;
  display: flex;
  align-items: center;
  padding-bottom:25px;
}

.subheadparent + * {color: #2fa1d8 !important; margin-bottom:75px; font-size:25px; display:block; margin-bottom:25px;}

#wbnrh3 {font-size:21px !important;}

form {
  margin-bottom:10px;
}


@media screen and (max-width: 1500px) {
  /* CSS rules to apply for screen sizes 1499px and smaller */
#FH-2up {
  margin: 125px auto 25px;

}

@media screen and (max-width: 1300px) {
  form .hs-submit .actions {width:100%; padding:0;}
}
  
@media screen and (max-width: 1200px) {
  /* CSS rules to apply for screen sizes 1499px and smaller */
  .hs-submit {margin-top:10px; width:100%;}
  #FH-2up {
  margin: 0px auto 25px;
}
#FH-2up {
  flex-direction:column;

}
#FH-LC{
  margin:0px;   
  }
  #FH-RC{margin:auto;}
  #FH-LC > h1 {font-size:2.8em; line-height:1.1;}
  .hs-submit {margin-top:10px; width:100%;}
}
  
@media screen and (max-width: 768px) {
  /* CSS rules to apply for screen sizes 1499px and smaller */
#FH-2up {
  margin: 0px auto 25px;
}
#FH-2up {
  flex-direction:column;

}
#FH-LC{
  margin:0px;   
  }
  #FH-RC{margin:auto;}
  #FH-LC > h1 {font-size:2.8em; line-height:1.1;}
  .hs-submit {margin-top:10px; width:100%;}
  
}