.layout-canvas-g {
    /* background-color: #FFFFFF; */
    border: none;
    box-sizing: border-box;
    padding: 0px;
    position: relative;
    width: 100%;

}

.layout-canvas-g>.header,
.layout-canvas-g>.section {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    overflow-wrap: break-word;
}



.layout-canvas-g>.section>.columns {
    box-sizing: border-box;
    overflow-wrap: break-word;
}

body {

    font-size: 12px;
    margin: 0px auto;
}

.layout-canvas-g>.section>.columns {
    width: 100%;
}

.section {
    text-align: center;
}

.logo {
    width: auto; /*180px; - Todd Hang removed 4/20/2021*/
    height: 140px; /*180px; - Todd Hang removed 4/20/2021*/
    text-align: center;
    margin: 20px 0;
}

.bg {
    width: 100%;
    height: 760px;
    background: no-repeat;
    background-size: cover;
    position: absolute; /* Candice Ring - added to move background behind and allow content to stack 9/21/2022 */
    z-index: -1; /* Candice Ring - added to move background behind and allow content to stack 9/21/2022 */
}

.success{
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(236, 255, 216);
    color: green;
    text-align: center;
    margin: 2em auto;
}

.error{
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 249, 242);
    color: rgb(211, 0, 0);
    text-align: center;
    margin: 2em auto;
}

.form-holder {
    /* position: relative; */
    width: 65%;
    margin: 20px auto 16px auto; /* Candice Ring changing top percent value causing issues with wide screens 9/21/2022 */
    /* margin: -42% auto 5% auto; - Candice Ring changing top percent value causing issues with wide screens 9/21/2022 */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #f0f0f0;
    padding: 3em 6em;
    min-height: 500px;
    border-radius: 5px;
    box-shadow: 0px -3px 1em rgba(0, 0, 0, 0.1);
}

input, select, textarea {
    color: #000;
}

textarea:focus, input:focus {
    color: #000;
}

.form-holder h2{
    padding-top: .5em; /* Candice Ring - changed from margin to padding and reduced from 1em 10/04/2022 */
    text-align:center;
    display:block;
}
.KBW h2, .KBW h3 {
    color:#000;
}
@media (prefers-color-scheme: light) {
  .DFG .logo {
      content: url("https://image.lnyfe.com/lib/fe2d117171640579721177/m/1/be66d568-c6c2-4c09-8bb5-36332bb1851d.png")
  }
}
 @media (prefers-color-scheme: dark) {
  .DFG .logo {
      content: url("https://image.lnyfe.com/lib/fe2a11717164047a731377/m/1/e3a838d7-c01c-4af4-a4c8-59d68abbcea3.png")
  }
  .DFG {
      background-color: #1F2A44;
      z-index: 1;
  }
}
@media (max-width: 1024px) {  /* Candice Ring - added 10/04/2022 */
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1rem;
}
.bg {
    position: relative;
}
}

.form-holder h3{
    margin-top: 0;
    text-align:center;
}


.form-holder h5{
    margin-top: 1em;
}


.input_wrapper {
    margin: .1em 1em; /* Tinuiti - Reduced top margin from 2 to .1 */
}

.input_wrapper label {
    margin-bottom: 0;
    font-size: 1.2em;
    display: inline-block;
    width: auto;
}

.input_wrapper input, .input_wrapper select {
    margin-top: 0.5em;
    display: block;
    padding: 1em;
    width: 100%;
    border: 0;
    border-radius: 5px;
    Box-shadow: 0px 0px 0.5em rgb(0 0 0 / 10%);
    border-bottom: 1px solid #bbb;
    /* background: rgba(255, 255, 255, 0.5); */
}

.input_wrapper select{
    height: 40px;
}

.input_wrapper input[type=radio] {
    width: auto;
    display: inline-block;
    margin: 0 0.5em 0 1em;
}

.col-left {
    float: left;
    width: 47%;
}

.col-left-85 {           /* Tinuiti - Added */
    float: left;
    width: 85%;
}
.col-30 {
    float: left;
    width: 30%;
}

.col-right {
    /* float: right; */
    /* width: 47%; */
}

.dob-container select{
    float: left;
    width: 40%;
    margin-right: 0.5em;
}


/*.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    outline: none;
    color: #ffffff;
    font-size: 1em;
    padding: 0.8em 1.6em;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    outline: none;
}
*/

.fav-locations {
    /* margin: 0 1em; */
    height: 20vh;
    overflow: auto;
    padding: 1em;
    border: 1px solid #bbb;
}

.fav-locations .address {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.fav-locations .address .meta {
    font-size: 0.8em;
    color: rgba(10, 10, 10, 0.7);
}

.fav-locations label {
    margin: 0 2em 0.5em 0;
    padding-left: 0.8em;
    width: 45%;
    position: relative;
}

.fav-locations input[type=checkbox] {
    display: inline-block;
    width: auto;
}

.fav-locations .checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.fav-locations .checkbox:after {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.fav-locations label>.checkbox {
    margin: 0;
    padding: 0;
}

/* .fav-locations .checkbox:hover::after {
    opacity: 0.5;
} */


.fav-locations input[type=checkbox] {
    visibility: hidden;
}

.fav-locations input[type=checkbox]:checked+.checkbox:after {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .mobile-hidden {
        display: none !important;
    }

    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }

    .logo {
        width: auto;
        height: 90px;

    }

    .bg {
        height: 34vw;
    }

    .form-holder {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.9);
        border: 0;
        padding: 0 3em 6em;
        margin-top: -0.1%;
        min-height: 300px;
        border-radius: 0;
        box-shadow: none;
    }

    .input_wrapper {
        margin: .3em 0;   /* Tinuiti - Reduced from 2 to .3 08/09/2022 */
    }

    .col-left, .col-30 {
        float: none;
        width: 100%;
    }
 
    .dob-container select{
          width:48%;
 }

  .fav-locations {
      height: 30vh;
      overflow: scroll;
   }
    .fav-locations label{
        margin: 0 0 0.5em 0;
        width:100%;
    }

   .col-right {
       margin-bottom: 4em;
   }
}

/* @media (prefers-color-scheme: dark) { Candice Commented out 10/21/2022
    .btn {
        color: buttontext;
        border-color: buttonborder;
    }
}

@media (prefers-color-scheme: light) {
    .btn {
        color: buttontext;
        border-color: buttonborder;
    }
} */

.footer {
    position:relative;
    width:100%;
    bottom:-10%;
    height: auto;
}
a, a:hover, a:visited { 
text-decoration:none;
color:#000;
}
.BHT .form-holder,
.CRR .form-holder,
.CDR .form-holder,
.GRC .form-holder,
.MSH .form-holder,
.PCG .form-holder,
.SHO .form-holder,
.SIM .form-holder,
.STH .form-holder,
.TRY .form-holder {
    
    background: rgba(0, 0, 0, 0.6);
    border: 0;
    
}

.TOR {
    background: #000;
}

.MTB .form-holder {
    background: rgba(21, 95, 109, 0.6);
}

.GRC h3 {
    font-size: 1.3125rem;
}
.HHG .btn, .HIL .btn, .TPO .btn, .SLR .btn {
    background-color: #000;
    color: #FFF;
}
@media (min-width: 80em) {
    .HHG h2, .HIL h2, .PHI h2, .BWI h2, .TPO h2, .SLR h2, .KBW h2, .GCR h2 {
        font-size: 2.3rem;
        margin: 0.5rem 0 1.25rem;
    }
    .HHG h3, .HIL h3, .PHI h3, .BWI h3, .TPO h3, .SLR h3, .KBW h3, .GCR h3 {
        font-size: 1.25rem;
    }
}
.YKY .bg {
    background-position: center;
}
.PHI .btn {
    background-color:#B5763C;
    color:#fff;
}
.BWI .btn {
    background-color:#101726;
    color:#fff;
}
.GCR {
    background-color:#000;
}
.GCR .bg {
    z-index: 1;
}
.GCR .form-holder {
    position: relative !important;
    z-index: 2;
}
.GCR .fav-locations-title, .GCR .fav-locations, .WGS .fav-locations-title, .WGS .fav-locations, .WGP .fav-locations-title, .WGP .fav-locations, .GNL .fav-locations-title, .GNL .fav-locations  {
    visibility: hidden;
}
.GCR .fav-locations, .WGS .fav-locations, .WGP .fav-locations, .GNL .fav-locations {
    height: 125px;
}
/* Lines 348-431 Added by Tinuiti for Toggles*/
h1, h2, h3, h4, h5 { text-transform: none !important } /* Added by Tinuiti to override all caps default*/

input[type="checkbox"] { 
    position: relative;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 29px;
    width: 40px !important;
    top: 6px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #808080;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-left: 20px;
}
input[type="checkbox"]:checked {
    background-color: #9D2235;
}
input[type="checkbox"]:after {
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    top: 3px;
    left: 2px;
    position: absolute;
    background: #e1e1e1;
    transition: all .25s ease;
}
input[type="checkbox"]:checked:after {
    left: 16px;
    position: absolute;
    background: #e1e1e1;
}
.input_wrapper input[type=checkbox] {
    width: 35px;
    display: inline-block;
    margin: 0 0.5em 0 .5em;
    float: left;
}

.TellMeMore {
  /* width: 100px; Candice Ring  10/04/2022 */
  width: auto; /* Candice Ring - added 10/04/2022 */
  margin: 1em 1em 0em 1em; /* Candice Ring - changed right to 1em 10/04/2022 */
}

.SubmitForm {
  width: 200px;
  margin: 0em 0em 0em 0em;
  float: right;
}

input[type="submit"] {
  display: block !important;
}

.AddChildLabel {
  width: 100px;
  padding: 0px;
  margin: 3.5em 0em 0em 0em;
}

.AddChild {
  width: 100px;
  padding: 0px;
  margin: 1.5em 0em 0em 0em;
}

.label2 {
   display: inline-block;
   font-size: 1.25em;
   font-weight: 400;
   line-height:1;
   margin: .75em 0.5em 0 .5em;
}

.consentlabel {
   display: inline-block;
   position: relative;
   font-size: 1em;
   font-weight: 400;
   line-height:1;
   margin: .75em 0.5em .5em .5em;
}

html, body {
    overflow: visible;
}

.btn {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: auto;
}

.unsubscribespacer {
  width: 100px;
  padding: 0px;
  margin: 30em 0em 0em 0em;
}

.signuponelocationspacer {
  width: 100px;
  padding: 0px;
  margin: 15em 0em 0em 0em;
}

.mobilesignuponelocationspacer {
  width: 100px;
  padding: 0px;
  margin: 5em 0em 0em 0em;
}
.input_wrapper {
  text-align: left;
}