/* layouts */
.list-l-vertical {
  width: 100%;
}

.list-l-vertical > .nag-list-item {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}

.list-l-horizontal {
  width: 100%;
}

.list-l-horizontal > .nag-list-item {
  display: block;
  width: 100%;
}

/* section */
.nag-section {
  background-image: url("/images/desktop/male-desktop.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 791px;
  background-color: white;
}

.nag-section-tab {
  width: 40%;
  margin-left: 55%;
  padding-top: 6em;
}

.nag-section-button {
  background-color: rgb( 0, 204, 0 );
  border-radius: 0.8rem;
  border: 0 none;
  display: inline-block;
  max-width: 260px;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.8rem;
  text-align: center;
  width: 50%;
  display: block;
  margin: 1rem auto;
  font-weight: bold;
}

.nag-section-button:hover {
  text-decoration: none;
}

.nag-section-button-text {
  color: rgb( 255, 255, 255 );
  font-size: 1rem;
}

.nag-section-header-heading {
  font-size: 1.6em;
  color: rgb( 211, 0, 0 );
  text-transform: uppercase;
}

.nag-section-header-text {
  font-size: 1.2em;
}

.nag-section-article {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb( 165, 176, 179 );
  width: 100%;
  margin-right: 4%;
  padding-top: 2%;
}

.nag-heading {
  text-transform: uppercase;
}

.nag-features-list-item {
  clear: left;
  font-size: 1.3em;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}

.nag-icon {
  float: left;
  height: 2.3em;
  margin-right: 1.2em;
  width: 2.3em;
}

.nag-icon:before {
  background-position: left top;
  height: 3em;
  width: 2.4em;
}

.nag-features-list-item-text {
  line-height: 1.4;
}

.nag-list {
  width: 100%;
}

.nag-section-header-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0px;
}

.nag-section-header-standout {
  text-align: center;
  font-weight: bold;
  font-size: 3.5em;
  color: red;
}







/*

.register-success,
.nag-view_profile,
.email-verified {
  height: auto;
}

.register-success,
.nag-view_profile,
.email-verified {
  background-color: rgb( 247, 247, 247 );
  color: rgb( 67, 66, 66 );
}

.register-success .navigation,
.nag-view_profile .navigation,
.email-verified .navigation {
  display: none;
}

.register-success #container,
.nag-view_profile #container,
.email-verified #container {
  background-color: rgb( 247, 247, 247 );
  height: 100% !important;
  min-height: 100%;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  min-width: 980px;
  width: 980px;
}

.register-success .main-l-1,
.nag-view_profile .main-l-1,
.email-verified .main-l-1 {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.register-success .main-l-1 .alert,
.nag-view_profile .main-l-1 .alert,
.email-verified .main-l-1 .alert {
  display: none;
}


.register-success .container_footer,
.nag-view_profile .container_footer,
.email-verified .container_footer {
  height: 0;
}

.register-success .footer,
.nag-view_profile .footer,
.email-verified .footer {
  padding-bottom: 4.5rem;
}

.nag-section {
  box-sizing:  border-box;
  background-attachment: scroll;
  background-image: url("/images/desktop/nag-male-desktop.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding-bottom: 8rem;
  padding-top: 2rem;
  overflow: visible;
  width: 100%;
}

.nag-section-l-main {
  box-sizing: border-box;
  background-color: rgba( 255, 255, 255, 0.5 );
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  width: 48%;
}

.nag-section-header {
  box-sizing: border-box;
  margin-bottom: 0.25rem;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}

.nag-section-header-heading {
  color: rgb( 43, 164, 108 );
  font-size: 1.1rem;
  text-transform: uppercase;
}

.nag-section-header-text {
  font-size: 0.925rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.nag-section-submit {
  background-color: transparent;
  border-top: 0;
  margin-top: 0.25rem;
  padding-left: 55%;
  padding-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  width: 80%;
}

.nag-section-submit-bonus {
  color: rgb( 43, 164, 108 );
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}

.nag-section-submit-form {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}

.nag-section-button {
  background-color: rgb( 43, 164, 108 );
  border: 0;
  border-radius: 2.5rem;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.35s ease-in-out;
  width: 100%;
}

.nag-section-button:hover {
  background-color: rgb( 78, 173, 129 );
  text-decoration: none;
}

.nag-section-button:focus {
  outline: none;
}

.nag-features {
  border-top: 1px solid rgb( 172, 169, 169 );
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.nag-features-heading {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8rem;
  width: 100%;
}

.nag-features-heading-header {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.nag-features-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.nag-features-list-item {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  line-height: 1.4;
}

.nag-plan-aside-icon {
  display: inline-block;
  height: 3.25rem;
  vertical-align: middle;
  width: 3.25rem;
}

.nag-plan-aside-icon:before {
  height: 100%;
  margin-right: 0;
  width: 100%;
}

.nag-features-list-item-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.775rem;
  width: 74%;
}*/
