/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-forms {
  padding: 80px 0 157px; }
  #sec-forms hr {
    border-color: #CCCCCC; }
  #sec-forms .registration-form h4 {
    margin-bottom: 32px; }
  #sec-forms .registration-form a {
    color: #404040;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%; }
    #sec-forms .registration-form a:last-of-type {
      margin-bottom: 61px; }
    #sec-forms .registration-form a:hover {
      color: #C01E28; }
  #sec-forms .registration-form .cta-container {
    color: white;
    background-color: #022859;
    border-radius: 9px; }
    #sec-forms .registration-form .cta-container h2 {
      margin-bottom: 0;
      color: white; }
    #sec-forms .registration-form .cta-container h3 {
      color: white;
      margin-bottom: 11px; }
    #sec-forms .registration-form .cta-container a {
      color: white;
      font-weight: 700;
      margin: 0 !important;
      display: inline; }
      #sec-forms .registration-form .cta-container a:hover {
        color: #C01E28; }
  @media screen and (max-width: 641px) {
    #sec-forms {
      padding: 50px 0 90px; } }
