/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 13px 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Avatar
\* ------------------------------------------------------------ */
.avatar {
  text-align: center; }
.avatar .avatar__title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #283D49;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  text-transform: uppercase; }
.avatar .avatar__image {
  position: relative;
  width: 100%;
  max-width: 260px;
  border: 1px solid #283D49;
  margin: 0 auto 13px;
  background: #fff; }
.avatar .avatar__image-inner {
  position: relative;
  padding-top: 100%; }
.avatar .avatar__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px; }
.avatar.upload {
  margin-top: 31px; }
.avatar.upload .avatar__title,
.avatar.upload .avatar__actions {
  display: none; }
.avatar.upload .avatar__image-inner {
  padding-top: 0; }
.avatar.upload .avatar__image-inner i {
  font-size: 48px; }
.avatar.upload .avatar__image-inner strong {
  display: block;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase; }
.avatar.upload .avatar__image-inner a {
  display: block;
  padding: 8px 15px 15px; }
.avatar.upload .avatar__image-inner a:hover {
  color: #d8b71f; }
.avatar .avatar__actions .btn {
  min-width: 120px;
  padding: 0 15px;
  margin: 0 8px 6px; }
.avatar .avatar__description {
  margin-top: 20px;
  font-size: 9px;
  line-height: 2.22; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  padding-bottom: 0;
  min-width: 320px;
  background: #F0F3F5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #2B404D;
}
body:before {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.5) url(/css/images/ajax-loader-a90e737d05ebfa82bf96168def807c36.gif) no-repeat center;
  background-size: 64px; }

a {
  color: #283D49;
  text-decoration: none;
  transition: all 0.4s; }
a:hover {
  color: #283D49;
  text-decoration: none; }
a[href^="tel"]:hover, a[href^="tel"]:focus {
  text-decoration: none; }

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.22em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.61em;
  font-weight: bold;
  line-height: normal; }

h1 {
  font-size: 54px;
  letter-spacing: 3px;
  font-weight: 800;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    letter-spacing: 2px; } }

h3 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -.1px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  h3 {
    font-size: 28px; } }

h4 {
  font-size: 24px;
  color: #283D49;
  letter-spacing: 2px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  h4 {
    font-size: 20px; } }

h5 {
  font-size: 18px; }

h6 {
  font-size: 12px; }

body.show-popup {
  overflow: hidden;
  pointer-events: none; }
body.show-popup .btn-menu {
  opacity: 0; }

body.ajax-loading:before {
  display: block; }

/* ------------------------------------------------------------ *\
	Box Number
\* ------------------------------------------------------------ */
.box-number {
  padding: 23px 25px 18px;
  border: 1px solid #283D49;
  margin-top: 46px;
  margin-bottom: 24px;
  text-align: center; }
.box-number .list-count {
  position: relative; }
.box-number .list-count:after {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  border-right: 1px solid #e6e8ed; }
.box-number + .box-number {
  margin-top: 0; }
.box-number:last-child {
  margin-bottom: 0; }
.box-number .box__head {
  max-width: 400px;
  margin: 0 auto 24px; }
.box-number .box__head p {
  font-weight: 700; }
.box-number .box__title {
  margin-bottom: 15px;
  text-transform: uppercase; }
.box-number .box__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 440px;
  margin: 0 auto 10px;
  /* Mobile */ }
@media (max-width: 767px) {
  .box-number .box__number {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; } }
.box-number .box__number:last-child {
  margin-bottom: 0; }
.box-number .box__number h6 {
  width: calc(100% - 220px);
  margin-bottom: 0;
  color: #283D49;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .01em;
  /* Mobile */ }
@media (max-width: 767px) {
  .box-number .box__number h6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left; }
  .box-number .box__number h6 br {
    display: none; } }
.box-number .box__number .list-count {
  width: 90px;
  margin-right: 13px;
  margin-bottom: 0;
  margin-left: 19px;
  /* Mobile */ }
@media (max-width: 767px) {
  .box-number .box__number .list-count {
    margin-left: 0; } }
.box-number .box__number strong {
  width: 130px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  /* Mobile */ }
@media (max-width: 767px) {
  .box-number .box__number strong {
    width: auto; } }

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  padding: 57px 0 62px;
  border-radius: 12px;
  background: #E4EBF0;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .box {
    padding: 50px 0 30px; } }
.box h4 {
  color: #283D49;
  letter-spacing: 0; }
.box .box__head {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(119, 164, 220, 0.12);
  margin: 0 32px 33px;
  font-size: 16px;
  color: #283D49;
  text-align: center;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .box .box__head {
    margin-right: 25px;
    margin-left: 25px; } }
@media (max-width: 767px) {
  .box .box__head {
    margin-left: 15px;
    margin-right: 15px; } }
.box .box__head h4 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600; }
.box .box__body {
  padding: 0 104px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .box .box__body {
    padding: 0 25px; } }
@media (max-width: 767px) {
  .box .box__body {
    padding: 0 15px; } }
.box .box__foot {
  padding: 0 130px;
  margin-top: 39px;
  text-align: center;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .box .box__foot {
    padding: 0 25px; } }
.box .box__foot h4 {
  margin-bottom: 35px; }
.box .box__foot .btn + .btn {
  margin-left: 56px;
  /* Mobile */ }
@media (max-width: 767px) {
  .box .box__foot .btn + .btn {
    margin-left: 0; } }
.box--arrow {
  position: relative; }
.box--arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 54px 0 54px;
  border-color: #fff transparent transparent transparent; }
.box--alt {
  padding: 19px 16px;
  /* Mobile */ }
@media (max-width: 767px) {
  .box--alt {
    padding-left: 15px;
    padding-right: 15px; } }
.box--alt .box__head {
  padding-bottom: 8px;
  margin: 0 0 16px;
  font-size: 18px;
  text-align: left; }
.box--alt .box__head h4 {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #9c9c9c;
  font-weight: normal; }
.box--alt .box__body {
  padding: 0; }

/* ------------------------------------------------------------ *\
	Box Seats
\* ------------------------------------------------------------ */
.box-seats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px 3px 10px;
  background: #17A4C5;
  color: #fff; }
.box-seats .box__content {
  width: 100%;
  max-width: 135px;
  text-align: right; }
.box-seats .box__content strong {
  font-size: 14px;
  letter-spacing: -.1px; }
.box-seats .box__aside {
  min-width: 65px;
  padding-left: 10px;
  text-align: center; }
.box-seats .box__aside strong {
  font-size: 48px;
  letter-spacing: -.2px; }
.box-seats--yellow {
  background: #d8b71f; }
.box-seats--blue {
  background: #283D49; }
.box-seats--alt .box__content {
  max-width: 100px; }
.box-seats--alt .box__aside {
  min-width: 100px; }

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.btn {
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid #283D49;
  background: #283D49;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.06px;
  text-align: center;
  cursor: pointer;
  transition: border 0.4s, color 0.4s, background 0.4s, opacity 0.4s;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .btn {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .btn {
    min-width: 100px;
    font-size: 14px; } }
.btn i {
  transform: translateY(1px);
  margin-right: 4px;
  font-size: 16px;
  transition: background 0.4s; }
.btn:focus {
  box-shadow: none; }
.btn:hover {
  background: #548ed6;
  color: #fff;
  text-decoration: none; }
.btn + .btn {
  margin-left: 22px;
  /* Mobile */ }
@media (max-width: 767px) {
  .btn + .btn {
    margin-left: 0; } }
.btn--icon {
  font-size: 14px;
  letter-spacing: 1.8px;
  /* Mobile */ }
@media (max-width: 767px) {
  .btn--icon {
    font-size: 12px; } }
.btn--icon-right {
  font-size: 14px;
  letter-spacing: 1.8px; }
.btn--icon-right i {
  margin-right: 0;
  margin-left: 4px; }
.btn--inverse {
  background: #fff;
  color: #283D49; }
.btn--grey {
  border-color: #d2d2d2;
  background: #d2d2d2; }
.btn--grey:hover {
  border-color: #9c9c9c;
  background: #9c9c9c; }
.btn--grey-inverse {
  border-color: #d2d2d2;
  background: #fff;
  color: #d2d2d2; }
.btn--grey-inverse:hover {
  background: #d2d2d2;
  color: #fff; }
.btn--red {
  border-color: #ef4136;
  background: #ef4136; }
.btn--red:hover {
  border-color: #cb261c;
  background: #cb261c; }
.btn--red-inverse {
  border-color: #ef4136;
  background: #fff;
  color: #ef4136; }
.btn--red-inverse:hover {
  background: #ef4136;
  color: #fff; }
.btn--yellow {
  border-color: #d8b71f;
  background: #d8b71f; }
.btn--yellow:hover {
  border-color: #cca908;
  background: #cca908; }
.btn--green {
  border-color: #59d26e;
  background: #59d26e; }
.btn--green:hover {
  border-color: #4ebe61;
  background: #4ebe61; }
.btn--green-inverse {
  border-color: #59d26e;
  background: #fff;
  color: #59d26e; }
.btn--green-inverse:hover {
  background: #59d26e;
  color: #fff; }
.btn--xs {
  height: 30px;
  padding: 0 17px;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1.7px; }
.btn--sm {
  min-width: 170px;
  height: 35px;
  line-height: 35px;
  letter-spacing: -.06px; }
.btn--md {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 1.5px; }
.btn--lg i {
  transform: translateY(2px);
  margin-right: 10px;
  font-size: 24px; }
.btn--lg.btn--icon-right i {
  margin-right: 0; }
.btn--edit {
  min-width: 200px;
  height: 40px;
  border: solid 1px #283D49;
  background: transparent;
  font-size: 12px;
  letter-spacing: .12em;
  color: #283D49;
  line-height: 40px; }
.btn--edit i {
  margin-right: 7px; }
.btn--disabled {
  border-color: #d2d2d2;
  color: #d2d2d2;
  pointer-events: none; }
.btn--disabled i {
  margin-right: 1px; }

/* ------------------------------------------------------------ *\
	Button Menu
\* ------------------------------------------------------------ */
.btn-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 21px;
  border: 0;
  background: none;
  cursor: pointer; }

.btn-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #283D49;
  transition: top .3s, bottom .3s, transform .3s, opacity .3s; }

.btn-menu span:nth-child(1) {
  top: 0; }

.btn-menu span:nth-child(2) {
  top: 10px;
  opacity: 1; }

.btn-menu span:nth-child(3) {
  bottom: 0; }

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  padding: 18px 2px 18px 11px;
  background: #e6e8ed;
  font-size: 16px;
  line-height: 1.25;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .callout {
    padding-right: 0;
    padding-left: 0; } }
.callout .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .callout .container {
    display: block;
    text-align: center; } }
.callout .callout__head {
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .callout .callout__head {
    margin-bottom: 15px; } }
.callout .callout__head h4 {
  font-size: 30px;
  color: #283D49;
  font-weight: bold;
  letter-spacing: 4.29px;
  text-transform: uppercase; }
.callout .callout__body {
  padding: 0 20px 0 20px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .callout .callout__body {
    padding: 0; } }
.callout .callout__actions {
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .callout .callout__actions {
    margin-top: 25px; } }
.callout .callout__actions .btn {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: -.1px; }

/* ------------------------------------------------------------ *\
    Container
\* ------------------------------------------------------------ */
.container {
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }
.container--alt {
  max-width: 100%;
  padding: 0 166px 0 409px;
  /*Small Desktop*/
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .container--alt {
    padding-right: 20px;
    padding-left: 320px; } }
@media (max-width: 1024px) {
  .container--alt {
    padding-left: 240px; } }
@media (max-width: 767px) {
  .container--alt {
    padding-left: 20px; } }
.container--md {
  max-width: 937px; }
.container--sm {
  max-width: 800px; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: #283D49; }
.footer .container {
  max-width: 1030px; }
.footer .footer__content:after {
  content: '';
  clear: both;
  display: table;
  line-height: 0; }
.footer .logo {
  float: right; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  height: 35px;
  padding: 0 14px;
  border: 1px solid #e6e8ed;
  border-radius: 0;
  background: #fcfcfc;
  font-size: 16px;
  line-height: 33px;
  color: #000;
  font-weight: normal;
  transition: border 0.4s, background 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.field:focus {
  border-color: #d2d2d2; }
.field:-ms-input-placeholder {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0; }
.field::placeholder {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0; }

/* ------------------------------------------------------------ *\
	Textarea
\* ------------------------------------------------------------ */
.textarea {
  width: 100%;
  height: 150px;
  padding: 10px 14px;
  border: 1px solid #e6e8ed;
  border-radius: 0;
  background: #fcfcfc;
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: normal;
  transition: border 0.4s, background 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.textarea:focus {
  border-color: #d2d2d2; }
.textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0; }
.textarea::placeholder {
  font-size: 14px;
  color: #494949;
  letter-spacing: 0; }

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

.select {
  position: relative; }
.select:before, .select:after {
  content: '';
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none; }
.select:before {
  top: calc(50% - 5px);
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #000 transparent; }
.select:after {
  top: calc(50% + 5px);
  border-width: 7px 6px 0 6px;
  border-color: #000 transparent transparent transparent; }
.select select {
  width: 100%;
  height: 32px;
  padding: 6px 35px 8px 14px;
  border: 1px solid #e6e8ed;
  border-radius: 0;
  background: #ececec;
  font-size: 14px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.select select::-ms-expand {
  display: none; }
.select--alt:before {
  right: 6px;
  border-bottom-color: #283D49; }
.select--alt:after {
  right: 6px;
  border-top-color: #283D49; }
.select--alt select {
  height: 35px;
  padding: 9px 18px 5px 10px;
  border: 1px solid #e6e8ed;
  border-radius: 10px;
  background: #fff; }

/* ------------------------------------------------------------ *\
	Radio Box
\* ------------------------------------------------------------ */
.radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
.radios .radio-box {
  width: 50%;
  padding: 0 10px;
  /* Mobile */ }
@media (max-width: 767px) {
  .radios .radio-box {
    width: 100%; }
  .radios .radio-box + .radio-box {
    margin-top: 20px; } }
.radios--wide {
  display: block;
  padding: 0 36px 0 28px;
  /* Mobile */ }
@media (max-width: 767px) {
  .radios--wide {
    padding: 0;
    margin: 0; } }
.radios--wide .radio-box {
  width: 100%;
  padding: 0; }
.radios--wide .radio-box + .radio-box {
  margin-top: 18px; }

.radio-box label {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer; }
.radio-box label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  border: 1px solid #d2d2d2;
  transition: border 0.4s;
  pointer-events: none; }
.radio-box label > * {
  padding: 0 10px; }

.radio-box h5 {
  margin-bottom: 4px;
  font-size: 14px;
  color: #9c9c9c;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  transition: color 0.4s; }

.radio-box p {
  margin-bottom: 0; }

.radio-box .radio__title {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 15px;
  background: #9c9c9c;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.4s; }

.radio-box .radio__price {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase; }
.radio-box .radio__price span {
  display: inline-block;
  transform: translateY(-5px);
  margin-left: -3px;
  font-size: 12px;
  letter-spacing: 1px; }
.radio-box .radio__price strong {
  font-size: 24px;
  letter-spacing: 2px; }

.radio-box .radio__btn {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  display: block;
  padding-top: 32px;
  font-size: 12px; }
.radio-box .radio__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  transition: border 0.4s; }
.radio-box .radio__btn:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: transparent;
  transition: background 0.4s; }

.radio-box .radio_description {
  line-height: 1.25; }

.radio-box input {
  display: none; }
.radio-box input:checked + label:before {
  border-width: 3px;
  border-color: #283D49; }
.radio-box input:checked + label h5 {
  color: #283D49; }
.radio-box input:checked + label .radio__title {
  background: #283D49; }
.radio-box input:checked + label .radio__btn:before {
  border-color: #283D49; }
.radio-box input:checked + label .radio__btn:after {
  background: #283D49; }

.radio-box--wide {
  background: #fff; }
.radio-box--wide .radio__price {
  margin-bottom: 8px; }
.radio-box--wide .radio__btn {
  bottom: 14px;
  padding-top: 0;
  font-size: 11px;
  color: #283D49;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase; }
.radio-box--wide .radio__btn:before, .radio-box--wide .radio__btn:after {
  display: none; }
.radio-box--wide label {
  padding-bottom: 47px; }
.radio-box--wide label h4 {
  margin-top: -7px;
  font-size: 14px;
  color: #9c9c9c;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase; }
.radio-box--wide label h4 + .radio__btn {
  bottom: 21px;
  letter-spacing: .18em; }
.radio-box--wide label h5 {
  font-size: 12px; }
.radio-box--wide .radio__title {
  padding-top: 8px;
  padding-bottom: 6px; }

.radio-box input:checked + label h4 {
  color: #283D49; }

.radio-box input:checked + label .radio__btn {
  color: #59d26e; }

/*  Radio  */
.radio label {
  position: relative;
  padding-top: 1px;
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 10px;
  color: #a0a0a0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer; }
.radio label:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c2c5ca;
  border-radius: 100%;
  background: #fff;
  transition: border 0.4s; }
.radio label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: transparent;
  transition: background 0.4s; }

.radio input {
  display: none; }
.radio input:checked + label:before {
  border-color: #359be0; }
.radio input:checked + label:after {
  background: #359be0; }

.radio--lg label {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  font-size: 15px;
  letter-spacing: 2.5px; }
.radio--lg label:before {
  top: 0;
  width: 24px;
  height: 24px; }
.radio--lg label:after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px; }

/*  Radio Alt  */
.radio-alt label {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  cursor: pointer; }
.radio-alt label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #979797;
  border-radius: 2px; }
.radio-alt label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: transparent;
  transition: background 0.4s; }
.radio-alt label:hover:before {
  border-color: #283D49; }

.radio-alt input {
  display: none; }
.radio-alt input:checked + label:after {
  background: #283D49; }

/* ------------------------------------------------------------ *\
	Radio Special
\* ------------------------------------------------------------ */
.radio-special {
  position: relative;
  width: 100%;
  height: 35px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #fcfcfc; }
.radio-special:before, .radio-special:after {
  content: '';
  position: absolute;
  right: 7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none; }
.radio-special:before {
  top: calc(50% - 6px);
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #283D49 transparent; }
.radio-special:after {
  top: calc(50% + 6px);
  border-width: 7px 6px 0 6px;
  border-color: #283D49 transparent transparent transparent; }
.radio-special .radio__title {
  display: block;
  padding: 10px 25px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }
.radio-special .radio__content {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  z-index: 5;
  padding: 25px 18px 10px 10px;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  background: #fcfcfc; }
.radio-special.expanded:before, .radio-special.expanded:after {
  z-index: 10; }
.radio-special.expanded .radio__content {
  display: block; }
.radio-special.disabled {
  border-color: #e6e8ed;
  color: #e6e8ed;
  pointer-events: none; }
.radio-special.disabled .radio__title {
  cursor: auto; }
.radio-special.disabled:before {
  border-bottom-color: #e6e8ed; }
.radio-special.disabled:after {
  border-top-color: #e6e8ed; }

/* ------------------------------------------------------------ *\
	Checkbox Primary
\* ------------------------------------------------------------ */
.checkbox-primary label {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  margin: 0 auto;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer; }
.checkbox-primary label:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #9c9c9c;
  background: #d2d2d2;
  transition: border 0.4s, background 0.4s; }
.checkbox-primary label:after {
  content: '';
  position: absolute;
  top: 2px;
  right: calc(100% - 11px);
  width: 9px;
  height: 16px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
  background: #8d8d8d;
  transition: right 0.4s, border 0.4s, background 0.4s; }
.checkbox-primary label span:before, .checkbox-primary label span:after {
  position: absolute;
  top: 4px;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: none; }
.checkbox-primary label span:before {
  content: attr(data-checked);
  left: 5px;
  opacity: 0;
  visibility: hidden; }
.checkbox-primary label span:after {
  content: attr(data-unchecked);
  right: 5px; }

.checkbox-primary input {
  display: none; }
.checkbox-primary input:checked + label:before {
  border-color: #425d79;
  background: #283D49; }
.checkbox-primary input:checked + label:after {
  right: 2px;
  border-color: #d2d2d2;
  background: #fff; }
.checkbox-primary input:checked + label span:before {
  opacity: 1;
  visibility: visible; }
.checkbox-primary input:checked + label span:after {
  opacity: 0;
  visibility: hidden; }

/* ------------------------------------------------------------ *\
	Checkbox Secondary
\* ------------------------------------------------------------ */
.checkbox-secondary label {
  position: relative;
  display: block;
  padding-top: 25px;
  margin: 0 auto;
  font-size: 10px;
  color: #283D49;
  font-weight: bold;
  letter-spacing: 1.43px;
  text-align: center;
  cursor: pointer; }
.checkbox-secondary label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 18px;
  border-radius: 12px;
  border: 1px solid #283D49;
  background: transparent;
  transition: border 0.4s, background 0.4s; }
.checkbox-secondary label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #283D49;
  transition: left 0.4s, background 0.4s; }
.checkbox-secondary label span:before, .checkbox-secondary label span:after {
  pointer-events: none; }
.checkbox-secondary label span:before {
  content: attr(data-checked);
  opacity: 0;
  visibility: hidden; }
.checkbox-secondary label span:after {
  content: attr(data-unchecked);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.checkbox-secondary input {
  display: none; }
.checkbox-secondary input:checked + label {
  color: #59d26e; }
.checkbox-secondary input:checked + label:before {
  border-color: #59d26e;
  background: #fff; }
.checkbox-secondary input:checked + label:after {
  left: calc(50% - 10px);
  background: #59d26e; }
.checkbox-secondary input:checked + label span:before {
  opacity: 1;
  visibility: visible; }
.checkbox-secondary input:checked + label span:after {
  opacity: 0;
  visibility: hidden; }




/* ------------------------------------------------------------ *\
	Checkbox Red
\* ------------------------------------------------------------ */
.checkbox-red label {
  position: relative;
  display: block;
  padding-top: 25px;
  margin: 0 auto;
  font-size: 10px;
  color: #283D49;
  font-weight: bold;
  letter-spacing: 1.43px;
  text-align: center;
  cursor: pointer; }
.checkbox-red label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 18px;
  border-radius: 12px;
  border: 1px solid #283D49;
  background: transparent;
  transition: border 0.4s, background 0.4s; }
.checkbox-red label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #283D49;
  transition: left 0.4s, background 0.4s; }
.checkbox-red label span:before, .checkbox-red label span:after {
  pointer-events: none; }
.checkbox-red label span:before {
  content: attr(data-checked);
  opacity: 0;
  visibility: hidden; }
.checkbox-red label span:after {
  content: attr(data-unchecked);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.checkbox-red input {
  display: none; }
.checkbox-red input:checked + label {
  color: #ef4136; }
.checkbox-red input:checked + label:before {
  border-color: #ef4136;
  background: #fff; }
.checkbox-red input:checked + label:after {
  left: calc(50% - 10px);
  background: #ef4136; }
.checkbox-red input:checked + label span:before {
  opacity: 1;
  visibility: visible; }
.checkbox-red input:checked + label span:after {
  opacity: 0;
  visibility: hidden; }



/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  color: #494949; }
.form .form__head {
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
  /* Mobile */ }
.form .form__head h5 {
  font-weight: 400; }
@media (max-width: 767px) {
  .form .form__head {
    margin-bottom: 30px; } }
.form .form__label {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
  color: #283D49;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }
.form .form__label + p {
  margin-top: 2px; }
.form p {
  margin-bottom: 7px;
  line-height: normal; }
.form p:last-child {
  margin-bottom: 0; }
.form .form__label-description {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.25;
  color: #494949;
  /* Mobile */ }
@media (max-width: 767px) {
  .form .form__label-description {
    display: block;
    margin-left: 0;
    margin-bottom: 5px; } }
.form .form__section--border {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #d8d8d8; }
@media (max-width: 1300px) {
  .form .form__section--border {
    padding: 10px 5px; } }
.form .form__row {
  margin-top: 20px; }
.form .form__row--border {
  padding: 15px 15px 15px 0;
  border-top: 1px solid #d8d8d8;
  margin-top: 0 !important; }
@media (max-width: 1300px) {
  .form .form__row--border {
    padding: 10px 5px; } }
.form .form__row--border-sm {
  padding: 10px 15px 10px 0; }
.form .form__row--gutter-top-md {
  margin-top: 33px; }
.form .form__row--gutter-right-md {
  padding-right: 55px; }
@media (max-width: 1300px) {
  .form .form__row--gutter-right-md {
    padding-right: 10px; } }
.form .form__row--gutter-none {
  margin-top: 0; }
.form .form__row--credit-card {
  position: relative; }
.form .form__row--credit-card input {
  padding-right: 70px;
  font-size: 14px;
  color: #494949;
  /* Mobile */ }
@media (max-width: 767px) {
  .form .form__row--credit-card input {
    font-size: 11px; } }
.form .form__row--credit-card img {
  position: absolute;
  right: 15px;
  bottom: 6px;
  max-width: 38px; }
.form .form__controls--password {
  position: relative; }
.form .form__controls--password i {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #283D49;
  cursor: pointer;
  transition: color 0.4s, opacity 0.4s, visibility 0.4s; }
.form .form__controls--password i.fa-eye {
  color: #59d26e; }
.form .form__controls--password .hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
.form .form__description {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 0;
  text-align: center; }
.form .form__description a {
  font-weight: 600;
  color: #283D49; }
.form .form__foot {
  margin-top: 50px; }
.form .form__actions {
  margin-top: 56px; }
.form .form__actions--gutter-top-md {
  margin-top: 70px; }
.form .form__btn[disabled] {
  border-color: #283D49;
  background: #283D49;
  opacity: .25; }
.form--borders {
  min-height: 595px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2; }
.form--text-sm .form__label {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.57px; }
.form--text-sm .field,
.form--text-sm .select select {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--text-sm .field,
  .form--text-sm .select select {
    font-size: 13px; } }
.form--md {
  padding: 0; }
.form--md .form__body {
  max-width: 589px;
  margin: 0 auto; }
.form--sm {
  padding: 0 90px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--sm {
    padding: 0;
    border: 0; } }
.form--sm .form__body {
  max-width: 500px;
  margin: 0 auto; }
.form--sm .row {
  margin-right: -11px;
  margin-left: -11px; }
.form--sm [class^="col-"] {
  padding: 0 11px; }
.form--sm .form__actions {
  text-align: center; }
.form--sm .form__actions .btn + .btn {
  margin-left: 46px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--sm .form__actions .btn + .btn {
    margin-left: 0; } }
.form--box {
  position: relative;
  color: #283D49; }
.form--box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 54px 0 54px;
  border-color: #fff transparent transparent transparent; }
.form--box p {
  margin-bottom: 26px;
  font-size: 16px;
  text-align: center; }
.form--box h4 {
  margin-bottom: 35px;
  color: #283D49;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0; }
.form--box .form__body {
  padding: 48px 83px 61px;
  border-radius: 12px;
  margin-top: 9px;
  background: #E4EBF0;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .form--box .form__body {
    padding: 45px 25px; } }
@media (max-width: 767px) {
  .form--box .form__body {
    padding-left: 15px;
    padding-right: 15px; } }
.form--box .form__body form {
  padding: 0 50px; }
.form--box .form__actions {
  margin-top: 33px;
  text-align: right; }
.form--token {
  padding: 0 85px;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--token {
    padding: 0; } }
.form--token .form__head {
  margin-bottom: 30px; }
.form--token .form__body {
  max-width: 400px;
  margin: 0 auto; }
.form--token-alt {
  padding: 0 25px;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--token-alt {
    padding: 0; } }
.form--token-alt .form__head {
  margin-bottom: 30px; }
.form--token-alt .form__body {
  max-width: 400px;
  margin: 0 auto; }
.form--password {
  padding: 0 25px;
  text-align: center;
  /* Mobile */ }
.form--password .field {
  border-color: #283D49;
  padding-right: 40px; }
@media (max-width: 767px) {
  .form--password {
    padding: 0; } }
.form--password .form__head {
  margin-bottom: 51px; }
.form--password .form__body {
  max-width: 400px;
  margin: 0 auto; }
.form--password .form__actions {
  margin-top: 46px; }
.form--billing {
  padding: 0 25px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--billing {
    padding: 0; } }
.form--billing .form__actions {
  margin-top: 42px; }
.form--work-units {
  padding: 20px 20px 27px;
  border-radius: 12px;
  background: #E4EBF0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--work-units {
    padding-left: 15px;
    padding-right: 15px; }
  .form--work-units .col-sm-3 + .col-sm-9 {
    margin-top: 15px; } }
.form--work-units p {
  margin: 3px 5px;
  font-size: 11px; }
.form--work-units .form__head {
  margin-bottom: 10px; }
.form--work-units .form__head h4 {
  color: #9c9c9c;
  font-weight: normal;
  text-align: left; }
.form--work-units .form__row {
  margin-top: 0; }
.form--work-units .form__row + .form__row {
  margin-top: 8px; }
.form--work-units .form__label {
  width: 100%;
  padding: 0;
  text-align: right;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--work-units .form__label {
    text-align: left; } }
.form--work-units .form__actions {
  margin-top: 25px;
  text-align: center; }
.form--work-units .form__actions .btn--green-inverse {
  background: transparent; }
.form--work-units .form__actions .btn--green-inverse:hover:not([disabled]) {
  background: #59d26e; }
.form--work-units .form__btn {
  min-width: 240px; }
.form--work-units .form__btn[disabled] {
  border-color: #d2d2d2;
  background: transparent;
  color: #d2d2d2;
  opacity: 1; }
.form--work-units .row {
  margin: 0 -6px; }
.form--work-units [class^="col"] {
  padding: 0 6px; }
.form--work-units .col--size6 {
  /* Mobile */ }
@media (max-width: 767px) {
  .form--work-units .col--size6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--work-units .col--size5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--work-units .col--size5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--work-units .col-sm-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--work-units .col-sm-5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--user-info {
  height: 100%;
  padding: 20px 20px 15px;
  border-radius: 12px;
  background: #E4EBF0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--user-info {
    padding-left: 15px;
    padding-right: 15px; } }
.form--user-info .select select,
.form--user-info .field {
  color: #494949; }
.form--user-info .select select {
  background: #FCFCFC; }
.form--user-info .form__head {
  margin-bottom: 10px;
  text-align: left; }
.form--user-info .form__head h4 {
  color: #9c9c9c;
  font-weight: normal;
  text-indent: 13px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--user-info .form__head h4 {
    text-indent: 0; } }
.form--user-info .form__label {
  width: 100%;
  padding: 0;
  text-align: right;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--user-info .form__label {
    text-align: left; } }
.form--user-info .form__row:first-child {
  padding-top: 28px; }
.form--user-info .row {
  margin: 0 -6px; }
.form--user-info [class^="col"] {
  padding: 0 6px; }
.form--user-info .col--size5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 135px;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px; }
@media (max-width: 1300px) {
  .form--user-info .col--size5 {
    max-width: 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px; } }
.form--user-info .col--size6 {
  max-width: calc(100% - 135px);
  -ms-flex: 0 0 calc(100% - 135px);
  flex: 0 0 calc(100% - 135px);
  /* Mobile */ }
@media (max-width: 1300px) {
  .form--user-info .col--size6 {
    max-width: calc(100% - 125px);
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px); } }
@media (max-width: 767px) {
  .form--user-info .col--size6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--user-info .list-radios {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -10px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--user-info .list-radios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .form--user-info .list-radios {
    margin: 0; } }
.form--user-info .list-radios li {
  width: auto;
  max-width: 45%;
  padding: 0 10px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--user-info .list-radios li {
    max-width: 100%;
    padding: 4px 10px; } }
@media (max-width: 767px) {
  .form--user-info .list-radios li + li {
    margin-top: 0; } }
.form--user-info .radio label {
  padding-left: 25px;
  letter-spacing: 1.7px; }
.form--user-contact {
  padding: 20px 20px 30px;
  border-radius: 12px;
  background: #E4EBF0; }
.form--user-contact .select select,
.form--user-contact .field {
  color: #494949; }
.form--user-contact .form__head {
  margin-bottom: 8px;
  text-align: left; }
.form--user-contact .form__head h4 {
  color: #9c9c9c;
  font-weight: normal;
  text-indent: 13px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--user-contact .form__head h4 {
    text-indent: 0; } }
.form--user-contact .form__label {
  width: 100%;
  padding: 0;
  text-align: right; }
.form--user-contact .form__label span {
  font-weight: normal;
  text-transform: none; }
.form--user-contact .form__row:first-child {
  padding-top: 28px; }
.form--user-contact .form__row:first-child .col--size5 {
  max-width: 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px; }
.form--user-contact .form__row:first-child .col--size6 {
  max-width: calc(100% - 160px);
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px); }
.form--user-contact .row {
  margin: 0 -6px; }
.form--user-contact [class^="col"] {
  padding: 0 6px; }
.form--user-contact .col--size5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .form--user-contact .col--size5 {
    max-width: 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px; } }
.form--user-contact .col--size6 {
  max-width: calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .form--user-contact .col--size6 {
    max-width: calc(100% - 160px);
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px); } }
.form--user-role {
  padding: 20px;
  border-radius: 12px;
  margin-top: 18px;
  background: #E4EBF0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--user-role {
    padding-left: 15px;
    padding-right: 15px; } }
.form--user-role:first-child {
  margin-top: 0; }
.form--user-role .select select,
.form--user-role .field {
  color: #494949; }
.form--user-role .form__head {
  margin-bottom: 8px;
  text-align: left; }
.form--user-role .form__head h4 {
  color: #9c9c9c;
  font-weight: normal;
  text-indent: 13px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--user-role .form__head h4 {
    text-indent: 0; } }
.form--user-role .form__label {
  width: 100%;
  padding: 0;
  text-align: right; }
.form--user-role .form__label span {
  font-weight: normal;
  text-transform: none; }
.form--user-role .row {
  margin: 0 -6px; }
.form--user-role [class^="col"] {
  padding: 0 6px; }
.form--user-role .col--size5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 165px;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--user-role .col--size5 {
    max-width: 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px; } }
.form--user-role .col--size6 {
  max-width: calc(100% - 165px);
  -ms-flex: 0 0 calc(100% - 165px);
  flex: 0 0 calc(100% - 165px);
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--user-role .col--size6 {
    max-width: calc(100% - 125px);
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px); } }
.form--user-role .col--size6 strong {
  margin-left: 15px;
  font-size: 16px;
  color: #494949;
  text-transform: uppercase; }
.form--primary {
  padding: 13px 20px 32px;
  margin-top: 18px;
  border-radius: 12px;
  background: #E4EBF0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--primary .list-radios li + li {
    margin-top: 0; } }
.form--primary:first-child {
  margin-top: 0; }
.form--primary .list-radios {
  transform: translateX(-15px);
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--primary .list-radios {
    transform: none; } }
.form--primary .form__head {
  margin-bottom: 20px;
  text-align: center; }
.form--primary .form__head h4 {
  color: #9c9c9c;
  font-weight: normal;
  text-indent: 13px; }
.form--customization {
  padding: 20px 20px 48px;
  border-radius: 12px;
  background: #E4EBF0;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--customization {
    padding-left: 15px;
    padding-right: 15px; } }
.form--customization .select select,
.form--customization .field {
  color: #494949; }
.form--customization .form__head {
  margin-bottom: 10px;
  text-align: left; }
.form--customization .form__head h4 {
  color: #9c9c9c;
  font-weight: normal; }
.form--customization .form__body p {
  padding-left: 15px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--customization .form__body p {
    padding-left: 0; } }
.form--customization .form__row > p {
  padding-left: 0;
  margin-bottom: 3px;
  font-size: 11px; }
.form--customization .form__row--border,
.form--customization .form__section--border {
  border-color: #e3e8ef; }
.form--customization .form__label {
  width: 100%;
  padding: 0;
  text-align: right;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--customization .form__label {
    text-align: left; } }
.form--customization .form__actions {
  margin-top: 24px;
  text-align: center; }
.form--customization .btn--green-inverse {
  min-width: 133px;
  background: transparent; }
.form--customization .btn--green-inverse:hover {
  background: #59d26e; }
.form--customization .btn--inverse {
  min-width: 133px;
  background: transparent; }
.form--customization .btn--inverse:hover {
  background: #283D49; }
.form--customization .row {
  margin: 0 -6px; }
.form--customization [class^="col"] {
  padding: 0 6px; }
.form--customization .col--size5,
.form--customization .col-sm-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
.form--customization .col--size5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 103px;
  -ms-flex: 0 0 103px;
  flex: 0 0 103px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--customization .col--size5 {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; } }
@media (max-width: 767px) {
  .form--customization .col--size5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--customization .col--size6 {
  max-width: calc(100% - 103px);
  -ms-flex: 0 0 calc(100% - 103px);
  flex: 0 0 calc(100% - 103px);
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--customization .col--size6 {
    max-width: calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px); } }
@media (max-width: 767px) {
  .form--customization .col--size6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--customization .col-sm-3 {
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--customization .col-sm-3 {
    max-width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; } }
@media (max-width: 767px) {
  .form--customization .col-sm-3 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--customization .col-sm-9 {
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .form--customization .col-sm-9 {
    max-width: 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; } }
@media (max-width: 767px) {
  .form--customization .col-sm-9 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 20px; }
  .form--customization .col-sm-9 .col-sm-5 {
    margin-bottom: 10px; } }
.form--customization .list-radios {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -10px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--customization .list-radios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.form--customization .list-radios li {
  width: auto;
  max-width: 45%;
  padding: 0 10px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .form--customization .list-radios li {
    max-width: 100%;
    padding: 4px 10px; } }
.form--customization .radio label {
  padding-left: 25px;
  letter-spacing: 1.7px; }
.form-info {
  padding-bottom: 30px; }
.form--billing-large {
  padding: 20px 30px 20px 18px; }
.form--billing-large .form__head h4 {
  letter-spacing: .013em;
  text-indent: 0; }
.form--billing-large .form__row:first-child {
  padding-top: 15px; }
.form--billing-large .col--size5 {
  -ms-flex: 0 1 111px;
  flex: 0 1 111px;
  max-width: 111px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--billing-large .col--size5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form--billing-large .form__label {
  letter-spacing: .2em; }
.form--billing-large .form__controls {
  /* Large Desktop */ }
@media (max-width: 1400px) {
  .form--billing-large .form__controls {
    padding-right: 24px; } }
.form--billing-large .form__controls p {
  position: relative;
  margin: 4px 0 0 14px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--billing-large .form__controls p {
    margin: 0; } }
.form--billing-large .form__controls p img {
  position: absolute;
  top: 2px;
  right: -80px;
  /* Large Desktop */
  /* Mobile */ }
@media (max-width: 1400px) {
  .form--billing-large .form__controls p img {
    right: -50px; } }
@media (max-width: 767px) {
  .form--billing-large .form__controls p img {
    top: -2px; } }
.form--billing-large .form__split {
  width: 100%;
  max-width: 176px;
  margin: 29px 0 0 126px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--billing-large .form__split {
    max-width: none;
    padding-left: 6px;
    margin: 5px 0 0 0; } }
.form--billing-large .form__split h5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 11px;
  color: #283D49;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em; }
.form--billing-large .form__split h6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 2px;
  margin-right: -2px;
  font-size: 14px;
  color: #494949;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0; }
.form--billing-large .form__row-actions {
  padding-top: 14px;
  border-top: 1px solid #d8d8d8;
  margin-top: 14px;
  text-align: center; }
.form--billing-purchase {
  padding-right: 20px;
  padding-bottom: 15px; }
.form--billing-purchase .list-radios li {
  padding: 0;
  margin-right: 20px; }
.form--billing-purchase .list-radios li:last-child {
  margin-right: 0; }
.form--billing-purchase .form__row:first-child {
  padding-top: 10px;
  padding-bottom: 10px; }
.form--billing-purchase .form__row:first-child label {
  padding-right: 30px; }
.form--billing-purchase .form__row:first-child .form__controls {
  margin-left: 0; }
.form--billing-purchase .form__row .radio label {
  padding-left: 0;
  padding-right: 0;
  letter-spacing: .1em;
  /* Mobile */ }
@media (max-width: 767px) {
  .form--billing-purchase .form__row .radio label {
    padding-left: 22px; } }
.form--billing-purchase .form__row--border {
  padding-top: 16px; }
.form--billing-purchase .form__row--border .form__controls {
  margin-left: 9px; }
.form--billing-purchase .form__row--gutter-right-md:not(:first-child) {
  padding-right: 0; }
.form--move .form__row--gutter-top-md {
  margin-top: 19px; }

/* ------------------------------------------------------------ *\
	Form Update
\* ------------------------------------------------------------ */
.form-update {
  padding: 20px 15px 29px 15px; }
.form-update .list-radios label {
  padding-left: 0; }
.form-update .form__head h4 {
  letter-spacing: 0; }
.form-update .form__row {
  padding-bottom: 12px; }
.form-update .form__row .col--size3 {
  -ms-flex: 0 1 172px;
  flex: 0 1 172px;
  max-width: 172px; }
.form-update .form__row.state .row .col-sm-3 {
  -ms-flex: 0 1 83px;
  flex: 0 1 83px;
  max-width: 83px;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update .form__row.state .row .col-sm-3 {
    -ms-flex: 0 1 75px;
    flex: 0 1 75px;
    max-width: 75px; } }
.form-update .form__row.state .row .col-sm-9 {
  margin-left: -8px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form-update .form__row.state .row .col-sm-9 {
    margin-left: 0; } }
.form-update .form__row.state .row > *:first-child .form__controls {
  padding-right: 0; }
.form-update .form__label {
  padding-right: 1px; }
.form-update .form__controls {
  padding-right: 9px; }
.form-update .form__section {
  padding-top: 0;
  padding-bottom: 2px; }
.form-update .form__section .form__row + .form__row {
  margin-top: -5px; }
.form-update .form__section .form__row > p {
  margin-left: 6px; }
.form-update--billing {
  padding-bottom: 7px; }
.form-update--billing .list-radios {
  margin: -10px 0 0 0; }
.form-update--billing .list-radios li {
  padding: 0;
  margin-top: 10px;
  margin-right: 26px;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .list-radios li {
    margin-right: 14px; } }
.form-update--billing .list-radios li:last-child {
  margin-right: 0; }
.form-update--billing .form__row {
  padding-top: 18px;
  padding-right: 0; }
.form-update--billing .form__row.card-num {
  padding-top: 0;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1200px) {
  .form-update--billing .form__row.card-num {
    padding-top: 20px; }
  .form-update--billing .form__row.card-num .form__label {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .form-update--billing .form__row.card-num .form__row--credit-card {
    padding-top: 0; } }
.form-update--billing .form__row.card-num .form__row {
  margin-top: 0; }
.form-update--billing .form__row.card-num .form__row img {
  bottom: 19px; }
.form-update--billing .form__row.card-num input {
  font-size: 12px; }
.form-update--billing .form__row.card-info {
  padding-top: 10px; }
.form-update--billing .form__row.card-info .col--size5 {
  -ms-flex: 0 1 78px;
  flex: 0 1 78px;
  max-width: 78px;
  padding-right: 0;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .form__row.card-info .col--size5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form-update--billing .form__row.card-info .col--size6 {
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  max-width: none;
  padding-left: 25px;
  padding-right: 0;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .form__row.card-info .col--size6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0; } }
.form-update--billing .form__row--card-info {
  padding-top: 0;
  margin-top: 0;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .form__row--card-info {
    padding-left: 7px; } }
.form-update--billing .form__row--card-info .row .row > *:last-child {
  padding-left: 0;
  padding-right: 29px;
  /* Mobile */ }
@media (max-width: 767px) {
  .form-update--billing .form__row--card-info .row .row > *:last-child {
    padding-left: 6px; } }
.form-update--billing .form__row--card-info p {
  margin-bottom: 7px;
  font-size: 11px;
  color: #283D49;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase; }
.form-update--billing .form__row--card-info .form__controls {
  padding-right: 18px; }
.form-update--billing .form__row--card-info .form__controls input {
  padding: 0 9px;
  font-size: 12px; }
.form-update--billing .form__row--card-info .form__row {
  padding-top: 0;
  margin-top: 0; }
.form-update--billing .form__label {
  letter-spacing: .2em;
  /* Small Desktop */
  /* Mobile */ }
@media (max-width: 1200px) {
  .form-update--billing .form__label {
    margin-bottom: 10px;
    text-align: left; } }
@media (max-width: 767px) {
  .form-update--billing .form__label {
    margin-bottom: 0; } }
.form-update--billing .col--size5 {
  -ms-flex: 0 1 107px;
  flex: 0 1 107px;
  max-width: 107px;
  padding-right: 0;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .col--size5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.form-update--billing .col--size6 {
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
  max-width: 330px;
  padding-left: 21px;
  padding-right: 0;
  /* Small Desktop */ }
@media (max-width: 1200px) {
  .form-update--billing .col--size6 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0; } }
.form-update--subscription {
  padding: 23px 23px 10px; }
.form-update--subscription .form__head {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(119, 164, 220, 0.12);
  margin-bottom: 18px; }
.form-update--subscription .form__head h4 {
  font-size: 24px;
  letter-spacing: 0; }
.form-update--seats {
  padding: 23px 25px 36px; }
.form-update--seats + .form-update--seats {
  padding-bottom: 22px; }
.form-update--seats + .form-update--seats p {
  margin-top: 10px;
  margin-bottom: 16px; }
.form-update--seats .form__head {
  margin-bottom: 6px; }
.form-update--seats .form__head h4 {
  text-indent: 0; }

/* ------------------------------------------------------------ *\
	Gravity Forms
\* ------------------------------------------------------------ */
.gform_wrapper {
  max-width: 100%; }
.gform_wrapper form {
  text-align: center; }
.gform_wrapper .gfield_label {
  font-size: 15px;
  color: #000; }
.gform_wrapper .gfield_required {
  color: #000; }
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large {
  width: 100%; }
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
  width: 100%; }
.gform_wrapper li.gfield {
  position: relative;
  margin-bottom: 3px; }
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 10px 15px 14px;
  border: 0;
  border-bottom: 1px solid #4f616f;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  color: #000;
  letter-spacing: -.55px;
  text-transform: uppercase;
  text-align: center;
  transition: border 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus {
  border-color: #000; }
.gform_wrapper .gform_footer {
  padding: 10px 0;
  margin-top: 45px; }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
  min-width: 200px;
  height: 39px;
  padding: 0 20px;
  border: 1px solid #000;
  background: #000;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.64px;
  border: 1px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  box-shadow: none;
  transition: background 0.4s, border 0.4s, color 0.4s, opacity 0.4s; }
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=image]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: transparent;
  color: #000; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
  padding: 9px 0;
  background: #1B394D;
;
  /* Mobile */ }
@media (max-width: 767px) {
  .header .btn-menu {
    position: absolute;
    top: 70px;
    left: 20px;
    z-index: 60; }
  .header.nav-open .navbar-collapse {
    transform: translateX(0); }
  .header.nav-open .btn-menu span {
    background: #fff; }
  .header.nav-open .btn-menu span:nth-child(1) {
    top: 45%;
    transform: rotate(45deg); }
  .header.nav-open .btn-menu span:nth-child(2) {
    top: 13px;
    transform: rotate(45deg);
    opacity: 0; }
  .header.nav-open .btn-menu span:nth-child(3) {
    bottom: 45%;
    transform: rotate(-45deg); } }
.header + * {
  margin-top: 60px;
  /* Mobile */ }
@media (max-width: 767px) {
  .header + * {
    margin-top: 50px; } }
.header .container {
  max-width: 1030px;
}
.header--nav {
  border-bottom: 1px solid #1B394D;
}
.header--nav .container {
  max-width: 100%;
  padding-left: 5px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .header--nav .container {
    padding: 0 25px; } }
@media (max-width: 767px) {
  .header--nav .container {
    padding: 0 20px; } }
@media only screen and (max-width: 767px) {
  #usernameLabel {
    display: none;
    width: 300px;
  }
}
.header--nav .navbar {
  display: block; }
.header--nav .navbar:after {
  content: '';
  clear: both;
  display: table;
  line-height: 0; }
.header--nav .navbar-brand {
  float: left; }
.header--nav .navbar .profile {
  float: right;
  padding-top: 12px;
  /* Mobile */ }
@media (max-width: 767px) {
  .header--nav .navbar .profile {
    position: relative;
    z-index: 60; } }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0;
  padding-top: 50px;
  background: #e0e0e0;
  text-align: center; }

/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/*  Notext  */
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }

/*  Alignleft  */
.alignleft {
  float: left; }

/*  Alignright  */
.alignright {
  float: right; }

/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }

/*  Cols  */
.cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  /* Mobile */ }
@media (max-width: 767px) {
  .cols {
    margin: 0; } }
.cols:after {
  content: '';
  clear: both;
  display: table;
  line-height: 0; }

.col {
  padding: 0 15px;
  /*Mobile*/ }
@media (max-width: 767px) {
  .col {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px; } }
.col--1of2 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
.col--2of3 {
  max-width: 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%; }
.col--1of3 {
  max-width: 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }
.col--size3 {
  max-width: 48.36%;
  -ms-flex: 0 0 48.36%;
  flex: 0 0 48.36%;
  /*Small Desktop*/ }
@media (max-width: 1300px) {
  .col--size3 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media (max-width: 1200px) {
  .col--size3 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 18px; }
  .col--size3:last-child {
    margin-bottom: 0; } }
.col--size4 {
  max-width: 51.64%;
  -ms-flex: 0 0 51.64%;
  flex: 0 0 51.64%;
  /*Small Desktop*/ }
@media (max-width: 1300px) {
  .col--size4 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media (max-width: 1200px) {
  .col--size4 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 18px; }
  .col--size4:last-child {
    margin-bottom: 0; } }
.col--size5 {
  max-width: 95px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  /*Small Desktop*/ }
@media (max-width: 1300px) {
  .col--size5 {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; } }
@media (max-width: 1200px) {
  .col--size5 {
    max-width: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; } }
.col--size6 {
  max-width: calc(100% - 95px);
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  /*Small Desktop*/ }
@media (max-width: 1300px) {
  .col--size6 {
    max-width: calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px); } }
@media (max-width: 1200px) {
  .col--size6 {
    max-width: calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px); } }
.col--size7 {
  max-width: calc(50% + 10px);
  -ms-flex: 0 0 calc(50% + 10px);
  flex: 0 0 calc(50% + 10px);
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .col--size7 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 18px; }
  .col--size7:last-child {
    margin-bottom: 0; } }
.col--size8 {
  max-width: calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .col--size8 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 18px; }
  .col--size8:last-child {
    margin-bottom: 0; } }

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

/*Mobile Portrait*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }

/* ------------------------------------------------------------ *\
	# Icons
\* ------------------------------------------------------------ */
[class^="ico-"] {
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.ico-download {
  width: 20px;
  height: 26px;
  background: url(../images/download@2x.png);
  background-size: 100%; }

.intro {
  position: relative;
  display: table;
  width: 100%;
  height: 150px;
  padding: 25px 0; }
.intro .intro__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.intro .intro__content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #1b394d;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .intro .intro__content {
    padding: 0 20px; } }
.intro .intro__content h1 {
  text-transform: uppercase;
  /* Mobile */ }
@media (max-width: 767px) {
  .intro .intro__content h1 {
    font-size: 25px; } }

/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none;
  margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	List Radio Special
\* ------------------------------------------------------------ */
.list-radio-special {
  color: #494949; }
.list-radio-special li + li {
  margin-top: 5px; }

/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info {
  font-size: 18px;
  line-height: 1.56;
  /*Tablet Portrait*/ }
.list-info li {
  position: relative;
  padding-left: 60px;
  /* Mobile */ }
@media (max-width: 767px) {
  .list-info li {
    padding-left: 50px; } }
.list-info li:before {
  content: "\25AA";
  position: absolute;
  top: 10px;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  color: black; }
.list-info li + li {
  margin-top: 50px; }
@media (max-width: 1024px) {
  .list-info {
    font-size: 16px; }
  .list-info li:before {
    top: 6px; }
  .list-info li + li {
    margin-top: 35px; } }

/* ------------------------------------------------------------ *\
	List Radios
\* ------------------------------------------------------------ */
.list-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.list-radios li {
  width: 30%;
  padding: 0 15px;
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios li {
    width: 100%; }
  .list-radios li + li {
    margin-top: 15px; }
  .list-radios li br {
    display: none; } }
.list-radios--alt {
  -ms-flex-pack: center;
  justify-content: center; }
.list-radios--alt li {
  width: auto; }
.list-radios--center {
  margin: 0;
  -ms-flex-align: center;
  align-items: center; }
.list-radios--center li:nth-child(2) .radio label:before {
  bottom: 5px; }
.list-radios--center li:nth-child(2) .radio label:after {
  bottom: 8px; }
.list-radios--center .radio label {
  padding-right: 0;
  padding-bottom: 29px;
  letter-spacing: .1em;
  line-height: 1.1;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios--center .radio label {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0; } }
.list-radios--center .radio label:before {
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios--center .radio label:before {
    top: -4px;
    left: 0;
    transform: translateX(0); } }
.list-radios--center .radio label:after {
  top: auto;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios--center .radio label:after {
    top: -1px;
    left: 3px;
    transform: translateX(0); } }
.list-radios--image li:nth-child(2) .radio label:before {
  bottom: 0; }
.list-radios--image li:nth-child(2) .radio label:after {
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios--image li:nth-child(2) .radio label:after {
    bottom: 3px; } }
.list-radios--image li:last-child .radio label:before {
  bottom: -5px; }
.list-radios--image li:last-child .radio label:after {
  bottom: -2px; }
.list-radios--image .radio label {
  padding-left: 0;
  padding-bottom: 23px; }
.list-radios--image .radio label:before {
  /* Mobile */ }
@media (max-width: 767px) {
  .list-radios--image .radio label:before {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); } }
.list-radios--image .radio label:after {
  top: auto;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%); }
.list-radios--image img {
  width: 50px; }

/* ------------------------------------------------------------ *\
	List Count
\* ------------------------------------------------------------ */
.list-count {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  margin-bottom: 13px;
  list-style: none; }
.list-count a {
  text-decoration: none; }
.list-count li {
  margin: 0; }
.list-count .result {
  width: 100%; }
.list-count input {
  width: 100%;
  height: 40px;
  padding: 0 30px 0 17px;
  border: 1px solid #e6e8ed;
  border-radius: 0;
  background: #fcfcfc;
  font-size: 20px;
  line-height: 38px;
  color: #283D49;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.list-count input::-webkit-inner-spin-button, .list-count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.list-count .minus {
  position: absolute;
  top: calc(50% + 9px);
  right: 15px;
  z-index: 5;
  transform: translateY(-50%);
  width: 12px;
  height: 12px; }
.list-count .minus a {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #283D49 transparent transparent transparent; }
.list-count .plus {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  z-index: 5;
  transform: translateY(-50%);
  width: 12px;
  height: 12px; }
.list-count .plus a {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #283D49 transparent; }
.list-count--alt {
  max-width: 90px; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  max-width: 300px; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ------------------------------------------------------------ *\
	Navbar
\* ------------------------------------------------------------ */
.navbar {
  width: 100%;
  padding: 0; }
.navbar-brand {
  position: relative;
  z-index: 70;
  max-width: 300px;
  padding: 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 135px;
    margin-right: 0; } }
.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 300px;
  min-height: calc(100vh - 60.5px);
  padding-top: 60px;
  background: #283D49;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .navbar-collapse {
    width: 220px;
    font-size: 16px; } }
@media (max-width: 767px) {
  .navbar-collapse {
    padding-top: 93px;
    transform: translateX(-100vw);
    transition: transform .3s; } }
.navbar-collapse li {
  padding: 20px 27px 25px;
  border-bottom: 1px solid #486b81;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .navbar-collapse li {
    padding: 20px; } }
.navbar-collapse li a {
  color: #fff; }
.navbar-collapse li a:hover {
  color: #17A4C5; }
.navbar-collapse li.active {
  position: relative;
  background-color: #486B82;
  border-bottom: 1px solid #3DB992;
  border-top: 1px solid #3DB992;}
.navbar-collapse li.active:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 14px 0;
  border-color: transparent #fff transparent transparent; }
.navbar-collapse li.active a {
  color: white; }
.navbar-collapse.disabled a {
  color: rgba(156, 156, 156, 0.5);
  pointer-events: none; }
.navbar .navbar-nav {
  position: relative;
  z-index: 60;
}

/* ------------------------------------------------------------ *\
	Page Title
\* ------------------------------------------------------------ */
.page-title {
  padding: 30px 0 20px;
  background: #283D49;
  color: #fff;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .page-title {
    padding: 30px 20px 20px; } }
.page-title h2 {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  /* Mobile */ }
@media (max-width: 767px) {
  .page-title h2 {
    font-size: 24px; } }




.page-subtitle {
  padding: 15px 0 10px;
  background: white;
  color: darkslategray;
  text-align: center;
  /* Mobile */ }

/* ------------------------------------------------------------ *\
	paging More
\* ------------------------------------------------------------ */
.paging-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 1.67px; }
.paging-more ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
.paging-more li {
  padding: 0 10px; }
.paging-more li + li {
  position: relative; }
.paging-more li + li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 1px;
  background: #283D49; }
.paging-more li.active {
  font-weight: bold; }

/* ------------------------------------------------------------ *\
	Payment
\* ------------------------------------------------------------ */
.payment {
  padding: 22px 70px 38px;
  background: rgba(210, 210, 210, 0.21);
  /* Mobile */ }
@media (max-width: 767px) {
  .payment {
    padding-left: 15px;
    padding-right: 15px; } }
.payment .payment__head {
  margin-bottom: 28px; }
.payment .payment__head h5 {
  font-size: 14px;
  color: #283D49;
  letter-spacing: 2px;
  text-transform: uppercase; }
.payment .list-radios {
  margin-bottom: 20px; }
.payment .row {
  margin: 0 -10px; }
.payment .col-sm-4 {
  padding: 0 10px; }

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  background: rgba(24, 30, 36, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: all;
  /* Mobile */ }
@media (max-width: 767px) {
  .popup {
    padding: 100px 20px 50px;
    overflow: auto; } }
.popup.visible {
  opacity: 1;
  visibility: visible; }
.popup .popup__inner {
  position: absolute;
  top: 50%;
  left: calc(50% + 140px);
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  padding: 52px 35px 62px;
  border-radius: 11px;
  background: #fff;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .popup .popup__inner {
    left: calc(50% + 125px);
    max-width: 490px;
    padding: 35px 25px 25px; } }
@media (max-width: 767px) {
  .popup .popup__inner {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px; } }
.popup .popup__head {
  margin-bottom: 46px;
  text-align: center;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .popup .popup__head {
    margin-bottom: 30px; } }
.popup .popup__head h4 {
  margin-bottom: 22px;
  line-height: 1.42;
  color: #283D49;
  font-weight: 600;
  letter-spacing: 0; }
.popup .popup__head h4:last-child {
  margin-bottom: 0; }
.popup .popup__actions {
  margin-top: 40px;
  text-align: center;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .popup .popup__actions {
    margin-top: 30px; } }
.popup .popup__actions .btn {
  height: 60px;
  line-height: 60px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .popup .popup__actions .btn {
    min-width: 270px;
    margin-right: 10px;
    margin-left: 10px; } }
@media (max-width: 767px) {
  .popup .popup__actions .btn {
    font-size: 13px; } }
.popup .popup__actions .btn + .btn {
  margin-left: 18px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .popup .popup__actions .btn + .btn {
    margin-left: 10px; } }
.popup .popup__error {
  color: #ef4136 !important; }
.popup--prompt .popup__inner {
  padding: 69px 62px 40px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .popup--prompt .popup__inner {
    padding: 40px 30px 30px; } }
@media (max-width: 767px) {
  .popup--prompt .popup__inner {
    padding-left: 15px;
    padding-right: 15px; } }
.popup--prompt .popup__head {
  margin-bottom: 41px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .popup--prompt .popup__head {
    margin-bottom: 30px; } }
.popup--users .popup__inner {
  padding: 33px 35px 46px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .popup--users .popup__inner {
    padding: 40px 30px 30px; } }
@media (max-width: 767px) {
  .popup--users .popup__inner {
    padding-left: 15px;
    padding-right: 15px; } }
.popup--users .popup__head {
  margin-bottom: 30px; }
.popup--users .popup__actions {
  margin-top: 31px; }
.popup--users .popup__actions .btn {
  min-width: 136px; }
.popup--users .popup__actions .btn + .btn {
  margin-left: 23px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .popup--users .popup__actions .btn + .btn {
    margin-left: 10px; } }

/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */
.profile .profile__user a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #17A4C5; }
.profile .profile__user a:hover {
  color: #fff;
  background-color: #17A4C5;
  text-decoration: none; }

.profile .profile__user .fa-18 {
  font-size: 18px; }

.profile .profile__user .fa-user {
  transform: translateY(-1px); }

.profile .profile__user strong {
  margin: 0 10px;
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase; }

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

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

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: inherit; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]
label[for] {
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th,
td {
  padding: 0; }

/* ------------------------------------------------------------ *\
    Row
\* ------------------------------------------------------------ */
.row--gutter-bottom-md {
  margin-bottom: 42px; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 40px 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .section {
    padding-top: 70px; } }
.section .section__head {
  margin-bottom: 50px;
  text-align: center; }
.section .section__title {
  margin-bottom: 14px;
  color: #283D49;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* Mobile */ }
@media (max-width: 767px) {
  .section .section__title {
    font-size: 22px; } }
.section .section__title:last-child {
  margin-bottom: 0; }
.section h3 {
  letter-spacing: 0; }
.section--arrange .box {
  padding-top: 53px; }
.section--arrange .box .box__head {
  padding-bottom: 19px; }
.section--arrange .box .box__foot {
  margin-top: 36px; }
.section--arrange .box .box__foot .btn {
  height: 59px;
  line-height: 59px; }
.section--arrange .box .box__foot h4 {
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .005em; }
.section--arrange .list-info li + li {
  margin-top: 26px; }
.section--arrange .section__head {
  margin-bottom: 40px; }

/* ------------------------------------------------------------ *\
	Section User Management
\* ------------------------------------------------------------ */
.section-user-management {
  padding: 21px 0 73px;
  overflow: hidden;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .section-user-management {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .section-user-management {
    padding-top: 70px; } }
.section-user-management > .container {
  padding: 0 71px 0 371px;
  /*Small Desktop*/
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1400px) {
  .section-user-management > .container {
    padding-right: 50px;
    padding-left: 350px; } }
@media (max-width: 1200px) {
  .section-user-management > .container {
    padding-right: 20px;
    padding-left: 320px; } }
@media (max-width: 1024px) {
  .section-user-management > .container {
    padding-left: 240px; } }
@media (max-width: 767px) {
  .section-user-management > .container {
    padding-left: 20px; } }
.section-user-management .section__title {
  color: #283D49;
  font-weight: 800;
  text-transform: uppercase; }

/* ------------------------------------------------------------ *\
	Section Cols
\* ------------------------------------------------------------ */
.section-cols {
  padding: 30px 0 86px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .section-cols {
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  .section-cols {
    padding-top: 70px; } }
@media (min-width: 1401px) {
  .section-cols .container {
    padding-right: 113px;
    padding-left: 370px; } }
@media (min-width: 1201px) and (max-width: 1400px) {
  .section-cols .container {
    padding-right: 50px;
    padding-left: 350px; } }
.section-cols .section__head {
  margin-bottom: 29px; }
.section-cols .section__body {
  /* Mobile */ }
@media (max-width: 767px) {
  .section-cols .section__body > .row {
    margin: 0; } }
.section-cols .section__title {
  color: #283D49;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase; }
.section-cols--custom .container {
  padding-left: 385px;
  padding-right: 108px; }
.section-cols--custom .col--size7 {
  max-width: calc(50% + 19px);
  -ms-flex: 0 0 calc(50% + 19px);
  flex: 0 0 calc(50% + 19px); }
.section-cols--custom .col--size8 {
  max-width: calc(50% - 19px);
  -ms-flex: 0 0 calc(50% - 19px);
  flex: 0 0 calc(50% - 19px); }
.section-cols--custom .form--customization {
  padding: 20px 14px 48px; }
.section-cols--custom .form--customization .form__head {
  margin-bottom: 8px; }
.section-cols--custom .form--customization .form__head h4 {
  letter-spacing: .007em; }
.section-cols--custom .form--customization .form__row {
  padding: 15px 15px 10px 0; }

/* ------------------------------------------------------------ *\
	Section Cols Secondary
\* ------------------------------------------------------------ */
.section-cols-secondary {
  padding: 43px 0 89px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .section-cols-secondary {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .section-cols-secondary {
    padding-top: 70px; } }
@media (min-width: 1401px) {
  .section-cols-secondary .container {
    padding-right: 179px;
    padding-left: 402px; } }
@media (min-width: 1201px) and (max-width: 1400px) {
  .section-cols-secondary .container {
    padding-right: 50px;
    padding-left: 350px; } }
.section-cols-secondary .section__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px; }
.section-cols-secondary .section__head p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.21; }
.section-cols-secondary .section__head p:last-child {
  margin-bottom: 0; }
.section-cols-secondary .section__head p span {
  color: #ef4136; }
.section-cols-secondary .section__head .btn + .btn {
  margin-left: 14px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-cols-secondary .section__head .btn + .btn {
    margin-left: 0; } }
.section-cols-secondary .section__head-content {
  width: 56%;
  /*Small Desktop*/
  /*Tablet Portrait*/ }
@media (max-width: 1200px) {
  .section-cols-secondary .section__head-content {
    width: calc(100% - 200px);
    padding-right: 20px; } }
@media (max-width: 1024px) {
  .section-cols-secondary .section__head-content {
    width: 100%;
    padding-right: 0; } }
.section-cols-secondary .section__head-aside {
  width: 44%;
  text-align: right;
  /*Small Desktop*/
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .section-cols-secondary .section__head-aside {
    width: 200px; }
  .section-cols-secondary .section__head-aside .btn {
    margin-bottom: 10px;
    margin-left: 0; }
  .section-cols-secondary .section__head-aside .btn:last-child {
    margin-bottom: 0; } }
@media (max-width: 1024px) {
  .section-cols-secondary .section__head-aside {
    width: 100%;
    margin-top: 20px;
    text-align: left; }
  .section-cols-secondary .section__head-aside .btn {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .section-cols-secondary .section__head-aside .btn {
    margin-bottom: 10px; } }
.section-cols-secondary .section__title {
  margin-bottom: 12px;
  color: #283D49;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase; }
.section-cols-secondary .section__title:last-child {
  margin-bottom: 0; }
.section-cols-secondary .section__body h3 {
  margin-bottom: 16px;
  font-weight: normal;
  letter-spacing: -0.13px; }
.section-cols-secondary .section__body h3:last-child {
  margin-bottom: 0; }
.section-cols-secondary .section__body .row {
  margin: 0 -6px; }
.section-cols-secondary .section__body-content {
  display: inline-block;
  width: calc(100% - 500px);
  margin-bottom: 16px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .section-cols-secondary .section__body-content {
    display: block;
    width: 100%;
    margin-bottom: 0; } }
.section-cols-secondary .section__body-aside {
  display: inline-block;
  vertical-align: top;
  width: 495px;
  padding-top: 10px;
  text-align: right;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .section-cols-secondary .section__body-aside {
    display: block;
    width: 100%;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left; } }
.section-cols-secondary .section__body--alt {
  margin-top: 38px; }
.section-cols-secondary .section__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 53px;
  text-align: right;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions {
    margin-top: 30px; } }
.section-cols-secondary .section__actions .btn {
  padding: 0 32px;
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions .btn {
    padding: 0 20px;
    margin: 0 10px 10px; } }
@media (max-width: 767px) {
  .section-cols-secondary .section__actions .btn {
    font-size: 10px; } }
.section-cols-secondary .section__actions .btn + .btn {
  margin-left: 47px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions .btn + .btn {
    margin-left: 8px; } }
.section-cols-secondary .section__actions--secondary {
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions--secondary {
    -ms-flex-pack: center;
    justify-content: center; } }
.section-cols-secondary .section__actions--secondary .btn + .btn {
  margin-left: 58px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions--secondary .btn + .btn {
    margin-left: 10px; } }
.section-cols-secondary .section__actions--tertiary {
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions--tertiary {
    -ms-flex-pack: center;
    justify-content: center; } }
.section-cols-secondary .section__actions--tertiary .btn + .btn {
  margin-left: 32px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions--tertiary .btn + .btn {
    margin-left: 10px; } }
.section-cols-secondary .section__actions--left {
  max-width: 54.2%;
  margin-top: 44px;
  /* Tablet Portrait */ }
@media (max-width: 1024px) {
  .section-cols-secondary .section__actions--left {
    max-width: none; } }
.section-cols-secondary .section__actions--left .btn--disabled {
  padding: 0 26px 0 31px; }
.section-cols-secondary .section__actions--top {
  margin-top: 27px; }
.section-cols-secondary .section__actions--top .btn {
  padding: 0 28px; }
.section-cols-secondary .section__actions--top .btn i {
  margin-right: 2px; }
.section-cols-secondary .col--size7,
.section-cols-secondary .col--size8 {
  padding: 0 6px; }
.section-cols-secondary .col--size7--alt {
  -ms-flex: 0 1 54.2%;
  flex: 0 1 54.2%;
  max-width: 54.2%;
  /* Tablet Portrait */ }
@media (max-width: 1024px) {
  .section-cols-secondary .col--size7--alt {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }

/* ------------------------------------------------------------ *\
	Section Plan
\* ------------------------------------------------------------ */
.section-plan {
  padding: 44px 0;
  font-size: 12px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-plan .row {
    margin: 0; } }
.section-plan .section__content {
  padding: 0 40px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-plan .section__content {
    padding: 0;
    border: 0; } }
.section-plan .section__head {
  margin-bottom: 41px;
  text-align: center; }
.section-plan .section__head h4 {
  color: #283D49;
  text-transform: uppercase; }
.section-plan .section__actions {
  margin-top: 43px;
  text-align: center; }
.section-plan .col-size1 {
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-plan .col-size1 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.section-plan .col-size1 h5 {
  font-size: 14px;
  letter-spacing: -0.05px;
  color: #283D49;
  text-transform: uppercase;
  text-align: left; }
.section-plan .col-size2 {
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  max-width: 69%;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-plan .col-size2 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }

/* ------------------------------------------------------------ *\
	Section Message
\* ------------------------------------------------------------ */
.section-message {
  padding: 59px 0;
  text-align: center; }
.section-message a {
  color: #d8b71f; }
.section-message a:hover {
  color: #283D49; }
.section-message .container {
  max-width: 690px; }
.section-message .section__head {
  font-size: 18px; }
.section-message .section__head h4 {
  margin-bottom: 28px;
  color: #283D49;
  text-transform: uppercase; }
.section-message .section__head h4:last-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Section Update
\* ------------------------------------------------------------ */
.section-update {
  padding: 43px 0 20px 32px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0; } }
.section-update .form--borders {
  padding: 0;
  border: 0; }
.section-update .section__head {
  margin-bottom: 38px; }
.section-update .section__actions {
  margin-top: 20px;
  text-align: center; }
.section-update .section__actions .btn {
  padding: 0 27px; }
.section-update--subscription {
  padding-left: 0; }
.section-update--subscription .container {
  padding-right: 97px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--subscription .container {
    padding-right: 20px; } }
.section-update--subscription .section__head {
  margin-bottom: 28px; }
.section-update--subscription .section__body .row {
  margin: 0 -10px; }
.section-update--subscription .section__body .row .col--size8 {
  padding: 0 10px; }
.section-update--subscription .section__body > .row > *:first-child .form {
  height: 100%; }
.section-update--subscription .section__body--subscription .form-update--subscription .form__head {
  margin-bottom: 28px; }
.section-update--subscription .section__body--subscription .form-update--seats {
  padding-bottom: 18px; }
.section-update--subscription .section__body--subscription .form-update--seats .form__head {
  margin-bottom: 4px; }
.section-update--subscription .section__body--subscription .form-update--seats + .form-update--seats {
  padding-bottom: 21px; }
.section-update--subscription .section__body--subscription .form-update--seats + .form-update--seats .seat p {
  margin-bottom: 16px; }
.section-update--subscription .section__body--subscription .form-update--seats + .form-update--seats .seat .seat__number h5 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 26px; }
.section-update--subscription .section__body--subscription .seat p {
  margin-bottom: 24px; }
.section-update--subscription .section__body--subscription .seat .seat__number h5 {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 20px; }
.section-update--subscription .section__actions {
  margin-top: 47px; }
.section-update--subscription .section__actions .btn {
  min-width: 150px; }
.section-update--billing .form {
  padding: 20px 14px 48px; }
.section-update--billing .form .form__head h4 {
  letter-spacing: 0; }
.section-update--billing .form .form__body p {
  padding-left: 12px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--billing .form .form__body p {
    padding-left: 0; } }
.section-update--billing .form .form__body .form__row:last-child {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3); }
.section-update--billing .form .form__row {
  padding: 18px 15px 18px 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--billing .form .form__row {
    padding-bottom: 8px; } }
.section-update--billing .form .col--size5 {
  -ms-flex-align: start;
  align-items: flex-start; }
.section-update--billing .form .form__actions {
  margin-top: 31px; }
.section-update--billing .section__body > .row > *:nth-child(2) .form {
  padding: 20px 16px 21px; }
.section-update--billing .section__body > .row > *:nth-child(2) .form .form__head h4 {
  letter-spacing: .015em; }
.section-update--billing .section__body > .row > *:nth-child(2) .form .form__row {
  padding: 15px 15px 16px 0; }
.section-update--billing .section__body > .row > *:nth-child(2) .form .form__body p {
  padding-left: 14px;
  margin-left: 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--billing .section__body > .row > *:nth-child(2) .form .form__body p {
    padding-left: 0; } }
.section-update--billing .section__body > .row > *:nth-child(2) .form .form__controls img {
  top: 1px;
  right: -29px; }
.section-update--billing .section__body > .row > *:nth-child(2) .form .form__row-actions {
  margin-top: 12px; }
.section-update--billing .section__actions {
  margin-top: 43px; }
.section-update--invoices {
  padding: 30px 0 20px 63px;
  /* Mobile */
  /* Tablet Portrait */
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--invoices {
    padding-top: 70px;
    padding-left: 0; } }
.section-update--invoices .form {
  -ms-flex: 0 1 420px;
  flex: 0 1 420px;
  max-width: 420px;
  padding: 20px 14px 33px;
  margin-right: 19px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--invoices .form {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
.section-update--invoices .form + .form {
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  max-width: 320px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--invoices .form + .form {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.section-update--invoices .form .form__head {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(119, 164, 220, 0.12); }
.section-update--invoices .form .form__head h4 {
  letter-spacing: 0; }
.section-update--invoices .form .form__body {
  padding: 5px 0 0 4px; }
.section-update--invoices .form .form__body h3 {
  margin-bottom: 1px;
  font-size: 24px;
  color: #283D49;
  font-weight: 700; }
.section-update--invoices .form .form__body h4 {
  font-size: 18px;
  color: #283D49;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0; }
.section-update--invoices .form--light {
  background: #283D49; }
.section-update--invoices .form--light .form__head {
  border-color: #fff; }
.section-update--invoices .form--light .form__head h4 {
  color: #fff; }
.section-update--invoices .form--light .form__body {
  padding-top: 5px; }
.section-update--invoices .form--light .form__body h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }
.section-update--invoices .form--light .form__body h6 span {
  letter-spacing: .15em; }
.section-update--invoices .form--light .form__body h6 strong {
  font-size: 24px; }
.section-update--invoices .form--light .form__body h6 p {
  display: inline-block;
  padding-left: 0;
  font-size: 18px;
  color: #fff; }
.section-update--invoices .section__head {
  margin-bottom: 28px; }
.section-update--invoices .section__row {
  display: -ms-flexbox;
  display: flex;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--invoices .section__row {
    display: block; } }
.section-update--invoices .section__row + .section__row {
  margin-top: 25px;
  /* Mobile */ }
@media (max-width: 767px) {
  .section-update--invoices .section__row + .section__row {
    margin-top: 0; } }
@media (max-width: 1024px) {
  .section-update--invoices .container {
    padding-left: 177px; } }
@media (max-width: 767px) {
  .section-update--invoices .container {
    padding-left: 20px; } }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slick Carousel
\* ------------------------------------------------------------ */
.slick-dots {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none; }
.slick-dots li {
  display: inline-block;
  padding: 0 5px 0 6px; }
.slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #000;
  font-size: 0;
  transition: border 0.4s, background 0.4s; }
.slick-dots li button:hover,
.slick-dots .slick-active button {
  border-color: transparent;
  background: #000; }

.slick-arrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  background: none;
  font-size: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  transition: border 0.4s; }
.slick-arrow:hover {
  border-color: #989898; }

.slick-prev {
  transform: translateY(-50%) rotate(-135deg);
  left: -35px; }

.slick-next {
  transform: translateY(-50%) rotate(45deg);
  right: -35px; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  float: right;
  /*Mobile*/ }
.socials ul {
  list-style: none;
  margin: 0 -8px; }
.socials li {
  display: inline-block;
  padding: 5px 8px; }
.socials a:hover {
  opacity: .7; }
@media (max-width: 767px) {
  .socials {
    float: none; } }

/* ------------------------------------------------------------ *\
	Table Work Units
\* ------------------------------------------------------------ */
.table-outer {
  /* Mobile */ }
@media (max-width: 767px) {
  .table-outer {
    position: relative; }
  .table-outer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.6) 100%); } }

.table-work-units {
  font-size: 12px; }
.table-work-units table {
  border: 1px solid #9c9c9c; }
.table-work-units thead {
  background: #909090;
  color: #fff; }
.table-work-units th {
  position: relative;
  letter-spacing: 1.71px;
  text-transform: uppercase; }
.table-work-units th:first-child {
  background: #9c9c9c; }
.table-work-units tbody tr {
  border-bottom: 1px solid #d2d2d2; }
.table-work-units tbody tr:last-child {
  border-bottom: 0; }
.table-work-units tbody tr td {
  padding: 19px 20px 18px; }
.table-work-units tbody tr td:first-child {
  width: 43%;
  padding-left: 50px;
  background: rgba(210, 210, 210, 0.1); }
.table-work-units tbody tr td:first-child a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36; }
.table-work-units tbody tr td:first-child a i {
  position: absolute;
  top: 4px;
  left: -13px;
  font-size: 10px;
  color: transparent;
  transition: color 0.4s; }
.table-work-units tbody tr td:first-child a:hover {
  color: #d8b71f; }
.table-work-units tbody tr td:first-child a:hover i {
  color: #d8b71f; }
.table-work-units tbody tr td:last-child {
  width: 57%;
  background: #e8e8e8; }
.table-work-units .table__sort {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 12px;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  font-size: 18px;
  line-height: .6;
  list-style: none; }
.table-work-units .table__sort li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
.table-work-units .table__sort a {
  width: 100%;
  height: 12px;
  color: #cecece; }
.table-work-units .table__sort i {
  line-height: .6; }
.table-work-units th {
  padding: 12px 30px; }

/* ------------------------------------------------------------ *\
	Table User Management
\* ------------------------------------------------------------ */
.table-user-management {
  margin-top: 17px;
  font-size: 11px;
  overflow-x: auto;
  /*border-color: #d0dbe5;*/
}
.table-user-management:first-child {
  margin-top: 0; }
.table-user-management thead {
  color: #2b404d;
  letter-spacing: 1.6px;
  /*border-top: 1px solid #d0dbe5;*/
  /*border-left: 1px solid #d0dbe5;*/
  /*border-right: 1px solid #d0dbe5;*/
  /*border-bottom: 1px solid #adbdc7;*/
}
.table-user-management thead tr {
  border-bottom: 3px solid #486b81; }
.table-user-management th {
  position: relative;
  padding: 4px 20px 4px 13px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  color: #2B404D;
}
.table-user-management th:nth-child(odd) {
  }
.table-user-management th:nth-child(even) {
 }
.table-user-management th:first-child {
  width: 8%; }
.table-user-management th:nth-child(2) {
  width: 12%; }
.table-user-management th:nth-child(3) {
  width: 15%; }
.table-user-management th:nth-child(4) {
  width: 15%; }
.table-user-management th:nth-child(5) {
  width: 10%; }
.table-user-management th:nth-child(6) {
  width: 8%; }
.table-user-management th:nth-child(7) {
  width: 15%; }
.table-user-management th:nth-child(8) {
  width: 8%; }
.table-user-management th:last-child {
  width: 10%; }
.table-user-management th.active {}
.table-user-management th.active .table__sort a {
}

.table-user-management tbody tr:nth-child(odd) {
  background-color: #e3ebf0;
}
.table-user-management tbody tr:last-child {
  /*border-bottom: 1px solid #94999f; */
}
.table-user-management tbody tr:last-child .radio-special .radio__content {
  top: auto;
  bottom: 100%; }
.table-user-management tbody tr:nth-last-child(2) .radio-special .radio__content {
  top: auto;
  bottom: 100%; }
.table-user-management td {
  font-size: 12px;
  padding: 9px 10px;
  height: 56px; }

.table-user-management td:first-child, .table-user-management td:last-child {
  position: relative; }
.table-user-management td:first-child:before, .table-user-management td:last-child:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1px;
  height: 100%;
  background: #d0dbe5; }
.table-user-management td:first-child:before {
  left: 0; }
.table-user-management td:nth-child(2) {
  padding-right: 15px;
  padding-left: 25px; }
.table-user-management td:last-child:before {
  right: 0; }
.table-user-management td a {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.33;
  transition: none; }
.table-user-management td a i {
  position: absolute;
  top: 3px;
  left: -11px;
  font-size: 10px;
  color: transparent; }
.table-user-management td a:hover {
  font-size: 12px;
  color: #d8b71f;
  font-weight: 600; }
.table-user-management td a:hover i {
  color: #d8b71f; }
.table-user-management tbody tr {
  border-bottom: 1px solid #d0dbe5; }
.table-user-management .table__sort {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 12px;
  height: 20px;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  font-size: 18px;
  line-height: .6;
  list-style: none; }
.table-user-management .table__sort li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 0; }
.table-user-management .table__sort a {
  width: 100%;
  color: #d0dbe5; }
.table-user-management .table__sort i {
  line-height: .6; }
.table-user-management .table__sort--small {
  top: calc(50% - 3px);
  right: 5px;
  max-width: 9px;
  height: 16px;
  font-size: 14px; }


/* ------------------------------------------------------------ *\
	Table Administrators
\* ------------------------------------------------------------ */
.table-administrators {
  position: relative;
  margin-top: 33px;
  font-size: 11px;
  /* Tablet Portrait */ }
@media (max-width: 1024px) {
  .table-administrators {
    overflow-x: auto; } }
.table-administrators:first-child {
  margin-top: 0; }
.table-administrators:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #94999f; }
.table-administrators thead {
  color: #fff;
  letter-spacing: 1.6px; }
.table-administrators thead tr {
  border-bottom: 1px solid #979797; }
.table-administrators th {
  position: relative;
  padding: 4px 30px 4px 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 12px; }
.table-administrators th:nth-child(odd) {
  background: #73a2bf; }
.table-administrators th:nth-child(even) {
  background: #7aaccc; }
.table-administrators th:first-child {
  width: 26%; }
.table-administrators th:nth-child(2) {
  width: 36.7%; }
.table-administrators th:last-child {
  width: 37.3%; }
.table-administrators th.active {
  background: #73a2bf; }
.table-administrators th.active .table__sort a {
  color: #fff; }
.table-administrators tbody tr:last-child {
  border-bottom: 1px solid #94999f; }
.table-administrators td {
  padding: 9px 22px;
  height: 54px; }
.table-administrators td:nth-child(odd) {
  background: #fafafa; }
.table-administrators td:nth-child(even) {
  background: #ecf0f6; }
.table-administrators td:first-child, .table-administrators td:last-child {
  position: relative; }
.table-administrators td:first-child:before, .table-administrators td:last-child:before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1px;
  height: 55px;
  background: #94999f; }
.table-administrators td:first-child {
  padding-right: 20px;
  padding-left: 37px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .table-administrators td:first-child {
    padding-right: 20px;
    padding-left: 20px; } }
.table-administrators td:first-child:before {
  left: 0; }
.table-administrators td:last-child {
  left: 0; }
.table-administrators td:last-child i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-administrators td:last-child i {
    margin-top: 17px; } }
.table-administrators td:last-child:before {
  right: 0; }
.table-administrators td a {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.33;
  color: #283D49;
  transition: none; }
.table-administrators td a i {
  position: absolute;
  top: 3px;
  left: -11px;
  font-size: 10px;
  color: transparent; }
.table-administrators td a:hover {
  font-size: 12px;
  color: #d8b71f;
  font-weight: 600; }
.table-administrators td a:hover i {
  color: #d8b71f; }
.table-administrators tbody tr + tr td {
  position: relative; }
.table-administrators tbody tr + tr td:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 1px;
  background: #d2d2d2; }
.table-administrators .table__sort {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 12px;
  height: 20px;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  font-size: 18px;
  line-height: .6;
  list-style: none; }
.table-administrators .table__sort li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 0; }
.table-administrators .table__sort a {
  width: 100%;
  color: #b0e4b4; }
.table-administrators .table__sort i {
  line-height: .6; }

/* ------------------------------------------------------------ *\
	Table Small
\* ------------------------------------------------------------ */
.table-small {
  overflow: auto;
  width: 100%;
  max-width: 840px;
  border: 1px solid #979797; }
.table-small th {
  width: 21.5%;
  padding: 12px 5px;
  background: #283D49;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center; }
.table-small th:first-child {
  width: 14%;
  background: #709dd8; }
.table-small th:nth-child(4) {
  width: 24%; }
.table-small th:last-child {
  width: 41%;
  background: #709dd8; }
.table-small td {
  width: 21.5%;
  padding: 17px 5px;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center; }
.table-small td:first-child {
  width: 14%;
  background: rgba(119, 164, 220, 0.1); }
.table-small td:nth-child(3) {
  background: rgba(119, 164, 220, 0.1); }
.table-small td:nth-child(4) {
  width: 24%; }
.table-small td:last-child {
  width: 41%;
  background: rgba(119, 164, 220, 0.1); }
.table-small td h6 {
  font-size: 14px;
  color: #283D49;
  font-weight: 600;
  letter-spacing: 0;
  transition: color .3s; }
.table-small td h6:hover {
  color: #d8b71f; }
.table-small td h5 {
  font-size: 14px;
  color: #283D49;
  letter-spacing: 0; }
.table-small td p {
  font-size: 14px;
  color: #283D49;
  letter-spacing: 0; }
.table-small tbody tr + tr td {
  border-top: 1px solid #d2d2d2; }

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 58px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tabs .tabs__head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; } }
.tabs .tabs__head:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -373px;
  width: 100vw;
  height: 1px;
  background: #d2d2d2;
  /*Small Desktop*/
  /*Tablet Portrait*/
  /* Mobile */ }
@media (max-width: 1400px) {
  .tabs .tabs__head:after {
    left: -350px; } }
@media (max-width: 1200px) {
  .tabs .tabs__head:after {
    left: -320px; } }
@media (max-width: 1024px) {
  .tabs .tabs__head:after {
    left: -240px; } }
@media (max-width: 767px) {
  .tabs .tabs__head:after {
    left: -20px;
    right: 0; } }
.tabs .tabs__head h3 {
  width: 100%;
  padding-right: 20px;
  margin-bottom: 0;
  color: #283D49;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tabs .tabs__head h3 {
    margin-bottom: 20px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs .tabs__head h3 {
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%; } }

.tabs .tabs__nav {
  width: 390px;
  font-size: 14px;
  line-height: 1.14;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* Mobile */ }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs .tabs__nav {
    -ms-flex: 0 1 390px;
    flex: 0 1 390px;
    max-width: 390px; } }
@media (max-width: 767px) {
  .tabs .tabs__nav {
    width: 100%; } }
.tabs .tabs__nav ul {
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  list-style: none;
  text-align: center;
  /* Mobile */ }
@media (max-width: 767px) {
  .tabs .tabs__nav ul {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%; } }
.tabs .tabs__nav ul li {
  position: relative; }
.tabs .tabs__nav ul li.active a {
  background: #fff;
  color: #283D49; }
.tabs .tabs__nav ul li.active i {
  opacity: 1;
  visibility: visible; }
.tabs .tabs__nav ul li + li a {
  padding-left: 31px;
  padding-right: 30px; }
.tabs .tabs__nav ul a {
  position: relative;
  z-index: 5;
  display: block;
  min-width: 175px;
  padding: 15px 22px 12px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background: #d2d2d2;
  color: #fff;
  /* Mobile */ }
@media (max-width: 767px) {
  .tabs .tabs__nav ul a {
    min-width: auto;
    font-size: 12px; } }
.tabs .tabs__nav ul i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #283D49;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s; }

.tabs .tabs__body {
  position: relative; }

/*  Tab  */
.tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
.tab.active {
  position: relative;
  opacity: 1;
  visibility: visible; }
.tab .tab__head {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 16px; }
.tab .tab__head:after {
  content: '';
  clear: both;
  display: table;
  line-height: 0; }
.tab .tab__head h3 {
  font-weight: normal; }
.tab .tab__head-content {
  float: left;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tab .tab__head-content {
    width: 100%;
    float: none; } }
.tab .tab__head-aside {
  float: right;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tab .tab__head-aside {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px; }
  .tab .tab__head-aside .btn {
    width: 100%; }
  .tab .tab__head-aside .btn + .btn {
    margin-left: 0; } }
.tab .tab__entry-content {
  margin-bottom: 34px; }
.tab .tab__entry--alt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .tab .tab__entry--alt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.tab .tab__entry--alt .box-seats {
  min-width: 220px;
  margin-left: 19px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .tab .tab__entry--alt .box-seats:first-child {
    margin-left: 0; } }
@media (max-width: 767px) {
  .tab .tab__entry--alt .box-seats {
    margin-left: 0;
    margin-bottom: 10px; } }
.tab .tab__entry--alt .tab__entry-aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 21px;
  /*Small Desktop*/
  /* Mobile */ }
@media (max-width: 1200px) {
  .tab .tab__entry--alt .tab__entry-aside {
    margin-top: 18px;
    margin-left: 0; } }
@media (max-width: 767px) {
  .tab .tab__entry--alt .tab__entry-aside {
    display: block; } }
.tab .tab__entry--alt .tab__entry-content {
  margin-bottom: 17px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tab .tab__entry--alt .tab__entry-content .btn {
    width: 100%; } }
.tab .tab__foot {
  padding: 0 25px;
  /*Small Desktop*/ }
@media (max-width: 1200px) {
  .tab .tab__foot {
    padding: 0; } }
.tab .tab__foot .paging-more {
  float: right;
  margin-top: 8px; }
.tab .callout {
  margin-top: 26px; }
.tab .tab__actions {
  text-align: center; }
.tab .tab__actions:before {
  content: '';
  display: table;
  line-height: 0;
  clear: both; }
.tab .tab__actions > .btn {
  min-width: 128px;
  height: 38px;
  margin-bottom: 0;
  line-height: 38px;
  /*Tablet Portrait*/ }
@media (max-width: 1024px) {
  .tab .tab__actions > .btn {
    margin-top: 15px; } }
.tab .tab__actions > .btn i {
  margin-left: 2px; }

/* ------------------------------------------------------------ *\
	Total
\* ------------------------------------------------------------ */
.total {
  max-width: 496px;
  padding: 38px 20px 32px;
  margin: 34px auto 0;
  background: #283D49;
  color: #fff;
  text-align: center; }
.total h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.38;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2.29px;
  text-transform: uppercase; }
.total strong {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 5.14px; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: calc(100vh - 60px);
  padding-bottom: 119px; }

/* ------------------------------------------------------------ *\
	Seat
\* ------------------------------------------------------------ */
.seat .list-count {
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
  /* Mobile */ }
@media (max-width: 767px) {
  .seat .list-count {
    margin-left: 0; } }
.seat .list-count:after {
  content: '';
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 1px;
  background: #e6e8ed; }
.seat .list-count .plus {
  top: calc(50% - 4px);
  right: 5px; }
.seat .list-count .minus {
  right: 5px; }

.seat p {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 1.5; }
.seat p span {
  color: #283D49;
  font-weight: 700; }

.seat .seat__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  /* Mobile */ }
@media (max-width: 767px) {
  .seat .seat__number {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0; } }
.seat .seat__number + .seat__number {
  margin-top: 10px; }
.seat .seat__number h5 {
  margin-bottom: 0;
  font-size: 12px;
  color: #283D49;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: right;
  /* Mobile */ }
@media (max-width: 767px) {
  .seat .seat__number h5 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left; } }

.seat--alt {
  padding-right: 6px; }
.seat--alt .list-count {
  margin-right: 13px; }
.seat--alt .seat__number {
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  /* Mobile */ }
@media (max-width: 767px) {
  .seat--alt .seat__number {
    -ms-flex-pack: start;
    justify-content: flex-start; } }
.seat--alt .seat__number h4 {
  font-size: 11px;
  color: #283D49;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em; }
.seat--alt .seat__number h5 {
  margin-right: 25px; }

.seat--wide {
  margin-right: -10px; }
.seat--wide .seat__number h4 {
  min-width: 100px; }
.special_form_section {
	border: #283D49;
	border-style: double;
	padding: 8px;
	margin-top: 50px;
}
.special_form_section > .form__row {
	margin-top: 0;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f5f6f7;
  opacity: 1;
}

.form-heading {
  color: #3DB992;
  font-weight: bold
}

.form-signin {
  max-width: 430px;
  margin: 0 auto;
  background-color: #1B394D;
  border-radius: 5px;
}

#wrap {
  height: 100%;
  background-image: url(/img/Platform-Background-b722b05c8e4e25b0a07ad8a1b0f56879.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-body, .logout-body{
  overflow: hidden;
  height: 100%;
  background-image: url(/img/Platform-Background-b722b05c8e4e25b0a07ad8a1b0f56879.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  line-height: 1.228571429;
  color: #283D49;
}

.btn-default {
  color: #FFFFFF;
  background-color: #3DB992;
  border-color: #3DB992;
}

.form-control-login {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.228571429;
  color: #FFFFFF;
  vertical-align: middle;
  background: #0E2534;
  border: 1px solid #3DB992;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
}

.login-links {
  color:#FFFFFF;
}
.login-links:hover { color: cornflowerblue; }

.form-buttons {
  margin-top: 10px;
}

.form-item-center-h{
  text-align:center;
}

.form-item-indent{
  margin-left:16px;
}
