/*------------------------------------*\
    #
\*------------------------------------*/
/*------------------------------------*\
    # Variables
\*------------------------------------*/
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    # Mixins
\*------------------------------------*/
.columns {
  margin-left: -15px;
  margin-right: -15px;
}
.columns:before,
.columns:after {
  content: " ";
  display: table;
}
.columns:after {
  clear: both;
}
.columns .column-clear:before,
.columns .column-clear:after {
  content: " ";
  display: table;
}
.columns .column-clear:after {
  clear: both;
}
.columns .column-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.columns .column-2 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .columns .column-2 {
    float: left;
    width: 50%;
  }
}
.columns .column-3 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .columns .column-3 {
    float: left;
    width: 33.33333333%;
  }
}
/*------------------------------------*\
    # Typography
\*------------------------------------*/
.section-title {
  margin: 0 0 10px;
  line-height: 1.5em;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #db2527;
}
.section-title.hasTabs {
  margin-bottom: 15px;
  border-bottom: none;
}
.zone-title,
.zone-subtitle {
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 1em;
  color: #444444;
}
.zone-title a,
.zone-subtitle a {
  border-left: 1px solid #dddddd;
  color: #666666;
  cursor: pointer;
  font-size: .8em;
  margin-left: 10px;
  padding-left: 10px;
}
.zone-title a:hover,
.zone-subtitle a:hover {
  color: #db2527;
}
.zone-title small,
.zone-subtitle small {
  margin-left: 10px;
}
.section-title {
  color: #222222;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}
.zone-title {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.zone-subtitle {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
dl dd {
  margin-bottom: 5px;
}
dl dd:last-of-type {
  margin-bottom: 0;
}
/*------------------------------------*\
    # Generic Styles
\*------------------------------------*/
.form-group.inline {
  display: inline-block;
  margin-right: 15px;
}
.formInfo {
  color: #666666;
  margin-bottom: 20px;
}
.formInfo p {
  color: #666666;
}
.cAge input {
  display: block;
  width: 100px;
  padding-right: 30px;
  background: url(/static/icon-calendar.png) right center no-repeat;
  cursor: pointer;
}
.cAge a {
  display: none;
  line-height: 30px;
}
label.ng-binding {
  height: auto;
  line-height: inherit;
  border: none;
  padding-left: 0;
  color: #444444;
}
p .ng-binding {
  display: inline-block;
  line-height: 1em;
  height: auto;
  border: none;
  text-indent: 0;
}
.form-actions {
  margin-top: 20px;
}
.form-actions button,
.form-actions a {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-actions button,
  .form-actions a {
    margin-right: 5px;
    margin-top: 0;
    width: auto;
  }
}
.spam input[type="checkbox"] {
  vertical-align: middle;
  margin: 0px 5px 2px;
}
.submitted .ng-invalid,
.ng-dirty,
.ng-dirty.ng-invalid {
  border-color: #f44336;
}
.ng-dirty.ng-valid {
  border-color: #4caf50;
}
/*------------------------------------*\
    # Modals
\*------------------------------------*/
#modalPrivate,
#modalConsent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
}
#modalPrivate .modal-inner,
#modalConsent .modal-inner {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 0 10px #666666;
  box-sizing: border-box;
  left: 50%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  width: 90%;
  z-index: 2;
}
@media (min-width: 768px) {
  #modalPrivate .modal-inner,
  #modalConsent .modal-inner {
    width: 50%;
  }
}
#modalPrivate .modal-outter,
#modalConsent .modal-outter {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#modalPrivate .close,
#modalConsent .close {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  font-weight: 200;
  line-height: 25px;
  font-size: 16px;
  height: 25px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 25px;
  z-index: 15;
}
#modalPrivate .box,
#modalConsent .box {
  padding: 15px;
}
.modal-inline {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px;
}
/*------------------------------------*\
    # Tables
\*------------------------------------*/
table tfoot tr:last-child {
  color: #222222;
}
table tfoot td:first-child {
  font-weight: 700;
  text-align: right;
}
table a {
  cursor: pointer;
}
table h5 {
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}
/*------------------------------------*\
    # Tabs
\*------------------------------------*/
.tabs {
  margin-bottom: 30px;
  font-size: .95em;
}
.tabs ul {
  margin: 0;
  height: 35px;
  padding: 0;
  border-bottom: 1px #dddddd solid;
  list-style: none;
}
.tabs li {
  float: left;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  vertical-align: top;
  background-color: #f4f4f4;
  border: 1px #dddddd solid;
  text-transform: uppercase;
  font-size: .8em;
  color: #222222;
}
.tabs li.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tabs li a {
  text-decoration: none;
  color: #222222;
}
.tabs .info {
  height: 30px;
  line-height: 30px;
  border-width: 1px 0;
  border-color: #dddddd;
  border-style: solid;
  font-family: "Open Sans", "Helvetica", arial, sans-serif;
  font-size: .85em;
  color: #666666;
}
/*------------------------------------*\
    # AngularJS

    Correction to specific elements.
\*------------------------------------*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*------------------------------------*\
    # Content
\*------------------------------------*/
#private-area {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1240px;
}
#private-area:before,
#private-area:after {
  content: " ";
  display: table;
}
#private-area:after {
  clear: both;
}
@media (min-width: 768px) {
  #private-area {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  #private-area {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  #private-area {
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  #private-area {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
#private-area .container-html {
  padding: 0;
}
.page-content {
  max-width: unset;
  padding: 0;
}
.content-wrapper {
  background-color: #ffffff;
  clear: both;
  display: block;
  font-family: inherit;
  margin-top: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  .content-wrapper {
    clear: none;
    float: left;
    margin-top: 0;
    padding: 20px;
    width: 75%;
  }
}
.content-wrapper section {
  position: relative;
}
.content-wrapper section section {
  top: 0;
  margin: 0;
}
.content-wrapper section p {
  margin: 0 0 10px;
  font-family: "Open Sans", "Helvetica", arial, sans-serif;
  font-size: .9em;
}
.content-wrapper section p a {
  color: #db2527;
}
.content-wrapper select.ng-dirty.ng-valid,
.content-wrapper input.ng-dirty.ng-valid {
  border: 1px solid green;
}
.content-wrapper .zone-data {
  color: #666666;
}
/*------------------------------------*\
    # Helpers
\*------------------------------------*/
.rightFloat {
  float: right;
}
/*------------------------------------*\
    # Loading
\*------------------------------------*/
.loading {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 0 2px 3px #222222;
  color: #ffffff;
  display: block;
  left: 50%;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/*------------------------------------*\
	# Sidebar
\*------------------------------------*/
.sidebar {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    padding: 0 10px 0 0;
    width: 25%;
  }
}
.sidebar .sidebar__mobile {
  background-color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar .sidebar__mobile {
    display: none;
  }
}
.sidebar .sidebar__mobile .sidebar__mobile-header {
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.sidebar .sidebar__mobile .sidebar__mobile-header a {
  float: right;
  color: inherit;
}
.sidebar .sidebar__mobile .section-title {
  display: none;
}
.sidebar .sidebar__mobile .content-wrapper {
  margin-top: 0;
}
.sidebar .sidebar__mobile .content-wrapper .zone-title {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  margin-top: 0;
}
.sidebar .sidebar__heading {
  position: relative;
  font-weight: normal !important;
  font-size: 15px;
}
@media (max-width: 768px) {
  .sidebar .sidebar__heading {
    display: none;
  }
}
.sidebar .sidebar__heading.active > a {
  background-color: #f0934d;
  border-top: 1px solid #f0934d;
  color: #ffffff;
}
.sidebar .sidebar__heading:hover a {
  color: #ff6e00;
}
.sidebar .sidebar__container {
  background-color: #ffffff;
}
.sidebar .sidebar-nav {
  list-style: none;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.sidebar .sidebar-nav.open .sidebar-nav__item.active > a {
  border-top: 1px solid #f0934d;
}
.sidebar .sidebar-nav.open .sidebar-nav__item.active > a::after {
  content: "–";
}
.sidebar .sidebar-nav.open .sidebar-nav__item .sidebar-nav__link {
  border-top: 1px solid #dddddd;
  height: 48px;
}
@media (min-width: 768px) {
  .sidebar .sidebar-nav .sidebar-nav__item:first {
    display: none;
  }
}
.sidebar .sidebar-nav .sidebar-nav__item {
  font-weight: bold;
  overflow: hidden;
  transition: height .5s linear;
}
.sidebar .sidebar-nav .sidebar-nav__item.active > a {
  background-color: #f0934d;
  border-top: 1px solid #f0934d;
  color: #ffffff;
  height: 48px;
  position: relative;
}
.sidebar .sidebar-nav .sidebar-nav__item.active > a::after {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 47px;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .sidebar .sidebar-nav .sidebar-nav__item.active > a::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .sidebar .sidebar-nav .sidebar-nav__item.active .sidebar-nav__logout {
    right: 50px;
  }
}
.sidebar .sidebar-nav .sidebar-nav__item.activeParent > a {
  color: #ff6e00;
  background-color: #f3f3f3;
}
.sidebar .sidebar-nav .sidebar-nav__link {
  border-top: 0;
  color: #444444;
  display: block;
  height: 0;
  line-height: 48px;
  text-decoration: none;
  outline: 0;
  padding: 0 10px;
}
.sidebar .sidebar-nav .sidebar-nav__link:hover {
  color: #ff6e00;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .sidebar .sidebar-nav .sidebar-nav__link {
    border-top: 1px solid #dddddd;
    height: 48px;
  }
}
.sidebar .sidebar-nav .sidebar-nav__logout {
  position: absolute !important;
  padding: 10px 0 10px 10px;
  line-height: 27px;
  top: 0;
  right: 10px;
  color: #444444;
}
.sidebar .sidebar-nav .sidebar-nav__logout::after {
  display: none;
}
/*------------------------------------*\
    # Account Orders
\*------------------------------------*/
#accountOrders .order-payment-review span {
  padding: 5px;
}
@media (max-width: 480px) {
  #accountOrders #ordersTable.table-responsive {
    width: 72%;
    overflow-x: scroll;
    display: inline-block;
  }
  #accountOrders #ordersTable.table-responsive table thead tr th:last-child,
  #accountOrders #ordersTable.table-responsive table tbody tr td:last-child {
    display: none;
  }
}
#accountOrders #actionsTable.table-responsive {
  display: none;
}
@media (max-width: 480px) {
  #accountOrders #actionsTable.table-responsive {
    display: inline-block;
    width: 28%;
  }
}
/*------------------------------------*\
    # Addresses
\*------------------------------------*/
#accountAddresses .billingAndShipping {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/*------------------------------------*\
    # Card
\*------------------------------------*/
#accountMyCard table {
  margin-bottom: 0;
}
#accountMyCard table:last-child {
  border-bottom: 1px solid #bbbbbb;
}
#accountMyCard table tr:last-child {
  background-color: #f3f3f3;
}
#accountMyCard table tr:first-child {
  background-color: #ffffff;
}
#accountMyCard table tr:first-child td {
  border-color: #bbbbbb;
}
#accountMyCard .yellow-dialog {
  float: left;
}
#accountMyCard .required-info {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f44336;
  font-size: 11px;
}
/*------------------------------------*\
    # Account Cards
\*------------------------------------*/
@media (max-width: 480px) {
  #accountCards #creditTable.table-responsive {
    font-size: 11px;
  }
}
/*------------------------------------*\
    # Dashboard Custom
\*------------------------------------*/
#dashWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#dashWrapper ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: left;
}
#dashWrapper ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px #dddddd solid;
  color: #444444;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #dashWrapper ul li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #dashWrapper ul li {
    float: left;
    width: 33.33333333%;
  }
}
#dashWrapper ul li:last-child {
  border: 0;
}
#dashWrapper ul li.column-clear {
  border: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #dashWrapper ul li.column-clear {
    background: #dddddd;
  }
}
@media (min-width: 992px) {
  #dashWrapper ul li {
    border: 0;
  }
}
#dashWrapper ul li a {
  color: #222222;
  display: block;
  font-size: 1.45em;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#dashWrapper ul li p {
  font-size: .9em;
}
#dashWrapper #area_content > img {
  display: block;
}
/*------------------------------------*\
    # Family
\*------------------------------------*/
#accountFamily .children-container {
  margin-bottom: 20px;
}
#accountFamily .children-container ul {
  display: table;
  margin: 0;
  padding: 0;
}
#accountFamily .children-container .family-view {
  border-left: 1px solid #ccc;
  display: table-cell;
  margin-right: 15px;
  padding: 10px 15px 10px;
  width: 200px;
}
#accountFamily .children-container .family-view:first-child {
  border: 0;
  padding-left: 0;
}
#accountFamily .children-container .family-view .formRow,
#accountFamily .children-container .family-view .formActions {
  padding: 0 15px 0 0;
}
#accountFamily .children-container .family-view .formRow span.family-view-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
#accountFamily .children-container .family-view .formRow span {
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica", arial, sans-serif;
  text-indent: 0;
}
#accountFamily #child-form {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px #ccc solid;
}
/*------------------------------------*\
    # Account Info
\*------------------------------------*/
#accountInfo .wrongOldPass,
#accountMyCard .addCardError {
  color: #db2527;
}
#accountInfo .formRow span,
#accountMyCardInfo .formRow span {
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica", arial, sans-serif;
  text-indent: 0;
}
/*------------------------------------*\
    #LOGIN AREA
\*------------------------------------*/
.login-wrapper {
  background-color: #ededed;
  font-size: 1em;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .login-wrapper {
    border: 1px solid #d3d3d3;
    float: left;
    padding: 30px;
    width: 75%;
  }
}
.login-wrapper input,
.login-wrapper select {
  color: #555555;
  line-height: 2;
}
.login-wrapper label {
  color: #555555;
}
.login-wrapper .login-form,
.login-wrapper .register-form {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.login-wrapper .login-form:before,
.login-wrapper .register-form:before,
.login-wrapper .login-form:after,
.login-wrapper .register-form:after {
  content: " ";
  display: table;
}
.login-wrapper .login-form:after,
.login-wrapper .register-form:after {
  clear: both;
}
.login-wrapper legend {
  display: block;
  padding: 10px 0;
}
.login-wrapper .input-data {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.login-wrapper .profile-image {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .login-wrapper .profile-image {
    float: left;
    width: 25%;
  }
}
.login-wrapper .profile-image legend {
  font-size: .7em;
}
.login-wrapper .profile-image .profile-default {
  background-color: #f4b07c;
  border-radius: 50%;
  height: 50%;
  margin-top: 29px;
  width: 50%;
}
.login-wrapper .has-error .help-block {
  color: #f44336;
  font-weight: 700;
}
.login-wrapper .form-group {
  margin-bottom: 10px;
}
.login-wrapper .form-group.consent-list label,
.login-wrapper .form-group.consent-list > strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.login-wrapper .form-group ul {
  padding-top: 5px;
}
.login-wrapper .form-group ul li {
  padding: 2px 0;
}
.login-wrapper .form-group ul li label {
  margin: 0;
}
.login-wrapper .form-group .checkbox {
  margin: 5px 0 0 0;
}
.login-wrapper .form-group.form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.login-wrapper .form-group.form-row:before,
.login-wrapper .form-group.form-row:after {
  content: " ";
  display: table;
}
.login-wrapper .form-group.form-row:after {
  clear: both;
}
.login-wrapper .form-group .input-inline {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .login-wrapper .form-group .input-inline {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .login-wrapper .form-group .input-inline {
    margin-bottom: 0;
  }
}
.login-wrapper .form-group button {
  margin-right: 10px;
}
.login-wrapper .image-profile__add {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 70px;
}
.login-wrapper .consent-terms .consent-terms-text {
  overflow: auto;
  height: 300px;
  padding: 5px 10px;
  margin-top: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  background-color: #ffffff;
}
.login-wrapper .consent-instructions {
  margin: 20px 0;
  font-weight: 700;
  font-size: 13px;
  color: #555555;
}
.login-wrapper a {
  text-decoration: underline;
}
.login-nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.login-nav li.active a {
  background: #ccc;
}
.login-nav a {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #f0934d;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .login-nav a {
    float: left;
    width: 100%;
  }
}
.login-nav a.active,
.login-nav a:hover {
  color: #ff6e00;
}
@media (min-width: 768px) {
  .login-nav a {
    padding: 10px 0;
  }
}
.login-nav a span {
  margin-right: 5px;
}
/*------------------------------------*\
    # Newsletter
\*------------------------------------*/
#accountNewsletters ul,
#accountNewsletters li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#accountNewsletters li {
  margin-bottom: 5px;
}
/*------------------------------------*\
    # Profile
\*------------------------------------*/
#profile .pika-single.is-bound {
  box-shadow: 0 0 10px #666666;
}
#profile .pika-single.is-bound abbr[title] {
  border: none;
}
#profile .pika-title select {
  height: auto;
}
#profile .pika-table {
  margin-bottom: 0;
}
#profile .pika-table th {
  cursor: default;
}
#profile .pika-button {
  text-align: center;
}
#profile .pika-button:hover {
  background: #b91f21 !important;
  border-radius: 0 !important;
}
#profile .is-today .pika-button {
  color: #db2527;
}
#profile .is-selected .pika-button {
  background-color: #db2527;
  box-shadow: inset 0 1px 3px #b91f21;
  border-radius: 0;
  font-weight: normal;
}
/*------------------------------------*\
    # Returns
\*------------------------------------*/
#accountReturns .zone-subtitle {
  display: none;
}
#consentForm h1 {
  margin: 0;
}
#consentForm ul.consent-list li {
  margin-bottom: 3px;
}
#consentForm ul.consent-list li label {
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline;
}
#consentForm .consent-terms .consent-terms-text {
  overflow: auto;
  height: 250px;
  padding: 5px 10px;
  margin-top: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}
#consentForm .consent-terms .consent-terms-text.bigger {
  height: 300px;
}
#consentForm .consent-head {
  padding-bottom: 20px;
}
#consentForm .consent-head .consent-title-welcome,
#consentForm .consent-head .consent-title,
#consentForm .consent-head .consent-title-login {
  color: #f0934d;
}
#consentForm .consent-head .consent-title-welcome,
#consentForm .consent-head .consent-title,
#consentForm .consent-head .consent-title-login,
#consentForm .consent-head .consent-instructions {
  font-weight: 700;
  text-transform: uppercase;
}
#consentForm .consent-head .consent-title,
#consentForm .consent-head .consent-title-login,
#consentForm .consent-head .consent-instructions {
  font-size: 13px;
}
#consentForm .consent-head .consent-title-welcome {
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
}
#consentForm .consent-head .consent-title-login {
  padding-top: 10px;
}
#consentForm strong {
  text-transform: uppercase;
}
#consentForm .consent-list {
  padding-top: 10px;
}
#consentForm .consent-button {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#consentForm .consent-button button {
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  background-color: #f0934d;
  border-color: #f0934d;
  padding: 5px 25px;
  border: 0;
  line-height: 2em;
  font-weight: 600;
}
#consentForm .consent-button button:disabled {
  background-color: #dddddd;
  border-color: #dddddd;
}
#consentForm .help-block {
  font-weight: 700;
  color: #555555;
}
#consentForm .has-error .help-block {
  font-size: 0.8em;
  text-align: center;
  color: #f44336;
}
#modalConsent .box {
  padding: 15px 15px;
}
@media (max-width: 768px) {
  #modalConsent {
    top: 0;
    left: 0;
  }
  #modalConsent .modal-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .cAge input {
    margin-right: 10px;
    width: 138px;
    background-image: url(/static/icon-calendar@2x.png);
    background-size: 30px 30px;
  }
}
