a.white-mmc-button, a.grey-mmc-button{ padding: 0.5rem 2rem 0.5rem 2rem; } h1 { font-size: clamp(2.2rem, 2.5rem, 5vw);  } h2 { font-size: clamp(1.8rem, 2.2rem, 5vw);  } h3 { font-size: clamp(1.6rem, 2rem, 5vw);  } h4 { font-size: clamp(1.4rem, 1.7rem, 5vw);  } h5 { font-size: clamp(1.1rem, 1.2rem, 5vw);  } .brx-draggable:empty{ outline: none; }  .gform_wrapper input[type=button], .gform_wrapper input[type=submit]:hover { border-style: solid; border-width: 1px; color: black !important; border-color: #e3e3e3; background-color: #e3e3e3; }  td.column-1 { font-weight: 500; } thead th{ font-weight: 500!important; } .the-arrow { width: 1.4rem; transition: all 0.2s; } .the-arrow.left { position: absolute; top: 50%; left: .5rem; } .the-arrow.left > .shaft { width: 0; background-color: #999; } .the-arrow.left > .shaft:before, .the-arrow.left > .shaft:after { width: 0; background-color: #999; } .the-arrow.left > .shaft:before { transform: rotate(0); } .the-arrow.left > .shaft:after { transform: rotate(0); } .the-arrow.right > .shaft { width: 1.4rem; transition-delay: 0.2s; } .the-arrow.right > .shaft:before, .the-arrow.right > .shaft:after { width: 0.375rem; transition-delay: 0.3s; transition: all 0.5s; } .the-arrow.right > .shaft:before { transform: rotate(40deg); } .the-arrow.right > .shaft:after { transform: rotate(-40deg); } .the-arrow > .shaft { background-color: #999; display: block; height: 1px; position: relative; transition: all 0.2s; transition-delay: 0; will-change: transform; } .the-arrow > .shaft:before, .the-arrow > .shaft:after { background-color: #999; content: ""; display: block; height: 1px; position: absolute; top: 0; right: 0; transition: all 0.2s; transition-delay: 0; } .the-arrow > .shaft:before { transform-origin: top right; } .the-arrow > .shaft:after { transform-origin: bottom right; } .brxe-morgan-button { display: inline-block; position: relative; transition: all 0.2s; } .brxe-morgan-button:hover > .the-arrow.left > .shaft { width: 1.4rem; transition-delay: 0.1s; background-color: #eaeaea; } .brxe-morgan-button:hover > .the-arrow.left > .shaft:before, .brxe-morgan-button:hover > .the-arrow.left > .shaft:after { width: 0.375rem; transition-delay: 0.1s; background-color: #eaeaea; } .brxe-morgan-button:hover > .the-arrow.left > .shaft:before { transform: rotate(40deg); } .brxe-morgan-button:hover > .the-arrow.left > .shaft:after { transform: rotate(-40deg); } .brxe-morgan-button:hover > .main { transform: translateX(1.4rem); } .brxe-morgan-button:hover > .main > .the-arrow.right > .shaft { width: 0; transform: translateX(100%); transition-delay: 0; } .brxe-morgan-button:hover > .main > .the-arrow.right > .shaft:before, .brxe-morgan-button:hover > .main > .the-arrow.right > .shaft:after { width: 0; transition-delay: 0; transition: all 0.1s; } .brxe-morgan-button:hover > .main > .the-arrow.right > .shaft:before { transform: rotate(0); } .brxe-morgan-button:hover > .main > .the-arrow.right > .shaft:after { transform: rotate(0); } .brxe-morgan-button > .main { display: flex; align-items: center; transition: all 0.2s; } .brxe-morgan-button > .main > .text { margin: 0 .5rem 0 0; line-height: 1; } .brxe-morgan-button > .main > .the-arrow { position: relative; } blockquote p{ text-transform: uppercase; font-family: lato; font-size: 1.6rem; font-weight: 400; border-color: #c5a477!important; padding: 1.2rem 0rem; } @media only screen and (max-width: 600px){ blockquote p{ font-size: 1.2rem; padding: 1.2rem 0rem; margin: 2.2rem 0rem; } }  body .gform_wrapper .gform_footer input[type=submit] { color: #414042; background: #ffffff; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; border: 1px solid #414042; border-radius: 2px; transition: 0.3s; text-align: left; padding: 5px 25px; } body .gform_wrapper .gform_footer input:hover[type=submit] { border: 1px solid #c5a477; color: #c5a477; } body .gform_wrapper.gravity-theme .gfield_label{ font-weight: 500; letter-spacing: 0.1rem; } body .gform_wrapper h2.gform_title { display: none !important; } body .gfield_label{ color: #414042!important; } body .gform-field-label--type-inline{ font-weight:300!important; color: #414042!important; }