.block.magnet-form a.contextual-links-trigger,
.block.magnet-form ul.contextual-links {
    display: none;
}

.block.magnet-form + .block.stayconnected,
.block.magnet-form + .block.magnet-form {
    display: none !important;
}


@media screen and (min-width: 1601px) {

    .block.magnet-form > * {position: relative;}

    .block.magnet-form:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(50vw - 800px);
        height: 100%;
        top: 0px;
        left: calc(800px - 50vw);
        background: #003366;
    }

    .block.magnet-form:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(50vw - 800px);
        height: 100%;
        top: 0px;
        left: 100%;
        background: #33ccff;
    }

    td.rm-form-wrapper > div,
    td.rm-form-wrapper > div > * {position: relative;}
    td.rm-form-wrapper > div:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(50vw - 800px);
        height: 100%;
        top: 0px;
        left: 100%;
        background: #003366;
        z-index: 20;
    }

}



.block.magnet-form {
    padding: 0px !important;
    position: relative;
}

.block.magnet-form div.he_stage > table {
    background-color: #33ccff;
}

.block.magnet-form div.he_stage > table,
.block.magnet-form div.he_stage > table > tbody,
.block.magnet-form div.he_stage > table > tbody > tr,
.block.magnet-form div.he_stage > table > tbody > tr > td,
.block.magnet-form div.he_stage > table > tbody > tr > td > table,
.block.magnet-form div.he_stage > table > tbody > tr > td > table > tbody,
.block.magnet-form div.he_stage > table > tbody > tr > td > table > tbody > tr,
.block.magnet-form div.he_stage > table > tbody > tr > td > table > tbody > tr > td {
  width: 100% !important;
  display: block !important;
}


.rm-form-wrapper .rm-form-label {
    display: none;
}


/*FORM STUFF*/

/*SIZING*/
@media screen and (min-width: 1025px) {
    .block.magnet-form form table {
        padding-left: 20%;
    }
    .block.magnet-form form table:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20%;
        height: 100%;
    }    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .block.magnet-form form table {
        padding-left: 30%;
    }
    .block.magnet-form form table:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30%;
        height: 100%;
    }    
}

@media screen and (max-width: 768px) {
    .block.magnet-form form table {
        padding-left: 0%;
    }
    .block.magnet-form form table:before {
        position: relative;
        width: 100%;
        display: block;
    }    
}

.block.magnet-form form table {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    box-sizing: border-box;
}


.block.magnet-form form table:before {
    content: "STAY CONNECTED";
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #003366;
    padding: 32px 24px;
    font-size: 3em;
    line-height: 1;
    font-family: 'AlternateGotNo2d', sans-serif;
}


.block.magnet-form form table > tbody {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 24px 16px;
}

.block.magnet-form form table > tbody > tr {
    display: block !important;
    box-sizing: border-box;
}


.block.magnet-form form table > tbody > tr > td {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    box-sizing: border-box;
}


.block.magnet-form form table > tbody > tr:first-of-type {
    width: calc(100% - 150px);
    max-width: 768px;
}

.block.magnet-form form table > tbody > tr:nth-of-type(2) {
    width: 150px;
}

/*Form Content*/
.block.magnet-form form table > tbody > tr:first-of-type input {
    margin: 0px !important;
    width: 100%;
    font-family: 'AlternateGotNo2d', sans-serif;
    font-size: 2.5rem;
    line-height: 1.8;
    padding: 4px 4px 4px 0.75em;
}

.block.magnet-form form table > tbody > tr:nth-of-type(2) td {
    display: flex !important;
    align-items:center;
    justify-content:flex-start;
}

.block.magnet-form form table > tbody > tr:nth-of-type(2) td .rm-form-submit {
    font-size: 28px !important;
    line-height: 1 !important;
    padding: 8px 21px 12px 21px !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.block.magnet-form form table > tbody > tr:nth-of-type(2) td .rm-form-submit:hover {
    border-color: #006699 !important;
    background-color:#006699 !important;
    cursor: pointer;
}

/*Confirmation*/
td.rm-form-wrapper > div {
    padding: 32px 32px 48px 32px;
    color: #fff;
    background-color: #003366;
    text-align: center;
}

td.rm-form-wrapper > div > h3 {
    text-transform: uppercase !important;
    max-width:600px !important;
    margin-left: auto !important;
    margin-right:auto !important;
    font-size: 3.5em;
}


td.rm-form-wrapper > div > p {
    max-width:600px !important;
    margin-left: auto !important;
    margin-right:auto !important;
    font-size: 15.5px;
    line-height: 1.3 !important;
}
