.wrapper {
    width: 1500px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.flex-row {
  flex-wrap:nowrap; 
}

.main-container  {
    width: 1200px;

  
}

header .header-logo {
  padding: 30px 0px 20px 0px;
}

header {
    background-color: #C6CFEB;
}
header .header-content {
  align-items: center;
  
}

.header-left {
  width: 570px;
}


.header-left h2 {
    font-family: 'Oracle Sans Semi Bold';
    color: #000;
    font-size: 50px;
}

.header-left p {
    font-size: 18px;
    font-family: 'Oracle Sans';
    color: #000;
    line-height: 1.6em;
}



/* Content1 CSS */

.content1 {
    padding: 60px 0px;
    background-color: #585F80;
}


.content1 .content1-left h3 {
  color: #fff;
  font-family: 'Oracle Sans Bold';
  font-size: 30px;
  padding-bottom: 30px;
}

.content1 .content1-left p {
    color: #fff;
    font-family: 'Oracle Sans';
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom:20px;

}
.content1 .content1-left ul li {
  color: #fff;
  font-family: 'Oracle Sans';
  font-size: 18px;
  line-height: 1.4em;
  
}



 /* Form Section - Start */

 .form-only {
  padding-bottom: 60px;
}

.form-section {
    width: 870px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}



.form-content {
    padding: 0;
    color: #1E3B42;
}

.form-heading {
    text-align: left;
    display: block;
    margin: 0 auto 40px;
    max-width: 100%;
    font-size: 0;
}

.form-heading h2 {
    font-size: 18px;
    font-weight: normal;
}

.form-heading h2 em {
    font-size: 18px;
    color: #F68E24;
    font-weight: bold;
    font-style: italic;
}


.form-wrapper form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    min-inline-size: unset;
}

.form-list {
    color: #312D2A; 
}

.form-item {
    margin-bottom: 15px;
    position: relative;
}

.form-item .form-input {
  z-index: 2;
}

.form-item .form-input input[type="text"],
.form-item .form-input input[type="email"],
.form-item .form-input input[type="phone"],
.form-item .form-input select {
    height: 35px;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #A8A8A8;
    padding: 2px 5px 5px;
    width: 100%;
    font-size: 16px;
    font-family: 'Oracle Sans';
    
}

.form-item .form-input input[type="text"]:focus,
.form-item .form-input input[type="email"]:focus,
.form-item .form-input input[type="phone"]:focus,
.form-item .form-input select:focus {
    outline: none;
}



.form-caption {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    position: absolute;
    padding: 0 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.7;
}

.opt-in-section {
    display: block;
    margin-top: 20px;
    text-align: justify;
}

.opt-in-section,
.opt-in-section div,
.opt-in-section span {
    color: #8B8580;
    font-size: 14px;
}

.opt-in-section .optInBlock {
    font-size: 14px;
}

.opt-in-section .optInBlock a {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
}

.form-submit-btn {
    text-align: center;
    margin-top: 40px;
}

.form-submit-btn input,
.bottom-btn a {
    margin: 0 auto;
}

.form-submit-btn input,
.bottom-btn a,
.header-btn a {
    white-space: unset;
    font-family: 'Oracle Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    background-color: #F68E24;
    padding: 20px 15px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    max-width: 100%;
    width: 330px;
    text-align: center;
}
.form-list.flex-row.content-bottom-center {
  flex-wrap: wrap;
}
.optInBlock {
  font-size: 16px;

}
.form-list .form-item:nth-child(odd) {
  padding-right: 15px;
}
.form-list .form-item:nth-child(even) {
  padding-right: 15px;
}

.header-btn a {
  text-align: center;
}

.form-submit-btn input:hover {
    box-shadow: 0 0 0 transparent;
}

.opt-in-section #prvJP {
    margin-top: 1.25em;
}

.form-content .opt-in-section a { 
    text-transform: none;
    text-decoration: underline;
    font-weight: bold;
    color: #8B8580;
}

.form-content .opt-in-section a:hover {
    color: #8B8580;
}
.form-content .opt-in-section a:visited {
    color: #8B8580;
}

/* Form Section - End */
.content2 {
  background-color: #F5DEBD;
  background-image: url(images/bg-texture.jpg);
  padding: 40px 0px;
}
.content2 a {
  text-decoration: none;
}

.content2-right p {
  font-family: Georgia;
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.content2 .content2-right a {
  color: #ffffff;
    background: #000;
    border-radius: 4px;
    padding: 8px 10px;
    left: 20px;
    bottom: 25px;
    font-weight: 700;
    font-family: 'Oracle Sans';
}
.content2 .content2-right a:hover {
 text-decoration: none;
}

.content2 .content2-content{
  align-items: center;
  gap:50px;
}
.content3{
    background-color: #F2F4FE;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    
  }

  .content3 .content3-content {
    justify-content: space-evenly;
  }

  .content3 h2{
    text-align: center;
    font-family: 'Oracle Sans Bold';
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
  }

  .content3 p{
    text-align: center;
    font-family: 'Oracle Sans';
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
    padding-bottom:40px;
  }

  .content3 .wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
      width: 1120px;
  }
  .content3 .content3-box{
    position: relative;
    background: #ffffff;
    width: 290px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .content3 .content3-box img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .content3 .content3-box .content-box-text{
    padding: 20px;
  }
  .content3 .content3-box h3{
    font-family: 'Oracle Sans Bold';
    font-size: 15px;
    color: #161513;
    margin-bottom: 70px;
  }
  .content3 .content3-box p{
    font-family: 'Oracle Sans Lite';
    font-size: 13px;
    line-height: 1.25em;
    color: #161513;
    margin-bottom: 50px;
  }
  .content3 .content3-box a, .content3 .content3-box span{
    color: #ffffff;
    background: #000;
    border-radius: 4px;
    padding: 8px 10px;
    position: absolute;
    left: 20px;
    bottom: 25px;
    font-weight: 700;
    font-family: 'Oracle Sans';
    text-decoration: none;
  }

  .content3 .content3-box a:hover{
    text-decoration: none;
  }

  @media only screen and (max-width: 767px) {
    .content3 .wrap{
      gap: 30px;
    }
  }

  .content4 {
    background-color: #30364C;
    padding: 80px 0px;
  }

  .content4 h2 {
    color: #fff;
    font-family: 'Oracle Sans Bold';
    font-size: 28px;
    text-align: center;
}

.content4-bottom-cta a{
  border-radius: 10px;
  white-space: normal;
  display: inline-block;
  border: none;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-size: 20px;
  background-color: #F68E24;
  letter-spacing: 1px;
  font-family: 'Oracle Sans', 'Arial', sans-serif;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.content4 .content4-bottom-cta {
  text-align: center;
}
.content4 .logo-list {
  padding: 50px 0px;
  gap: 40px;
}

.footer1{
  background-image: url('/c.6262239/portal/common/form/landing_pages/template_assets/MC-59002/images/footerbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #312D2A;
  padding-top: 20px;
  padding-bottom: 10px;
  background-size: cover;

  font-size: 14px;
	text-align: right;
}
.footer1 a{
  color: #ffffff !important;
  text-decoration: underline;
  color: inherit;
}
.footer1 p{
  color: #ffffff !important;
}


@media only screen and (max-width: 769px) {
  .flex-row {
      flex-wrap: wrap;
  }
}

.foot-right {
  color: #fff;
}
 .form-item .form-caption {
    height: 35px;
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    padding: 2px 5px 5px;
    width: 100%;
    font-size: 16px;
    font-family: 'Oracle Sans';
}
  .content1-left strong span {
  color: #FBAA68;
}
.logo-list.flex-row.content-mid-center, .content3 .content3-content {
  flex-wrap: wrap;
}
.content3 .content3-box {
  margin-bottom: 30px;
}




