/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.optin-container {
  width: 80%;
  margin: 0 auto; }

.optin-left {
  float: left;
  width: 45%; }

.optin-right {
  float: right;
  width: 45%; }

.checkbox-field.form-group {
  text-align: left; }

.checkbox-field.form-group .text {
  display: inline; }

@media only screen and (min-width: 601px) and (max-width: 800px) {
  .optin-container {
    width: 95%; } }
@media only screen and (max-width: 600px) {
  .optin-container {
    width: 70%; }

  .optin-left {
    float: none;
    width: 100%;
    margin-bottom: 40px; }

  .optin-right {
    float: none;
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .optin-container {
    width: 90%; }

  .checkbox-field.form-group .text {
    font-size: .9rem; } }
