body {
    max-width: none;
}




/* Background Image */
.layout.layout-canvas-a {
    background-color: transparent;
    background-image: url("https://image.e.ama-assn.org/lib/fe3c11717064047d741172/m/4/940a2c2b-067e-453d-9e3d-be6546ece79a.jpg");
    background-size: cover;
}
@media (max-width: 1035px) {
.layout.layout-canvas-a {
    background-image: url("https://image.e.ama-assn.org/lib/fe3c11717064047d741172/m/4/f4feb48a-0b9a-4637-a3e4-426e38120f5d.jpg");
}
}
@media (max-width: 740px) {
.layout.layout-canvas-a {
    background-image: url("https://image.e.ama-assn.org/lib/fe3c11717064047d741172/m/4/5b165c44-0bf9-4f97-b604-b13a26ec5b0f.jpg");
}
}
/*
.layout.layout-canvas-a > * {
    background-color: rgba(81,45,109,0.8);
}
*/
.layout-canvas-a > .section {
    margin:0px;
    padding-bottom: 80px;
    max-height: 89vh;
}
@media (max-width: 740px) {
.layout-canvas-a > .section {
    max-height: initial;
    padding-bottom: 0;
}
}



/* Body Layout */
.layout-canvas-a > .section > .columns.col1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 90px;
}
.columns.col1 > table {
    width: 40%;
    min-width: initial !important;
    margin: 4%;
}
@media (max-width: 740px) {
  .columns.col1 > table {
      width: 92%;
      margin: 4%;
  }
}





/* Body Display */
.columns.col1 > table:nth-child(2) {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    margin-left: 8%;
}
@media (max-width: 975px) {
  .columns.col1 > table:nth-child(2) {
    padding: 4%;
    margin: 4%;
  }
}
h1 {
    color: #ffffff;
    font-family: "myriad-pro", sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: none;
}
p {
    color: #ffffff;
    font-family: "myriad-pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 42px;
}
#smartcapture-block-cwh35a8wm1o .smartcapture-controls .sc-formfield-label label {
    position: absolute;
    left: 10px;
    top: -15px;
    padding: 0 8px;
    background-color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 0;
    z-index: 1;
    color: #868E96 !important;
}
.fuelux input[type=text] {
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    line-height: 50px;
    height: 50px !important;
    margin-bottom: 0;
    padding-left: 17px;
    width: 100% !important;
}
.sc-formfield-label {
    margin-top: 25px;
}
#smartcapture-block-cwh35a8wm1o .sc-button {
    width: 100%;
    cursor: pointer;
}

#smartcapture-block-cwh35a8wm1o {
    padding: 0px !important;
}




/* Footer Display */
.layout-canvas-a > .footer {
    background: #212529;
    color: #868E96;
    margin-top: auto;
    width: 100%;
}
.footer a {
    color: white;
    text-decoration: none;
}
