body {
    font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
    background-color: #FFFFFF;
}

.lp-body {
    background-color: #00447C;
    color: #FFFFFF;

}

.cta-row-1 {
    background-color: #FFC326;
    color: #00447C;
}


h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1.33rem;
}


/* JOM 3/25/2022 Added to hide the automatically displayed form title */
.col-lg-6 > div:nth-child(1) > h1:nth-child(2) {
  display: none;
}

/* JOM 3/28/2022 NYYSBA logo at top of page */
.logo-container {
    height: 80px;
    background: #fff;
}

.nyssba-logo-link {
    display: block;
    width: 210px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: url('graphics/design_2019/logo.png') left 50% no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    margin: auto;
}
/* JOM 3/26/2022 Added to get form to look more like mockup provided */  
form#form > div {
  padding: 30px;
}

form#form table {
  width: 100%;
}

form#form td {
  width: 100%;
  padding: 5px 20px 20px;
}

form#form td div {
  width: 100%;
  text-align: left;
}

form#form td div input[type='text'], select {
  width: 90%;
  height: inherit;
  padding: 0 2px;
}


form#form td div[class^="formtext"] {
  font-size: smaller;
}

form#form input[type="submit"] {
    background-color: #ffc326;
    border-radius: 20px;
    width: 250px;
    color: #00447c;
    font-weight: bold;
    height: 35px;
    padding-bottom: 25px;
    line-height: 8px;
}
/* End JOM edits */

.header-image {
    border-top: 13px solid #FFC326 !important;
}

.header-image .col {
    position: relative;
    overflow: hidden;
}

.background-blur .col .mx-auto:after {
    content: ' ';
    border: 1px solid #00FF00;
    background-color: #FF00FF;
    background-image: url("/img/background-1-xl.png");
    background-position: center center;
    background-size: 110% 100%;
    filter: blur(1rem);
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
}

.header-image img {
    position: relative;
    z-index:  1000;
}


.header div {

}

a,
a:hover {

}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}