/*
Bootstrap v4.0.0-beta.3

Components
	Grid
	Responsive Embeds
*/
@-ms-viewport {
  width: device-width; }

*,
*::before,
*::after {
  box-sizing: border-box; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.brushstroke,
.brushstroke-alt {
  display: block;
  background-image: url(../images/brushstroke.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 780px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  height: 8rem;
  margin: 0;
  position: relative;
  width: 100%; }
  .brushstroke span,
  .brushstroke-alt span {
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }

.brushstroke {
  background-position-x: 95%;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%); }
  .brushstroke span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (min-width: 768px) {
    .brushstroke {
      font-size: 4rem; } }

.brushstroke-alt {
  background-color: inherit;
  background-image: url(../images/brushstroke-2.png);
  background-size: 800px;
  background-position-x: 100%;
  font-size: 1.75rem;
  height: 9rem; }
  @media (min-width: 768px) {
    .brushstroke-alt {
      font-size: 1.4rem; } }
  @media (min-width: 992px) {
    .brushstroke-alt {
      font-size: 1.75rem; } }

@media (min-width: 768px) {
  .col-sm-4 > .brushstroke,
  .col-sm-6 > .brushstroke {
    background-size: 800px; } }

@media (min-width: 992px) {
  .col-md-4 > .brushstroke {
    background-size: 600px; }
  .col-md-6 > .brushstroke {
    background-size: 900px; } }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.page-wrapper {
  overflow-x: hidden; }

h1.page-title {
  font-weight: 400; }

button.action.primary {
  background-color: #009846;
  border-color: #009846;
  font-size: 1.6rem; }
  button.action.primary:hover {
    background-color: #3276b1;
    border-color: #3276b1; }

.primary .action.primary {
  background-color: #009846;
  border-color: #009846;
  font-size: 1.6rem; }
  .primary .action.primary:hover {
    background-color: #3276b1;
    border-color: #3276b1; }

.form.search.advanced .tax_class_id {
  display: none; }

#co-shipping-method-form fieldset.fieldset.rate {
  max-height: 300px;
  overflow-y: auto;
  margin-left: 0;
  padding-left: 5px; }

.totals.levy th:after {
  content: " *"; }

#paintwise-disclaimer-cart {
  display: inline-block;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    #paintwise-disclaimer-cart {
      width: 73%; } }

.paintwise-disclaimer {
  margin-top: 2rem; }

@media (min-width: 768px) {
  .form-create-account {
    width: 80% !important; }
    .form-create-account .fieldset .legend {
      margin-left: 0; }
    .form-create-account .fieldset .label {
      float: none !important;
      text-align: left !important; }
    .form-create-account .fieldset .control {
      float: none !important; }
    .form-create-account #diy_terms_conditions .control {
      margin-top: 14px; }
      .form-create-account #diy_terms_conditions .control label.required {
        font-weight: bold; }
    .form-create-account .actions-toolbar {
      margin-left: 0px !important; }
      .form-create-account .actions-toolbar .secondary {
        float: left;
        margin-left: 24px; } }

.cart.table-wrapper .actions-toolbar > .action.action-edit,
.minicart-items .action.edit {
  display: none !important; }

.home-main-tiles {
  margin-bottom: 48px; }

.homepage_big_box {
  display: block;
  height: 30rem;
  margin-top: 24px;
  position: relative;
  transition: all 200ms; }
  .homepage_big_box:hover {
    opacity: 0.5; }
  .homepage_big_box.shop_by_colour {
    background-image: url(../images/homepage/shop-by-colour.jpg);
    background-position: center; }
  .homepage_big_box.shop_by_product {
    background-image: url(../images/homepage/shop-by-product.jpg);
    background-position: center; }

#homepage h1.text-center {
  font-size: 30px;
  font-weight: 400;
  text-align: center; }

.homepage_small_box {
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 800px;
  background-position-x: 100%;
  background-color: #009846;
  display: block;
  margin-bottom: 24px;
  padding: 1rem 0;
  position: relative;
  transition: all 200ms; }
  .homepage_small_box:hover {
    opacity: 0.5; }

*:nth-child(2n) > .homepage_small_box {
  background-color: #FFC100; }

*:nth-child(3n) > .homepage_small_box {
  background-color: #F15C22; }

#shop_by_product .shop_by_product_box {
  display: block;
  height: 25rem;
  margin-bottom: 3rem;
  position: relative;
  transition: all 200ms;
  background-repeat: no-repeat;
  background-size: cover; }
  #shop_by_product .shop_by_product_box:hover {
    opacity: 0.8; }
    #shop_by_product .shop_by_product_box:hover .btn {
      background: #fff;
      color: #000; }
  #shop_by_product .shop_by_product_box.shop_by_product_interior {
    background-image: url(../images/shopbyproduct/shopbyproduct_interior.jpg); }
  #shop_by_product .shop_by_product_box.shop_by_product_exterior {
    background-image: url(../images/shopbyproduct/shopbyproduct_exterior.jpg); }
  #shop_by_product .shop_by_product_box.shop_by_product_primers {
    background-image: url(../images/shopbyproduct/shopbyproduct_primers-sealers.jpg); }
  #shop_by_product .shop_by_product_box.shop_by_product_joinery {
    background-image: url(../images/shopbyproduct/shopbyproduct_joinery-trim.jpg); }
  #shop_by_product .shop_by_product_box.shop_by_product_stains {
    background-image: url(../images/shopbyproduct/shopbyproduct_wood-stains.png); }
  #shop_by_product .shop_by_product_box.shop_by_product_clears {
    background-image: url(../images/shopbyproduct/shopbyproduct_clear-finishes.png); }
  #shop_by_product .shop_by_product_box .brushstroke {
    font-size: 2.2rem; }
  #shop_by_product .shop_by_product_box button {
    background: #000;
    border: none;
    border-radius: 0;
    bottom: 1rem;
    color: #fff;
    left: 1rem;
    padding: 1rem 2rem;
    position: absolute; }

.decoy-z-index {
  z-index: 1; }

.decoy-z-index {
  z-index: 2; }

.decoy-z-index {
  z-index: 3; }

.decoy-z-index {
  z-index: 4; }

.decoy-z-index {
  z-index: 5; }

.decoy-z-index {
  z-index: 6; }

.decoy-z-index {
  z-index: 7; }

.decoy-z-index {
  z-index: 8; }

.remodal-overlay.remodal-is-opened {
  z-index: 9; }

.remodal-wrapper.remodal-is-opened {
  z-index: 20; }

button.remodal-close {
  left: auto;
  right: 1rem;
  top: 1rem; }

.simpletabs *[role=tablist] {
  box-shadow: inset 0 -1px 0 #aaa;
  padding: 0 0 0 0.5rem; }
  .simpletabs *[role=tablist] > li {
    border: 1px solid transparent;
    border-bottom: 0;
    color: #008;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
    margin: 0; }
    .simpletabs *[role=tablist] > li.active {
      background: #fff;
      border-color: #aaa;
      border-bottom: 0;
      background: white;
      border-radius: 5px 5px 0 0; }

.simpletabs .tab-content div[role=tabpanel] {
  display: none; }
  .simpletabs .tab-content div[role=tabpanel].active {
    display: block; }

#paint_sample_modal {
  /*
  .complementary-section{
    height: 235px;
  }
  */ }
  #paint_sample_modal div {
    text-align: left; }
  #paint_sample_modal h3 {
    margin-top: 0; }
  #paint_sample_modal #sample_colour {
    height: 135px;
    width: 135px;
    margin-top: 20px; }
  #paint_sample_modal .colour_title {
    text-align: left;
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  #paint_sample_modal .colour_notes {
    text-align: left; }
  #paint_sample_modal .shop-by-colour-modal {
    background-color: #009846;
    border: 0 solid #009846;
    border-radius: 0;
    color: white;
    font-weight: 600;
    font-size: 18px;
    width: 180px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 40px; }
  #paint_sample_modal .complementary-colours-box {
    padding-left: 0;
    float: left; }
    #paint_sample_modal .complementary-colours-box .complementary_colour_sample {
      margin-bottom: 10px;
      margin-top: 13px;
      border-radius: 0;
      width: 75px;
      height: 75px;
      border: none; }
  #paint_sample_modal .shop-by-colour-modal:hover {
    background-color: #007f3a; }
  #paint_sample_modal .modal-close-button {
    float: right; }

.no-testpot-products {
  display: none; }

.cms-shop-by-colour h1.page-title {
  margin-bottom: 0; }

.search_controls input[type="text"] {
  height: 40px;
  margin-bottom: 12px; }

.search_controls select {
  height: 40px; }

button.colour_palette {
  border-radius: 3px;
  color: white;
  margin-bottom: 18px;
  height: 64px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  button.colour_palette:hover {
    color: white;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    text-decoration: underline;
    background-size: cover; }
  button.colour_palette:focus {
    background-size: cover;
    color: white; }
  button.colour_palette:active {
    background-size: cover;
    color: white; }

.colour_palette_row {
  margin-top: 10px;
  margin-bottom: 20px; }
  .colour_palette_row .colour-palette-border {
    border-top: 1px solid #ccc;
    margin: 0 15px 30px; }

.colour-squares {
  margin-bottom: 24px; }
  .colour-squares a {
    color: #333; }
    .colour-squares a:hover {
      -webkit-filter: brightness(110%);
              filter: brightness(110%); }

#loader {
  margin: auto;
  display: block; }

.options {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block; }
  .options .text {
    font-size: 14px;
    margin-top: 15px;
    display: inline-block; }

.view-add-button {
  height: 4rem; }

#minicart-content-wrapper .items-total {
  display: none; }

.modal-inner-wrap .title {
  border-bottom: none !important; }
  .modal-inner-wrap .title strong[role=heading] {
    display: none; }

#paint-calculator-container .fl-right {
  float: right; }

#paint-calculator-container #paint_calculator_modal {
  text-align: left; }

#paint-calculator-container .calculator-model-body {
  margin-top: 3rem; }

#paint-calculator-container .calculator-model-body label {
  font-weight: bold; }

#paint-calculator-container .calculator-top {
  margin-bottom: 2rem; }

#paint-calculator-container #calculator-inputs input[disabled] {
  background: #eee; }

#paint-calculator-container #calculator-outputs .suffix {
  font-size: 2rem; }

#paint-calculator-container #calculate_output {
  width: 100%; }

.filter-options .select2-container {
  width: 100% !important; }

.input-box .select2-container {
  width: 100% !important; }

label[for='attribute166'] {
  display: none !important; }

label[for='attribute166'] + div {
  display: none !important; }

@media (min-width: 1045px) {
  .page-layout-1column .product.media {
    width: 33% !important;
    float: left;
    margin-bottom: 25px; }
  .page-layout-1column .product-info-main {
    width: 25% !important;
    margin-top: 40px;
    border-left: 1px solid lightgrey;
    padding-left: 40px;
    margin-bottom: 30px; }
  .colour_sample {
    background-color: white !important; }
  .page-title {
    margin-bottom: 10px !important; }
  .attribute .value {
    margin-bottom: 10px !important; }
  .related-product-view {
    font-size: 1.4rem; }
  .related {
    clear: both;
    border-top: 1px solid lightgrey;
    padding-top: 20px; }
  .product.info.detailed {
    width: 38% !important;
    clear: none !important;
    border-bottom: none !important;
    margin-top: 50px;
    float: right;
    margin-right: 30px;
    padding-right: 20px; } }

.product-info-main .product-add-form {
  margin-top: 15px; }

.product-info-main .product-reviews-summary {
  display: none; }

.product-info-main .prices-tier {
  display: none; }

.product-info-main .overview {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  padding-bottom: 12px; }

#select2-colourNameDropdown-results .select2-results__option .options {
  height: 24px;
  margin-right: 12px;
  width: 24px; }

#select2-colourNameDropdown-results .select2-results__option .text {
  margin-top: 0px; }

@media (min-width: 768px) and (max-width: 991px) {
  #select2-colourNameDropdown-results .select2-results__option .options {
    height: 16px;
    margin-top: 0;
    width: 80px; } }

.toolbar-products {
  margin-bottom: 0px; }

.product-item-link {
  font-size: 16px; }

.product-item {
  height: auto; }
  .product-item .price-box {
    margin: 10px 0px 8px; }
  .product-item .product-item-name {
    min-height: 44px; }
    @media (max-width: 1140px) {
      .product-item .product-item-name {
        min-height: 66px; } }
  .product-item .product-item-actions {
    display: block !important; }
    .product-item .product-item-actions .actions-primary {
      width: 100%; }
      .product-item .product-item-actions .actions-primary .action.primary {
        width: 100%;
        text-align: center; }

@media (min-width: 768px) {
  .product .switch {
    height: 31px !important; }
  .product.info.detailed {
    border-bottom: 1px solid #d1d1d1; }
    .product.info.detailed .additional-attributes > tbody > tr > th {
      width: 50%;
      padding: 8px 10px 6px 12px !important; }
    .product.info.detailed table tr {
      padding: 6px; }
    .product.info.detailed table tr:nth-child(even) {
      background-color: #f6f6f6; }
    .product.info.detailed table th {
      max-width: 50%; }
  .product.data.items > .item.content {
    padding: 20px 20px 20px 0px !important; } }

@media (max-width: 767px) {
  .product .switch {
    line-height: 30px !important; } }

.fotorama__stage {
  max-height: 500px !important; }

.product-add-form h4 {
  text-transform: uppercase; }

.product-add-form .colour-select:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-item-actions .product-item-name {
  float: left;
  width: 90px; }

.product-item-actions .secondary-addto-links {
  float: right;
  width: 20px;
  margin-top: 5px; }

.product-item-actions .addtocart {
  float: left;
  width: 100px;
  margin-top: 5px; }

.related-product-view {
  font-size: 1.4rem; }

.accessories-right {
  text-align: left; }
  .accessories-right .accessories-select {
    margin-bottom: 10px;
    margin-top: 2px; }
  .accessories-right .qty-accessories {
    margin-bottom: 20px;
    width: 45px;
    display: inherit; }
  .accessories-right .accessories-button {
    float: right;
    margin-top: -30px; }

@media (max-width: 767px) {
  .product.info.detailed .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\e607";
    float: right;
    font-family: "icons-blank-theme";
    font-size: 3rem;
    vertical-align: middle;
    font-weight: bold;
    speak: none;
    text-align: center; }
  .product.info.detailed .item.title.active a:after {
    content: "\e618"; } }

@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: block !important; } }

.table-mycolours tr {
  border-bottom: 1px solid #ccc; }
  .table-mycolours tr td {
    padding: 12px; }

@media (max-width: 767px) {
  .table-mycolours tr td {
    display: block;
    padding: 8px 0px;
    width: 290px; }
  .table-mycolours tr th {
    display: none; } }

.diycardModalLink {
  display: inline-block; }

#diyCardModalContent {
  text-align: left; }
  #diyCardModalContent .modal-close-button {
    float: right; }

#AU_customers_in_NZ_store {
  display: none; }

#foreign_customers_in_NZ_store {
  display: none; }

#NZ_customers_in_AU_store {
  display: none; }

#foreign_customers_in_AU_store {
  display: none; }

.geoip_field_container {
  display: inline; }
  .geoip_field_container .row {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .geoip_field_container #geoip_field {
    background-color: #009846;
    color: white;
    text-align: center; }
    .geoip_field_container #geoip_field h4 {
      font-weight: normal;
      line-height: 1.75em; }
    .geoip_field_container #geoip_field a {
      color: white !important;
      text-decoration: underline; }

.authentication-wrapper .action-auth-toggle {
  margin-top: 80px; }

.shippingflagcontainer {
  max-width: 2140px; }
  .shippingflagcontainer #shipping_flag {
    border-radius: 5px;
    height: 50px;
    padding-bottom: 80px;
    padding-top: 0;
    padding-left: 40px;
    margin-left: 0;
    background-color: #e5efe5;
    color: #006400;
    border: 1px solid;
    margin-top: 15px;
    margin-bottom: 10px; }

@media (min-width: 840px) {
  .shippingflagcontainer {
    max-width: 2140px; }
    .shippingflagcontainer #shipping_flag {
      border-radius: 5px;
      height: 50px;
      padding-bottom: 60px;
      padding-top: 0;
      padding-left: 40px;
      margin-left: -10px;
      background-color: #e5efe5;
      color: #006400;
      border: 1px solid;
      margin-top: 15px; } }

.salesflagcontainer {
  max-width: 2140px; }
  .salesflagcontainer #sales_flag {
    border-radius: 5px;
    margin-left: 0;
    background-color: #e5efe5;
    color: #006400;
    border: 1px solid;
    margin-top: 15px;
    margin-bottom: 10px; }

@media (min-width: 840px) {
  .salesflagcontainer {
    max-width: 2140px; }
    .salesflagcontainer #sales_flag {
      border-radius: 5px;
      margin-left: -10px;
      background-color: #e5efe5;
      color: #006400;
      border: 1px solid;
      margin-top: 15px; } }

header .header.content {
  padding: 1rem 1rem 0rem; }
  header .header.content .logo {
    max-width: 60%; }
  @media (min-width: 768px) {
    header .header.content {
      padding: 5rem 2rem 6rem; }
      header .header.content .logo {
        margin-top: -20px; } }

header.page-header {
  background-color: #1f2226; }

header .panel {
  background-color: white; }

.block-search input#search {
  border: 0 !important;
  height: 36px;
  font-size: 16px !important; }

.block-search .label:active:before, .block-search .label:hover:before {
  color: #8f8f8f !important; }

a.advanced {
  color: #e2e2e2; }

.minicart-wrapper .action.showcart:before {
  color: white !important;
  font-size: 44px !important; }

@media (min-width: 576px) and (max-width: 639px) {
  .minicart-wrapper {
    margin-top: 10px; }
  .block-search .label {
    margin-top: 0px; }
  .logo {
    margin-left: 18% !important; } }

@media (min-width: 640px) and (max-width: 767px) {
  .minicart-wrapper {
    margin-top: 10px; }
  .block-search .label {
    margin-top: 8px; }
  .logo {
    margin-left: 60px !important; } }

nav.navigation .dropdown-menu {
  top: 0 !important; }
  @media (min-width: 768px) {
    nav.navigation .dropdown-menu {
      top: 50px !important; } }
  nav.navigation .dropdown-menu li.all-category {
    display: none; }

@media (min-width: 768px) {
  .sections.nav-sections {
    background: none;
    margin-top: -53px; }
  nav.navigation {
    background: none; }
    nav.navigation li.level0 {
      margin-right: 0; }
      nav.navigation li.level0 > a.level-top {
        color: #fff !important;
        display: block !important;
        width: 180px !important;
        text-align: center;
        margin-right: -6px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        border: none !important; }
      nav.navigation li.level0 > a.level-top:hover,
      nav.navigation li.level0 > a.level-top.ui-state-active {
        background: #fff !important;
        color: #333 !important;
        border: none !important; }
    nav.navigation li a.home_tab {
      background: #004C9B;
      color: #fff; }
    nav.navigation li a.shopbycolour_tab {
      background: #009846;
      color: #fff; }
    nav.navigation li a.shopbyproduct_tab {
      background: #FFC100;
      color: #fff; }
    nav.navigation li a:hover,
    nav.navigation li a.ui-state-active {
      background: #fff !important;
      color: #333 !important; }
    nav.navigation .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0 !important;
      z-index: 1000;
      display: none !important;
      float: left;
      min-width: 180px;
      padding: 5px 0;
      margin: 2px 0 0;
      list-style: none;
      font-size: 18px;
      text-align: center;
      background-color: #fff;
      border-radius: 0px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box; }
      nav.navigation .dropdown-menu li a {
        display: block;
        padding: 12px; }
    nav.navigation .open > .dropdown-menu,
    nav.navigation .ui-state-active + .dropdown-menu {
      display: block !important; }
    nav.navigation .drop-colour {
      color: #009846 !important; }
      nav.navigation .drop-colour:hover {
        color: #686868 !important;
        text-decoration: underline; }
    nav.navigation .drop-product {
      color: #FFC100 !important; }
      nav.navigation .drop-product:hover {
        color: #686868 !important;
        text-decoration: underline; }
  .caret:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\e607";
    font-family: 'icons-blank-theme';
    font-size: 3rem;
    vertical-align: middle;
    font-weight: bold;
    speak: none;
    text-align: center; }
  .ui-state-active .caret:after {
    content: "\e618"; } }

@media not all and (any-pointer: fine) {
  nav.navigation li a.home_tab:hover {
    background: #004C9B !important;
    color: #fff !important; }
  nav.navigation li a.shopbycolour_tab:hover {
    background: #009846 !important;
    color: #fff !important; }
  nav.navigation li a.shopbyproduct_tab:hover {
    background: #FFC100 !important;
    color: #fff !important; }
  nav.navigation li a.ui-state-active,
  nav.navigation li a.ui-state-active:hover {
    background: #fff !important;
    color: #333 !important; } }

#footer-sign-up {
  background-color: #1f2226;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0rem;
  /* Membership signup */ }
  @media (min-width: 768px) {
    #footer-sign-up {
      padding-bottom: 4rem; } }
  #footer-sign-up .footer-inputs {
    padding-top: 0; }
    #footer-sign-up .footer-inputs h3 {
      color: white;
      font-weight: bold; }
  #footer-sign-up .sign-up_buttons {
    color: white; }
  #footer-sign-up .footer-logo {
    height: 100px;
    margin-top: 12px;
    background-image: url("../images/resene-logo-white.png");
    background-repeat: no-repeat;
    background-size: 220px; }
    @media (max-width: 767px) {
      #footer-sign-up .footer-logo {
        margin-left: 15px; } }

footer {
  margin-top: 30px;
  margin-left: 3%; }
  footer ul li a {
    font-weight: 600; }

.details_text {
  padding-top: 22px;
  padding-left: 5px;
  font-size: 46px;
  font-weight: 600; }

.container-1 input#email_input {
  width: 95%;
  height: 50px;
  margin-top: 20px;
  margin-left: 3%;
  border: none;
  font-size: 10px;
  color: #63717f;
  padding-left: 20px;
  border-radius: 0; }

.container-1 .icon {
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66; }

.sign-up_buttons {
  font-weight: 600;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid rgba(225, 225, 225, 0.9);
  font-size: 16px; }

.container-1 input#email_input::-webkit-input-placeholder {
  color: #65737e; }

.container-1 input#email_input:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e; }

.container-1 input#email_input:-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e; }

.container-1 input#email_input:-ms-input-placeholder {
  color: #65737e; }

footer[role="contentinfo"] .footer-links {
  padding-left: 0px; }

footer[role="contentinfo"] .footer-links-right {
  padding-left: 0px; }

footer[role="contentinfo"] .footer-disclaimer {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0px;
  z-index: 1; }
  @media (min-width: 768px) {
    footer[role="contentinfo"] .footer-disclaimer {
      float: right;
      margin-top: 0px; } }

footer[role="contentinfo"] ul.links {
  list-style: none;
  float: left;
  padding-left: 0px; }
  @media (min-width: 768px) {
    footer[role="contentinfo"] ul.links {
      float: right; } }
  footer[role="contentinfo"] ul.links li.last {
    float: left;
    padding-right: 12px;
    padding-left: 0px; }
    footer[role="contentinfo"] ul.links li.last:last-child {
      padding-right: 0; }

.action-update {
  background-color: #009846;
  border-color: #009846;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle; }

.action-edit-address {
  background-color: #009846;
  border-color: #009846;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle; }

.action-edit-address:hover {
  background-color: #1979c3;
  border-color: #1979c3;
  color: #ffffff; }

.action-update:hover {
  background-color: #1979c3;
  border-color: #1979c3;
  color: #ffffff; }

.action-cancel {
  background-color: #009846;
  border-color: #009846;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle; }

.action-cancel:hover {
  background-color: #1979c3;
  border-color: #1979c3;
  color: #ffffff; }

/*# sourceMappingURL=styles.css.map */
