@charset "UTF-8";

.container.tui {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 753px) and (max-width: 829px) {
  .container.tui {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 830px) {
  .container.tui {
    width: 800px;
  }
}

@media (min-width: 992px) {
  .container.tui {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container.tui {
    width: 800px;
  }
}

.tui-link {
  color: #4C4DFF !important;
  text-decoration: underline !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857;
  font-weight: 400;
}

.tui-link:hover {
  text-decoration: none !important;
}

.flex-box {
  display: flex;
}

.flex-box.flex-row {
  flex-direction: row;
}

.flex-box.flex-row > * {
  flex-grow: 1;
}

.flex-box.flex-row > *:not(:last-child) {
  padding-right: 1em;
}

.flex-box.flex-col {
  flex-direction: column;
}

.flex-box.flex-col > *:not(:last-child) {
  padding-bottom: 1em;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #474850;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1b4358;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 22px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 75%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #474850;
}

a.text-primary:hover {
  color: #2f3035;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #474850;
}

a.bg-primary:hover {
  background-color: #2f3035;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }

  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
    input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
    input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
    input[type="month"] {
    line-height: 26px;
  }

  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
    input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
    input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
    input[type="month"] {
    line-height: 45px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 26px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 26px;
  line-height: 26px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 26px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 26px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 34px;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  min-height: 42px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 40px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-error .select2-selection--single {
  border: 1px solid #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  clear: both;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.help-block ul {
  list-style: none;
  padding: 0;
}

.help-block ul li {
  color: #d9534f;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #e06238;
  border-color: #dc5122;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c6491f;
  border-color: #a73d1a;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #e06238;
  border-color: #dc5122;
}

.btn-primary .badge {
  color: #e06238;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #474850;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #1b4358;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #4b4c45;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #31312d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #4b4c45;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #1f4e66;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1f4e66;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1f4e66;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4b4c45;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #1f4e66;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1f4e66;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #4b4c45;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-default .btn-link {
  color: #4b4c45;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.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;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/static/fonts/fontawesome-webfont.eot?v=45c73723);
  src: url(/static/fonts/fontawesome-webfont.eot?v=45c73723) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.woff2?v=4b5a84aa) format("woff2"), url(/static/fonts/fontawesome-webfont.woff?v=dfb02f8f) format("woff"), url(/static/fonts/fontawesome-webfont.ttf?v=7c87870a) format("truetype"), url(/static/images/fontawesome-webfont.svg?v=76a4f23c) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */

.intl-tel-input {
  width: 100%;
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  transition: background-color 100ms ease-out;
}

.intl-tel-input input.iti-invalid-key {
  transition: background-color 0;
  background-color: #FFC7C7;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

.intl-tel-input .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input input[disabled] + .flag-container:hover,
.intl-tel-input input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 100%;
  opacity: 0;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/static/images/flags.png?v=40c0147a);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(/static/images/flags@2x.png?v=434d87d5);
  }
}

.iti-flag.np {
  background-color: transparent;
}

.pad-0 {
  padding: 0px !important;
}

.pad-2 {
  padding: 2px !important;
}

.pad-3 {
  padding: 3px !important;
}

.pad-4 {
  padding: 4px !important;
}

.pad-5 {
  padding: 5px !important;
}

.pad-6 {
  padding: 6px !important;
}

.pad-7 {
  padding: 7px !important;
}

.pad-8 {
  padding: 8px !important;
}

.pad-9 {
  padding: 9px !important;
}

.pad-10 {
  padding: 10px !important;
}

.pad-11 {
  padding: 11px !important;
}

.pad-12 {
  padding: 12px !important;
}

.pad-13 {
  padding: 13px !important;
}

.pad-14 {
  padding: 14px !important;
}

.pad-15 {
  padding: 15px !important;
}

.pad-20 {
  padding: 20px !important;
}

.pad-25 {
  padding: 25px !important;
}

.pad-30 {
  padding: 30px !important;
}

.pad-35 {
  padding: 35px !important;
}

.pad-40 {
  padding: 40px !important;
}

.pad-45 {
  padding: 45px !important;
}

.pad-50 {
  padding: 50px !important;
}

.pad-60 {
  padding: 60px !important;
}

.pad-70 {
  padding: 70px !important;
}

.pad-100 {
  padding: 100px !important;
}

.pt-0,
.pv-0 {
  padding-top: 0px !important;
}

.pb-0,
.pv-0 {
  padding-bottom: 0px !important;
}

.pt-2,
.pv-2 {
  padding-top: 2px !important;
}

.pb-2,
.pv-2 {
  padding-bottom: 2px !important;
}

.pt-3,
.pv-3 {
  padding-top: 3px !important;
}

.pb-3,
.pv-3 {
  padding-bottom: 3px !important;
}

.pt-4,
.pv-4 {
  padding-top: 4px !important;
}

.pb-4,
.pv-4 {
  padding-bottom: 4px !important;
}

.pt-5,
.pv-5 {
  padding-top: 5px !important;
}

.pb-5,
.pv-5 {
  padding-bottom: 5px !important;
}

.pt-6,
.pv-6 {
  padding-top: 6px !important;
}

.pb-6,
.pv-6 {
  padding-bottom: 6px !important;
}

.pt-7,
.pv-7 {
  padding-top: 7px !important;
}

.pb-7,
.pv-7 {
  padding-bottom: 7px !important;
}

.pt-8,
.pv-8 {
  padding-top: 8px !important;
}

.pb-8,
.pv-8 {
  padding-bottom: 8px !important;
}

.pt-9,
.pv-9 {
  padding-top: 9px !important;
}

.pb-9,
.pv-9 {
  padding-bottom: 9px !important;
}

.pt-10,
.pv-10 {
  padding-top: 10px !important;
}

.pb-10,
.pv-10 {
  padding-bottom: 10px !important;
}

.pt-11,
.pv-11 {
  padding-top: 11px !important;
}

.pb-11,
.pv-11 {
  padding-bottom: 11px !important;
}

.pt-12,
.pv-12 {
  padding-top: 12px !important;
}

.pb-12,
.pv-12 {
  padding-bottom: 12px !important;
}

.pt-13,
.pv-13 {
  padding-top: 13px !important;
}

.pb-13,
.pv-13 {
  padding-bottom: 13px !important;
}

.pt-14,
.pv-14 {
  padding-top: 14px !important;
}

.pb-14,
.pv-14 {
  padding-bottom: 14px !important;
}

.pt-15,
.pv-15 {
  padding-top: 15px !important;
}

.pb-15,
.pv-15 {
  padding-bottom: 15px !important;
}

.pt-20,
.pv-20 {
  padding-top: 20px !important;
}

.pb-20,
.pv-20 {
  padding-bottom: 20px !important;
}

.pt-25,
.pv-25 {
  padding-top: 25px !important;
}

.pb-25,
.pv-25 {
  padding-bottom: 25px !important;
}

.pt-30,
.pv-30 {
  padding-top: 30px !important;
}

.pb-30,
.pv-30 {
  padding-bottom: 30px !important;
}

.pt-35,
.pv-35 {
  padding-top: 35px !important;
}

.pb-35,
.pv-35 {
  padding-bottom: 35px !important;
}

.pt-40,
.pv-40 {
  padding-top: 40px !important;
}

.pb-40,
.pv-40 {
  padding-bottom: 40px !important;
}

.pt-45,
.pv-45 {
  padding-top: 45px !important;
}

.pb-45,
.pv-45 {
  padding-bottom: 45px !important;
}

.pt-50,
.pv-50 {
  padding-top: 50px !important;
}

.pb-50,
.pv-50 {
  padding-bottom: 50px !important;
}

.pt-60,
.pv-60 {
  padding-top: 60px !important;
}

.pb-60,
.pv-60 {
  padding-bottom: 60px !important;
}

.pt-70,
.pv-70 {
  padding-top: 70px !important;
}

.pb-70,
.pv-70 {
  padding-bottom: 70px !important;
}

.pt-100,
.pv-100 {
  padding-top: 100px !important;
}

.pb-100,
.pv-100 {
  padding-bottom: 100px !important;
}

.pl-0,
.ph-0 {
  padding-left: 0px !important;
}

.pr-0,
.ph-0 {
  padding-right: 0px !important;
}

.pl-2,
.ph-2 {
  padding-left: 2px !important;
}

.pr-2,
.ph-2 {
  padding-right: 2px !important;
}

.pl-3,
.ph-3 {
  padding-left: 3px !important;
}

.pr-3,
.ph-3 {
  padding-right: 3px !important;
}

.pl-4,
.ph-4 {
  padding-left: 4px !important;
}

.pr-4,
.ph-4 {
  padding-right: 4px !important;
}

.pl-5,
.ph-5 {
  padding-left: 5px !important;
}

.pr-5,
.ph-5 {
  padding-right: 5px !important;
}

.pl-6,
.ph-6 {
  padding-left: 6px !important;
}

.pr-6,
.ph-6 {
  padding-right: 6px !important;
}

.pl-7,
.ph-7 {
  padding-left: 7px !important;
}

.pr-7,
.ph-7 {
  padding-right: 7px !important;
}

.pl-8,
.ph-8 {
  padding-left: 8px !important;
}

.pr-8,
.ph-8 {
  padding-right: 8px !important;
}

.pl-9,
.ph-9 {
  padding-left: 9px !important;
}

.pr-9,
.ph-9 {
  padding-right: 9px !important;
}

.pl-10,
.ph-10 {
  padding-left: 10px !important;
}

.pr-10,
.ph-10 {
  padding-right: 10px !important;
}

.pl-11,
.ph-11 {
  padding-left: 11px !important;
}

.pr-11,
.ph-11 {
  padding-right: 11px !important;
}

.pl-12,
.ph-12 {
  padding-left: 12px !important;
}

.pr-12,
.ph-12 {
  padding-right: 12px !important;
}

.pl-13,
.ph-13 {
  padding-left: 13px !important;
}

.pr-13,
.ph-13 {
  padding-right: 13px !important;
}

.pl-14,
.ph-14 {
  padding-left: 14px !important;
}

.pr-14,
.ph-14 {
  padding-right: 14px !important;
}

.pl-15,
.ph-15 {
  padding-left: 15px !important;
}

.pr-15,
.ph-15 {
  padding-right: 15px !important;
}

.pl-20,
.ph-20 {
  padding-left: 20px !important;
}

.pr-20,
.ph-20 {
  padding-right: 20px !important;
}

.pl-25,
.ph-25 {
  padding-left: 25px !important;
}

.pr-25,
.ph-25 {
  padding-right: 25px !important;
}

.pl-30,
.ph-30 {
  padding-left: 30px !important;
}

.pr-30,
.ph-30 {
  padding-right: 30px !important;
}

.pl-35,
.ph-35 {
  padding-left: 35px !important;
}

.pr-35,
.ph-35 {
  padding-right: 35px !important;
}

.pl-40,
.ph-40 {
  padding-left: 40px !important;
}

.pr-40,
.ph-40 {
  padding-right: 40px !important;
}

.pl-45,
.ph-45 {
  padding-left: 45px !important;
}

.pr-45,
.ph-45 {
  padding-right: 45px !important;
}

.pl-50,
.ph-50 {
  padding-left: 50px !important;
}

.pr-50,
.ph-50 {
  padding-right: 50px !important;
}

.pl-60,
.ph-60 {
  padding-left: 60px !important;
}

.pr-60,
.ph-60 {
  padding-right: 60px !important;
}

.pl-70,
.ph-70 {
  padding-left: 70px !important;
}

.pr-70,
.ph-70 {
  padding-right: 70px !important;
}

.pl-100,
.ph-100 {
  padding-left: 100px !important;
}

.pr-100,
.ph-100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-pad-0 {
    padding: 0px !important;
  }

  .tab-pad-2 {
    padding: 2px !important;
  }

  .tab-pad-3 {
    padding: 3px !important;
  }

  .tab-pad-4 {
    padding: 4px !important;
  }

  .tab-pad-5 {
    padding: 5px !important;
  }

  .tab-pad-6 {
    padding: 6px !important;
  }

  .tab-pad-7 {
    padding: 7px !important;
  }

  .tab-pad-8 {
    padding: 8px !important;
  }

  .tab-pad-9 {
    padding: 9px !important;
  }

  .tab-pad-10 {
    padding: 10px !important;
  }

  .tab-pad-11 {
    padding: 11px !important;
  }

  .tab-pad-12 {
    padding: 12px !important;
  }

  .tab-pad-13 {
    padding: 13px !important;
  }

  .tab-pad-14 {
    padding: 14px !important;
  }

  .tab-pad-15 {
    padding: 15px !important;
  }

  .tab-pad-20 {
    padding: 20px !important;
  }

  .tab-pad-25 {
    padding: 25px !important;
  }

  .tab-pad-30 {
    padding: 30px !important;
  }

  .tab-pad-35 {
    padding: 35px !important;
  }

  .tab-pad-40 {
    padding: 40px !important;
  }

  .tab-pad-45 {
    padding: 45px !important;
  }

  .tab-pad-50 {
    padding: 50px !important;
  }

  .tab-pad-60 {
    padding: 60px !important;
  }

  .tab-pad-70 {
    padding: 70px !important;
  }

  .tab-pad-100 {
    padding: 100px !important;
  }

  .tab-pt-0,
  .tab-pv-0 {
    padding-top: 0px !important;
  }

  .tab-pb-0,
  .tab-pv-0 {
    padding-bottom: 0px !important;
  }

  .tab-pt-2,
  .tab-pv-2 {
    padding-top: 2px !important;
  }

  .tab-pb-2,
  .tab-pv-2 {
    padding-bottom: 2px !important;
  }

  .tab-pt-3,
  .tab-pv-3 {
    padding-top: 3px !important;
  }

  .tab-pb-3,
  .tab-pv-3 {
    padding-bottom: 3px !important;
  }

  .tab-pt-4,
  .tab-pv-4 {
    padding-top: 4px !important;
  }

  .tab-pb-4,
  .tab-pv-4 {
    padding-bottom: 4px !important;
  }

  .tab-pt-5,
  .tab-pv-5 {
    padding-top: 5px !important;
  }

  .tab-pb-5,
  .tab-pv-5 {
    padding-bottom: 5px !important;
  }

  .tab-pt-6,
  .tab-pv-6 {
    padding-top: 6px !important;
  }

  .tab-pb-6,
  .tab-pv-6 {
    padding-bottom: 6px !important;
  }

  .tab-pt-7,
  .tab-pv-7 {
    padding-top: 7px !important;
  }

  .tab-pb-7,
  .tab-pv-7 {
    padding-bottom: 7px !important;
  }

  .tab-pt-8,
  .tab-pv-8 {
    padding-top: 8px !important;
  }

  .tab-pb-8,
  .tab-pv-8 {
    padding-bottom: 8px !important;
  }

  .tab-pt-9,
  .tab-pv-9 {
    padding-top: 9px !important;
  }

  .tab-pb-9,
  .tab-pv-9 {
    padding-bottom: 9px !important;
  }

  .tab-pt-10,
  .tab-pv-10 {
    padding-top: 10px !important;
  }

  .tab-pb-10,
  .tab-pv-10 {
    padding-bottom: 10px !important;
  }

  .tab-pt-11,
  .tab-pv-11 {
    padding-top: 11px !important;
  }

  .tab-pb-11,
  .tab-pv-11 {
    padding-bottom: 11px !important;
  }

  .tab-pt-12,
  .tab-pv-12 {
    padding-top: 12px !important;
  }

  .tab-pb-12,
  .tab-pv-12 {
    padding-bottom: 12px !important;
  }

  .tab-pt-13,
  .tab-pv-13 {
    padding-top: 13px !important;
  }

  .tab-pb-13,
  .tab-pv-13 {
    padding-bottom: 13px !important;
  }

  .tab-pt-14,
  .tab-pv-14 {
    padding-top: 14px !important;
  }

  .tab-pb-14,
  .tab-pv-14 {
    padding-bottom: 14px !important;
  }

  .tab-pt-15,
  .tab-pv-15 {
    padding-top: 15px !important;
  }

  .tab-pb-15,
  .tab-pv-15 {
    padding-bottom: 15px !important;
  }

  .tab-pt-20,
  .tab-pv-20 {
    padding-top: 20px !important;
  }

  .tab-pb-20,
  .tab-pv-20 {
    padding-bottom: 20px !important;
  }

  .tab-pt-25,
  .tab-pv-25 {
    padding-top: 25px !important;
  }

  .tab-pb-25,
  .tab-pv-25 {
    padding-bottom: 25px !important;
  }

  .tab-pt-30,
  .tab-pv-30 {
    padding-top: 30px !important;
  }

  .tab-pb-30,
  .tab-pv-30 {
    padding-bottom: 30px !important;
  }

  .tab-pt-35,
  .tab-pv-35 {
    padding-top: 35px !important;
  }

  .tab-pb-35,
  .tab-pv-35 {
    padding-bottom: 35px !important;
  }

  .tab-pt-40,
  .tab-pv-40 {
    padding-top: 40px !important;
  }

  .tab-pb-40,
  .tab-pv-40 {
    padding-bottom: 40px !important;
  }

  .tab-pt-45,
  .tab-pv-45 {
    padding-top: 45px !important;
  }

  .tab-pb-45,
  .tab-pv-45 {
    padding-bottom: 45px !important;
  }

  .tab-pt-50,
  .tab-pv-50 {
    padding-top: 50px !important;
  }

  .tab-pb-50,
  .tab-pv-50 {
    padding-bottom: 50px !important;
  }

  .tab-pt-60,
  .tab-pv-60 {
    padding-top: 60px !important;
  }

  .tab-pb-60,
  .tab-pv-60 {
    padding-bottom: 60px !important;
  }

  .tab-pt-70,
  .tab-pv-70 {
    padding-top: 70px !important;
  }

  .tab-pb-70,
  .tab-pv-70 {
    padding-bottom: 70px !important;
  }

  .tab-pt-100,
  .tab-pv-100 {
    padding-top: 100px !important;
  }

  .tab-pb-100,
  .tab-pv-100 {
    padding-bottom: 100px !important;
  }

  .tab-pl-0,
  .tab-ph-0 {
    padding-left: 0px !important;
  }

  .tab-pr-0,
  .tab-ph-0 {
    padding-right: 0px !important;
  }

  .tab-pl-2,
  .tab-ph-2 {
    padding-left: 2px !important;
  }

  .tab-pr-2,
  .tab-ph-2 {
    padding-right: 2px !important;
  }

  .tab-pl-3,
  .tab-ph-3 {
    padding-left: 3px !important;
  }

  .tab-pr-3,
  .tab-ph-3 {
    padding-right: 3px !important;
  }

  .tab-pl-4,
  .tab-ph-4 {
    padding-left: 4px !important;
  }

  .tab-pr-4,
  .tab-ph-4 {
    padding-right: 4px !important;
  }

  .tab-pl-5,
  .tab-ph-5 {
    padding-left: 5px !important;
  }

  .tab-pr-5,
  .tab-ph-5 {
    padding-right: 5px !important;
  }

  .tab-pl-6,
  .tab-ph-6 {
    padding-left: 6px !important;
  }

  .tab-pr-6,
  .tab-ph-6 {
    padding-right: 6px !important;
  }

  .tab-pl-7,
  .tab-ph-7 {
    padding-left: 7px !important;
  }

  .tab-pr-7,
  .tab-ph-7 {
    padding-right: 7px !important;
  }

  .tab-pl-8,
  .tab-ph-8 {
    padding-left: 8px !important;
  }

  .tab-pr-8,
  .tab-ph-8 {
    padding-right: 8px !important;
  }

  .tab-pl-9,
  .tab-ph-9 {
    padding-left: 9px !important;
  }

  .tab-pr-9,
  .tab-ph-9 {
    padding-right: 9px !important;
  }

  .tab-pl-10,
  .tab-ph-10 {
    padding-left: 10px !important;
  }

  .tab-pr-10,
  .tab-ph-10 {
    padding-right: 10px !important;
  }

  .tab-pl-11,
  .tab-ph-11 {
    padding-left: 11px !important;
  }

  .tab-pr-11,
  .tab-ph-11 {
    padding-right: 11px !important;
  }

  .tab-pl-12,
  .tab-ph-12 {
    padding-left: 12px !important;
  }

  .tab-pr-12,
  .tab-ph-12 {
    padding-right: 12px !important;
  }

  .tab-pl-13,
  .tab-ph-13 {
    padding-left: 13px !important;
  }

  .tab-pr-13,
  .tab-ph-13 {
    padding-right: 13px !important;
  }

  .tab-pl-14,
  .tab-ph-14 {
    padding-left: 14px !important;
  }

  .tab-pr-14,
  .tab-ph-14 {
    padding-right: 14px !important;
  }

  .tab-pl-15,
  .tab-ph-15 {
    padding-left: 15px !important;
  }

  .tab-pr-15,
  .tab-ph-15 {
    padding-right: 15px !important;
  }

  .tab-pl-20,
  .tab-ph-20 {
    padding-left: 20px !important;
  }

  .tab-pr-20,
  .tab-ph-20 {
    padding-right: 20px !important;
  }

  .tab-pl-25,
  .tab-ph-25 {
    padding-left: 25px !important;
  }

  .tab-pr-25,
  .tab-ph-25 {
    padding-right: 25px !important;
  }

  .tab-pl-30,
  .tab-ph-30 {
    padding-left: 30px !important;
  }

  .tab-pr-30,
  .tab-ph-30 {
    padding-right: 30px !important;
  }

  .tab-pl-35,
  .tab-ph-35 {
    padding-left: 35px !important;
  }

  .tab-pr-35,
  .tab-ph-35 {
    padding-right: 35px !important;
  }

  .tab-pl-40,
  .tab-ph-40 {
    padding-left: 40px !important;
  }

  .tab-pr-40,
  .tab-ph-40 {
    padding-right: 40px !important;
  }

  .tab-pl-45,
  .tab-ph-45 {
    padding-left: 45px !important;
  }

  .tab-pr-45,
  .tab-ph-45 {
    padding-right: 45px !important;
  }

  .tab-pl-50,
  .tab-ph-50 {
    padding-left: 50px !important;
  }

  .tab-pr-50,
  .tab-ph-50 {
    padding-right: 50px !important;
  }

  .tab-pl-60,
  .tab-ph-60 {
    padding-left: 60px !important;
  }

  .tab-pr-60,
  .tab-ph-60 {
    padding-right: 60px !important;
  }

  .tab-pl-70,
  .tab-ph-70 {
    padding-left: 70px !important;
  }

  .tab-pr-70,
  .tab-ph-70 {
    padding-right: 70px !important;
  }

  .tab-pl-100,
  .tab-ph-100 {
    padding-left: 100px !important;
  }

  .tab-pr-100,
  .tab-ph-100 {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-pad-0 {
    padding: 0px !important;
  }

  .phn-tab-pad-2 {
    padding: 2px !important;
  }

  .phn-tab-pad-3 {
    padding: 3px !important;
  }

  .phn-tab-pad-4 {
    padding: 4px !important;
  }

  .phn-tab-pad-5 {
    padding: 5px !important;
  }

  .phn-tab-pad-6 {
    padding: 6px !important;
  }

  .phn-tab-pad-7 {
    padding: 7px !important;
  }

  .phn-tab-pad-8 {
    padding: 8px !important;
  }

  .phn-tab-pad-9 {
    padding: 9px !important;
  }

  .phn-tab-pad-10 {
    padding: 10px !important;
  }

  .phn-tab-pad-11 {
    padding: 11px !important;
  }

  .phn-tab-pad-12 {
    padding: 12px !important;
  }

  .phn-tab-pad-13 {
    padding: 13px !important;
  }

  .phn-tab-pad-14 {
    padding: 14px !important;
  }

  .phn-tab-pad-15 {
    padding: 15px !important;
  }

  .phn-tab-pad-20 {
    padding: 20px !important;
  }

  .phn-tab-pad-25 {
    padding: 25px !important;
  }

  .phn-tab-pad-30 {
    padding: 30px !important;
  }

  .phn-tab-pad-35 {
    padding: 35px !important;
  }

  .phn-tab-pad-40 {
    padding: 40px !important;
  }

  .phn-tab-pad-45 {
    padding: 45px !important;
  }

  .phn-tab-pad-50 {
    padding: 50px !important;
  }

  .phn-tab-pad-60 {
    padding: 60px !important;
  }

  .phn-tab-pad-70 {
    padding: 70px !important;
  }

  .phn-tab-pad-100 {
    padding: 100px !important;
  }

  .phn-tab-pt-0,
  .phn-tab-pv-0 {
    padding-top: 0px !important;
  }

  .phn-tab-pb-0,
  .phn-tab-pv-0 {
    padding-bottom: 0px !important;
  }

  .phn-tab-pt-2,
  .phn-tab-pv-2 {
    padding-top: 2px !important;
  }

  .phn-tab-pb-2,
  .phn-tab-pv-2 {
    padding-bottom: 2px !important;
  }

  .phn-tab-pt-3,
  .phn-tab-pv-3 {
    padding-top: 3px !important;
  }

  .phn-tab-pb-3,
  .phn-tab-pv-3 {
    padding-bottom: 3px !important;
  }

  .phn-tab-pt-4,
  .phn-tab-pv-4 {
    padding-top: 4px !important;
  }

  .phn-tab-pb-4,
  .phn-tab-pv-4 {
    padding-bottom: 4px !important;
  }

  .phn-tab-pt-5,
  .phn-tab-pv-5 {
    padding-top: 5px !important;
  }

  .phn-tab-pb-5,
  .phn-tab-pv-5 {
    padding-bottom: 5px !important;
  }

  .phn-tab-pt-6,
  .phn-tab-pv-6 {
    padding-top: 6px !important;
  }

  .phn-tab-pb-6,
  .phn-tab-pv-6 {
    padding-bottom: 6px !important;
  }

  .phn-tab-pt-7,
  .phn-tab-pv-7 {
    padding-top: 7px !important;
  }

  .phn-tab-pb-7,
  .phn-tab-pv-7 {
    padding-bottom: 7px !important;
  }

  .phn-tab-pt-8,
  .phn-tab-pv-8 {
    padding-top: 8px !important;
  }

  .phn-tab-pb-8,
  .phn-tab-pv-8 {
    padding-bottom: 8px !important;
  }

  .phn-tab-pt-9,
  .phn-tab-pv-9 {
    padding-top: 9px !important;
  }

  .phn-tab-pb-9,
  .phn-tab-pv-9 {
    padding-bottom: 9px !important;
  }

  .phn-tab-pt-10,
  .phn-tab-pv-10 {
    padding-top: 10px !important;
  }

  .phn-tab-pb-10,
  .phn-tab-pv-10 {
    padding-bottom: 10px !important;
  }

  .phn-tab-pt-11,
  .phn-tab-pv-11 {
    padding-top: 11px !important;
  }

  .phn-tab-pb-11,
  .phn-tab-pv-11 {
    padding-bottom: 11px !important;
  }

  .phn-tab-pt-12,
  .phn-tab-pv-12 {
    padding-top: 12px !important;
  }

  .phn-tab-pb-12,
  .phn-tab-pv-12 {
    padding-bottom: 12px !important;
  }

  .phn-tab-pt-13,
  .phn-tab-pv-13 {
    padding-top: 13px !important;
  }

  .phn-tab-pb-13,
  .phn-tab-pv-13 {
    padding-bottom: 13px !important;
  }

  .phn-tab-pt-14,
  .phn-tab-pv-14 {
    padding-top: 14px !important;
  }

  .phn-tab-pb-14,
  .phn-tab-pv-14 {
    padding-bottom: 14px !important;
  }

  .phn-tab-pt-15,
  .phn-tab-pv-15 {
    padding-top: 15px !important;
  }

  .phn-tab-pb-15,
  .phn-tab-pv-15 {
    padding-bottom: 15px !important;
  }

  .phn-tab-pt-20,
  .phn-tab-pv-20 {
    padding-top: 20px !important;
  }

  .phn-tab-pb-20,
  .phn-tab-pv-20 {
    padding-bottom: 20px !important;
  }

  .phn-tab-pt-25,
  .phn-tab-pv-25 {
    padding-top: 25px !important;
  }

  .phn-tab-pb-25,
  .phn-tab-pv-25 {
    padding-bottom: 25px !important;
  }

  .phn-tab-pt-30,
  .phn-tab-pv-30 {
    padding-top: 30px !important;
  }

  .phn-tab-pb-30,
  .phn-tab-pv-30 {
    padding-bottom: 30px !important;
  }

  .phn-tab-pt-35,
  .phn-tab-pv-35 {
    padding-top: 35px !important;
  }

  .phn-tab-pb-35,
  .phn-tab-pv-35 {
    padding-bottom: 35px !important;
  }

  .phn-tab-pt-40,
  .phn-tab-pv-40 {
    padding-top: 40px !important;
  }

  .phn-tab-pb-40,
  .phn-tab-pv-40 {
    padding-bottom: 40px !important;
  }

  .phn-tab-pt-45,
  .phn-tab-pv-45 {
    padding-top: 45px !important;
  }

  .phn-tab-pb-45,
  .phn-tab-pv-45 {
    padding-bottom: 45px !important;
  }

  .phn-tab-pt-50,
  .phn-tab-pv-50 {
    padding-top: 50px !important;
  }

  .phn-tab-pb-50,
  .phn-tab-pv-50 {
    padding-bottom: 50px !important;
  }

  .phn-tab-pt-60,
  .phn-tab-pv-60 {
    padding-top: 60px !important;
  }

  .phn-tab-pb-60,
  .phn-tab-pv-60 {
    padding-bottom: 60px !important;
  }

  .phn-tab-pt-70,
  .phn-tab-pv-70 {
    padding-top: 70px !important;
  }

  .phn-tab-pb-70,
  .phn-tab-pv-70 {
    padding-bottom: 70px !important;
  }

  .phn-tab-pt-100,
  .phn-tab-pv-100 {
    padding-top: 100px !important;
  }

  .phn-tab-pb-100,
  .phn-tab-pv-100 {
    padding-bottom: 100px !important;
  }

  .phn-tab-pl-0,
  .phn-tab-ph-0 {
    padding-left: 0px !important;
  }

  .phn-tab-pr-0,
  .phn-tab-ph-0 {
    padding-right: 0px !important;
  }

  .phn-tab-pl-2,
  .phn-tab-ph-2 {
    padding-left: 2px !important;
  }

  .phn-tab-pr-2,
  .phn-tab-ph-2 {
    padding-right: 2px !important;
  }

  .phn-tab-pl-3,
  .phn-tab-ph-3 {
    padding-left: 3px !important;
  }

  .phn-tab-pr-3,
  .phn-tab-ph-3 {
    padding-right: 3px !important;
  }

  .phn-tab-pl-4,
  .phn-tab-ph-4 {
    padding-left: 4px !important;
  }

  .phn-tab-pr-4,
  .phn-tab-ph-4 {
    padding-right: 4px !important;
  }

  .phn-tab-pl-5,
  .phn-tab-ph-5 {
    padding-left: 5px !important;
  }

  .phn-tab-pr-5,
  .phn-tab-ph-5 {
    padding-right: 5px !important;
  }

  .phn-tab-pl-6,
  .phn-tab-ph-6 {
    padding-left: 6px !important;
  }

  .phn-tab-pr-6,
  .phn-tab-ph-6 {
    padding-right: 6px !important;
  }

  .phn-tab-pl-7,
  .phn-tab-ph-7 {
    padding-left: 7px !important;
  }

  .phn-tab-pr-7,
  .phn-tab-ph-7 {
    padding-right: 7px !important;
  }

  .phn-tab-pl-8,
  .phn-tab-ph-8 {
    padding-left: 8px !important;
  }

  .phn-tab-pr-8,
  .phn-tab-ph-8 {
    padding-right: 8px !important;
  }

  .phn-tab-pl-9,
  .phn-tab-ph-9 {
    padding-left: 9px !important;
  }

  .phn-tab-pr-9,
  .phn-tab-ph-9 {
    padding-right: 9px !important;
  }

  .phn-tab-pl-10,
  .phn-tab-ph-10 {
    padding-left: 10px !important;
  }

  .phn-tab-pr-10,
  .phn-tab-ph-10 {
    padding-right: 10px !important;
  }

  .phn-tab-pl-11,
  .phn-tab-ph-11 {
    padding-left: 11px !important;
  }

  .phn-tab-pr-11,
  .phn-tab-ph-11 {
    padding-right: 11px !important;
  }

  .phn-tab-pl-12,
  .phn-tab-ph-12 {
    padding-left: 12px !important;
  }

  .phn-tab-pr-12,
  .phn-tab-ph-12 {
    padding-right: 12px !important;
  }

  .phn-tab-pl-13,
  .phn-tab-ph-13 {
    padding-left: 13px !important;
  }

  .phn-tab-pr-13,
  .phn-tab-ph-13 {
    padding-right: 13px !important;
  }

  .phn-tab-pl-14,
  .phn-tab-ph-14 {
    padding-left: 14px !important;
  }

  .phn-tab-pr-14,
  .phn-tab-ph-14 {
    padding-right: 14px !important;
  }

  .phn-tab-pl-15,
  .phn-tab-ph-15 {
    padding-left: 15px !important;
  }

  .phn-tab-pr-15,
  .phn-tab-ph-15 {
    padding-right: 15px !important;
  }

  .phn-tab-pl-20,
  .phn-tab-ph-20 {
    padding-left: 20px !important;
  }

  .phn-tab-pr-20,
  .phn-tab-ph-20 {
    padding-right: 20px !important;
  }

  .phn-tab-pl-25,
  .phn-tab-ph-25 {
    padding-left: 25px !important;
  }

  .phn-tab-pr-25,
  .phn-tab-ph-25 {
    padding-right: 25px !important;
  }

  .phn-tab-pl-30,
  .phn-tab-ph-30 {
    padding-left: 30px !important;
  }

  .phn-tab-pr-30,
  .phn-tab-ph-30 {
    padding-right: 30px !important;
  }

  .phn-tab-pl-35,
  .phn-tab-ph-35 {
    padding-left: 35px !important;
  }

  .phn-tab-pr-35,
  .phn-tab-ph-35 {
    padding-right: 35px !important;
  }

  .phn-tab-pl-40,
  .phn-tab-ph-40 {
    padding-left: 40px !important;
  }

  .phn-tab-pr-40,
  .phn-tab-ph-40 {
    padding-right: 40px !important;
  }

  .phn-tab-pl-45,
  .phn-tab-ph-45 {
    padding-left: 45px !important;
  }

  .phn-tab-pr-45,
  .phn-tab-ph-45 {
    padding-right: 45px !important;
  }

  .phn-tab-pl-50,
  .phn-tab-ph-50 {
    padding-left: 50px !important;
  }

  .phn-tab-pr-50,
  .phn-tab-ph-50 {
    padding-right: 50px !important;
  }

  .phn-tab-pl-60,
  .phn-tab-ph-60 {
    padding-left: 60px !important;
  }

  .phn-tab-pr-60,
  .phn-tab-ph-60 {
    padding-right: 60px !important;
  }

  .phn-tab-pl-70,
  .phn-tab-ph-70 {
    padding-left: 70px !important;
  }

  .phn-tab-pr-70,
  .phn-tab-ph-70 {
    padding-right: 70px !important;
  }

  .phn-tab-pl-100,
  .phn-tab-ph-100 {
    padding-left: 100px !important;
  }

  .phn-tab-pr-100,
  .phn-tab-ph-100 {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .phn-pad-0 {
    padding: 0px !important;
  }

  .phn-pad-2 {
    padding: 2px !important;
  }

  .phn-pad-3 {
    padding: 3px !important;
  }

  .phn-pad-4 {
    padding: 4px !important;
  }

  .phn-pad-5 {
    padding: 5px !important;
  }

  .phn-pad-6 {
    padding: 6px !important;
  }

  .phn-pad-7 {
    padding: 7px !important;
  }

  .phn-pad-8 {
    padding: 8px !important;
  }

  .phn-pad-9 {
    padding: 9px !important;
  }

  .phn-pad-10 {
    padding: 10px !important;
  }

  .phn-pad-11 {
    padding: 11px !important;
  }

  .phn-pad-12 {
    padding: 12px !important;
  }

  .phn-pad-13 {
    padding: 13px !important;
  }

  .phn-pad-14 {
    padding: 14px !important;
  }

  .phn-pad-15 {
    padding: 15px !important;
  }

  .phn-pad-20 {
    padding: 20px !important;
  }

  .phn-pad-25 {
    padding: 25px !important;
  }

  .phn-pad-30 {
    padding: 30px !important;
  }

  .phn-pad-35 {
    padding: 35px !important;
  }

  .phn-pad-40 {
    padding: 40px !important;
  }

  .phn-pad-45 {
    padding: 45px !important;
  }

  .phn-pad-50 {
    padding: 50px !important;
  }

  .phn-pad-60 {
    padding: 60px !important;
  }

  .phn-pad-70 {
    padding: 70px !important;
  }

  .phn-pad-100 {
    padding: 100px !important;
  }

  .phn-pt-0,
  .phn-pv-0 {
    padding-top: 0px !important;
  }

  .phn-pb-0,
  .phn-pv-0 {
    padding-bottom: 0px !important;
  }

  .phn-pt-2,
  .phn-pv-2 {
    padding-top: 2px !important;
  }

  .phn-pb-2,
  .phn-pv-2 {
    padding-bottom: 2px !important;
  }

  .phn-pt-3,
  .phn-pv-3 {
    padding-top: 3px !important;
  }

  .phn-pb-3,
  .phn-pv-3 {
    padding-bottom: 3px !important;
  }

  .phn-pt-4,
  .phn-pv-4 {
    padding-top: 4px !important;
  }

  .phn-pb-4,
  .phn-pv-4 {
    padding-bottom: 4px !important;
  }

  .phn-pt-5,
  .phn-pv-5 {
    padding-top: 5px !important;
  }

  .phn-pb-5,
  .phn-pv-5 {
    padding-bottom: 5px !important;
  }

  .phn-pt-6,
  .phn-pv-6 {
    padding-top: 6px !important;
  }

  .phn-pb-6,
  .phn-pv-6 {
    padding-bottom: 6px !important;
  }

  .phn-pt-7,
  .phn-pv-7 {
    padding-top: 7px !important;
  }

  .phn-pb-7,
  .phn-pv-7 {
    padding-bottom: 7px !important;
  }

  .phn-pt-8,
  .phn-pv-8 {
    padding-top: 8px !important;
  }

  .phn-pb-8,
  .phn-pv-8 {
    padding-bottom: 8px !important;
  }

  .phn-pt-9,
  .phn-pv-9 {
    padding-top: 9px !important;
  }

  .phn-pb-9,
  .phn-pv-9 {
    padding-bottom: 9px !important;
  }

  .phn-pt-10,
  .phn-pv-10 {
    padding-top: 10px !important;
  }

  .phn-pb-10,
  .phn-pv-10 {
    padding-bottom: 10px !important;
  }

  .phn-pt-11,
  .phn-pv-11 {
    padding-top: 11px !important;
  }

  .phn-pb-11,
  .phn-pv-11 {
    padding-bottom: 11px !important;
  }

  .phn-pt-12,
  .phn-pv-12 {
    padding-top: 12px !important;
  }

  .phn-pb-12,
  .phn-pv-12 {
    padding-bottom: 12px !important;
  }

  .phn-pt-13,
  .phn-pv-13 {
    padding-top: 13px !important;
  }

  .phn-pb-13,
  .phn-pv-13 {
    padding-bottom: 13px !important;
  }

  .phn-pt-14,
  .phn-pv-14 {
    padding-top: 14px !important;
  }

  .phn-pb-14,
  .phn-pv-14 {
    padding-bottom: 14px !important;
  }

  .phn-pt-15,
  .phn-pv-15 {
    padding-top: 15px !important;
  }

  .phn-pb-15,
  .phn-pv-15 {
    padding-bottom: 15px !important;
  }

  .phn-pt-20,
  .phn-pv-20 {
    padding-top: 20px !important;
  }

  .phn-pb-20,
  .phn-pv-20 {
    padding-bottom: 20px !important;
  }

  .phn-pt-25,
  .phn-pv-25 {
    padding-top: 25px !important;
  }

  .phn-pb-25,
  .phn-pv-25 {
    padding-bottom: 25px !important;
  }

  .phn-pt-30,
  .phn-pv-30 {
    padding-top: 30px !important;
  }

  .phn-pb-30,
  .phn-pv-30 {
    padding-bottom: 30px !important;
  }

  .phn-pt-35,
  .phn-pv-35 {
    padding-top: 35px !important;
  }

  .phn-pb-35,
  .phn-pv-35 {
    padding-bottom: 35px !important;
  }

  .phn-pt-40,
  .phn-pv-40 {
    padding-top: 40px !important;
  }

  .phn-pb-40,
  .phn-pv-40 {
    padding-bottom: 40px !important;
  }

  .phn-pt-45,
  .phn-pv-45 {
    padding-top: 45px !important;
  }

  .phn-pb-45,
  .phn-pv-45 {
    padding-bottom: 45px !important;
  }

  .phn-pt-50,
  .phn-pv-50 {
    padding-top: 50px !important;
  }

  .phn-pb-50,
  .phn-pv-50 {
    padding-bottom: 50px !important;
  }

  .phn-pt-60,
  .phn-pv-60 {
    padding-top: 60px !important;
  }

  .phn-pb-60,
  .phn-pv-60 {
    padding-bottom: 60px !important;
  }

  .phn-pt-70,
  .phn-pv-70 {
    padding-top: 70px !important;
  }

  .phn-pb-70,
  .phn-pv-70 {
    padding-bottom: 70px !important;
  }

  .phn-pt-100,
  .phn-pv-100 {
    padding-top: 100px !important;
  }

  .phn-pb-100,
  .phn-pv-100 {
    padding-bottom: 100px !important;
  }

  .phn-pl-0,
  .phn-ph-0 {
    padding-left: 0px !important;
  }

  .phn-pr-0,
  .phn-ph-0 {
    padding-right: 0px !important;
  }

  .phn-pl-2,
  .phn-ph-2 {
    padding-left: 2px !important;
  }

  .phn-pr-2,
  .phn-ph-2 {
    padding-right: 2px !important;
  }

  .phn-pl-3,
  .phn-ph-3 {
    padding-left: 3px !important;
  }

  .phn-pr-3,
  .phn-ph-3 {
    padding-right: 3px !important;
  }

  .phn-pl-4,
  .phn-ph-4 {
    padding-left: 4px !important;
  }

  .phn-pr-4,
  .phn-ph-4 {
    padding-right: 4px !important;
  }

  .phn-pl-5,
  .phn-ph-5 {
    padding-left: 5px !important;
  }

  .phn-pr-5,
  .phn-ph-5 {
    padding-right: 5px !important;
  }

  .phn-pl-6,
  .phn-ph-6 {
    padding-left: 6px !important;
  }

  .phn-pr-6,
  .phn-ph-6 {
    padding-right: 6px !important;
  }

  .phn-pl-7,
  .phn-ph-7 {
    padding-left: 7px !important;
  }

  .phn-pr-7,
  .phn-ph-7 {
    padding-right: 7px !important;
  }

  .phn-pl-8,
  .phn-ph-8 {
    padding-left: 8px !important;
  }

  .phn-pr-8,
  .phn-ph-8 {
    padding-right: 8px !important;
  }

  .phn-pl-9,
  .phn-ph-9 {
    padding-left: 9px !important;
  }

  .phn-pr-9,
  .phn-ph-9 {
    padding-right: 9px !important;
  }

  .phn-pl-10,
  .phn-ph-10 {
    padding-left: 10px !important;
  }

  .phn-pr-10,
  .phn-ph-10 {
    padding-right: 10px !important;
  }

  .phn-pl-11,
  .phn-ph-11 {
    padding-left: 11px !important;
  }

  .phn-pr-11,
  .phn-ph-11 {
    padding-right: 11px !important;
  }

  .phn-pl-12,
  .phn-ph-12 {
    padding-left: 12px !important;
  }

  .phn-pr-12,
  .phn-ph-12 {
    padding-right: 12px !important;
  }

  .phn-pl-13,
  .phn-ph-13 {
    padding-left: 13px !important;
  }

  .phn-pr-13,
  .phn-ph-13 {
    padding-right: 13px !important;
  }

  .phn-pl-14,
  .phn-ph-14 {
    padding-left: 14px !important;
  }

  .phn-pr-14,
  .phn-ph-14 {
    padding-right: 14px !important;
  }

  .phn-pl-15,
  .phn-ph-15 {
    padding-left: 15px !important;
  }

  .phn-pr-15,
  .phn-ph-15 {
    padding-right: 15px !important;
  }

  .phn-pl-20,
  .phn-ph-20 {
    padding-left: 20px !important;
  }

  .phn-pr-20,
  .phn-ph-20 {
    padding-right: 20px !important;
  }

  .phn-pl-25,
  .phn-ph-25 {
    padding-left: 25px !important;
  }

  .phn-pr-25,
  .phn-ph-25 {
    padding-right: 25px !important;
  }

  .phn-pl-30,
  .phn-ph-30 {
    padding-left: 30px !important;
  }

  .phn-pr-30,
  .phn-ph-30 {
    padding-right: 30px !important;
  }

  .phn-pl-35,
  .phn-ph-35 {
    padding-left: 35px !important;
  }

  .phn-pr-35,
  .phn-ph-35 {
    padding-right: 35px !important;
  }

  .phn-pl-40,
  .phn-ph-40 {
    padding-left: 40px !important;
  }

  .phn-pr-40,
  .phn-ph-40 {
    padding-right: 40px !important;
  }

  .phn-pl-45,
  .phn-ph-45 {
    padding-left: 45px !important;
  }

  .phn-pr-45,
  .phn-ph-45 {
    padding-right: 45px !important;
  }

  .phn-pl-50,
  .phn-ph-50 {
    padding-left: 50px !important;
  }

  .phn-pr-50,
  .phn-ph-50 {
    padding-right: 50px !important;
  }

  .phn-pl-60,
  .phn-ph-60 {
    padding-left: 60px !important;
  }

  .phn-pr-60,
  .phn-ph-60 {
    padding-right: 60px !important;
  }

  .phn-pl-70,
  .phn-ph-70 {
    padding-left: 70px !important;
  }

  .phn-pr-70,
  .phn-ph-70 {
    padding-right: 70px !important;
  }

  .phn-pl-100,
  .phn-ph-100 {
    padding-left: 100px !important;
  }

  .phn-pr-100,
  .phn-ph-100 {
    padding-right: 100px !important;
  }
}

.ma,
.mar-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-a,
.ml-auto {
  margin-left: auto !important;
}

.mr-a,
.mr-auto {
  margin-right: auto !important;
}

.mar-0 {
  margin: 0px !important;
}

.mar-2 {
  margin: 2px !important;
}

.mar-3 {
  margin: 3px !important;
}

.mar-4 {
  margin: 4px !important;
}

.mar-5 {
  margin: 5px !important;
}

.mar-6 {
  margin: 6px !important;
}

.mar-7 {
  margin: 7px !important;
}

.mar-8 {
  margin: 8px !important;
}

.mar-9 {
  margin: 9px !important;
}

.mar-10 {
  margin: 10px !important;
}

.mar-11 {
  margin: 11px !important;
}

.mar-12 {
  margin: 12px !important;
}

.mar-13 {
  margin: 13px !important;
}

.mar-14 {
  margin: 14px !important;
}

.mar-15 {
  margin: 15px !important;
}

.mar-20 {
  margin: 20px !important;
}

.mar-25 {
  margin: 25px !important;
}

.mar-30 {
  margin: 30px !important;
}

.mar-35 {
  margin: 35px !important;
}

.mar-40 {
  margin: 40px !important;
}

.mar-45 {
  margin: 45px !important;
}

.mar-50 {
  margin: 50px !important;
}

.mar-60 {
  margin: 60px !important;
}

.mar-70 {
  margin: 70px !important;
}

.mar-100 {
  margin: 100px !important;
}

.mt-0,
.mv-0 {
  margin-top: 0px !important;
}

.mb-0,
.mv-0 {
  margin-bottom: 0px !important;
}

.mt-2,
.mv-2 {
  margin-top: 2px !important;
}

.mb-2,
.mv-2 {
  margin-bottom: 2px !important;
}

.mt-3,
.mv-3 {
  margin-top: 3px !important;
}

.mb-3,
.mv-3 {
  margin-bottom: 3px !important;
}

.mt-4,
.mv-4 {
  margin-top: 4px !important;
}

.mb-4,
.mv-4 {
  margin-bottom: 4px !important;
}

.mt-5,
.mv-5 {
  margin-top: 5px !important;
}

.mb-5,
.mv-5 {
  margin-bottom: 5px !important;
}

.mt-6,
.mv-6 {
  margin-top: 6px !important;
}

.mb-6,
.mv-6 {
  margin-bottom: 6px !important;
}

.mt-7,
.mv-7 {
  margin-top: 7px !important;
}

.mb-7,
.mv-7 {
  margin-bottom: 7px !important;
}

.mt-8,
.mv-8 {
  margin-top: 8px !important;
}

.mb-8,
.mv-8 {
  margin-bottom: 8px !important;
}

.mt-9,
.mv-9 {
  margin-top: 9px !important;
}

.mb-9,
.mv-9 {
  margin-bottom: 9px !important;
}

.mt-10,
.mv-10 {
  margin-top: 10px !important;
}

.mb-10,
.mv-10 {
  margin-bottom: 10px !important;
}

.mt-11,
.mv-11 {
  margin-top: 11px !important;
}

.mb-11,
.mv-11 {
  margin-bottom: 11px !important;
}

.mt-12,
.mv-12 {
  margin-top: 12px !important;
}

.mb-12,
.mv-12 {
  margin-bottom: 12px !important;
}

.mt-13,
.mv-13 {
  margin-top: 13px !important;
}

.mb-13,
.mv-13 {
  margin-bottom: 13px !important;
}

.mt-14,
.mv-14 {
  margin-top: 14px !important;
}

.mb-14,
.mv-14 {
  margin-bottom: 14px !important;
}

.mt-15,
.mv-15 {
  margin-top: 15px !important;
}

.mb-15,
.mv-15 {
  margin-bottom: 15px !important;
}

.mt-20,
.mv-20 {
  margin-top: 20px !important;
}

.mb-20,
.mv-20 {
  margin-bottom: 20px !important;
}

.mt-25,
.mv-25 {
  margin-top: 25px !important;
}

.mb-25,
.mv-25 {
  margin-bottom: 25px !important;
}

.mt-30,
.mv-30 {
  margin-top: 30px !important;
}

.mb-30,
.mv-30 {
  margin-bottom: 30px !important;
}

.mt-35,
.mv-35 {
  margin-top: 35px !important;
}

.mb-35,
.mv-35 {
  margin-bottom: 35px !important;
}

.mt-40,
.mv-40 {
  margin-top: 40px !important;
}

.mb-40,
.mv-40 {
  margin-bottom: 40px !important;
}

.mt-45,
.mv-45 {
  margin-top: 45px !important;
}

.mb-45,
.mv-45 {
  margin-bottom: 45px !important;
}

.mt-50,
.mv-50 {
  margin-top: 50px !important;
}

.mb-50,
.mv-50 {
  margin-bottom: 50px !important;
}

.mt-60,
.mv-60 {
  margin-top: 60px !important;
}

.mb-60,
.mv-60 {
  margin-bottom: 60px !important;
}

.mt-70,
.mv-70 {
  margin-top: 70px !important;
}

.mb-70,
.mv-70 {
  margin-bottom: 70px !important;
}

.mt-100,
.mv-100 {
  margin-top: 100px !important;
}

.mb-100,
.mv-100 {
  margin-bottom: 100px !important;
}

.ml-0,
.mh-0 {
  margin-left: 0px !important;
}

.mr-0,
.mh-0 {
  margin-right: 0px !important;
}

.ml-2,
.mh-2 {
  margin-left: 2px !important;
}

.mr-2,
.mh-2 {
  margin-right: 2px !important;
}

.ml-3,
.mh-3 {
  margin-left: 3px !important;
}

.mr-3,
.mh-3 {
  margin-right: 3px !important;
}

.ml-4,
.mh-4 {
  margin-left: 4px !important;
}

.mr-4,
.mh-4 {
  margin-right: 4px !important;
}

.ml-5,
.mh-5 {
  margin-left: 5px !important;
}

.mr-5,
.mh-5 {
  margin-right: 5px !important;
}

.ml-6,
.mh-6 {
  margin-left: 6px !important;
}

.mr-6,
.mh-6 {
  margin-right: 6px !important;
}

.ml-7,
.mh-7 {
  margin-left: 7px !important;
}

.mr-7,
.mh-7 {
  margin-right: 7px !important;
}

.ml-8,
.mh-8 {
  margin-left: 8px !important;
}

.mr-8,
.mh-8 {
  margin-right: 8px !important;
}

.ml-9,
.mh-9 {
  margin-left: 9px !important;
}

.mr-9,
.mh-9 {
  margin-right: 9px !important;
}

.ml-10,
.mh-10 {
  margin-left: 10px !important;
}

.mr-10,
.mh-10 {
  margin-right: 10px !important;
}

.ml-11,
.mh-11 {
  margin-left: 11px !important;
}

.mr-11,
.mh-11 {
  margin-right: 11px !important;
}

.ml-12,
.mh-12 {
  margin-left: 12px !important;
}

.mr-12,
.mh-12 {
  margin-right: 12px !important;
}

.ml-13,
.mh-13 {
  margin-left: 13px !important;
}

.mr-13,
.mh-13 {
  margin-right: 13px !important;
}

.ml-14,
.mh-14 {
  margin-left: 14px !important;
}

.mr-14,
.mh-14 {
  margin-right: 14px !important;
}

.ml-15,
.mh-15 {
  margin-left: 15px !important;
}

.mr-15,
.mh-15 {
  margin-right: 15px !important;
}

.ml-20,
.mh-20 {
  margin-left: 20px !important;
}

.mr-20,
.mh-20 {
  margin-right: 20px !important;
}

.ml-25,
.mh-25 {
  margin-left: 25px !important;
}

.mr-25,
.mh-25 {
  margin-right: 25px !important;
}

.ml-30,
.mh-30 {
  margin-left: 30px !important;
}

.mr-30,
.mh-30 {
  margin-right: 30px !important;
}

.ml-35,
.mh-35 {
  margin-left: 35px !important;
}

.mr-35,
.mh-35 {
  margin-right: 35px !important;
}

.ml-40,
.mh-40 {
  margin-left: 40px !important;
}

.mr-40,
.mh-40 {
  margin-right: 40px !important;
}

.ml-45,
.mh-45 {
  margin-left: 45px !important;
}

.mr-45,
.mh-45 {
  margin-right: 45px !important;
}

.ml-50,
.mh-50 {
  margin-left: 50px !important;
}

.mr-50,
.mh-50 {
  margin-right: 50px !important;
}

.ml-60,
.mh-60 {
  margin-left: 60px !important;
}

.mr-60,
.mh-60 {
  margin-right: 60px !important;
}

.ml-70,
.mh-70 {
  margin-left: 70px !important;
}

.mr-70,
.mh-70 {
  margin-right: 70px !important;
}

.ml-100,
.mh-100 {
  margin-left: 100px !important;
}

.mr-100,
.mh-100 {
  margin-right: 100px !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-ma,
  .tab-mar-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tab-ml-a,
  .tab-ml-auto {
    margin-left: auto !important;
  }

  .tab-mr-a,
  .tab-mr-auto {
    margin-right: auto !important;
  }

  .tab-mar-0 {
    margin: 0px !important;
  }

  .tab-mar-2 {
    margin: 2px !important;
  }

  .tab-mar-3 {
    margin: 3px !important;
  }

  .tab-mar-4 {
    margin: 4px !important;
  }

  .tab-mar-5 {
    margin: 5px !important;
  }

  .tab-mar-6 {
    margin: 6px !important;
  }

  .tab-mar-7 {
    margin: 7px !important;
  }

  .tab-mar-8 {
    margin: 8px !important;
  }

  .tab-mar-9 {
    margin: 9px !important;
  }

  .tab-mar-10 {
    margin: 10px !important;
  }

  .tab-mar-11 {
    margin: 11px !important;
  }

  .tab-mar-12 {
    margin: 12px !important;
  }

  .tab-mar-13 {
    margin: 13px !important;
  }

  .tab-mar-14 {
    margin: 14px !important;
  }

  .tab-mar-15 {
    margin: 15px !important;
  }

  .tab-mar-20 {
    margin: 20px !important;
  }

  .tab-mar-25 {
    margin: 25px !important;
  }

  .tab-mar-30 {
    margin: 30px !important;
  }

  .tab-mar-35 {
    margin: 35px !important;
  }

  .tab-mar-40 {
    margin: 40px !important;
  }

  .tab-mar-45 {
    margin: 45px !important;
  }

  .tab-mar-50 {
    margin: 50px !important;
  }

  .tab-mar-60 {
    margin: 60px !important;
  }

  .tab-mar-70 {
    margin: 70px !important;
  }

  .tab-mar-100 {
    margin: 100px !important;
  }

  .tab-mt-0,
  .tab-mv-0 {
    margin-top: 0px !important;
  }

  .tab-mb-0,
  .tab-mv-0 {
    margin-bottom: 0px !important;
  }

  .tab-mt-2,
  .tab-mv-2 {
    margin-top: 2px !important;
  }

  .tab-mb-2,
  .tab-mv-2 {
    margin-bottom: 2px !important;
  }

  .tab-mt-3,
  .tab-mv-3 {
    margin-top: 3px !important;
  }

  .tab-mb-3,
  .tab-mv-3 {
    margin-bottom: 3px !important;
  }

  .tab-mt-4,
  .tab-mv-4 {
    margin-top: 4px !important;
  }

  .tab-mb-4,
  .tab-mv-4 {
    margin-bottom: 4px !important;
  }

  .tab-mt-5,
  .tab-mv-5 {
    margin-top: 5px !important;
  }

  .tab-mb-5,
  .tab-mv-5 {
    margin-bottom: 5px !important;
  }

  .tab-mt-6,
  .tab-mv-6 {
    margin-top: 6px !important;
  }

  .tab-mb-6,
  .tab-mv-6 {
    margin-bottom: 6px !important;
  }

  .tab-mt-7,
  .tab-mv-7 {
    margin-top: 7px !important;
  }

  .tab-mb-7,
  .tab-mv-7 {
    margin-bottom: 7px !important;
  }

  .tab-mt-8,
  .tab-mv-8 {
    margin-top: 8px !important;
  }

  .tab-mb-8,
  .tab-mv-8 {
    margin-bottom: 8px !important;
  }

  .tab-mt-9,
  .tab-mv-9 {
    margin-top: 9px !important;
  }

  .tab-mb-9,
  .tab-mv-9 {
    margin-bottom: 9px !important;
  }

  .tab-mt-10,
  .tab-mv-10 {
    margin-top: 10px !important;
  }

  .tab-mb-10,
  .tab-mv-10 {
    margin-bottom: 10px !important;
  }

  .tab-mt-11,
  .tab-mv-11 {
    margin-top: 11px !important;
  }

  .tab-mb-11,
  .tab-mv-11 {
    margin-bottom: 11px !important;
  }

  .tab-mt-12,
  .tab-mv-12 {
    margin-top: 12px !important;
  }

  .tab-mb-12,
  .tab-mv-12 {
    margin-bottom: 12px !important;
  }

  .tab-mt-13,
  .tab-mv-13 {
    margin-top: 13px !important;
  }

  .tab-mb-13,
  .tab-mv-13 {
    margin-bottom: 13px !important;
  }

  .tab-mt-14,
  .tab-mv-14 {
    margin-top: 14px !important;
  }

  .tab-mb-14,
  .tab-mv-14 {
    margin-bottom: 14px !important;
  }

  .tab-mt-15,
  .tab-mv-15 {
    margin-top: 15px !important;
  }

  .tab-mb-15,
  .tab-mv-15 {
    margin-bottom: 15px !important;
  }

  .tab-mt-20,
  .tab-mv-20 {
    margin-top: 20px !important;
  }

  .tab-mb-20,
  .tab-mv-20 {
    margin-bottom: 20px !important;
  }

  .tab-mt-25,
  .tab-mv-25 {
    margin-top: 25px !important;
  }

  .tab-mb-25,
  .tab-mv-25 {
    margin-bottom: 25px !important;
  }

  .tab-mt-30,
  .tab-mv-30 {
    margin-top: 30px !important;
  }

  .tab-mb-30,
  .tab-mv-30 {
    margin-bottom: 30px !important;
  }

  .tab-mt-35,
  .tab-mv-35 {
    margin-top: 35px !important;
  }

  .tab-mb-35,
  .tab-mv-35 {
    margin-bottom: 35px !important;
  }

  .tab-mt-40,
  .tab-mv-40 {
    margin-top: 40px !important;
  }

  .tab-mb-40,
  .tab-mv-40 {
    margin-bottom: 40px !important;
  }

  .tab-mt-45,
  .tab-mv-45 {
    margin-top: 45px !important;
  }

  .tab-mb-45,
  .tab-mv-45 {
    margin-bottom: 45px !important;
  }

  .tab-mt-50,
  .tab-mv-50 {
    margin-top: 50px !important;
  }

  .tab-mb-50,
  .tab-mv-50 {
    margin-bottom: 50px !important;
  }

  .tab-mt-60,
  .tab-mv-60 {
    margin-top: 60px !important;
  }

  .tab-mb-60,
  .tab-mv-60 {
    margin-bottom: 60px !important;
  }

  .tab-mt-70,
  .tab-mv-70 {
    margin-top: 70px !important;
  }

  .tab-mb-70,
  .tab-mv-70 {
    margin-bottom: 70px !important;
  }

  .tab-mt-100,
  .tab-mv-100 {
    margin-top: 100px !important;
  }

  .tab-mb-100,
  .tab-mv-100 {
    margin-bottom: 100px !important;
  }

  .tab-ml-0,
  .tab-mh-0 {
    margin-left: 0px !important;
  }

  .tab-mr-0,
  .tab-mh-0 {
    margin-right: 0px !important;
  }

  .tab-ml-2,
  .tab-mh-2 {
    margin-left: 2px !important;
  }

  .tab-mr-2,
  .tab-mh-2 {
    margin-right: 2px !important;
  }

  .tab-ml-3,
  .tab-mh-3 {
    margin-left: 3px !important;
  }

  .tab-mr-3,
  .tab-mh-3 {
    margin-right: 3px !important;
  }

  .tab-ml-4,
  .tab-mh-4 {
    margin-left: 4px !important;
  }

  .tab-mr-4,
  .tab-mh-4 {
    margin-right: 4px !important;
  }

  .tab-ml-5,
  .tab-mh-5 {
    margin-left: 5px !important;
  }

  .tab-mr-5,
  .tab-mh-5 {
    margin-right: 5px !important;
  }

  .tab-ml-6,
  .tab-mh-6 {
    margin-left: 6px !important;
  }

  .tab-mr-6,
  .tab-mh-6 {
    margin-right: 6px !important;
  }

  .tab-ml-7,
  .tab-mh-7 {
    margin-left: 7px !important;
  }

  .tab-mr-7,
  .tab-mh-7 {
    margin-right: 7px !important;
  }

  .tab-ml-8,
  .tab-mh-8 {
    margin-left: 8px !important;
  }

  .tab-mr-8,
  .tab-mh-8 {
    margin-right: 8px !important;
  }

  .tab-ml-9,
  .tab-mh-9 {
    margin-left: 9px !important;
  }

  .tab-mr-9,
  .tab-mh-9 {
    margin-right: 9px !important;
  }

  .tab-ml-10,
  .tab-mh-10 {
    margin-left: 10px !important;
  }

  .tab-mr-10,
  .tab-mh-10 {
    margin-right: 10px !important;
  }

  .tab-ml-11,
  .tab-mh-11 {
    margin-left: 11px !important;
  }

  .tab-mr-11,
  .tab-mh-11 {
    margin-right: 11px !important;
  }

  .tab-ml-12,
  .tab-mh-12 {
    margin-left: 12px !important;
  }

  .tab-mr-12,
  .tab-mh-12 {
    margin-right: 12px !important;
  }

  .tab-ml-13,
  .tab-mh-13 {
    margin-left: 13px !important;
  }

  .tab-mr-13,
  .tab-mh-13 {
    margin-right: 13px !important;
  }

  .tab-ml-14,
  .tab-mh-14 {
    margin-left: 14px !important;
  }

  .tab-mr-14,
  .tab-mh-14 {
    margin-right: 14px !important;
  }

  .tab-ml-15,
  .tab-mh-15 {
    margin-left: 15px !important;
  }

  .tab-mr-15,
  .tab-mh-15 {
    margin-right: 15px !important;
  }

  .tab-ml-20,
  .tab-mh-20 {
    margin-left: 20px !important;
  }

  .tab-mr-20,
  .tab-mh-20 {
    margin-right: 20px !important;
  }

  .tab-ml-25,
  .tab-mh-25 {
    margin-left: 25px !important;
  }

  .tab-mr-25,
  .tab-mh-25 {
    margin-right: 25px !important;
  }

  .tab-ml-30,
  .tab-mh-30 {
    margin-left: 30px !important;
  }

  .tab-mr-30,
  .tab-mh-30 {
    margin-right: 30px !important;
  }

  .tab-ml-35,
  .tab-mh-35 {
    margin-left: 35px !important;
  }

  .tab-mr-35,
  .tab-mh-35 {
    margin-right: 35px !important;
  }

  .tab-ml-40,
  .tab-mh-40 {
    margin-left: 40px !important;
  }

  .tab-mr-40,
  .tab-mh-40 {
    margin-right: 40px !important;
  }

  .tab-ml-45,
  .tab-mh-45 {
    margin-left: 45px !important;
  }

  .tab-mr-45,
  .tab-mh-45 {
    margin-right: 45px !important;
  }

  .tab-ml-50,
  .tab-mh-50 {
    margin-left: 50px !important;
  }

  .tab-mr-50,
  .tab-mh-50 {
    margin-right: 50px !important;
  }

  .tab-ml-60,
  .tab-mh-60 {
    margin-left: 60px !important;
  }

  .tab-mr-60,
  .tab-mh-60 {
    margin-right: 60px !important;
  }

  .tab-ml-70,
  .tab-mh-70 {
    margin-left: 70px !important;
  }

  .tab-mr-70,
  .tab-mh-70 {
    margin-right: 70px !important;
  }

  .tab-ml-100,
  .tab-mh-100 {
    margin-left: 100px !important;
  }

  .tab-mr-100,
  .tab-mh-100 {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-ma,
  .phn-tab-mar-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .phn-tab-ml-a,
  .phn-tab-ml-auto {
    margin-left: auto !important;
  }

  .phn-tab-mr-a,
  .phn-tab-mr-auto {
    margin-right: auto !important;
  }

  .phn-tab-mar-0 {
    margin: 0px !important;
  }

  .phn-tab-mar-2 {
    margin: 2px !important;
  }

  .phn-tab-mar-3 {
    margin: 3px !important;
  }

  .phn-tab-mar-4 {
    margin: 4px !important;
  }

  .phn-tab-mar-5 {
    margin: 5px !important;
  }

  .phn-tab-mar-6 {
    margin: 6px !important;
  }

  .phn-tab-mar-7 {
    margin: 7px !important;
  }

  .phn-tab-mar-8 {
    margin: 8px !important;
  }

  .phn-tab-mar-9 {
    margin: 9px !important;
  }

  .phn-tab-mar-10 {
    margin: 10px !important;
  }

  .phn-tab-mar-11 {
    margin: 11px !important;
  }

  .phn-tab-mar-12 {
    margin: 12px !important;
  }

  .phn-tab-mar-13 {
    margin: 13px !important;
  }

  .phn-tab-mar-14 {
    margin: 14px !important;
  }

  .phn-tab-mar-15 {
    margin: 15px !important;
  }

  .phn-tab-mar-20 {
    margin: 20px !important;
  }

  .phn-tab-mar-25 {
    margin: 25px !important;
  }

  .phn-tab-mar-30 {
    margin: 30px !important;
  }

  .phn-tab-mar-35 {
    margin: 35px !important;
  }

  .phn-tab-mar-40 {
    margin: 40px !important;
  }

  .phn-tab-mar-45 {
    margin: 45px !important;
  }

  .phn-tab-mar-50 {
    margin: 50px !important;
  }

  .phn-tab-mar-60 {
    margin: 60px !important;
  }

  .phn-tab-mar-70 {
    margin: 70px !important;
  }

  .phn-tab-mar-100 {
    margin: 100px !important;
  }

  .phn-tab-mt-0,
  .phn-tab-mv-0 {
    margin-top: 0px !important;
  }

  .phn-tab-mb-0,
  .phn-tab-mv-0 {
    margin-bottom: 0px !important;
  }

  .phn-tab-mt-2,
  .phn-tab-mv-2 {
    margin-top: 2px !important;
  }

  .phn-tab-mb-2,
  .phn-tab-mv-2 {
    margin-bottom: 2px !important;
  }

  .phn-tab-mt-3,
  .phn-tab-mv-3 {
    margin-top: 3px !important;
  }

  .phn-tab-mb-3,
  .phn-tab-mv-3 {
    margin-bottom: 3px !important;
  }

  .phn-tab-mt-4,
  .phn-tab-mv-4 {
    margin-top: 4px !important;
  }

  .phn-tab-mb-4,
  .phn-tab-mv-4 {
    margin-bottom: 4px !important;
  }

  .phn-tab-mt-5,
  .phn-tab-mv-5 {
    margin-top: 5px !important;
  }

  .phn-tab-mb-5,
  .phn-tab-mv-5 {
    margin-bottom: 5px !important;
  }

  .phn-tab-mt-6,
  .phn-tab-mv-6 {
    margin-top: 6px !important;
  }

  .phn-tab-mb-6,
  .phn-tab-mv-6 {
    margin-bottom: 6px !important;
  }

  .phn-tab-mt-7,
  .phn-tab-mv-7 {
    margin-top: 7px !important;
  }

  .phn-tab-mb-7,
  .phn-tab-mv-7 {
    margin-bottom: 7px !important;
  }

  .phn-tab-mt-8,
  .phn-tab-mv-8 {
    margin-top: 8px !important;
  }

  .phn-tab-mb-8,
  .phn-tab-mv-8 {
    margin-bottom: 8px !important;
  }

  .phn-tab-mt-9,
  .phn-tab-mv-9 {
    margin-top: 9px !important;
  }

  .phn-tab-mb-9,
  .phn-tab-mv-9 {
    margin-bottom: 9px !important;
  }

  .phn-tab-mt-10,
  .phn-tab-mv-10 {
    margin-top: 10px !important;
  }

  .phn-tab-mb-10,
  .phn-tab-mv-10 {
    margin-bottom: 10px !important;
  }

  .phn-tab-mt-11,
  .phn-tab-mv-11 {
    margin-top: 11px !important;
  }

  .phn-tab-mb-11,
  .phn-tab-mv-11 {
    margin-bottom: 11px !important;
  }

  .phn-tab-mt-12,
  .phn-tab-mv-12 {
    margin-top: 12px !important;
  }

  .phn-tab-mb-12,
  .phn-tab-mv-12 {
    margin-bottom: 12px !important;
  }

  .phn-tab-mt-13,
  .phn-tab-mv-13 {
    margin-top: 13px !important;
  }

  .phn-tab-mb-13,
  .phn-tab-mv-13 {
    margin-bottom: 13px !important;
  }

  .phn-tab-mt-14,
  .phn-tab-mv-14 {
    margin-top: 14px !important;
  }

  .phn-tab-mb-14,
  .phn-tab-mv-14 {
    margin-bottom: 14px !important;
  }

  .phn-tab-mt-15,
  .phn-tab-mv-15 {
    margin-top: 15px !important;
  }

  .phn-tab-mb-15,
  .phn-tab-mv-15 {
    margin-bottom: 15px !important;
  }

  .phn-tab-mt-20,
  .phn-tab-mv-20 {
    margin-top: 20px !important;
  }

  .phn-tab-mb-20,
  .phn-tab-mv-20 {
    margin-bottom: 20px !important;
  }

  .phn-tab-mt-25,
  .phn-tab-mv-25 {
    margin-top: 25px !important;
  }

  .phn-tab-mb-25,
  .phn-tab-mv-25 {
    margin-bottom: 25px !important;
  }

  .phn-tab-mt-30,
  .phn-tab-mv-30 {
    margin-top: 30px !important;
  }

  .phn-tab-mb-30,
  .phn-tab-mv-30 {
    margin-bottom: 30px !important;
  }

  .phn-tab-mt-35,
  .phn-tab-mv-35 {
    margin-top: 35px !important;
  }

  .phn-tab-mb-35,
  .phn-tab-mv-35 {
    margin-bottom: 35px !important;
  }

  .phn-tab-mt-40,
  .phn-tab-mv-40 {
    margin-top: 40px !important;
  }

  .phn-tab-mb-40,
  .phn-tab-mv-40 {
    margin-bottom: 40px !important;
  }

  .phn-tab-mt-45,
  .phn-tab-mv-45 {
    margin-top: 45px !important;
  }

  .phn-tab-mb-45,
  .phn-tab-mv-45 {
    margin-bottom: 45px !important;
  }

  .phn-tab-mt-50,
  .phn-tab-mv-50 {
    margin-top: 50px !important;
  }

  .phn-tab-mb-50,
  .phn-tab-mv-50 {
    margin-bottom: 50px !important;
  }

  .phn-tab-mt-60,
  .phn-tab-mv-60 {
    margin-top: 60px !important;
  }

  .phn-tab-mb-60,
  .phn-tab-mv-60 {
    margin-bottom: 60px !important;
  }

  .phn-tab-mt-70,
  .phn-tab-mv-70 {
    margin-top: 70px !important;
  }

  .phn-tab-mb-70,
  .phn-tab-mv-70 {
    margin-bottom: 70px !important;
  }

  .phn-tab-mt-100,
  .phn-tab-mv-100 {
    margin-top: 100px !important;
  }

  .phn-tab-mb-100,
  .phn-tab-mv-100 {
    margin-bottom: 100px !important;
  }

  .phn-tab-ml-0,
  .phn-tab-mh-0 {
    margin-left: 0px !important;
  }

  .phn-tab-mr-0,
  .phn-tab-mh-0 {
    margin-right: 0px !important;
  }

  .phn-tab-ml-2,
  .phn-tab-mh-2 {
    margin-left: 2px !important;
  }

  .phn-tab-mr-2,
  .phn-tab-mh-2 {
    margin-right: 2px !important;
  }

  .phn-tab-ml-3,
  .phn-tab-mh-3 {
    margin-left: 3px !important;
  }

  .phn-tab-mr-3,
  .phn-tab-mh-3 {
    margin-right: 3px !important;
  }

  .phn-tab-ml-4,
  .phn-tab-mh-4 {
    margin-left: 4px !important;
  }

  .phn-tab-mr-4,
  .phn-tab-mh-4 {
    margin-right: 4px !important;
  }

  .phn-tab-ml-5,
  .phn-tab-mh-5 {
    margin-left: 5px !important;
  }

  .phn-tab-mr-5,
  .phn-tab-mh-5 {
    margin-right: 5px !important;
  }

  .phn-tab-ml-6,
  .phn-tab-mh-6 {
    margin-left: 6px !important;
  }

  .phn-tab-mr-6,
  .phn-tab-mh-6 {
    margin-right: 6px !important;
  }

  .phn-tab-ml-7,
  .phn-tab-mh-7 {
    margin-left: 7px !important;
  }

  .phn-tab-mr-7,
  .phn-tab-mh-7 {
    margin-right: 7px !important;
  }

  .phn-tab-ml-8,
  .phn-tab-mh-8 {
    margin-left: 8px !important;
  }

  .phn-tab-mr-8,
  .phn-tab-mh-8 {
    margin-right: 8px !important;
  }

  .phn-tab-ml-9,
  .phn-tab-mh-9 {
    margin-left: 9px !important;
  }

  .phn-tab-mr-9,
  .phn-tab-mh-9 {
    margin-right: 9px !important;
  }

  .phn-tab-ml-10,
  .phn-tab-mh-10 {
    margin-left: 10px !important;
  }

  .phn-tab-mr-10,
  .phn-tab-mh-10 {
    margin-right: 10px !important;
  }

  .phn-tab-ml-11,
  .phn-tab-mh-11 {
    margin-left: 11px !important;
  }

  .phn-tab-mr-11,
  .phn-tab-mh-11 {
    margin-right: 11px !important;
  }

  .phn-tab-ml-12,
  .phn-tab-mh-12 {
    margin-left: 12px !important;
  }

  .phn-tab-mr-12,
  .phn-tab-mh-12 {
    margin-right: 12px !important;
  }

  .phn-tab-ml-13,
  .phn-tab-mh-13 {
    margin-left: 13px !important;
  }

  .phn-tab-mr-13,
  .phn-tab-mh-13 {
    margin-right: 13px !important;
  }

  .phn-tab-ml-14,
  .phn-tab-mh-14 {
    margin-left: 14px !important;
  }

  .phn-tab-mr-14,
  .phn-tab-mh-14 {
    margin-right: 14px !important;
  }

  .phn-tab-ml-15,
  .phn-tab-mh-15 {
    margin-left: 15px !important;
  }

  .phn-tab-mr-15,
  .phn-tab-mh-15 {
    margin-right: 15px !important;
  }

  .phn-tab-ml-20,
  .phn-tab-mh-20 {
    margin-left: 20px !important;
  }

  .phn-tab-mr-20,
  .phn-tab-mh-20 {
    margin-right: 20px !important;
  }

  .phn-tab-ml-25,
  .phn-tab-mh-25 {
    margin-left: 25px !important;
  }

  .phn-tab-mr-25,
  .phn-tab-mh-25 {
    margin-right: 25px !important;
  }

  .phn-tab-ml-30,
  .phn-tab-mh-30 {
    margin-left: 30px !important;
  }

  .phn-tab-mr-30,
  .phn-tab-mh-30 {
    margin-right: 30px !important;
  }

  .phn-tab-ml-35,
  .phn-tab-mh-35 {
    margin-left: 35px !important;
  }

  .phn-tab-mr-35,
  .phn-tab-mh-35 {
    margin-right: 35px !important;
  }

  .phn-tab-ml-40,
  .phn-tab-mh-40 {
    margin-left: 40px !important;
  }

  .phn-tab-mr-40,
  .phn-tab-mh-40 {
    margin-right: 40px !important;
  }

  .phn-tab-ml-45,
  .phn-tab-mh-45 {
    margin-left: 45px !important;
  }

  .phn-tab-mr-45,
  .phn-tab-mh-45 {
    margin-right: 45px !important;
  }

  .phn-tab-ml-50,
  .phn-tab-mh-50 {
    margin-left: 50px !important;
  }

  .phn-tab-mr-50,
  .phn-tab-mh-50 {
    margin-right: 50px !important;
  }

  .phn-tab-ml-60,
  .phn-tab-mh-60 {
    margin-left: 60px !important;
  }

  .phn-tab-mr-60,
  .phn-tab-mh-60 {
    margin-right: 60px !important;
  }

  .phn-tab-ml-70,
  .phn-tab-mh-70 {
    margin-left: 70px !important;
  }

  .phn-tab-mr-70,
  .phn-tab-mh-70 {
    margin-right: 70px !important;
  }

  .phn-tab-ml-100,
  .phn-tab-mh-100 {
    margin-left: 100px !important;
  }

  .phn-tab-mr-100,
  .phn-tab-mh-100 {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .phn-ma,
  .phn-mar-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .phn-ml-a,
  .phn-ml-auto {
    margin-left: auto !important;
  }

  .phn-mr-a,
  .phn-mr-auto {
    margin-right: auto !important;
  }

  .phn-mar-0 {
    margin: 0px !important;
  }

  .phn-mar-2 {
    margin: 2px !important;
  }

  .phn-mar-3 {
    margin: 3px !important;
  }

  .phn-mar-4 {
    margin: 4px !important;
  }

  .phn-mar-5 {
    margin: 5px !important;
  }

  .phn-mar-6 {
    margin: 6px !important;
  }

  .phn-mar-7 {
    margin: 7px !important;
  }

  .phn-mar-8 {
    margin: 8px !important;
  }

  .phn-mar-9 {
    margin: 9px !important;
  }

  .phn-mar-10 {
    margin: 10px !important;
  }

  .phn-mar-11 {
    margin: 11px !important;
  }

  .phn-mar-12 {
    margin: 12px !important;
  }

  .phn-mar-13 {
    margin: 13px !important;
  }

  .phn-mar-14 {
    margin: 14px !important;
  }

  .phn-mar-15 {
    margin: 15px !important;
  }

  .phn-mar-20 {
    margin: 20px !important;
  }

  .phn-mar-25 {
    margin: 25px !important;
  }

  .phn-mar-30 {
    margin: 30px !important;
  }

  .phn-mar-35 {
    margin: 35px !important;
  }

  .phn-mar-40 {
    margin: 40px !important;
  }

  .phn-mar-45 {
    margin: 45px !important;
  }

  .phn-mar-50 {
    margin: 50px !important;
  }

  .phn-mar-60 {
    margin: 60px !important;
  }

  .phn-mar-70 {
    margin: 70px !important;
  }

  .phn-mar-100 {
    margin: 100px !important;
  }

  .phn-mt-0,
  .phn-mv-0 {
    margin-top: 0px !important;
  }

  .phn-mb-0,
  .phn-mv-0 {
    margin-bottom: 0px !important;
  }

  .phn-mt-2,
  .phn-mv-2 {
    margin-top: 2px !important;
  }

  .phn-mb-2,
  .phn-mv-2 {
    margin-bottom: 2px !important;
  }

  .phn-mt-3,
  .phn-mv-3 {
    margin-top: 3px !important;
  }

  .phn-mb-3,
  .phn-mv-3 {
    margin-bottom: 3px !important;
  }

  .phn-mt-4,
  .phn-mv-4 {
    margin-top: 4px !important;
  }

  .phn-mb-4,
  .phn-mv-4 {
    margin-bottom: 4px !important;
  }

  .phn-mt-5,
  .phn-mv-5 {
    margin-top: 5px !important;
  }

  .phn-mb-5,
  .phn-mv-5 {
    margin-bottom: 5px !important;
  }

  .phn-mt-6,
  .phn-mv-6 {
    margin-top: 6px !important;
  }

  .phn-mb-6,
  .phn-mv-6 {
    margin-bottom: 6px !important;
  }

  .phn-mt-7,
  .phn-mv-7 {
    margin-top: 7px !important;
  }

  .phn-mb-7,
  .phn-mv-7 {
    margin-bottom: 7px !important;
  }

  .phn-mt-8,
  .phn-mv-8 {
    margin-top: 8px !important;
  }

  .phn-mb-8,
  .phn-mv-8 {
    margin-bottom: 8px !important;
  }

  .phn-mt-9,
  .phn-mv-9 {
    margin-top: 9px !important;
  }

  .phn-mb-9,
  .phn-mv-9 {
    margin-bottom: 9px !important;
  }

  .phn-mt-10,
  .phn-mv-10 {
    margin-top: 10px !important;
  }

  .phn-mb-10,
  .phn-mv-10 {
    margin-bottom: 10px !important;
  }

  .phn-mt-11,
  .phn-mv-11 {
    margin-top: 11px !important;
  }

  .phn-mb-11,
  .phn-mv-11 {
    margin-bottom: 11px !important;
  }

  .phn-mt-12,
  .phn-mv-12 {
    margin-top: 12px !important;
  }

  .phn-mb-12,
  .phn-mv-12 {
    margin-bottom: 12px !important;
  }

  .phn-mt-13,
  .phn-mv-13 {
    margin-top: 13px !important;
  }

  .phn-mb-13,
  .phn-mv-13 {
    margin-bottom: 13px !important;
  }

  .phn-mt-14,
  .phn-mv-14 {
    margin-top: 14px !important;
  }

  .phn-mb-14,
  .phn-mv-14 {
    margin-bottom: 14px !important;
  }

  .phn-mt-15,
  .phn-mv-15 {
    margin-top: 15px !important;
  }

  .phn-mb-15,
  .phn-mv-15 {
    margin-bottom: 15px !important;
  }

  .phn-mt-20,
  .phn-mv-20 {
    margin-top: 20px !important;
  }

  .phn-mb-20,
  .phn-mv-20 {
    margin-bottom: 20px !important;
  }

  .phn-mt-25,
  .phn-mv-25 {
    margin-top: 25px !important;
  }

  .phn-mb-25,
  .phn-mv-25 {
    margin-bottom: 25px !important;
  }

  .phn-mt-30,
  .phn-mv-30 {
    margin-top: 30px !important;
  }

  .phn-mb-30,
  .phn-mv-30 {
    margin-bottom: 30px !important;
  }

  .phn-mt-35,
  .phn-mv-35 {
    margin-top: 35px !important;
  }

  .phn-mb-35,
  .phn-mv-35 {
    margin-bottom: 35px !important;
  }

  .phn-mt-40,
  .phn-mv-40 {
    margin-top: 40px !important;
  }

  .phn-mb-40,
  .phn-mv-40 {
    margin-bottom: 40px !important;
  }

  .phn-mt-45,
  .phn-mv-45 {
    margin-top: 45px !important;
  }

  .phn-mb-45,
  .phn-mv-45 {
    margin-bottom: 45px !important;
  }

  .phn-mt-50,
  .phn-mv-50 {
    margin-top: 50px !important;
  }

  .phn-mb-50,
  .phn-mv-50 {
    margin-bottom: 50px !important;
  }

  .phn-mt-60,
  .phn-mv-60 {
    margin-top: 60px !important;
  }

  .phn-mb-60,
  .phn-mv-60 {
    margin-bottom: 60px !important;
  }

  .phn-mt-70,
  .phn-mv-70 {
    margin-top: 70px !important;
  }

  .phn-mb-70,
  .phn-mv-70 {
    margin-bottom: 70px !important;
  }

  .phn-mt-100,
  .phn-mv-100 {
    margin-top: 100px !important;
  }

  .phn-mb-100,
  .phn-mv-100 {
    margin-bottom: 100px !important;
  }

  .phn-ml-0,
  .phn-mh-0 {
    margin-left: 0px !important;
  }

  .phn-mr-0,
  .phn-mh-0 {
    margin-right: 0px !important;
  }

  .phn-ml-2,
  .phn-mh-2 {
    margin-left: 2px !important;
  }

  .phn-mr-2,
  .phn-mh-2 {
    margin-right: 2px !important;
  }

  .phn-ml-3,
  .phn-mh-3 {
    margin-left: 3px !important;
  }

  .phn-mr-3,
  .phn-mh-3 {
    margin-right: 3px !important;
  }

  .phn-ml-4,
  .phn-mh-4 {
    margin-left: 4px !important;
  }

  .phn-mr-4,
  .phn-mh-4 {
    margin-right: 4px !important;
  }

  .phn-ml-5,
  .phn-mh-5 {
    margin-left: 5px !important;
  }

  .phn-mr-5,
  .phn-mh-5 {
    margin-right: 5px !important;
  }

  .phn-ml-6,
  .phn-mh-6 {
    margin-left: 6px !important;
  }

  .phn-mr-6,
  .phn-mh-6 {
    margin-right: 6px !important;
  }

  .phn-ml-7,
  .phn-mh-7 {
    margin-left: 7px !important;
  }

  .phn-mr-7,
  .phn-mh-7 {
    margin-right: 7px !important;
  }

  .phn-ml-8,
  .phn-mh-8 {
    margin-left: 8px !important;
  }

  .phn-mr-8,
  .phn-mh-8 {
    margin-right: 8px !important;
  }

  .phn-ml-9,
  .phn-mh-9 {
    margin-left: 9px !important;
  }

  .phn-mr-9,
  .phn-mh-9 {
    margin-right: 9px !important;
  }

  .phn-ml-10,
  .phn-mh-10 {
    margin-left: 10px !important;
  }

  .phn-mr-10,
  .phn-mh-10 {
    margin-right: 10px !important;
  }

  .phn-ml-11,
  .phn-mh-11 {
    margin-left: 11px !important;
  }

  .phn-mr-11,
  .phn-mh-11 {
    margin-right: 11px !important;
  }

  .phn-ml-12,
  .phn-mh-12 {
    margin-left: 12px !important;
  }

  .phn-mr-12,
  .phn-mh-12 {
    margin-right: 12px !important;
  }

  .phn-ml-13,
  .phn-mh-13 {
    margin-left: 13px !important;
  }

  .phn-mr-13,
  .phn-mh-13 {
    margin-right: 13px !important;
  }

  .phn-ml-14,
  .phn-mh-14 {
    margin-left: 14px !important;
  }

  .phn-mr-14,
  .phn-mh-14 {
    margin-right: 14px !important;
  }

  .phn-ml-15,
  .phn-mh-15 {
    margin-left: 15px !important;
  }

  .phn-mr-15,
  .phn-mh-15 {
    margin-right: 15px !important;
  }

  .phn-ml-20,
  .phn-mh-20 {
    margin-left: 20px !important;
  }

  .phn-mr-20,
  .phn-mh-20 {
    margin-right: 20px !important;
  }

  .phn-ml-25,
  .phn-mh-25 {
    margin-left: 25px !important;
  }

  .phn-mr-25,
  .phn-mh-25 {
    margin-right: 25px !important;
  }

  .phn-ml-30,
  .phn-mh-30 {
    margin-left: 30px !important;
  }

  .phn-mr-30,
  .phn-mh-30 {
    margin-right: 30px !important;
  }

  .phn-ml-35,
  .phn-mh-35 {
    margin-left: 35px !important;
  }

  .phn-mr-35,
  .phn-mh-35 {
    margin-right: 35px !important;
  }

  .phn-ml-40,
  .phn-mh-40 {
    margin-left: 40px !important;
  }

  .phn-mr-40,
  .phn-mh-40 {
    margin-right: 40px !important;
  }

  .phn-ml-45,
  .phn-mh-45 {
    margin-left: 45px !important;
  }

  .phn-mr-45,
  .phn-mh-45 {
    margin-right: 45px !important;
  }

  .phn-ml-50,
  .phn-mh-50 {
    margin-left: 50px !important;
  }

  .phn-mr-50,
  .phn-mh-50 {
    margin-right: 50px !important;
  }

  .phn-ml-60,
  .phn-mh-60 {
    margin-left: 60px !important;
  }

  .phn-mr-60,
  .phn-mh-60 {
    margin-right: 60px !important;
  }

  .phn-ml-70,
  .phn-mh-70 {
    margin-left: 70px !important;
  }

  .phn-mr-70,
  .phn-mh-70 {
    margin-right: 70px !important;
  }

  .phn-ml-100,
  .phn-mh-100 {
    margin-left: 100px !important;
  }

  .phn-mr-100,
  .phn-mh-100 {
    margin-right: 100px !important;
  }
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-static {
  position: static !important;
}

.pos-fixed {
  position: fixed !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-pos-relative {
    position: relative !important;
  }

  .tab-pos-absolute {
    position: absolute !important;
  }

  .tab-pos-static {
    position: static !important;
  }

  .tab-pos-fixed {
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-pos-relative {
    position: relative !important;
  }

  .phn-tab-pos-absolute {
    position: absolute !important;
  }

  .phn-tab-pos-static {
    position: static !important;
  }

  .phn-tab-pos-fixed {
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .phn-pos-relative {
    position: relative !important;
  }

  .phn-pos-absolute {
    position: absolute !important;
  }

  .phn-pos-static {
    position: static !important;
  }

  .phn-pos-fixed {
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.clickable {
  cursor: pointer !important;
}

.link,
.link:active {
  text-decoration: none !important;
}

.link:hover,
.link:focus {
  text-decoration: underline !important;
}

.link-clean,
.link-clean:hover,
.link-clean:focus,
.link-clean:active {
  text-decoration: none !important;
}

.link-block {
  display: block !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-clickable {
    cursor: pointer !important;
  }

  .tab-link,
  .tab-link:active {
    text-decoration: none !important;
  }

  .tab-link:hover,
  .tab-link:focus {
    text-decoration: underline !important;
  }

  .tab-link-clean,
  .tab-link-clean:hover,
  .tab-link-clean:focus,
  .tab-link-clean:active {
    text-decoration: none !important;
  }

  .tab-link-block {
    display: block !important;
    text-decoration: none !important;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-clickable {
    cursor: pointer !important;
  }

  .phn-tab-link,
  .phn-tab-link:active {
    text-decoration: none !important;
  }

  .phn-tab-link:hover,
  .phn-tab-link:focus {
    text-decoration: underline !important;
  }

  .phn-tab-link-clean,
  .phn-tab-link-clean:hover,
  .phn-tab-link-clean:focus,
  .phn-tab-link-clean:active {
    text-decoration: none !important;
  }

  .phn-tab-link-block {
    display: block !important;
    text-decoration: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .phn-clickable {
    cursor: pointer !important;
  }

  .phn-link,
  .phn-link:active {
    text-decoration: none !important;
  }

  .phn-link:hover,
  .phn-link:focus {
    text-decoration: underline !important;
  }

  .phn-link-clean,
  .phn-link-clean:hover,
  .phn-link-clean:focus,
  .phn-link-clean:active {
    text-decoration: none !important;
  }

  .phn-link-block {
    display: block !important;
    text-decoration: none !important;
  }
}

.width-auto {
  width: auto !important;
}

.width-fill {
  width: auto !important;
  display: block !important;
  overflow: hidden !important;
}

.width-full {
  width: 100% !important;
}

.width-full-alt {
  width: 100% !important;
  display: block !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn,
.float-none {
  float: none !important;
}

.clr,
.clear {
  clear: both;
}

.cf,
.clearfix {
  zoom: 1;
}

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.cf:after,
.clearfix:after {
  clear: both;
}

.ta-c,
.align-center {
  text-align: center !important;
}

.ta-l,
.align-left {
  text-align: left !important;
}

.ta-r,
.align-right {
  text-align: right !important;
}

.va-top,
.align-top {
  vertical-align: top !important;
}

.va-middle,
.align-middle {
  vertical-align: middle !important;
}

.va-bottom,
.align-bottom {
  vertical-align: bottom !important;
}

.va-baseline,
.align-baseline {
  vertical-align: baseline !important;
}

.hide,
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.transparent {
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}

.opaque {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
  max-width: 100% !important;
}

.table {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
}

.table-row {
  display: table-row !important;
}

.border-box {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.hide-text {
  display: block !important;
  overflow: hidden !important;
  text-indent: -9999px !important;
}

.ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  -ms-text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
}

.non-selectable,
.disable-text-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.uc,
.uppercase {
  text-transform: uppercase !important;
}

.lc,
.lowercase {
  text-transform: lowercase !important;
}

.inherit-color {
  color: inherit !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-width-auto {
    width: auto !important;
  }

  .tab-width-fill {
    width: auto !important;
    display: block !important;
    overflow: hidden !important;
  }

  .tab-width-full {
    width: 100% !important;
  }

  .tab-width-full-alt {
    width: 100% !important;
    display: block !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .tab-fl {
    float: left !important;
  }

  .tab-fr {
    float: right !important;
  }

  .tab-fn,
  .tab-float-none {
    float: none !important;
  }

  .tab-clr,
  .tab-clear {
    clear: both;
  }

  .tab-cf,
  .tab-clearfix {
    zoom: 1;
  }

  .tab-cf:before,
  .tab-cf:after,
  .tab-clearfix:before,
  .tab-clearfix:after {
    content: " ";
    display: table;
  }

  .tab-cf:after,
  .tab-clearfix:after {
    clear: both;
  }

  .tab-ta-c,
  .tab-align-center {
    text-align: center !important;
  }

  .tab-ta-l,
  .tab-align-left {
    text-align: left !important;
  }

  .tab-ta-r,
  .tab-align-right {
    text-align: right !important;
  }

  .tab-va-top,
  .tab-align-top {
    vertical-align: top !important;
  }

  .tab-va-middle,
  .tab-align-middle {
    vertical-align: middle !important;
  }

  .tab-va-bottom,
  .tab-align-bottom {
    vertical-align: bottom !important;
  }

  .tab-va-baseline,
  .tab-align-baseline {
    vertical-align: baseline !important;
  }

  .tab-hide,
  .tab-hidden {
    display: none !important;
  }

  .tab-invisible {
    visibility: hidden !important;
  }

  .tab-transparent {
    zoom: 1 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
  }

  .tab-opaque {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  .tab-inline {
    display: inline !important;
  }

  .tab-block {
    display: block !important;
  }

  .tab-inline-block {
    display: inline-block !important;
    max-width: 100% !important;
  }

  .tab-table {
    display: table !important;
  }

  .tab-table-cell {
    display: table-cell !important;
  }

  .tab-table-row {
    display: table-row !important;
  }

  .tab-border-box {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .tab-hide-text {
    display: block !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }

  .tab-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .tab-non-selectable,
  .disable-text-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .tab-uc,
  .tab-uppercase {
    text-transform: uppercase !important;
  }

  .tab-lc,
  .tab-lowercase {
    text-transform: lowercase !important;
  }

  .tab-inherit-color {
    color: inherit !important;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-width-auto {
    width: auto !important;
  }

  .phn-tab-width-fill {
    width: auto !important;
    display: block !important;
    overflow: hidden !important;
  }

  .phn-tab-width-full {
    width: 100% !important;
  }

  .phn-tab-width-full-alt {
    width: 100% !important;
    display: block !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .phn-tab-fl {
    float: left !important;
  }

  .phn-tab-fr {
    float: right !important;
  }

  .phn-tab-fn,
  .phn-tab-float-none {
    float: none !important;
  }

  .phn-tab-clr,
  .phn-tab-clear {
    clear: both;
  }

  .phn-tab-cf,
  .phn-tab-clearfix {
    zoom: 1;
  }

  .phn-tab-cf:before,
  .phn-tab-cf:after,
  .phn-tab-clearfix:before,
  .phn-tab-clearfix:after {
    content: " ";
    display: table;
  }

  .phn-tab-cf:after,
  .phn-tab-clearfix:after {
    clear: both;
  }

  .phn-tab-ta-c,
  .phn-tab-align-center {
    text-align: center !important;
  }

  .phn-tab-ta-l,
  .phn-tab-align-left {
    text-align: left !important;
  }

  .phn-tab-ta-r,
  .phn-tab-align-right {
    text-align: right !important;
  }

  .phn-tab-va-top,
  .phn-tab-align-top {
    vertical-align: top !important;
  }

  .phn-tab-va-middle,
  .phn-tab-align-middle {
    vertical-align: middle !important;
  }

  .phn-tab-va-bottom,
  .phn-tab-align-bottom {
    vertical-align: bottom !important;
  }

  .phn-tab-va-baseline,
  .phn-tab-align-baseline {
    vertical-align: baseline !important;
  }

  .phn-tab-hide,
  .phn-tab-hidden {
    display: none !important;
  }

  .phn-tab-invisible {
    visibility: hidden !important;
  }

  .phn-tab-transparent {
    zoom: 1 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
  }

  .phn-tab-opaque {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  .phn-tab-inline {
    display: inline !important;
  }

  .phn-tab-block {
    display: block !important;
  }

  .phn-tab-inline-block {
    display: inline-block !important;
    max-width: 100% !important;
  }

  .phn-tab-table {
    display: table !important;
  }

  .phn-tab-table-cell {
    display: table-cell !important;
  }

  .phn-tab-table-row {
    display: table-row !important;
  }

  .phn-tab-border-box {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .phn-tab-hide-text {
    display: block !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }

  .phn-tab-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .phn-tab-non-selectable,
  .phn-tab-disable-text-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .phn-tab-uc,
  .phn-tab-uppercase {
    text-transform: uppercase !important;
  }

  .phn-tab-lc,
  .phn-tab-lowercase {
    text-transform: lowercase !important;
  }

  .phn-tab-inherit-color {
    color: inherit !important;
  }
}

@media only screen and (max-width: 767px) {
  .phn-width-auto {
    width: auto !important;
  }

  .phn-width-fill {
    width: auto !important;
    display: block !important;
    overflow: hidden !important;
  }

  .phn-width-full {
    width: 100% !important;
  }

  .phn-width-full-alt {
    width: 100% !important;
    display: block !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .phn-fl {
    float: left !important;
  }

  .phn-fr {
    float: right !important;
  }

  .phn-fn,
  .phn-float-none {
    float: none !important;
  }

  .phn-clr,
  .phn-clear {
    clear: both;
  }

  .phn-cf,
  .phn-clearfix {
    zoom: 1;
  }

  .phn-cf:before,
  .phn-cf:after,
  .phn-clearfix:before,
  .phn-clearfix:after {
    content: " ";
    display: table;
  }

  .phn-cf:after,
  .phn-clearfix:after {
    clear: both;
  }

  .phn-ta-c,
  .phn-align-center {
    text-align: center !important;
  }

  .phn-ta-l,
  .phn-align-left {
    text-align: left !important;
  }

  .phn-ta-r,
  .phn-align-right {
    text-align: right !important;
  }

  .phn-va-top,
  .phn-align-top {
    vertical-align: top !important;
  }

  .phn-va-middle,
  .phn-align-middle {
    vertical-align: middle !important;
  }

  .phn-va-bottom,
  .phn-align-bottom {
    vertical-align: bottom !important;
  }

  .phn-va-baseline,
  .phn-align-baseline {
    vertical-align: baseline !important;
  }

  .phn-hide,
  .phn-hidden {
    display: none !important;
  }

  .phn-invisible {
    visibility: hidden !important;
  }

  .phn-transparent {
    zoom: 1 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
  }

  .phn-opaque {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
  }

  .phn-inline {
    display: inline !important;
  }

  .phn-block {
    display: block !important;
  }

  .phn-inline-block {
    display: inline-block !important;
    max-width: 100% !important;
  }

  .phn-table {
    display: table !important;
  }

  .phn-table-cell {
    display: table-cell !important;
  }

  .phn-table-row {
    display: table-row !important;
  }

  .phn-border-box {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .phn-hide-text {
    display: block !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }

  .phn-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
  }

  .phn-non-selectable,
  .disable-text-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .phn-uc,
  .phn-uppercase {
    text-transform: uppercase !important;
  }

  .phn-lc,
  .phn-lowercase {
    text-transform: lowercase !important;
  }

  .phn-inherit-color {
    color: inherit !important;
  }
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.line-through {
  text-decoration: line-through !important;
}

.text-break {
  word-wrap: break-word !important;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tab-normal {
    font-weight: normal !important;
  }

  .tab-bold {
    font-weight: bold !important;
  }

  .tab-italic {
    font-style: italic !important;
  }

  .tab-line-through {
    text-decoration: line-through !important;
  }

  .tab-text-break {
    word-wrap: break-word !important;
  }
}

@media only screen and (max-width: 979px) {
  .phn-tab-normal {
    font-weight: normal !important;
  }

  .phn-tab-bold {
    font-weight: bold !important;
  }

  .phn-tab-italic {
    font-style: italic !important;
  }

  .phn-tab-line-through {
    text-decoration: line-through !important;
  }

  .phn-tab-text-break {
    word-wrap: break-word !important;
  }
}

@media only screen and (max-width: 767px) {
  .phn-normal {
    font-weight: normal !important;
  }

  .phn-bold {
    font-weight: bold !important;
  }

  .phn-italic {
    font-style: italic !important;
  }

  .phn-line-through {
    text-decoration: line-through !important;
  }

  .phn-text-break {
    word-wrap: break-word !important;
  }
}

/* -- Navigation -- */

.navbar {
  background-color: #474850;
  margin: 0 auto;
  padding: 10px 0;
}

.navbar .navbar-brand {
  padding: 0 0 0 20px;
  margin-left: 0px !important;
  height: 45px;
}

.navbar .navbar-brand > img {
  width: 185px;
}

.navbar-nav > li > a {
  font-family: "Oswald";
  text-transform: uppercase;
}

.navbar-default .navbar-nav li {
  border-right: 1px solid #e5e1df;
}

.navbar-default .navbar-nav li.last a {
  background: #e06238;
  color: #fff;
  border-right: 0;
}

.navbar-default .navbar-nav li a .fa-user {
  padding-right: 5px;
}

.navbar-default .navbar-nav li a .fa-chevron-down {
  margin-left: 10px;
  margin-top: 3px;
  float: right;
}

.navbar-right .dropdown-menu {
  right: 0;
}

.nav-bar-quick-links {
  padding: 0;
}

.nav-bar-quick-links .navbar-nav {
  float: none;
}

.nav-bar-quick-links .navbar-nav > li {
  border-right: 0;
  padding: 5px 0;
  width: 25%;
}

.nav-bar-quick-links .navbar-nav > li > a {
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  border-right: 1px solid #DED9D7;
}

.nav-bar-quick-links .navbar-nav > li > a,
.nav-bar-quick-links .navbar-nav > li > a:hover,
.nav-bar-quick-links .navbar-nav > li > a:focus {
  background: none;
  color: #474850;
}

.nav-bar-quick-links .navbar-nav > li:last-child > a {
  border-right: 0;
}

.nav-bar-quick-links .navbar-nav > li > a > i {
  width: 100%;
  line-height: 0;
  font-size: 20px;
  font-size: 2rem;
}

.nav-bar-quick-links-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  display: none;
}

.nav-bar-quick-links-fixed .navbar-nav > li > a {
  padding: 0 25px;
}

@media only screen and (max-width: 991px) {
  .nav-bar-quick-links .navbar-nav > li > a,
  .nav-bar-quick-links-fixed .navbar-nav > li > a {
    padding: 0 25px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .nav-bar-quick-links,
  .nav-bar-quick-links-fixed {
    display: none !important;
  }
}

.navbar-static-pages {
  background: #474850;
  padding: 20px 0 30px !important;
  background: transparent;
  min-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.navbar-static-pages .nav > ul > li > a {
  padding: 10px;
}

.navbar-static-pages .nav > ul > li > a:last-child {
  padding: 0;
}

.navbar-static-pages .navbar-brand img {
  width: 185px;
}

.navbar-static-pages .navbar-static ul {
  margin-top: 3px;
}

.navbar-static-pages .navbar-static ul li {
  border-left: 0;
}

.navbar-static-pages .navbar-static ul li.light.sign {
  border-left: 1px solid #fff;
}

.navbar-static-pages .navbar-static ul li.light a {
  font-family: "open_sans_condensed";
  font-weight: 300;
}

.navbar-static-pages .navbar-static ul li a:hover {
  background: none;
}

.navbar-static-pages .navbar-default .navbar-toggle {
  margin: 0 10px;
}

.navbar-static-pages .navbar-static ul li a {
  font-family: "open_sans_condensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-static-pages .navbar-static ul {
    margin-top: 5px;
  }

  .navbar-static-pages .navbar-static ul li a {
    padding: 0 7px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-static-pages {
    padding: 15px 0;
  }

  .navbar-static-pages .navbar-static ul {
    background: #2f3035;
    margin-top: 0;
  }

  .navbar-static-pages .navbar-static ul li a {
    padding: 15px;
    font-size: 25px;
    font-size: 2.5rem;
  }

  .navbar-static-pages .navbar-static ul li.light.sign {
    border-left: 0;
  }
}

.navbar {
  background-color: #474850;
  margin: 0 auto;
  padding: 0;
}

.navbar .navbar-brand {
  padding: 12px 0 0 12px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .navbar .navbar-brand {
    padding: 12px 0 0 0;
  }
}

.navbar .navbar-branda {
  padding: 0;
}

.navbar .navbar-brand > img {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .navbar {
    padding: 0;
  }

  .navbar .navbar-toggle {
    padding: 10px 15px;
    margin: 0;
    height: 45px;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar .navbar-toggle.navbar-menu {
    border-right: 1px solid white;
    border-left: 1px solid white;
  }

  .navbar .navbar-toggle.navbar-menu span {
    background-color: #474850;
  }

  .navbar .navbar-toggle.navbar-menu.collapsed span {
    background-color: white;
  }

  .navbar .navbar-toggle.navbar-menu,
  .navbar .navbar-toggle.navbar-user {
    background-color: white;
    color: #474850;
  }

  .navbar .navbar-toggle.navbar-menu.collapsed,
  .navbar .navbar-toggle.navbar-user.collapsed {
    background-color: #474850;
    color: white;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .navbar > .container,
  .navbar-white > .container,
  .navbar > .content,
  .navbar-white > .content {
    width: 100% !important;
    padding: 0 !important;
  }
}

.navbar-default .navbar-nav.client-nav > li {
  border-left: 1px solid #e5e1df;
  border-right: 0;
}

.navbar-default .navbar-nav.client-nav > li:last-child {
  border-right: solid 1px white;
}

.navbar-default .navbar-nav.client-nav > li .picture {
  height: 42px !important;
  position: relative;
}

.navbar-default .navbar-nav.client-nav > li .picture-change,
.navbar-default .navbar-nav.client-nav > li .picture-change:hover {
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav.client-nav > li .picture {
    display: none !important;
  }
}

.navbar-default .navbar-nav.client-nav > li .profile-pic {
  width: 42px;
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav.client-nav > li {
    border-left: 0;
    border-right: 0;
  }
}

.navbar-nav.client-nav > li > a {
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  float: left;
}

.navbar-nav.client-nav > li > a .fa-user {
  padding-right: 5px;
  font-size: 20px;
  font-size: 2rem;
}

.navbar-nav.client-nav > li > a .fa-sort-desc {
  margin-left: 5px;
  margin-top: 0;
  float: right;
}

@media only screen and (max-width: 768px) {
  .navbar-nav.client-nav > li > a {
    float: none;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-nav.client-nav > li > a {
    padding: 15 20px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-nav.client-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-nav.client-nav li > a {
    background-color: white;
    color: #333;
    border-bottom: 1px solid #333;
    line-height: 24px;
  }
}

.navbar-nav > li > a.active {
  font-weight: 700;
}

.navbar-nav > li > a.dropdown-toggle {
  padding: 3px 15px 0 15px;
}

.navbar-default .navbar-nav .open .dropdown-menu {
  margin-top: 15px;
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li {
  border-bottom: 1px solid #000;
}

.navbar-default .navbar-nav .open .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  font-size: 1.3rem;
}

.navbar-default .navbar-nav .open .dropdown-menu:after,
.navbar-default .navbar-nav .open .dropdown-menu:before {
  bottom: 100%;
  right: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.navbar-default .navbar-nav .open .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px 14px 10px;
  margin-left: -10px;
}

.navbar-default .navbar-nav .open .dropdown-menu:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 10px 14px 10px;
  margin-left: -10px;
}

.nav-project-status > .dropdown-toggle {
  color: #000;
}

.nav-project-status > .dropdown-menu {
  border: 1px solid #000;
  padding: 0;
  margin-top: 10px;
}

.nav-project-status > .dropdown-menu li {
  border-bottom: 1px solid #000;
}

.nav-project-status > .dropdown-menu li:last-child {
  border-bottom: 0;
}

.nav-project-status > .dropdown-menu li > a {
  position: relative;
  padding: 7px 50px 7px 35px;
}

.nav-project-status > .dropdown-menu li > a > i {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
}

.nav-project-status > .dropdown-menu li > a.selected i {
  display: inline-block;
  display: -moz-inline-stack;
  *display: inline;
}

.nav-project-status .dropdown-menu:after,
.nav-project-status .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.nav-project-status .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px 13px 9px 13px;
  margin-left: -9px;
}

.nav-project-status .dropdown-menu:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  border-width: 10px 14px 10px;
  margin-left: -10px;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse.navbar-default,
  .navbar-collapse.user-menu {
    border-width: 0;
  }

  .navbar-collapse.navbar-default.in li > a.post-project,
  .navbar-collapse.user-menu.in li > a.post-project {
    margin-top: -1px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    border: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu:after,
  .navbar-default .navbar-nav .open .dropdown-menu:before {
    display: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-bottom: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li:first-child {
    border-top: 1px solid white;
  }

  .navbar-collapse {
    margin-bottom: -7px;
  }

  .navbar-nav.client-nav {
    margin-top: 0;
  }

  .navbar-nav.client-nav > li > a.dropdown-toggle {
    padding: 3px 20px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-right: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #79b9dc;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-collapse.user-menu {
    display: none !important;
  }
}

html body .navbar--admin-rebrand {
  background-color: #fff;
  border: 0;
}

html body .navbar--admin-rebrand .navbar-header {
  padding: 0;
  margin: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #333;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-header {
    border: 0;
  }
}

html body .navbar--admin-rebrand .navbar-collapse {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: black;
  padding: 0;
  margin: 0;
}

html body .navbar--admin-rebrand .navbar-brand {
  width: 100%;
  max-width: 70px;
  height: 45px;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-brand {
    padding-left: 12px;
  }
}

html body .navbar--admin-rebrand .navbar-brand > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

html body .navbar--admin-rebrand .navbar-brand > img.is-svg {
  display: none;
}

.svg html body .navbar--admin-rebrand .navbar-brand > img.is-svg {
  display: block;
}

.svg html body .navbar--admin-rebrand .navbar-brand > img.is-png {
  display: none;
}

html body .navbar--admin-rebrand .nav > li,
html body .navbar--admin-rebrand > li {
  border-width: 0 !important;
}

html body .navbar--admin-rebrand .nav > li > a,
html body .navbar--admin-rebrand > li > a {
  background-color: transparent;
  padding: 15px;
  height: 45px;
  border: 0;
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

html body .navbar--admin-rebrand .nav > li > a:visited,
html body .navbar--admin-rebrand .nav > li > a:active,
html body .navbar--admin-rebrand .nav > li > a:focus,
html body .navbar--admin-rebrand .nav > li > a:hover,
html body .navbar--admin-rebrand > li > a:visited,
html body .navbar--admin-rebrand > li > a:active,
html body .navbar--admin-rebrand > li > a:focus,
html body .navbar--admin-rebrand > li > a:hover {
  color: #333;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

html body .navbar--admin-rebrand .nav > li > a:hover,
html body .navbar--admin-rebrand > li > a:hover {
  background-color: #f2f2f2 !important;
}

html body .navbar--admin-rebrand .nav > li > a.post-project,
html body .navbar--admin-rebrand > li > a.post-project {
  background-color: transparent;
}

html body .navbar--admin-rebrand .nav > li > a.active,
html body .navbar--admin-rebrand > li > a.active {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  html body .navbar--admin-rebrand .navbar--admin-menu-list {
    margin: 0;
    float: none;
    text-align: left !important;
  }

  html body .navbar--admin-rebrand .navbar--admin-menu-list li {
    border: 0;
  }

  html body .navbar--admin-rebrand .navbar--admin-menu-list a {
    font-size: 12px !important;
    padding: 7px !important;
    height: auto !important;
  }
}

html body .navbar--admin-rebrand .navbar-nav {
  margin-right: 0;
}

html body .navbar--admin-rebrand .navbar-collapse--admin {
  margin: 0;
  padding: 0;
  float: none !important;
  display: none;
  text-align: left;
  border-width: 0 1px 1px 1px !important;
  border-color: #333;
  border-style: solid;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-collapse--admin {
    float: right !important;
  }
}

html body .navbar--admin-rebrand .navbar-collapse--admin ul {
  margin: 0;
  text-align: left;
  border-width: 0 !important;
  float: none;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-collapse--admin ul {
    float: right;
  }
}

html body .navbar--admin-rebrand .navbar-collapse--admin ul > li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border-width: 0 !important;
  text-align: left;
}

html body .navbar--admin-rebrand .navbar-collapse--admin ul > li > a {
  border-width: 0;
  background-color: #fff;
  margin: 0;
  display: block;
  float: none;
  padding: 7px;
  font-size: 12px;
  height: auto;
  transition: background-color 200ms ease-in-out;
}

html body .navbar--admin-rebrand .navbar-collapse--admin ul > li > a:hover {
  background-color: #f2f2f2 !important;
}

html body .navbar--admin-rebrand .navbar-collapse--admin ul > li strong {
  background-color: #f2f2f2;
  display: block;
  padding: 7px;
  font-size: 12px;
}

html body .navbar--admin-rebrand .navbar-collapse--admin.collapse.in {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-collapse--admin.collapse.in {
    display: inline-block !important;
  }
}

html body .navbar--admin-rebrand .navbar-toggle--admin {
  float: right;
  padding: 0;
  margin: 0 0 0 15px;
  display: none !important;
  color: #333;
  background-color: #fff;
  border-width: 0 0 0 1px;
  border-color: #333;
  border-style: solid;
  padding: 0px 10px 0;
  font-size: 20px;
  height: 45px;
  transition: background-color 200ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  html body .navbar--admin-rebrand .navbar-toggle--admin {
    display: inline-block !important;
  }
}

html body .navbar--admin-rebrand .navbar-toggle--admin[aria-expanded="true"] {
  background-color: #f2f2f2;
}

html body .navbar--admin-rebrand .navbar-toggle--admin:visited,
html body .navbar--admin-rebrand .navbar-toggle--admin:active,
html body .navbar--admin-rebrand .navbar-toggle--admin:focus,
html body .navbar--admin-rebrand .navbar-toggle--admin:hover {
  color: #333;
  background-color: #f2f2f2;
  outline: none;
  box-shadow: none;
}

html body .navbar--admin-rebrand .navbar-toggle--admin .fa {
  display: inline-block;
  padding: 0 1px;
}

html body .navbar--admin-rebrand .navbar-toggle--admin .fa.fa-chevron-down {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.on-till-desktop {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .on-till-desktop {
    display: none !important;
  }
}

.on-till-desktop strong {
  display: block;
  background-color: #f2f2f2;
  padding: 7px !important;
  text-align: left !important;
  font-size: 11px;
  text-transform: uppercase;
}

.navbar-important-style {
  margin: 0 !important;
  color: #333 !important;
  background-color: #fff !important;
  border-width: 0 0 0 1px !important;
  border-color: #333 !important;
  border-style: solid !important;
  padding: 0px 15px 0 !important;
  font-size: 20px !important;
  height: 45px !important;
}

.navbar-important-style[aria-expanded="true"] {
  background-color: #f2f2f2 !important;
}

.navbar-important-style:visited,
.navbar-important-style:active,
.navbar-important-style:focus,
.navbar-important-style:hover {
  color: #333 !important;
  background-color: #f2f2f2 !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-important-style .fa {
  display: inline-block !important;
  padding: 0 1px !important;
}

.navbar-important-style .fa.fa-chevron-down {
  font-size: 14px !important;
  position: relative !important;
  top: -1px !important;
}

.navbar-important-style .icon-bar {
  background-color: #333 !important;
  color: #333 !important;
}

.picture--admin {
  padding: 0;
  margin: 0 -15px 0 0;
  height: 45px !important;
  width: 45px;
}

.picture--admin .profile-pic {
  padding: 0;
  margin: 0;
  width: 45px !important;
  height: 45px !important;
}

.picture--admin .profile-pic img {
  padding: 0;
  margin: 0 auto;
  display: block;
  width: auto !important;
  max-width: none;
  height: 45px !important;
}

html body .navbar-default .navbar-nav.client-nav > li .picture {
  height: 45px !important;
}

/* -- Typography -- */

/* Conditional styling for Chrome (webkit) browser.
    Works around an issue where Chrome on Windows would show an unsuitable bold version of the font, if it's installed locally. This forces it to use the CDN version of the font. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}

  /* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxujkDdvhIIFj_YMdgqpnSB0.woff2) format("woff2");
    unicode-range: U0100-024F, U1E00-1EFF, U20A0-20AB, U20AD-20CF, U2C60-2C7F, UA720-A7FF;
}

  /* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2) format("woff2");
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215, UE0FF, UEFFD, UF000;
}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 10px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

dt {
  font-weight: 400;
  color: #474850;
}

dd {
  margin-bottom: 1em;
}

.dl-horizontal dt {
  font-weight: 700;
  color: #333;
}

.dl-left-aligned dt {
  font-weight: 700;
  color: #333;
}

@media (min-width: 480px) {
  .dl-left-aligned dt {
    float: left;
  }
}

@media (min-width: 480px) {
  .dl-left-aligned dd {
    margin-left: 210px;
  }
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: bolder;
}

.text-normal {
  font-weight: normal;
}

.text-lighter {
  font-weight: lighter;
}

.text-xs {
  font-size: 1.1rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-s-sm {
  font-size: 1.3rem;
}

.text-smd {
  font-size: 1.4rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 2.8rem;
}

.text-super-lg {
  font-size: 3.6rem;
}

.text-shadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);
}

.text-underline,
.text-underline:hover {
  text-decoration: underline;
}

.text-no-decoration {
  text-decoration: none;
}

.font-serif {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.font-sans-serif {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.font-condensed {
  font-family: "open_sans_condensed", sans-serif;
}

.font-georgia {
  font-family: Georgia, Serif;
}

.font-georgia-italic {
  font-style: italic;
}

.link-underline {
  text-decoration: underline;
}

.link-underline:hover {
  text-decoration: none;
}

.line-height-xl {
  line-height: 2.4rem;
}

.ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

/* -- Custom Button Styles --*/

.btn {
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.btn:focus,
.btn:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-green {
  color: #fff;
  background-color: #49A662;
  border-color: transparent;
}

.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #39834d;
  border-color: rgba(0, 0, 0, 0);
}

.btn-green:active,
.btn-green.active,
.open > .btn-green.dropdown-toggle {
  background-image: none;
}

.btn-green.disabled,
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled.focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled].focus,
.btn-green[disabled]:active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green.focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
  background-color: #49A662;
  border-color: transparent;
}

.btn-green .badge {
  color: #49A662;
  background-color: #fff;
}

.btn-green-border {
  color: #49A662;
  background-color: transparent;
  border-color: #49A662;
}

.btn-green-border:hover,
.btn-green-border:focus,
.btn-green-border.focus,
.btn-green-border:active,
.btn-green-border.active,
.open > .btn-green-border.dropdown-toggle {
  color: #49A662;
  background-color: rgba(0, 0, 0, 0);
  border-color: #367b49;
}

.btn-green-border:active,
.btn-green-border.active,
.open > .btn-green-border.dropdown-toggle {
  background-image: none;
}

.btn-green-border.disabled,
.btn-green-border.disabled:hover,
.btn-green-border.disabled:focus,
.btn-green-border.disabled.focus,
.btn-green-border.disabled:active,
.btn-green-border.disabled.active,
.btn-green-border[disabled],
.btn-green-border[disabled]:hover,
.btn-green-border[disabled]:focus,
.btn-green-border[disabled].focus,
.btn-green-border[disabled]:active,
.btn-green-border[disabled].active,
fieldset[disabled] .btn-green-border,
fieldset[disabled] .btn-green-border:hover,
fieldset[disabled] .btn-green-border:focus,
fieldset[disabled] .btn-green-border.focus,
fieldset[disabled] .btn-green-border:active,
fieldset[disabled] .btn-green-border.active {
  background-color: transparent;
  border-color: #49A662;
}

.btn-green-border .badge {
  color: transparent;
  background-color: #49A662;
}

.btn-green-border-stronger {
  border-width: 2px;
}

.btn-transparent-color-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-transparent-color-white:hover,
.btn-transparent-color-white:focus,
.btn-transparent-color-white.focus,
.btn-transparent-color-white:active,
.btn-transparent-color-white.active,
.open > .btn-transparent-color-white.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-transparent-color-white:active,
.btn-transparent-color-white.active,
.open > .btn-transparent-color-white.dropdown-toggle {
  background-image: none;
}

.btn-transparent-color-white.disabled,
.btn-transparent-color-white.disabled:hover,
.btn-transparent-color-white.disabled:focus,
.btn-transparent-color-white.disabled.focus,
.btn-transparent-color-white.disabled:active,
.btn-transparent-color-white.disabled.active,
.btn-transparent-color-white[disabled],
.btn-transparent-color-white[disabled]:hover,
.btn-transparent-color-white[disabled]:focus,
.btn-transparent-color-white[disabled].focus,
.btn-transparent-color-white[disabled]:active,
.btn-transparent-color-white[disabled].active,
fieldset[disabled] .btn-transparent-color-white,
fieldset[disabled] .btn-transparent-color-white:hover,
fieldset[disabled] .btn-transparent-color-white:focus,
fieldset[disabled] .btn-transparent-color-white.focus,
fieldset[disabled] .btn-transparent-color-white:active,
fieldset[disabled] .btn-transparent-color-white.active {
  background-color: transparent;
  border-color: #fff;
}

.btn-transparent-color-white .badge {
  color: transparent;
  background-color: #fff;
}

.btn-transparent-border-stronger {
  border-width: 2px;
}

.btn-red {
  color: #fff;
  background-color: #cd403d;
  border-color: transparent;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ab2f2c;
  border-color: rgba(0, 0, 0, 0);
}

.btn-red:active,
.btn-red.active,
.open > .btn-red.dropdown-toggle {
  background-image: none;
}

.btn-red.disabled,
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled.focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled].focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red.focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #cd403d;
  border-color: transparent;
}

.btn-red .badge {
  color: #cd403d;
  background-color: #fff;
}

.btn-pink {
  color: #fff;
  background-color: #FD2491;
  border-color: transparent;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ec0278;
  border-color: rgba(0, 0, 0, 0);
}

.btn-pink:active,
.btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  background-image: none;
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled.focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled].focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #FD2491;
  border-color: transparent;
}

.btn-pink .badge {
  color: #FD2491;
  background-color: #fff;
}

.btn-orange,
.btn-orange:focus {
  color: #fff;
  background-color: #E16427;
  border-color: transparent;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open > .btn-orange.dropdown-toggle,
.btn-orange:focus:hover,
.btn-orange:focus:focus,
.btn-orange:focus.focus,
.btn-orange:focus:active,
.btn-orange:focus.active,
.open >
  .btn-orange:focus.dropdown-toggle {
  color: #fff;
  background-color: #bb4f1a;
  border-color: rgba(0, 0, 0, 0);
}

.btn-orange:active,
.btn-orange.active,
.open > .btn-orange.dropdown-toggle,
.btn-orange:focus:active,
.btn-orange:focus.active,
.open >
  .btn-orange:focus.dropdown-toggle {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled.focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled],
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled].focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange.focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active,
.btn-orange:focus.disabled,
.btn-orange:focus.disabled:hover,
.btn-orange:focus.disabled:focus,
.btn-orange:focus.disabled.focus,
.btn-orange:focus.disabled:active,
.btn-orange:focus.disabled.active,
.btn-orange:focus[disabled],
.btn-orange:focus[disabled]:hover,
.btn-orange:focus[disabled]:focus,
.btn-orange:focus[disabled].focus,
.btn-orange:focus[disabled]:active,
.btn-orange:focus[disabled].active,
fieldset[disabled]
  .btn-orange:focus,
fieldset[disabled]
  .btn-orange:focus:hover,
fieldset[disabled]
  .btn-orange:focus:focus,
fieldset[disabled]
  .btn-orange:focus.focus,
fieldset[disabled]
  .btn-orange:focus:active,
fieldset[disabled]
  .btn-orange:focus.active {
  background-color: #E16427;
  border-color: transparent;
}

.btn-orange .badge,
.btn-orange:focus .badge {
  color: #E16427;
  background-color: #fff;
}

.btn-orange-dark,
.btn-orange-dark:focus {
  color: #fff;
  background-color: #D4482B;
  border-color: transparent;
}

.btn-orange-dark:hover,
.btn-orange-dark:focus,
.btn-orange-dark.focus,
.btn-orange-dark:active,
.btn-orange-dark.active,
.open > .btn-orange-dark.dropdown-toggle,
.btn-orange-dark:focus:hover,
.btn-orange-dark:focus:focus,
.btn-orange-dark:focus.focus,
.btn-orange-dark:focus:active,
.btn-orange-dark:focus.active,
.open >
  .btn-orange-dark:focus.dropdown-toggle {
  color: #fff;
  background-color: #aa3a22;
  border-color: rgba(0, 0, 0, 0);
}

.btn-orange-dark:active,
.btn-orange-dark.active,
.open > .btn-orange-dark.dropdown-toggle,
.btn-orange-dark:focus:active,
.btn-orange-dark:focus.active,
.open >
  .btn-orange-dark:focus.dropdown-toggle {
  background-image: none;
}

.btn-orange-dark.disabled,
.btn-orange-dark.disabled:hover,
.btn-orange-dark.disabled:focus,
.btn-orange-dark.disabled.focus,
.btn-orange-dark.disabled:active,
.btn-orange-dark.disabled.active,
.btn-orange-dark[disabled],
.btn-orange-dark[disabled]:hover,
.btn-orange-dark[disabled]:focus,
.btn-orange-dark[disabled].focus,
.btn-orange-dark[disabled]:active,
.btn-orange-dark[disabled].active,
fieldset[disabled] .btn-orange-dark,
fieldset[disabled] .btn-orange-dark:hover,
fieldset[disabled] .btn-orange-dark:focus,
fieldset[disabled] .btn-orange-dark.focus,
fieldset[disabled] .btn-orange-dark:active,
fieldset[disabled] .btn-orange-dark.active,
.btn-orange-dark:focus.disabled,
.btn-orange-dark:focus.disabled:hover,
.btn-orange-dark:focus.disabled:focus,
.btn-orange-dark:focus.disabled.focus,
.btn-orange-dark:focus.disabled:active,
.btn-orange-dark:focus.disabled.active,
.btn-orange-dark:focus[disabled],
.btn-orange-dark:focus[disabled]:hover,
.btn-orange-dark:focus[disabled]:focus,
.btn-orange-dark:focus[disabled].focus,
.btn-orange-dark:focus[disabled]:active,
.btn-orange-dark:focus[disabled].active,
fieldset[disabled]
  .btn-orange-dark:focus,
fieldset[disabled]
  .btn-orange-dark:focus:hover,
fieldset[disabled]
  .btn-orange-dark:focus:focus,
fieldset[disabled]
  .btn-orange-dark:focus.focus,
fieldset[disabled]
  .btn-orange-dark:focus:active,
fieldset[disabled]
  .btn-orange-dark:focus.active {
  background-color: #D4482B;
  border-color: transparent;
}

.btn-orange-dark .badge,
.btn-orange-dark:focus .badge {
  color: #D4482B;
  background-color: #fff;
}

.btn-orange-gradient:focus {
  color: #fff;
  background: #D4482B;
}

.btn-blue {
  color: #fff;
  background-color: #474850;
  border-color: transparent;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #2f3035;
  border-color: rgba(0, 0, 0, 0);
}

.btn-blue:active,
.btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  background-image: none;
}

.btn-blue.disabled,
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled.focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled].focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue.focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #474850;
  border-color: transparent;
}

.btn-blue .badge {
  color: #474850;
  background-color: #fff;
}

.btn-blue-gradient:focus {
  color: #fff;
  background: #474850;
}

.btn-blue-light {
  color: #fff;
  background-color: #79b9dc;
  border-color: transparent;
}

.btn-blue-light:hover,
.btn-blue-light:focus,
.btn-blue-light.focus,
.btn-blue-light:active,
.btn-blue-light.active,
.open > .btn-blue-light.dropdown-toggle {
  color: #fff;
  background-color: #51a4d1;
  border-color: rgba(0, 0, 0, 0);
}

.btn-blue-light:active,
.btn-blue-light.active,
.open > .btn-blue-light.dropdown-toggle {
  background-image: none;
}

.btn-blue-light.disabled,
.btn-blue-light.disabled:hover,
.btn-blue-light.disabled:focus,
.btn-blue-light.disabled.focus,
.btn-blue-light.disabled:active,
.btn-blue-light.disabled.active,
.btn-blue-light[disabled],
.btn-blue-light[disabled]:hover,
.btn-blue-light[disabled]:focus,
.btn-blue-light[disabled].focus,
.btn-blue-light[disabled]:active,
.btn-blue-light[disabled].active,
fieldset[disabled] .btn-blue-light,
fieldset[disabled] .btn-blue-light:hover,
fieldset[disabled] .btn-blue-light:focus,
fieldset[disabled] .btn-blue-light.focus,
fieldset[disabled] .btn-blue-light:active,
fieldset[disabled] .btn-blue-light.active {
  background-color: #79b9dc;
  border-color: transparent;
}

.btn-blue-light .badge {
  color: #79b9dc;
  background-color: #fff;
}

.btn-pink {
  color: #fff;
  background-color: #FD2491;
  border-color: transparent;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #ec0278;
  border-color: rgba(0, 0, 0, 0);
}

.btn-pink:active,
.btn-pink.active,
.open > .btn-pink.dropdown-toggle {
  background-image: none;
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled.focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled].focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #FD2491;
  border-color: transparent;
}

.btn-pink .badge {
  color: #FD2491;
  background-color: #fff;
}

.btn-gray {
  color: #333;
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .btn-gray.dropdown-toggle {
  color: #333;
  background-color: #d5d5d5;
  border-color: rgba(0, 0, 0, 0);
}

.btn-gray:active,
.btn-gray.active,
.open > .btn-gray.dropdown-toggle {
  background-image: none;
}

.btn-gray.disabled,
.btn-gray.disabled:hover,
.btn-gray.disabled:focus,
.btn-gray.disabled.focus,
.btn-gray.disabled:active,
.btn-gray.disabled.active,
.btn-gray[disabled],
.btn-gray[disabled]:hover,
.btn-gray[disabled]:focus,
.btn-gray[disabled].focus,
.btn-gray[disabled]:active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray,
fieldset[disabled] .btn-gray:hover,
fieldset[disabled] .btn-gray:focus,
fieldset[disabled] .btn-gray.focus,
fieldset[disabled] .btn-gray:active,
fieldset[disabled] .btn-gray.active {
  background-color: #eeeeee;
  border-color: transparent;
}

.btn-gray .badge {
  color: #eeeeee;
  background-color: #333;
}

.btn-gray-light {
  color: #333;
  background-color: #ccc;
  border-color: transparent;
}

.btn-gray-light:hover,
.btn-gray-light:focus,
.btn-gray-light.focus,
.btn-gray-light:active,
.btn-gray-light.active,
.open > .btn-gray-light.dropdown-toggle {
  color: #333;
  background-color: #b3b3b3;
  border-color: rgba(0, 0, 0, 0);
}

.btn-gray-light:active,
.btn-gray-light.active,
.open > .btn-gray-light.dropdown-toggle {
  background-image: none;
}

.btn-gray-light.disabled,
.btn-gray-light.disabled:hover,
.btn-gray-light.disabled:focus,
.btn-gray-light.disabled.focus,
.btn-gray-light.disabled:active,
.btn-gray-light.disabled.active,
.btn-gray-light[disabled],
.btn-gray-light[disabled]:hover,
.btn-gray-light[disabled]:focus,
.btn-gray-light[disabled].focus,
.btn-gray-light[disabled]:active,
.btn-gray-light[disabled].active,
fieldset[disabled] .btn-gray-light,
fieldset[disabled] .btn-gray-light:hover,
fieldset[disabled] .btn-gray-light:focus,
fieldset[disabled] .btn-gray-light.focus,
fieldset[disabled] .btn-gray-light:active,
fieldset[disabled] .btn-gray-light.active {
  background-color: #ccc;
  border-color: transparent;
}

.btn-gray-light .badge {
  color: #ccc;
  background-color: #333;
}

.btn-dark-gray {
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}

.btn-dark-gray:hover,
.btn-dark-gray:focus,
.btn-dark-gray.focus,
.btn-dark-gray:active,
.btn-dark-gray.active,
.open > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-gray:active,
.btn-dark-gray.active,
.open > .btn-dark-gray.dropdown-toggle {
  background-image: none;
}

.btn-dark-gray.disabled,
.btn-dark-gray.disabled:hover,
.btn-dark-gray.disabled:focus,
.btn-dark-gray.disabled.focus,
.btn-dark-gray.disabled:active,
.btn-dark-gray.disabled.active,
.btn-dark-gray[disabled],
.btn-dark-gray[disabled]:hover,
.btn-dark-gray[disabled]:focus,
.btn-dark-gray[disabled].focus,
.btn-dark-gray[disabled]:active,
.btn-dark-gray[disabled].active,
fieldset[disabled] .btn-dark-gray,
fieldset[disabled] .btn-dark-gray:hover,
fieldset[disabled] .btn-dark-gray:focus,
fieldset[disabled] .btn-dark-gray.focus,
fieldset[disabled] .btn-dark-gray:active,
fieldset[disabled] .btn-dark-gray.active {
  background-color: #333333;
  border-color: transparent;
}

.btn-dark-gray .badge {
  color: #333333;
  background-color: #fff;
}

.btn-wide {
  padding-left: 3em;
  padding-right: 3em;
}

.btn-save {
  padding: 10px 50px;
  color: #fff;
  background: #474850;
}

.btn-save:hover {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .btn-save {
    margin-top: 15px;
  }
}

.btn-help {
  padding: 7px;
  color: #000;
  border: 1px solid #ccc;
}

.btn-help .help {
  color: #000;
}

.btn-edit,
.btn-add {
  vertical-align: baseline;
}

.btn-clear-all,
.btn-search {
  width: 100%;
}

.btn-clear-all,
.btn-clear-all:hover {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.btn-search,
.btn-search:hover {
  background: #474850;
  border: 1px solid #474850;
}

.btn-clear-all {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.load-more-btn {
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}

.yesbtn,
.nobtn {
  width: 20%;
  padding: 10px 18px;
  cursor: pointer;
  color: #fff;
  border: none;
}

.yesbtn:hover,
.nobtn:hover {
  color: #fff;
}

@media only screen and (max-width: 649px) {
  .yesbtn,
  .nobtn {
    width: 45%;
  }
}

@media only screen and (max-width: 480px) {
  .yesbtn,
  .nobtn {
    width: 40%;
    padding: 5px 0;
  }
}

.yesbtn,
.yesbtn:hover {
  background: #e06238;
}

@media only screen and (max-width: 480px) {
  .yesbtn,
  .yesbtn:hover {
    margin-bottom: 0;
  }
}

.nobtn,
.nobtn:hover {
  background: #999;
}

.js-decline-button,
.js-shortlist {
  line-height: 20px;
}

.panel-primary a.btn-positive {
  color: #fff;
  background-color: #49a662;
  text-decoration: none;
}

.panel-primary a.btn-positive:hover {
  background-color: #39834d;
}

.panel-primary a.btn-negative {
  color: #fff;
  background-color: #1f4e66;
  text-decoration: none;
}

.panel-primary a.btn-negative:hover {
  background-color: #13303f;
}

.btn-addon-group {
  display: table;
}

.btn-addon-group .btn,
.btn-addon-group .btn-addon {
  display: table-cell;
}

.btn-addon-group .btn {
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
}

.btn-addon-group .btn-addon {
  background-color: #007bb5;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 0 5px;
  vertical-align: middle;
  width: 1%;
}

.btn-addon-group > :first-child {
  border-radius: 3px 0 0 3px;
}

.btn-addon-group > :last-child {
  border-radius: 0 3px 3px 0;
}

.btn-addon-group > :first-child:last-child {
  border-radius: 3px;
}

.btn-addon-group .btn:first-child {
  border-right: none;
  text-align: right;
}

.btn-addon-group .btn:last-child {
  border-left: none;
  text-align: left;
}

.btn-addon-group + .btn-addon-group {
  margin-top: .7em;
}

.btn-popover-next {
  margin-left: 5px;
}

.btn-xl {
  padding: 13px 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .btn-xl {
    padding: 13px cpad(10px, 535px);
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #555555 url(/static/images/cd-top-arrow.svg?v=c2bab96d) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 2;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #555555;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.buttons-row {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.buttons-row button.btn.btn-blue {
  display: inline-block;
  margin-bottom: 0;
  background-color: #4C4DFF;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 2px;
  padding: 8px 16px;
  font-family: "gilroy-medium", sans-serif;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  text-transform: lowercase;
}

@media (min-width: 753px) {
  .buttons-row button.btn.btn-blue {
    padding: 8px 25px;
  }
}

.buttons-row button.btn.btn-blue::first-letter {
  text-transform: uppercase !important;
}

.buttons-row > .form-group {
  margin: 0 !important;
}

.buttons-row > .form-group > .no-padding-right.text-right {
  text-align: left !important;
}

.buttons-row > .form-group .mt-15 {
  margin-top: 0 !important;
}

/* -- Forms -- */

.form-control {
  height: 38px;
}

.form-control-custom-height {
  min-height: 175px;
}

.form-group.margin-top {
  margin-top: 25px;
}

form a.add-item,
form a.remove-item {
  display: inline-block;
  margin-top: 7px;
}

form button.btn-negative {
  color: #fff;
  background-color: #1f4e66;
  text-decoration: none;
}

form button.btn-negative:hover {
  background-color: #13303f;
  color: #fff;
}

.mandatory {
  color: #ff8888;
}

.select2-container-multi .select2-choices {
  height: 70px;
  overflow: auto;
}

.muted-parent {
  display: block;
  position: relative;
}

.muted-parent .text-muted {
  position: absolute;
  right: 0;
}

.has-error .select2-selection--single.form-control {
  padding: 1px;
}

.has-error .select2-container--below.form-control {
  padding: 0;
  border-width: 0;
}

.form-invoice .form-group .form-group-reimbursement {
  margin: 0;
}

.form-invoice-line-item {
  margin-bottom: 20px;
}

.section-invoice {
  width: 100%;
}

.section-invoice .sr-only.control-label {
  display: block;
  position: relative;
  height: 25px;
}

.section-invoice-heading {
  margin-bottom: 10px;
}

.section-invoice-cost-type {
  width: 120px;
  float: left;
}

.section-invoice-cost-type label.required:after {
  display: none;
}

.section-invoice-cost-type-second-line {
  margin-bottom: 14px;
}

.section-invoice-rate-type {
  margin-right: 14px;
  float: left;
}

.section-invoice-days {
  width: 110px;
  margin-left: 14px;
  float: left;
}

.section-invoice-daily-rate {
  width: 140px;
  margin-left: 5px;
  float: left;
}

.section-invoice-remove {
  padding-top: 5px;
  padding-left: 10px;
  float: left;
}

.section-invoice-group-addon {
  padding: 0 2px;
  background: transparent;
  border: 0;
}

@media only screen and (min-width: 992px) {
  .section-invoice .section-invoice-title {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .section-invoice .section-invoice-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .section-invoice-cost-type {
    width: 100%;
  }

  .section-invoice-days {
    margin-left: 0;
  }

  .section-invoice-remove {
    padding-top: 7px;
  }

  .section-invoice .sr-only.control-label {
    height: 15px;
  }
}

.checkbox-reimbursement {
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
}

label.no-required:after,
label.not-required:after {
  display: none;
}

.form-inline .radio label {
  padding-bottom: 0;
}

.form-inline .radio input {
  margin-right: 4px;
}

.has-error .control-label {
  color: #333333;
}

.hint-block {
  font-size: 1.2rem;
}

.cv-upload-container .cv-upload-delete {
  padding: 0 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input.lighter-placeholder-colour::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input.lighter-placeholder-colour:-ms-input-placeholder {
  color: #ccc;
}

input.lighter-placeholder-colour::-webkit-input-placeholder {
  color: #ccc;
}

.brand-light-gray {
  color: #888098;
}

.password-wrapper {
  position: relative;
}

i.password-eye {
  z-index: 999;
  top: 11px;
  right: 7px;
  cursor: pointer;
  position: absolute;
  display: none;
}

.password-wrapper > i.fa-check-circle.password-stick {
  color: #49A662;
  font-size: 2.5em;
  top: 2px;
  right: -50px;
  position: absolute;
  display: inline-block;
}

.no-padding-left {
  padding-left: 0 !important;
}

@media only screen and (max-width: 992px) {
  .no-padding-left-lg {
    padding-left: 0 !important;
  }
}

.no-padding-right {
  padding-right: 0 !important;
}

@media only screen and (max-width: 992px) {
  .no-padding-right-lg {
    padding-right: 0 !important;
  }
}

.terms-link:after {
  font-weight: bold;
}

.input-group-addon-blank {
  background: none;
  border: 0;
  padding: 0 10px;
}

.addon-project-duration {
  width: 120px;
  padding: 0 0 0 10px;
}

.addon-project-cost {
  padding-right: 5px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 120px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  background: white;
  margin: 10px 0;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone i {
  color: #E4E4E4;
  margin-bottom: 10px;
}

.addon-project-day {
  padding-left: 5px;
}

.input-group-fixed-width {
  width: 190px;
}

.project-cost-radio .radio-inline:first-child {
  padding-left: 0;
}

.project-cost-radio .radio-inline .radio {
  margin-top: 0;
}

.project-cost-radio .radio-inline + .radio-inline,
.project-cost-radio .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.project-cost-radio label.required:after {
  display: none;
}

.tui-form-group {
  margin: 20px 0 0 0 !important;
  padding-top: 15px;
  height: 72px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
}

.tui-form-group.form-is-checkbox input[type="checkbox"] {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.tui-form-group.form-is-checkbox input[type="checkbox"] span.text-normal:after {
  content: ".";
}

.tui-form-group.form-is-checkbox a.text-underline.brand-secondary-link {
  color: #4C4DFF !important;
  text-decoration: underline !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857;
  font-weight: 400;
}

.tui-form-group.form-is-checkbox a.text-underline.brand-secondary-link:hover {
  text-decoration: none !important;
}

.tui-form-group .control-label {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "gilroy-medium", sans-serif;
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
  top: 0;
  height: 15px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  color: #737373;
}

.tui-form-group .control-label.check-box-ui-label + label {
  margin-top: 10px;
}

.tui-form-group .help-block,
.tui-form-group .hint-block {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.tui-form-group .help-block p,
.tui-form-group .help-block span,
.tui-form-group .hint-block p,
.tui-form-group .hint-block span {
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.tui-form-group .form-control {
  height: 35px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 0 0 2px 0;
  box-shadow: none !important;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tui-form-group .form-control:focus {
  border-color: #4C4DFF;
}

.tui-form-group .form-control:focus + .control-label {
  color: #4C4DFF;
}

.tui-form-group.is-focused .control-label {
  color: #4C4DFF;
}

.tui-form-group.has-error .form-control {
  border-color: #ff8888;
}

.tui-form-group.has-error .control-label {
  font-size: 13px;
  top: 0;
  height: 15px;
  line-height: 15px;
  color: #737373;
}

.tui-form-group.has-error .help-block span {
  color: #ff5555;
}

.tui-form-group.has-error .hint-block {
  display: none;
}

.tui-form-group.has-error.is-focused .form-control {
  border-color: #ff8888;
}

.tui-form-group.has-error.is-focused .control-label {
  color: #4C4DFF;
}

.tui-form-group.has-error.is-focused .help-block {
  display: none;
}

.tui-form-group.has-error.is-focused .hint-block {
  display: block;
}

.tui-form-group:not(.has-error) .help-block {
  display: none;
}

.select2-group.is-focused label,
.select2-group.is-focused .control-label {
  color: #4C4DFF;
}

.tui .form-row-company {
  padding-top: 15px;
  position: relative;
}

.tui .form-row-company label,
.tui .form-row-company .control-label,
.tui .form-row-company label[for="user_register_country"],
.tui .form-row-company label[for="consultant_cv_file"] {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "gilroy-medium", sans-serif;
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
  top: 0;
  left: 0;
  height: 15px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  color: #737373;
  z-index: 90;
}

.tui .form-row-company.is-focused label,
.tui .form-row-company.is-focused .control-label {
  color: #4C4DFF;
}

.tui .form-row-company .form-control {
  height: 35px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 0 0 2px 0;
  box-shadow: none !important;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tui .form-row-company .form-control:focus {
  border-color: #4C4DFF;
}

.tui .form-row-company .form-control:focus + .control-label {
  color: #4C4DFF;
}

.tui .form-row.form-row-company {
  margin-bottom: 30px;
}

.tui .form-row.errors {
  color: #ff8888;
  font-size: 14px;
}

.tui .form-row.errors ul > li {
  color: #ff8888;
  font-size: 14px;
}

.tui .help-block {
  padding: 0;
}

.tui .form-group.has-select2,
.tui .form-group.has-dropdown,
.tui .form-group.has-cv-upload {
  padding-top: 15px;
  position: relative;
}

.tui .form-group.has-select2 .control-label,
.tui .form-group.has-select2 label[for="user_register_country"],
.tui .form-group.has-select2 label[for="consultant_cv_file"],
.tui .form-group.has-dropdown .control-label,
.tui .form-group.has-dropdown label[for="user_register_country"],
.tui .form-group.has-dropdown label[for="consultant_cv_file"],
.tui .form-group.has-cv-upload .control-label,
.tui .form-group.has-cv-upload label[for="user_register_country"],
.tui .form-group.has-cv-upload label[for="consultant_cv_file"] {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "gilroy-medium", sans-serif;
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
  top: 0;
  left: 0;
  height: 15px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  color: #737373;
  z-index: 90;
}

.tui .form-group.has-select2 .select2-container .selection .select2-selection,
.tui .form-group.has-dropdown .select2-container .selection .select2-selection,
.tui .form-group.has-cv-upload .select2-container .selection .select2-selection {
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 0 0 2px 0;
  box-shadow: none !important;
  padding: 0 5px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.tui .form-group.has-select2 .select2-container .selection .select2-selection:focus,
.tui .form-group.has-dropdown .select2-container .selection .select2-selection:focus,
.tui .form-group.has-cv-upload .select2-container .selection .select2-selection:focus {
  border-color: #4C4DFF;
}

.tui .form-group.has-select2 .select2-container .selection .select2-selection:focus + .control-label,
.tui .form-group.has-dropdown .select2-container .selection .select2-selection:focus + .control-label,
.tui .form-group.has-cv-upload .select2-container .selection .select2-selection:focus + .control-label {
  color: #4C4DFF;
}

.tui .form-group.has-select2 .select2-container .selection .select2-selection:after,
.tui .form-group.has-dropdown .select2-container .selection .select2-selection:after,
.tui .form-group.has-cv-upload .select2-container .selection .select2-selection:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 18px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #999;
}

.tui .form-group.has-select2 .select2-container.select2-container--focus,
.tui .form-group.has-dropdown .select2-container.select2-container--focus,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus {
  box-shadow: none;
  outline: 0;
}

.tui .form-group.has-select2 .select2-container.select2-container--focus .selection .select2-selection,
.tui .form-group.has-dropdown .select2-container.select2-container--focus .selection .select2-selection,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus .selection .select2-selection {
  border-color: #4C4DFF;
  outline-width: 0;
}

.tui .form-group.has-select2 .select2-container.select2-container--focus .selection .select2-selection .select2-selection__arrow,
.tui .form-group.has-dropdown .select2-container.select2-container--focus .selection .select2-selection .select2-selection__arrow,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus .selection .select2-selection .select2-selection__arrow {
  display: none !important;
}

.tui .form-group.has-select2 .select2-container.select2-container--focus + label,
.tui .form-group.has-select2 .select2-container.select2-container--focus + .control-label,
.tui .form-group.has-dropdown .select2-container.select2-container--focus + label,
.tui .form-group.has-dropdown .select2-container.select2-container--focus + .control-label,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus + label,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus + .control-label {
  color: #4C4DFF;
}

.tui .form-group.has-select2 .select2-container.select2-container--focus label,
.tui .form-group.has-select2 .select2-container.select2-container--focus .control-label,
.tui .form-group.has-dropdown .select2-container.select2-container--focus label,
.tui .form-group.has-dropdown .select2-container.select2-container--focus .control-label,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus label,
.tui .form-group.has-cv-upload .select2-container.select2-container--focus .control-label {
  color: #4C4DFF;
}

.tui .form-group.has-select2 .select2-container .select2-selection--single .select2-selection__rendered,
.tui .form-group.has-dropdown .select2-container .select2-selection--single .select2-selection__rendered,
.tui .form-group.has-cv-upload .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.tui .form-group.has-cv-upload {
  position: relative;
  padding-top: 25px;
}

.tui .form-group.has-cv-upload > .form-group > p {
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  color: #474850;
  font-size: 16px;
}

.tui .form-group.has-cv-upload > .form-group > .dropzone {
  margin: 3px 0 0 0;
}

.tui .form-group.force-label-country label {
  text-transform: lowercase;
}

.tui .form-group.force-label-country label::first-letter {
  text-transform: uppercase !important;
}

.tui .form-group.force-label-country label:before {
  content: "Select ";
}

.tui .form-group.force-label-country .select2-selection__arrow {
  display: none !important;
}

.tui .row .col-sm-6 {
  padding: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(237, 237, 80, 0.25);
  color: #474850;
}

.select2-search.select2-search--dropdown .select2-search__field {
  outline: 0 !important;
}

#references-form-section {
  display: none;
}

.bg-gradient-gray {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 20%, #d2d2d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 20%, #d2d2d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 20%, #d2d2d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 );
  /* IE6-9 */
}

.bg-gradient-gray-2 {
  background: #f2f2f2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #f2f2f2 1%, #ffffff 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f2f2), color-stop(99%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 1%, #ffffff 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 1%, #ffffff 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 1%, #ffffff 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 1%, #ffffff 99%);
  /* W3C */
}

.bg-gradient-gray-3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+23,ffffff+82,efefef+100 */
  background: #efefef;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 23%, #ffffff 82%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(23%, #ffffff), color-stop(82%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 23%, #ffffff 82%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #ffffff 23%, #ffffff 82%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #ffffff 23%, #ffffff 82%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 23%, #ffffff 82%, #efefef 100%);
  /* W3C */
}

.bg-gradient-gray-4 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+30,cecece+95 */
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 30%, #cecece 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 30%, #cecece 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 30%, #cecece 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cecece',GradientType=0 );
  /* IE6-9 */
}

.bg-gradient-gray-5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}

.bg-gradient-blue-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d5d80+0,1a3e57+100 */
  background: #2d5d80;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyZDVkODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWEzZTU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #2d5d80 0%, #1a3e57 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2d5d80), color-stop(100%, #1a3e57));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2d5d80 0%, #1a3e57 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2d5d80 0%, #1a3e57 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2d5d80 0%, #1a3e57 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2d5d80 0%, #1a3e57 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d5d80', endColorstr='#1a3e57',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}

.bg-gradient-blue-2,
.btn-blue-gradient {
  background: #6693b4;
  background: -moz-linear-gradient(top, #6693b4 0%, #6693b4 50%, #49799c 51%, #49799c 71%, #49799c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6693b4), color-stop(50%, #6693b4), color-stop(51%, #49799c), color-stop(71%, #49799c), color-stop(100%, #49799c));
  background: -webkit-linear-gradient(top, #6693b4 0%, #6693b4 50%, #49799c 51%, #49799c 71%, #49799c 100%);
  background: -o-linear-gradient(top, #6693b4 0%, #6693b4 50%, #49799c 51%, #49799c 71%, #49799c 100%);
  background: -ms-linear-gradient(top, #6693b4 0%, #6693b4 50%, #49799c 51%, #49799c 71%, #49799c 100%);
  background: linear-gradient(to bottom, #6693b4 0%, #6693b4 50%, #49799c 51%, #49799c 71%, #49799c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6693b4', endColorstr='#49799c', GradientType=0 );
}

.bg-gradient-orange,
.btn-orange-gradient {
  background: #c7765b;
  background: -moz-linear-gradient(top, #c7765b 0%, #c7765b 50%, #d55d35 51%, #d55d35 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c7765b), color-stop(50%, #c7765b), color-stop(51%, #d55d35), color-stop(100%, #d55d35));
  background: -webkit-linear-gradient(top, #c7765b 0%, #c7765b 50%, #d55d35 51%, #d55d35 100%);
  background: -o-linear-gradient(top, #c7765b 0%, #c7765b 50%, #d55d35 51%, #d55d35 100%);
  background: -ms-linear-gradient(top, #c7765b 0%, #c7765b 50%, #d55d35 51%, #d55d35 100%);
  background: linear-gradient(to bottom, #c7765b 0%, #c7765b 50%, #d55d35 51%, #d55d35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7765b', endColorstr='#d55d35', GradientType=0 );
}

@media screen\0 {
  .bg-gradient-orange,
  .btn-orange-gradient {
    filter: none;
  }
}

.bg-gradient-radial-orange {
  background-image: -webkit-radial-gradient(circle, #e88b5d, #E16427);
  background-image: radial-gradient(circle, #e88b5d, #E16427);
  background-repeat: no-repeat;
}

.bg-gradient-vertical-gray {
  background-image: -webkit-linear-gradient(top, #fff 0%, #F2F2F2 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #F2F2F2 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
}

.hero {
  padding: 40px 0;
  position: relative;
}

.hero-heading {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0;
  font-weight: bold;
}

.hero-subheading {
  font-size: 20px;
  font-size: 2rem;
}

.hero-heading,
.hero-subheading {
  text-transform: uppercase;
}

.hero:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  z-index: 99;
}

.hero-custom-paragraph-padding {
  padding: 10px 0;
}

.hero-subheading-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 26px;
}

.hero-white-arrow:after {
  border-top: solid 10px #fff;
}

.hero-blue-arrow:after {
  border-top: solid 10px #474850;
}

.hero-black-arrow:after {
  border-top: solid 10px #040810;
}

.hero-body-color-arrow:after {
  border-top: solid 10px #fff;
}

.hero-white-text {
  color: #fff;
}

.hero-white-bg {
  background: #fff;
}

.hero-body-bg {
  background: #fff;
}

.hero-body-bg a {
  color: #474850;
}

.hero-bottom-link {
  margin: 20px 0;
}

.hero-bottom-link a {
  font-family: "open_sans_condensed", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}

.hero-no-arrow:after {
  border-top: 0;
}

.jumbotron-btn {
  font-size: 2rem;
  padding: 10px 40px;
}

.jumbotron h1 {
  font-size: 48.5px;
  font-size: 4.85rem;
  font-weight: lighter;
}

.menu-bar {
  zoom: 1;
  padding: 0 .7rem;
}

.menu-bar:before,
.menu-bar:after {
  content: "";
  display: table;
}

.menu-bar:after {
  clear: both;
}

.menu-bar-title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 46px;
  margin: 0;
  vertical-align: middle;
}

.menu-bar .btn {
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.menu-bar .dropdown {
  display: inline-block;
}

.menu-bar .dropdown-toggle {
  display: block;
  font-size: 1.3rem;
  padding: 1.4rem;
  color: #333;
}

@media (min-width: 480px) {
  .menu-bar .dropdown-toggle {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

/* -- Modals -- */

.modal-header {
  background-color: #4C4DFF;
  color: #fff;
  border-bottom: 5px solid #888098;
}

.modal-header-no-bg {
  background-color: none;
}

.modal-header .modal-title {
  text-align: center;
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
}

.modal-body .description {
  margin: 10px 0;
}

.modal-body .description-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.modal-footer.form-group {
  padding: 10px 10px 0;
  text-align: right;
  margin-bottom: 0;
}

.modal-footer--agreement {
  text-align: left;
  border-top: 0;
}

.modal-dialog--close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1099;
}

.modal-dialog--close:hover {
  color: #777777;
}

@media (min-width: 992px) {
  .modal-dialog--agreement,
  .modal-dialog--request-cv,
  .modal-dialog--messages {
    width: 840px;
    position: relative;
  }

  .modal-content--agreement {
    padding: 20px 40px 35px;
  }

  .modal-content--request-cv,
  .modal-content--messages {
    padding: 30px;
  }

  .modal-content--request-cv-heading {
    margin-bottom: 30px;
  }

  .modal-body-content {
    margin: 15px 0;
  }
}

.modal-condensed .pad-30 {
  padding: 0 20px !important;
}

.modal-condensed .modal-title {
  margin: 15px 0;
}

.modal-condensed .modal-footer {
  display: none;
}

#profile-modal,
#js-referral-modal {
  box-size: border-box;
  font-size: 1.4rem;
}

#profile-modal .modal-lg,
#js-referral-modal .modal-lg {
  width: 800px;
  margin: 30px auto;
}

#profile-modal label,
#profile-modal header strong,
#js-referral-modal label,
#js-referral-modal header strong {
  display: block;
}

#profile-modal input[type="text"],
#profile-modal input[type="email"],
#profile-modal input[type="number"],
#profile-modal textarea,
#js-referral-modal input[type="text"],
#js-referral-modal input[type="email"],
#js-referral-modal input[type="number"],
#js-referral-modal textarea {
  width: 100%;
}

#profile-modal .sub-text,
#js-referral-modal .sub-text {
  color: #999;
}

#profile-modal label.error,
#profile-modal label.has-error,
#profile-modal .error li,
#js-referral-modal label.error,
#js-referral-modal label.has-error,
#js-referral-modal .error li {
  color: #cd403d;
  margin-top: 5px;
}

#profile-modal .js-spinner,
#js-referral-modal .js-spinner {
  padding: 30px;
  font-weight: bold;
}

#profile-modal #consultant_profile_about_me_personalStatement,
#js-referral-modal #consultant_profile_about_me_personalStatement {
  height: 320px;
}

#profile-modal #work_history_summary,
#profile-modal #referral_message,
#js-referral-modal #work_history_summary,
#js-referral-modal #referral_message {
  height: 135px;
}

#profile-modal #checkbox,
#js-referral-modal #checkbox {
  padding-left: 171px;
}

#profile-modal #checkbox label,
#js-referral-modal #checkbox label {
  font-weight: normal;
}

#profile-modal #consultant_tag_tags,
#js-referral-modal #consultant_tag_tags {
  width: 100% !important;
  min-height: 100px;
}

#profile-modal .select2-selection,
#js-referral-modal .select2-selection {
  min-height: 100px;
}

#profile-modal .js-submit-and-add,
#js-referral-modal .js-submit-and-add {
  background: none;
  color: #474850;
  padding: 0;
}

#profile-modal .js-submit-and-add span,
#js-referral-modal .js-submit-and-add span {
  text-decoration: underline;
}

.profile-image-container .profile-container {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 200;
  background: #333;
  opacity: 0.3;
}

.profile-image-container .fa-camera {
  margin-top: 40px;
  font-size: 48px;
  color: #fff;
}

.profile-image-container #js-profile-image {
  z-index: 100;
}

.repeater-container select {
  width: 100%;
}

.js-collection-holder {
  overflow: hidden;
}

#dateRow select.error {
  margin-bottom: 20px;
}

#dateRow label.error {
  position: absolute;
  bottom: -7px;
  margin-left: 2px;
}

#dateRow [id*="dateFrom_year-error"] {
  left: 100px;
}

#dateRow [id*="dateTo_year-error"] {
  left: 270px;
}

#dateRow label#educational_history_dateFrom_year-error,
#dateRow label#educational_history_dateTo_year-error {
  bottom: -15px;
}

#dateRow #educational_history_dateFrom_year-error {
  left: 15px;
}

#dateRow #educational_history_dateTo_year-error {
  left: 115px;
  zoom: 1;
}

.narrow-modal-dialog {
  max-width: 500px;
}

.static-page-jumbotron {
  background-color: #2f3035;
  color: #fff;
  margin-bottom: 0;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.static-page-jumbotron:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.static-page-jumbotron h1,
.static-page-jumbotron-heading {
  font-size: 50px;
  font-size: 5rem;
  font-weight: lighter;
}

.static-page-jumbotron h2,
.static-page-jumbotron-subheading {
  font-size: 17px;
  font-size: 1.7rem;
}

.static-page-jumbotron p {
  font-size: 15.5px;
  font-size: 1.55rem;
}

.static-page-jumbotron-text-bold {
  font-weight: bold !important;
}

.static-page-jumbotron--bg-img-01:after {
  background-image: url(/static/images/jumbotron-bg.jpg?v=9fd6e5d1);
}

.quotes {
  padding: 20px;
}

.quotes-content {
  margin-top: 10px;
}

.signup-form-group-btn {
  padding-left: 7px;
}

.signup-form-input {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
  .signup-form {
    display: block;
  }

  .signup-form-group-btn {
    text-align: center;
    padding: 10px 0 0;
  }
}

.color-primary {
  color: #474850;
}

.color-success,
.txt-success {
  color: #5cb85c;
}

.color-info,
.txt-info {
  color: #5bc0de;
}

.color-warning {
  color: #f0ad4e;
}

.color-danger,
.txt-danger {
  color: #d9534f;
}

.color-inactive {
  color: #ccc;
}

.secondary-links {
  color: #474850;
}

.primary-icon {
  color: #474850;
}

.primary-icon:hover,
.primary-icon:active,
.primary-icon:focus {
  color: #474850 !important;
}

.primary-button {
  background-color: #474850;
  color: #fff;
  opacity: 1 !important;
}

.brand-link {
  color: #4c4dff;
}

.js-edit-button,
.edit-section,
.brand-secondary-link,
.trigger-confirm-delete-modal,
.js-submit-and-add,
.fa-trash-o,
.fa-pencil,
.btn-edit,
.js-form-item-add,
.js-application-form-view-cv {
  color: #0099FF !important;
}

.js-edit-button:hover,
.js-edit-button:active,
.js-edit-button:focus,
.edit-section:hover,
.edit-section:active,
.edit-section:focus,
.brand-secondary-link:hover,
.brand-secondary-link:active,
.brand-secondary-link:focus,
.trigger-confirm-delete-modal:hover,
.trigger-confirm-delete-modal:active,
.trigger-confirm-delete-modal:focus,
.js-submit-and-add:hover,
.js-submit-and-add:active,
.js-submit-and-add:focus,
.fa-trash-o:hover,
.fa-trash-o:active,
.fa-trash-o:focus,
.fa-pencil:hover,
.fa-pencil:active,
.fa-pencil:focus,
.btn-edit:hover,
.btn-edit:active,
.btn-edit:focus,
.js-form-item-add:hover,
.js-form-item-add:active,
.js-form-item-add:focus,
.js-application-form-view-cv:hover,
.js-application-form-view-cv:active,
.js-application-form-view-cv:focus {
  color: #0096fa !important;
}

.project-details-sidebar .fa-trash-o,
.project-details-sidebar .fa-pencil,
.project-details-sidebar .btn-edit {
  color: inherit !important;
}

.sidebar-block .fa-pencil {
  color: #b5b5b5 !important;
}

.primary-bg-gradient {
  background: #777986;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777986 20%, #474850 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777986), color-stop(100%, #474850));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #777986 20%, #474850 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #777986 20%, #474850 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #777986 20%, #474850 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #777986 20%, #474850 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.brand-primary-darker {
  color: #2f3035;
}

.js-edit {
  color: #0099FF;
}

.js-edit:hover {
  color: #005c99;
}

.color-darker-blue {
  color: #050C1F;
}

.color-dark-blue {
  color: #1c4d67;
}

.color-blue {
  color: #4c4dff;
}

.color-light-blue {
  color: #79b9dc;
}

.color-lighter-blue {
  color: #B2DAED;
}

.color-belize-hole {
  color: #3e4249;
}

.secondary-link {
  color: #49A662;
}

.color-light-green {
  color: #CEF5D8;
}

.color-lighter-green {
  color: #A4D3B3;
}

.color-pale-green {
  color: #F6FBF8;
}

.color-red {
  color: #cd403d;
}

.color-red:hover,
.color-red:focus {
  color: #cd403d;
}

.color-red-default {
  color: #FF0000;
}

.color-green {
  color: #49A662;
}

.color-orange,
.txt-orange {
  color: #E16427;
}

.color-pink {
  color: #FD2491;
}

.color-gray-base {
  color: #000;
}

.color-darker-gray {
  color: #222222;
}

.color-dark-gray {
  color: #333333;
}

.color-gray {
  color: #474850;
}

.color-mid-gray {
  color: #666;
}

.color-light-gray {
  color: #777777;
}

.color-lighter-gray {
  color: #999;
}

.color-more-lighter-gray {
  color: #ccc;
}

.color-lightest-gray {
  color: #eeeeee;
}

.color-white,
.btn-orange-gradient,
.btn-blue-gradient {
  color: #fff;
}

.color-white:hover,
.btn-orange-gradient:hover,
.btn-blue-gradient:hover {
  color: #fff;
}

.color-white-gray {
  color: #F2F2F2;
}

.color-black {
  color: #333;
}

.color-black:hover {
  color: #333;
}

.color-link {
  color: #474850;
}

.color-sent {
  color: #49A662;
}

.color-received {
  color: #f0ad4e;
}

.color-pending {
  color: #f0ad4e;
}

.color-declined {
  color: #d9534f;
}

.highlight {
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857;
  font-weight: 700;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #474850;
}

.bg-success {
  background-color: #5cb85c;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.bg-chambray {
  background-color: #1f3e56;
}

.bg-dark-blue {
  background-color: #1c4d67;
}

.bg-blue {
  background-color: #4c4dff;
}

.bg-light-blue {
  background-color: #79b9dc;
}

.bg-lighter-blue {
  background-color: #B2DAED;
}

.bg-lightest-blue {
  background-color: #E9EEF0;
}

.bg-green {
  background-color: #49A662;
}

.bg-light-green {
  background-color: #CEF5D8;
}

.bg-lighter-green {
  background-color: #A4D3B3;
}

.bg-pale-green {
  background-color: #F6FBF8;
}

.bg-red {
  background-color: #cd403d;
}

.bg-orange {
  background-color: #E16427;
}

.bg-pink {
  background-color: #FD2491;
}

.bg-gray-base {
  background-color: #000;
}

.bg-darker-gray {
  background-color: #222222;
}

.bg-dark-gray {
  background-color: #333333;
}

.bg-gray {
  background-color: #555555;
}

.bg-light-gray {
  background-color: #777777;
}

.bg-lighter-gray {
  background-color: #999;
}

.bg-lightest-gray {
  background-color: #eeeeee;
}

.bg-white-gray {
  background-color: #F2F2F2;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #333;
}

.bg-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-color: #eeeeee;
  z-index: -1;
}

.fa-xs {
  font-size: .6em;
  vertical-align: middle;
}

.fa-sm {
  font-size: .8em;
  vertical-align: middle;
}

.fa-smd {
  font-size: 1.1em;
  vertical-align: middle;
}

.fa-md {
  font-size: 1.4em;
  vertical-align: middle;
}

.fa-lg {
  font-size: 2em;
  vertical-align: middle;
  line-height: 0;
}

.fa-lg-r {
  font-size: 2.5em;
  vertical-align: middle;
  line-height: 0;
}

.fa-xl {
  font-size: 3em;
  vertical-align: middle;
}

.fa-super-lg {
  font-size: 4em;
  vertical-align: middle;
}

.inner-shadow {
  width: 100%;
}

.inner-shadow-white {
  -webkit-box-shadow: inset 0px -30px 50px -20px #fff;
  -moz-box-shadow: inset 0px -30px 50px -20px #fff;
  box-shadow: inset 0px -30px 50px -10px #fff;
}

.inner-shadow-paragh-two-lines {
  height: 30px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 99;
}

.border-solid-transparent-strong {
  border: 2px solid transparent;
}

.border-none {
  border: none;
}

.border-dashed-dark-gray {
  border: 1px dashed #333;
}

.border-solid-white {
  border: 1px solid #fff;
}

.border-solid-white-strong {
  border: 2px solid #fff;
}

.border-solid-white-left {
  border-left: 1px solid #fff;
}

.border-solid-white-right {
  border-right: 1px solid #fff;
}

.border-solid-white-top {
  border-top: 1px solid #fff;
}

.border-solid-white-bottom {
  border-bottom: 1px solid #fff;
}

.border-solid-light-gray {
  border: 1px solid #888098;
}

.border-solid-light-gray-strong {
  border: 2px solid #888098;
}

.border-solid-light-gray-super-strong {
  border: 5px solid #888098;
}

.border-solid-light-gray-left {
  border-left: 1px solid #888098;
}

.border-solid-light-gray-right {
  border-right: 1px solid #888098;
}

.border-solid-light-gray-top {
  border-top: 1px solid #888098;
}

.border-solid-light-gray-bottom {
  border-bottom: 1px solid #888098;
}

.border-solid-lighter-gray {
  border: 1px solid #ccc;
}

.border-solid-lighter-gray-left {
  border-left: 1px solid #ccc;
}

.border-solid-lighter-gray-right {
  border-right: 1px solid #ccc;
}

.border-solid-lighter-gray-top {
  border-top: 1px solid #ccc;
}

.border-solid-lighter-gray-bottom {
  border-bottom: 1px solid #ccc;
}

.border-solid-lighter-gray-bottom-stronger {
  border-bottom: 4px solid #ccc;
}

.border-solid-dark-gray {
  border: 1px solid #474850;
}

.border-solid-dark-gray-left {
  border-left: 1px solid #474850;
}

.border-solid-dark-gray-right {
  border-right: 1px solid #474850;
}

.border-solid-dark-gray-top {
  border-top: 1px solid #474850;
}

.border-solid-dark-gray-bottom {
  border-bottom: 1px solid #474850;
}

.border-solid-black {
  border: 1px solid #333;
}

.border-solid-black-left {
  border-left: 1px solid #333;
}

.border-solid-black-right {
  border-right: 1px solid #333;
}

.border-solid-black-top {
  border-top: 1px solid #333;
}

.border-solid-black-bottom {
  border-bottom: 1px solid #333;
}

.border-solid-none-top {
  border-top: none !important;
}

.border-solid-none-bottom {
  border-bottom: none !important;
}

.border-dotted-light-gray {
  border: 1px dotted #888098;
}

.border-dotted-light-gray-left {
  border-left: 1px dotted #888098;
}

.border-dotted-light-gray-right {
  border-right: 1px dotted #888098;
}

.border-dotted-light-gray-top {
  border-top: 1px dotted #888098;
}

.border-dotted-light-gray-bottom {
  border-bottom: 1px dotted #888098;
}

.border-dotted-dark-gray {
  border: 1px dotted #474850;
}

.border-dotted-dark-gray-left {
  border-left: 1px dotted #474850;
}

.border-dotted-dark-gray-right {
  border-right: 1px dotted #474850;
}

.border-dotted-dark-gray-top {
  border-top: 1px dotted #474850;
}

.border-dotted-dark-gray-bottom {
  border-bottom: 1px dotted #474850;
}

.border-dotted-none-top {
  border-top: none !important;
}

.border-light-gray {
  border: 1px solid #888098;
}

.border-left {
  border-left: 1px solid #888098;
}

.border-right {
  border-right: 1px solid #888098;
}

.border-right-dark-gray {
  border-right: 1px solid #474850;
}

.border-top-solid-light-gray {
  border-top: 1px solid #888098 !important;
}

.border-top-dotted-light-gray {
  border-top: 1px dotted #888098 !important;
}

.border-top-dotted-dark-gray {
  border-top: 1px dotted #474850 !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom {
  border-bottom: 1px solid #888098;
}

.border-bottom-dotted-dark-gray {
  border-bottom: 1px dotted #474850;
}

.border-lightest-gray {
  border: 1px solid #eeeeee;
}

.border-lightest-gray-left {
  border-left: 1px solid #eeeeee;
}

.border-lightest-gray-right {
  border-right: 1px solid #eeeeee;
}

.border-lightest-gray-top {
  border-top: 1px solid #eeeeee;
}

.border-lightest-gray-bottom {
  border-bottom: 1px solid #eeeeee;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-10 {
  top: 10px;
}

.top-15 {
  top: 15px;
}

.top-20 {
  top: 20px;
}

.top-25 {
  top: 25px;
}

.top-30 {
  top: 30px;
}

.top-34 {
  top: 34px;
}

.top-35 {
  top: 35px;
}

.top-40 {
  top: 40px;
}

.left-0 {
  left: 0;
}

.left-5 {
  left: 5px;
}

.left-10 {
  left: 10px;
}

.left-15 {
  left: 15px;
}

.left-20 {
  left: 20px;
}

.left-25 {
  left: 25px;
}

.left-30 {
  left: 30px;
}

.left-35 {
  left: 35px;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 1px;
}

.right-2 {
  right: 2px;
}

.right-3 {
  right: 3px;
}

.right-4 {
  right: 4px;
}

.right-5 {
  right: 5px;
}

.right-10 {
  right: 10px;
}

.right-15 {
  right: 15px;
}

.right-20 {
  right: 20px;
}

.right-25 {
  right: 25px;
}

.right-30 {
  right: 30px;
}

.right-35 {
  right: 35px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-5 {
  bottom: 5px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-15 {
  bottom: 15px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-25 {
  bottom: 25px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-35 {
  bottom: 35px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.ul-center {
  width: 100%;
  padding: 0;
  margin: 0;
}

.clearboth {
  clear: both;
}

.greyscale,
.landing-page-consultants-row-item img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

@media only screen and (max-width: 992px) {
  .hidden-md-sm-xs {
    display: none;
  }
}

.visible-md-sm-xs-block,
.visible-md-sm-xs-inline-block,
.visible-md-sm-xs-inline {
  display: none;
}

@media only screen and (max-width: 992px) {
  .visible-md-sm-xs-block {
    display: block;
  }

  .visible-md-sm-xs-inline-block {
    display: inline-block;
  }

  .visible-md-sm-xs-inline {
    display: inline;
  }
}

.no-asterisk:after {
  display: none !important;
}

.z-index-99 {
  z-index: 99;
}

.project-status-bullet {
  font-size: 1.4rem;
  position: relative;
  top: 4px;
  left: 0;
  font-size: 24px;
}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#talmix-debug-bar {
  background-color: #090909 !important;
  border: none;
}

#talmix-debug-bar .navbar-brand {
  padding: 16px 25px 16px 15px;
  width: 110px;
}

#talmix-debug-bar .navbar-brand .masthead__logo {
  position: relative;
  height: 18px;
  width: 70px;
  margin: 0;
  top: 1px;
  left: 0;
  display: block;
  vertical-align: top;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZ0AAABwCAMAAADyrF14AAAAM1BMVEUAAAD          ///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAv4BAEO8wz4/fIK9wUJ          9g34S3UwAABtRJREFUeAHt3efaozgMBeBj44YJoPu/2WnbSzQcr9CTTXz+DqnvhyxsxsFAZtLZwre0M+HeBNucd78x/JYSnuSBw          aQt/Hsa/pJ+yO85Ou6M2Cbe/cbwWxZ5loKxNHmSgD8n/pdPPHUC2BBPmLZ//CtT3qaOjNW2ekknyD9SQWTq5A4+URQdvfo1KJk6B          rWt6E+nv+gydQidgdpWL+kE+q9h6hjUtihXdIpFmzh1ZAOVLlqCNurwI8/UkR1MwgUd7bAKJlMnJ1zPQ67pyNOAydRhalvPU8dZh          6htQaaOrw5R206ZOk46fCOV8mWdVZ4kg8jUIS7hN7msc5CD3NRRsl6pbbtc0tFr4Ak2U0caXdd0HeSBIW7qjNe2TRidaPipp06ll9          x0HdThCjp16PeTVlKn5PE50KlDfnNNSB2UbNcSTJ3K1zVVB2WVvyQvGM3UkcjXNVUHqcmfciS4R59+wnj8daTzdU3VAXqs8iNr6yA          ydYhl5TL+DEjLtyQQmTrcTQaV0xnP1OFvMojiqzN1iG+3iJfO1OFrW/1wneWMR/iRGPfioUMsxD3kg3WWVv/xGWPx1NHXX3r+WJ3e          nnz2NXb8mjP+a5Z7dGRXPhuhs6jvOoZn2RKepoSnuUFnCaLk6OqTx5t0cuLrGr2CUDK/0qQNgNVcp4QLUyv+OrLRdY3X0dAXfsIiF          2Od1OTnqcVWh69tQe7RQWAaE+q/IRnoLKtcST4ddJQlsl1u0dHXwTd24TzAVifK1Tz8daQp34iNjg5/cgvnOZnqpI35qvx1ZFG+ES          sdNGpC6dQqsaVOqsIk++usia5rvE5aiRasE00er6Pj6PHXkUbXNV4HhVgIrBdGSVrHBsdfRwqAQ+7VQdRfnzyS1zHC8dep/MN4HQT          tjCDOMjOdQ/4XOhLTer+OMpocuDRCBVjqPOR/oiOb3KtDdGIH1d2N6xR5JZ1NBhPCuA5/FcNeGY3qpPWldGKUoeQ+rkPPAPCzCqM6          TV5LB6uM5IFxHX72jJ+RG9Mp8mo6iwykwlBHn3nmZ7PHdcLL6aAJn2Kqo6/a8CtBozqLvJ7OwEgYYaijV5Sm25nqhBfUwcLXNVsdv          XYp53Yx0CFOnRDP5Xvisbrp8LWtmOto477WM5jqHKJl2/GnlJZddPi5zgZ7nZSFToCpThIlof/jHcfso4OdXFuw18EubHIy1NGra9          7xL+nVRwcbuS5nr4NDyOyw1VFWKAqI92yvkzJZ1+x12NbxgK1OHzlJDxcd7GRds9dBIddujXXOoXuxgoMOUdsW3KWDKEQWGOscQ51          hyi46PZP3IdrroDKXetY661hneLro4EH2SfY6xF2nFdY6ffQkXV10EIg+yVSHX5jM3VxnGb2oOn10eibqmr0OM/o9YK4Thxf3sosO          HkRds9chOvsNxjpKU5Dwsxw+Ogii58TdOli4wc9OZ3zj+dNJp4iagPt10Phm2l6H6g2Lkw4iMRTb6hA3+zXcoaOWCz1eOqjqUOyhg          yJ6anLQoc7T1Uun6HXNXodvqwteTSd46SAqdc1JR29OIj5YB6tyoJNO5ycJ3l9HPbLCTyeKkvKxOkpLW/x0isHKgauOOOqkVT/MVo          dfhTvu0VmHh7nkoqMcW+Gnc/Ar1hY6YXjSaHHRUb6f4qezm0zk8Drb8C9qNA8dZSqywU2H28vfUCcOdyGrrw52fSC+UyfwCwg2Ouf          oMFfEWQeb3rcY6/DLb8Vep4zW0cNBR6kvDW46JculVHsdDE5OdHHXwa7Xtbt0qlxMs9ZRDunQEhx0lBdd4KbT5HIWc504dKI+5H4d          5faYDW46i+HNhrxOGbn+3eV+HeWPIic3nbQKkc1aByvPs2QHHeUD7XDT2YTKaa2j1NWQ2LJmp6PUtg1uOqdwyd1Ypwj3X0R6EC8dP          sY6PQuZYKyjd4zhxF/SD5HP0QlCJxrrnKImH2fHj6QlVpEP0okykGKrg3yhVwxBgXlTnaJ8SH7XvFGdKEQ+Ryc9F6j8jpO8jtbTTx          1991alcd1NdXDK1GGuuM/xnY4HdBCmDrHitl07wEynTB1+E3B+h/1BHcSpc32PnKt7hJnpIEydiytu7VpTZ6qT8tS5tjdbYjc8NtB          ByVOH3gRcr3+GOtinDv+LOvq24oY6OKcOvQm4vq24pQ7OqfOzZroTFWe31eHGnlrfVIf7wnVKSx2Ueh0nhffU6dwcgF4GTXWQDrmW          kPCmOuxAr7cQpjrAni/eWPemOkSTTLTfvM74T1quC95Oh7zA5C9dx3WoewdyBN5Vh5ycIaZ9eB3+Z65F1pjwvjpjE5tKNcQ92Y/8L          zTHgtfITHm0kH+HCe3sIDPzFX64/zKYeNvLAAAAAElFTkSuQmCC") no-repeat;
  background-size: contain;
}

#talmix-debug-bar .navbar-nav {
  margin: 0;
  font-size: 0;
}

#talmix-debug-bar .navbar-nav .debug-bar-item {
  display: inline-block;
  margin: 9px 2px;
  vertical-align: middle;
}

#talmix-debug-bar .navbar-nav .btn {
  color: #fff;
  background-color: #e06238;
  border-color: #dc5122;
  font-size: 13px;
  transition: opacity .2s ease;
}

#talmix-debug-bar .navbar-nav .btn:hover {
  opacity: .8;
}

#talmix-debug-bar .navbar-nav .auth-action .btn {
  color: #fff;
  background-color: #474850;
  border-color: transparent;
}

#talmix-debug-bar .navbar-nav #toggle-components-action,
#talmix-debug-bar .navbar-nav #docs-action {
  margin-right: 6px;
}

#talmix-debug-bar .navbar-nav #debug-bar-visibility-toggle {
  height: 50px;
  width: 40px;
  margin: 0;
  background-color: #090909;
  color: #fff;
  border: none;
  font-size: 21px;
}

#talmix-debug-bar .navbar-nav #debug-bar-visibility-toggle > i {
  vertical-align: middle;
}

#talmix-debug-bar:not(.active) {
  transform: translateY(-100%);
}

#talmix-debug-bar:not(.active) .navbar-nav #debug-bar-visibility-toggle {
  position: absolute;
  bottom: -50px;
  left: 0;
}

#talmix-debug-bar.active {
  transform: translateY(0);
}

#talmix-debug-bar.active .navbar-nav #debug-bar-visibility-toggle {
  position: static;
}

.input-addon-percentage {
  width: 110px;
}

.container.tui {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 753px) and (max-width: 829px) {
  .container.tui {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 830px) {
  .container.tui {
    width: 800px;
  }
}

@media (min-width: 992px) {
  .container.tui {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container.tui {
    width: 800px;
  }
}

.tui-link {
  color: #4C4DFF !important;
  text-decoration: underline !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.42857;
  font-weight: 400;
}

.tui-link:hover {
  text-decoration: none !important;
}

.flex-box {
  display: flex;
}

.flex-box.flex-row {
  flex-direction: row;
}

.flex-box.flex-row > * {
  flex-grow: 1;
}

.flex-box.flex-row > *:not(:last-child) {
  padding-right: 1em;
}

.flex-box.flex-col {
  flex-direction: column;
}

.flex-box.flex-col > *:not(:last-child) {
  padding-bottom: 1em;
}

@font-face {
  font-family: "graphik-regular";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/graphik-regular.eot?v=7a59c039);
  src: url(/static/fonts/graphik-regular.eot?v=7a59c039) format("embedded-opentype"), url(/static/fonts/graphik-regular.woff?v=c4250900) format("woff"), url(/static/fonts/graphik-regular.ttf?v=2d3376f8) format("truetype"), url(/static/images/graphik-regular.svg?v=54776694) format("svg");
}

@font-face {
  font-family: "graphik-semibold";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/graphik-semibold.eot?v=cd235994);
  src: url(/static/fonts/graphik-semibold.eot?v=cd235994) format("embedded-opentype"), url(/static/fonts/graphik-semibold.woff?v=cc91b03a) format("woff"), url(/static/fonts/graphik-semibold.ttf?v=aae53f98) format("truetype"), url(/static/images/graphik-semibold.svg?v=7d1c281a) format("svg");
}

@font-face {
  font-family: "gilroy-medium";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/gilroy-medium.eot?v=23ca2806);
  src: url(/static/fonts/gilroy-medium.eot?v=23ca2806) format("embedded-opentype"), url(/static/fonts/gilroy-medium.woff?v=c06ba7d0) format("woff"), url(/static/fonts/gilroy-medium.ttf?v=f26496e0) format("truetype"), url(/static/images/gilroy-medium.svg?v=f632b77e) format("svg");
}

@font-face {
  font-family: "gilroy-bold";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/gilroy-bold.eot?v=406f871f);
  src: url(/static/fonts/gilroy-bold.eot?v=406f871f) format("embedded-opentype"), url(/static/fonts/gilroy-bold.woff?v=6c995dc6) format("woff"), url(/static/fonts/gilroy-bold.ttf?v=9a5ba0e2) format("truetype"), url(/static/images/gilroy-bold.svg?v=ef22c407) format("svg");
}

@font-face {
  font-family: "gilroy-heavy";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/gilroy-heavy.eot?v=cf0be99c);
  src: url(/static/fonts/gilroy-heavy.eot?v=cf0be99c) format("embedded-opentype"), url(/static/fonts/gilroy-heavy.woff?v=4a6b654b) format("woff"), url(/static/fonts/gilroy-heavy.ttf?v=fcf73738) format("truetype"), url(/static/images/gilroy-heavy.svg?v=0119d8af) format("svg");
}

.reband strong,
.reband
b {
  font-family: "graphik-semibold", Helvetica, Arial, sans-serif;
}

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

.rebrand .u-container {
  max-width: 73.125rem;
}

.rebrand .u-container {
  padding-left: 0.9375rem;
}

.rebrand .u-container {
  padding-right: 0.9375rem;
}

.u-container.u-container--collapse {
  padding-left: 0;
  padding-right: 0;
}

.rebrand .u-container.u-container--collapse {
  padding-left: 0;
}

.rebrand .u-container.u-container--collapse {
  padding-right: 0;
}

.u-container.u-container--centered {
  max-width: 980px;
}

.rebrand .u-container.u-container--centered {
  max-width: 61.25rem;
}

.u-container.u-container--smallest {
  max-width: 885px;
}

.rebrand .u-container.u-container--smallest {
  max-width: 55.3125rem;
}

.u-align-vertical {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.u-align-vertical:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.u-align-vertical__item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.rebrand .u-align-vertical__item {
  font-size: 1rem;
}

.u-align-vertical--left {
  text-align: left;
}

.u-align-vertical--left .u-align-vertical__item {
  text-align: left;
}

.u-align-vertical--right {
  text-align: right;
}

.u-align-vertical--right .u-align-vertical__item {
  text-align: right;
}

.u-align-vertical--top .u-align-vertical__item {
  vertical-align: top;
}

.u-align-vertical--bottom .u-align-vertical__item {
  vertical-align: bottom;
}

.u-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  color: #fff;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 0.8;
  text-align: center;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 200ms ease-in-out;
}

.rebrand .u-btn {
  font-size: 1rem;
}

.u-btn .fa {
  display: inline-block;
  padding-left: 4px;
}

.rebrand .u-btn .fa {
  padding-left: 0.25rem;
}

.u-btn:focus,
.u-btn:active,
.u-btn:hover,
.u-btn:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  outline-offset: 0;
}

.no-touchevents .u-btn:after {
  content: '';
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 200ms ease-in-out;
}

.no-touchevents .u-btn:hover {
  text-decoration: none;
}

.no-touchevents .u-btn:hover:after {
  height: 360%;
  opacity: 1;
}

.no-touchevents .u-btn:active:after {
  height: 360%;
  opacity: 0.5;
}

.u-btn--rounded {
  border-radius: 4px;
}

.rebrand .u-btn--rounded {
  border-radius: 0.25rem;
}

.u-btn--white {
  color: #474850;
  background-color: transparent;
  border-color: #474850;
}

.u-btn--white:focus,
.u-btn--white:active,
.u-btn--white:hover,
.u-btn--white:visited {
  color: #474850;
}

.no-touchevents .u-btn--white:after {
  background-color: #888098;
}

.no-touchevents .u-btn--white:hover {
  border-color: #888098;
  color: #fff;
}

.u-btn--transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.u-btn--transparent:focus,
.u-btn--transparent:active,
.u-btn--transparent:hover,
.u-btn--transparent:visited {
  color: #fff;
}

.no-touchevents .u-btn--transparent:after {
  background-color: #fff;
}

.no-touchevents .u-btn--transparent:hover {
  border-color: #fff;
  color: #474850;
}

.u-btn--indigo {
  background-color: #4c4dff;
}

.no-touchevents .u-btn--indigo:after {
  background-color: #797aff;
}

.no-touchevents .u-btn--indigo:hover {
  border-color: #797aff;
}

.u-btn--clay {
  background-color: #888098;
}

.no-touchevents .u-btn--clay:after {
  background-color: #a6a0b2;
}

.no-touchevents .u-btn--clay:hover {
  border-color: #a6a0b2;
}

.u-btn--lemon {
  background-color: #eded50;
  color: #474850;
}

.u-btn--lemon:focus,
.u-btn--lemon:active,
.u-btn--lemon:hover,
.u-btn--lemon:visited {
  color: #474850;
}

.no-touchevents .u-btn--lemon:after {
  background-color: #fff;
}

.no-touchevents .u-btn--lemon:hover {
  border-color: #f2f285;
  color: #474850;
}

.u-btn--grey {
  background-color: #4C4DFF;
}

.no-touchevents .u-btn--grey:after {
  background-color: #797aff;
}

.no-touchevents .u-btn--grey:hover {
  border-color: #797aff;
  color: #474850;
}

.u-btn--olive {
  background-color: #EDED50;
  color: #474850 !important;
}

.no-touchevents .u-btn--olive:after {
  background-color: #f2f27c;
}

.no-touchevents .u-btn--olive:hover {
  border-color: #f2f27c;
  color: #474850;
}

.u-btn__inside {
  display: block;
  padding: 15px 22.5px;
  position: relative;
  z-index: 1;
  text-transform: none;
}

.rebrand .u-btn__inside {
  padding: 0.9375rem 1.40625rem;
}

@media screen and (min-width: 992px) {
  .u-btn__inside {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rebrand .u-btn__inside {
    padding-left: 1.875rem;
  }

  .rebrand .u-btn__inside {
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-btn__inside {
    padding-left: 45px;
    padding-right: 45px;
  }

  .rebrand .u-btn__inside {
    padding-left: 2.8125rem;
  }

  .rebrand .u-btn__inside {
    padding-right: 2.8125rem;
  }
}

.u-btn--block {
  display: block;
  width: 100%;
}

.u-btn--thick {
  border-width: 2px;
}

.u-highlight {
  background-color: #f2f2f2;
}

.u-highlight--white {
  background-color: #fff;
}

.u-highlight--indigo {
  background-color: #4c4dff;
}

.u-highlight--clay {
  background-color: #888098;
}

.u-highlight--lemon {
  background-color: #eded50;
}

.u-highlight--grey {
  background-color: #474850;
}

.u-highlight--olive {
  background-color: #7e7730;
}

.u-highlight--pink {
  background-color: #fd2491;
}

.u-highlight--dark-grey {
  background-color: #62646f;
}

.u-hairline--top {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}

.rebrand .u-hairline--top {
  padding-top: 0.9375rem;
}

.u-hairline--top:before {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  left: -7.5px;
  right: -7.5px;
}

.rebrand .u-hairline--top:before {
  left: -0.46875rem;
}

.rebrand .u-hairline--top:before {
  right: -0.46875rem;
}

.u-highlight--lemon .u-hairline--top:before,
.u-highlight--white .u-hairline--top:before,
.u-highlight .u-hairline--top:before {
  background-color: #474850;
}

.u-highlight--grey .u-hairline--top:before,
.u-highlight--olive .u-hairline--top:before,
.u-highlight--clay .u-hairline--top:before,
.u-highlight--indigo .u-hairline--top:before {
  background-color: #fff;
}

.u-hairline--bottom {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(204, 204, 204, 0.3);
}

.u-hairline--top-lemon {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #eded50;
}

.u-hairline--top-white {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #fff;
}

.u-hairline--top-grey {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #474850;
}

.u-hairline--top-olive {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #7e7730;
}

.u-hairline--top-clay {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #888098;
}

.u-hairline--top-indigo {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #4c4dff;
}

.u-hairline--top-pink {
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #fd2491;
}

.u-col--relative {
  position: relative;
}

.u-col--centered {
  float: none;
  margin: 0 auto;
}

.u-content .u-permalink,
.u-permalink {
  display: block;
  padding-top: 15px;
  color: #474850;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "graphik-semibold", Helvetica, Arial, sans-serif;
}

.rebrand .u-content .u-permalink,
.rebrand
  .u-permalink {
  padding-top: 0.9375rem;
}

.rebrand .u-content .u-permalink,
.rebrand
  .u-permalink {
  font-size: 0.8125rem;
}

.u-content .u-permalink .fa,
.u-permalink .fa {
  display: inline-block;
  padding-left: 3px;
  color: #4c4dff;
}

.rebrand .u-content .u-permalink .fa,
.rebrand
    .u-permalink .fa {
  padding-left: 0.1875rem;
}

.u-content .u-permalink:focus,
.u-content .u-permalink:active,
.u-content .u-permalink:hover,
.u-content .u-permalink:visited,
.u-permalink:focus,
.u-permalink:active,
.u-permalink:hover,
.u-permalink:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  outline-offset: 0;
  color: #474850;
}

.u-content .u-permalink:hover,
.u-permalink:hover {
  color: #4c4bfd;
  text-decoration: none;
}

.no-touchevents .u-content .u-permalink,
.no-touchevents
  .u-permalink {
  transition: color 200ms ease-in-out;
}

.no-touchevents .u-content .u-permalink:hover,
.no-touchevents
    .u-permalink:hover {
  color: #4c4dff;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.section .u-container {
  position: relative;
  z-index: 1;
}

.section:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.is-fullscreen .section--error,
.is-fullscreen
.section--register,
.is-fullscreen
.section--login {
  height: 100%;
  font-size: 0;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  .is-fullscreen .section--error,
  .is-fullscreen
    .section--register,
  .is-fullscreen
    .section--login {
    padding: 0;
  }
}

.is-fullscreen .section--error .u-align-vertical,
.is-fullscreen
  .section--register .u-align-vertical,
.is-fullscreen
  .section--login .u-align-vertical {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  .is-fullscreen .section--error .u-align-vertical,
  .is-fullscreen
      .section--register .u-align-vertical,
  .is-fullscreen
      .section--login .u-align-vertical {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.section--error:before,
.section--register:before,
.section--login:before {
  content: '';
}

.section--error .form--mini .u-btn,
.section--register .form--mini .u-btn,
.section--login .form--mini .u-btn {
  margin-bottom: 7.5px;
}

.rebrand .section--error .form--mini .u-btn,
.rebrand
  .section--register .form--mini .u-btn,
.rebrand
  .section--login .form--mini .u-btn {
  margin-bottom: 0.46875rem;
}

.section--banner .section__title,
.section--banner .section__intro {
  color: #fff;
}

.section--banner .section__title a,
.section--banner .section__intro a {
  color: #fff;
}

.section--banner .section__title a:hover,
.section--banner .section__intro a:hover {
  color: #fff;
}

.section--banner:before {
  content: '';
}

@media screen and (min-width: 768px) {
  .section--banner .form--mini:first-child {
    margin-top: 0;
  }

  .rebrand .section--banner .form--mini:first-child {
    margin-top: 0;
  }
}

.section--banner .form--mini {
  max-width: none;
  margin: 22.5px 0;
}

.rebrand .section--banner .form--mini {
  max-width: none;
}

.rebrand .section--banner .form--mini {
  margin: 1.40625rem 0;
}

.section--banner .form--mini .u-btn--submit {
  margin-bottom: 0;
}

.rebrand .section--banner .form--mini .u-btn--submit {
  margin-bottom: 0;
}

.section--banner .form--mini .field__paragraph {
  font-size: 16px;
}

.rebrand .section--banner .form--mini .field__paragraph {
  font-size: 1rem;
}

.section--banner,
.section--page {
  padding: 30px 0;
}

.rebrand .section--banner,
.rebrand
  .section--page {
  padding: 1.875rem 0;
}

@media screen and (min-width: 768px) {
  .section--banner,
  .section--page {
    padding: 45px 0;
  }

  .rebrand .section--banner,
  .rebrand
      .section--page {
    padding: 2.8125rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .section--banner,
  .section--page {
    padding: 60px 0;
  }

  .rebrand .section--banner,
  .rebrand
      .section--page {
    padding: 3.75rem 0;
  }
}

.section--contact-us .section__intro {
  max-width: 420px;
}

.rebrand .section--contact-us .section__intro {
  max-width: 26.25rem;
}

.section--how-it-works .section__title {
  padding-top: 30px;
}

.rebrand .section--how-it-works .section__title {
  padding-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .section--how-it-works .section__title {
    padding-top: 45px;
  }

  .rebrand .section--how-it-works .section__title {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .section--how-it-works .section__title {
    padding-top: 60px;
  }

  .rebrand .section--how-it-works .section__title {
    padding-top: 3.75rem;
  }
}

.section--about-us .section__intro {
  max-width: 530px;
}

.rebrand .section--about-us .section__intro {
  max-width: 33.125rem;
}

@media screen and (min-width: 992px) {
  .section--consultants .section__intro {
    width: 100%;
  }
}

.section--consultants .content__blockquote--hairline,
.section--consultants .content .content__blockquote--hairline {
  margin: 0;
  width: 90%;
}

.rebrand .section--consultants .content__blockquote--hairline,
.rebrand
  .section--consultants .content .content__blockquote--hairline {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .section--consultants .content__blockquote--hairline,
  .section--consultants .content .content__blockquote--hairline {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .section--consultants .stats {
    margin-top: -22.5px;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: -75%;
    text-align: left;
  }

  .rebrand .section--consultants .stats {
    margin-top: -1.40625rem;
  }

  .rebrand .section--consultants .stats {
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .section--consultants .stats > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .rebrand .section--consultants .stats > li {
    margin-left: 0;
  }

  .rebrand .section--consultants .stats > li {
    margin-right: 0;
  }
}

.section--error {
  text-align: center;
}

.section--error .section__title {
  color: #fff;
}

.section--error .section__intro {
  width: 100%;
  color: #fff;
  text-align: center;
}

.section--error .u-btn {
  margin-top: 15px;
}

.rebrand .section--error .u-btn {
  margin-top: 0.9375rem;
}

.section--why .section__intro {
  padding: 22.5px 0 0 0;
}

.rebrand .section--why .section__intro {
  padding: 1.40625rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .section--why .section__intro {
    padding-top: 30px;
    padding-bottom: 7.5px;
  }

  .rebrand .section--why .section__intro {
    padding-top: 1.875rem;
  }

  .rebrand .section--why .section__intro {
    padding-bottom: 0.46875rem;
  }
}

@media screen and (min-width: 1200px) {
  .section--why .section__intro {
    padding-top: 45px;
  }

  .rebrand .section--why .section__intro {
    padding-top: 2.8125rem;
  }
}

.section--home-banner {
  padding: 45px 0 30px;
  background-color: #000;
  text-align: center;
  transition: all 200ms ease-in-out;
}

.rebrand .section--home-banner {
  padding: 2.8125rem 0 1.875rem;
}

@media screen and (min-width: 768px) {
  .section--home-banner {
    padding: 75px 0 45px;
    text-align: left;
  }

  .rebrand .section--home-banner {
    padding: 4.6875rem 0 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .section--home-banner {
    padding: 105px 0 60px;
  }

  .rebrand .section--home-banner {
    padding: 6.5625rem 0 3.75rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 360px) {
  .section--home-banner {
    background-image: url(/static/images/360.jpg?v=77d6a5e2);
  }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
  .section--home-banner {
    background-image: url(/static/images/768.jpg?v=e86a3cb9);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section--home-banner {
    background-image: url(/static/images/1024.jpg?v=19a8e050);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .section--home-banner {
    background-image: url(/static/images/1200.jpg?v=e3597d45);
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .section--home-banner {
    background-image: url(/static/images/1440.jpg?v=8557f7ab);
  }
}

@media screen and (min-width: 1441px) {
  .section--home-banner {
    background-image: url(/static/images/1920.jpg?v=07791d3e);
  }
}

.section--home-banner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .section--home-banner:before {
    display: none;
  }
}

.section--home-banner .section__title,
.section--home-banner .section__intro {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section--home-banner .section__title,
  .section--home-banner .section__intro {
    text-align: left;
  }
}

.section--home-banner .section__title a,
.section--home-banner .section__intro a {
  color: #fff;
}

.section--home-banner .section__title a:hover,
.section--home-banner .section__intro a:hover {
  color: #fff;
}

.section--home-banner .section__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .section--home-banner .section__intro {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .section--home-banner .section__intro {
    width: 35%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

.section--home-banner .section__actions {
  margin-left: -3.75px;
  margin-right: -3.75px;
  min-width: 240px;
  display: inline-block;
}

.rebrand .section--home-banner .section__actions {
  margin-left: -0.23438rem;
}

.rebrand .section--home-banner .section__actions {
  margin-right: -0.23438rem;
}

.rebrand .section--home-banner .section__actions {
  min-width: 15rem;
}

@media screen and (min-width: 768px) {
  .section--home-banner .section__actions {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .rebrand .section--home-banner .section__actions {
    margin-left: -0.46875rem;
  }

  .rebrand .section--home-banner .section__actions {
    margin-right: -0.46875rem;
  }
}

@media screen and (min-width: 1200px) {
  .section--home-banner .section__actions {
    margin-left: -15px;
    margin-right: -15px;
  }

  .rebrand .section--home-banner .section__actions {
    margin-left: -0.9375rem;
  }

  .rebrand .section--home-banner .section__actions {
    margin-right: -0.9375rem;
  }
}

.section--home-banner .section__actions .section__actions-item {
  padding-top: 15px;
  padding-bottom: 3.75px;
}

.rebrand .section--home-banner .section__actions .section__actions-item {
  padding-top: 0.9375rem;
}

.rebrand .section--home-banner .section__actions .section__actions-item {
  padding-bottom: 0.23438rem;
}

.section--home-banner .section__actions .u-content p {
  margin-top: -4px;
}

.rebrand .section--home-banner .section__actions .u-content p {
  margin-top: -0.25rem;
}

.section--home-banner .section__actions .u-content p br {
  display: none;
}

@media screen and (min-width: 768px) {
  .section--home-banner .section__actions .u-content p br {
    display: block;
  }
}

.section--with-offset {
  padding-bottom: 0;
  z-index: 2;
  overflow: visible;
}

.rebrand .section--with-offset {
  padding-bottom: 0;
}

.u-row--collapsed {
  margin-left: 0;
  margin-right: 0;
}

.u-col--collapsed {
  padding-left: 0;
  padding-right: 0;
}

.section--with-offset-above {
  padding-top: 75px;
}

.rebrand .section--with-offset-above {
  padding-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .section--with-offset-above {
    padding-top: 105px;
  }

  .rebrand .section--with-offset-above {
    padding-top: 6.5625rem;
  }
}

@media screen and (min-width: 1200px) {
  .section--with-offset-above {
    padding-top: 135px;
  }

  .rebrand .section--with-offset-above {
    padding-top: 8.4375rem;
  }
}

.section__inside {
  padding-top: 22.5px;
}

.rebrand .section__inside {
  padding-top: 1.40625rem;
}

@media screen and (min-width: 768px) {
  .section__inside {
    padding-top: 45px;
  }

  .rebrand .section__inside {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__inside {
    padding-top: 60px;
  }

  .rebrand .section__inside {
    padding-top: 3.75rem;
  }
}

.section__title {
  padding: 0;
  margin: 0;
  color: #4c4dff;
  font-size: 37px;
  line-height: 1;
  font-family: "gilroy-heavy", Helvetica, Arial, sans-serif;
}

.rebrand .section__title {
  font-size: 2.3125rem;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 45px;
  }

  .rebrand .section__title {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__title {
    font-size: 60px;
    letter-spacing: 0.6px;
  }

  .rebrand .section__title {
    font-size: 3.75rem;
  }
}

.section__title a {
  color: #4c4dff;
}

.section__title a:hover {
  color: #4c4dff;
  text-decoration: none;
}

.no-touchevents .section__title a:hover {
  text-decoration: underline;
}

.section__title--bold {
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.section__title--uppercase {
  text-transform: uppercase;
}

.section__intro {
  display: block;
  padding: 7.5px 0 0 0;
  margin: 0;
  width: 80%;
  color: #474850;
  font-size: 20px;
  line-height: 1.4;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
}

.rebrand .section__intro {
  padding: 0.46875rem 0 0 0;
}

.rebrand .section__intro {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .section__intro {
    width: 76%;
  }
}

.section__intro a {
  color: #474850;
}

.section__intro a:hover {
  color: #474850;
  text-decoration: none;
}

.no-touchevents .section__intro a:hover {
  text-decoration: underline;
}

.section__intro--full-width {
  width: 100%;
}

.section__floats {
  padding: 22.5px 0 0 0;
}

.rebrand .section__floats {
  padding: 1.40625rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .section__floats {
    padding-top: 45px;
  }

  .rebrand .section__floats {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .section__floats {
    padding-top: 90px;
  }

  .rebrand .section__floats {
    padding-top: 5.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__floats {
    padding-top: 135px;
  }

  .rebrand .section__floats {
    padding-top: 8.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .section__floats .u-content {
    padding-top: 22.5px;
  }

  .rebrand .section__floats .u-content {
    padding-top: 1.40625rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__floats [class*="col-"] {
    padding-right: 0;
  }
}

.section__floats .content__image {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .section__floats .content__image {
    margin-top: 22.5px;
  }

  .rebrand .section__floats .content__image {
    margin-top: 1.40625rem;
  }
}

.section__actions {
  padding: 22.5px 0 30px 0;
  font-size: 0;
  text-align: center;
}

.rebrand .section__actions {
  padding: 1.40625rem 0 1.875rem 0;
}

@media screen and (min-width: 768px) {
  .section__actions {
    padding-top: 37.5px;
    padding-bottom: 45px;
  }

  .rebrand .section__actions {
    padding-top: 2.34375rem;
  }

  .rebrand .section__actions {
    padding-bottom: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__actions {
    padding-top: 52.5px;
    padding-bottom: 60px;
  }

  .rebrand .section__actions {
    padding-top: 3.28125rem;
  }

  .rebrand .section__actions {
    padding-bottom: 3.75rem;
  }
}

.section__actions .u-content h3,
.section__actions .u-content .content__h3,
.section__actions .content__h3,
.section__actions .content__title,
.section__actions .u-content .content__title {
  padding-bottom: 22.5px;
}

.rebrand .section__actions .u-content h3,
.rebrand
    .section__actions .u-content .content__h3,
.rebrand
    .section__actions .content__h3,
.rebrand
    .section__actions .content__title,
.rebrand
    .section__actions .u-content .content__title {
  padding-bottom: 1.40625rem;
}

.section__actions .u-btn {
  margin: 7.5px 3.75px 0 3.75px;
  min-width: 200px;
}

.rebrand .section__actions .u-btn {
  margin: 0.46875rem 0.23438rem 0 0.23438rem;
}

.rebrand .section__actions .u-btn {
  min-width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .section__actions .u-btn {
    margin-right: 7.5px;
    margin-left: 7.5px;
  }

  .rebrand .section__actions .u-btn {
    margin-right: 0.46875rem;
  }

  .rebrand .section__actions .u-btn {
    margin-left: 0.46875rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__actions .u-btn {
    margin-right: 15px;
    margin-left: 15px;
  }

  .rebrand .section__actions .u-btn {
    margin-right: 0.9375rem;
  }

  .rebrand .section__actions .u-btn {
    margin-left: 0.9375rem;
  }
}

.section .section__actions {
  padding-bottom: 0;
}

.rebrand .section .section__actions {
  padding-bottom: 0;
}

.section__actions--left {
  text-align: left;
}

.section__actions--left .u-btn {
  margin-left: 0;
  margin-right: 7.5px;
}

.rebrand .section__actions--left .u-btn {
  margin-left: 0;
}

.rebrand .section__actions--left .u-btn {
  margin-right: 0.46875rem;
}

@media screen and (min-width: 768px) {
  .section__actions--left .u-btn {
    margin-right: 15px;
  }

  .rebrand .section__actions--left .u-btn {
    margin-right: 0.9375rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__actions--left .u-btn {
    margin-right: 30px;
  }

  .rebrand .section__actions--left .u-btn {
    margin-right: 1.875rem;
  }
}

.section__actions--left .u-btn:last-child {
  margin-right: 0;
}

.rebrand .section__actions--left .u-btn:last-child {
  margin-right: 0;
}

.section__actions-item {
  display: inline-block;
  padding: 7.5px 3.75px 0 3.75px;
  min-width: 240px;
}

.rebrand .section__actions-item {
  padding: 0.46875rem 0.23438rem 0 0.23438rem;
}

.rebrand .section__actions-item {
  min-width: 15rem;
}

@media screen and (min-width: 768px) {
  .section__actions-item {
    padding-right: 7.5px;
    padding-left: 7.5px;
    min-width: 240px;
  }

  .rebrand .section__actions-item {
    padding-right: 0.46875rem;
  }

  .rebrand .section__actions-item {
    padding-left: 0.46875rem;
  }

  .rebrand .section__actions-item {
    min-width: 15rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__actions-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rebrand .section__actions-item {
    padding-right: 0.9375rem;
  }

  .rebrand .section__actions-item {
    padding-left: 0.9375rem;
  }
}

.section__actions-item .u-btn {
  display: block;
  width: 100%;
  margin: 0;
  min-width: 0;
}

.rebrand .section__actions-item .u-btn {
  margin: 0;
}

.rebrand .section__actions-item .u-btn {
  min-width: 0;
}

.section__actions-item .u-content p {
  padding-top: 15px;
  color: #fff;
  font-size: 14px;
}

.rebrand .section__actions-item .u-content p {
  padding-top: 0.9375rem;
}

.rebrand .section__actions-item .u-content p {
  font-size: 0.875rem;
}

.section__image {
  display: block;
  width: 100%;
  padding-top: 45px;
  font-size: 0;
}

.rebrand .section__image {
  padding-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .section__image {
    padding-top: 60px;
  }

  .rebrand .section__image {
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__image {
    padding-top: 75px;
  }

  .rebrand .section__image {
    padding-top: 4.6875rem;
  }
}

.section__image img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.section__image img.is-mobile {
  display: block;
}

@media screen and (min-width: 480px) {
  .section__image img.is-mobile {
    display: none;
  }
}

.section__image img.is-desktop {
  display: none;
}

@media screen and (min-width: 480px) {
  .section__image img.is-desktop {
    display: block;
  }
}

.section__image--centered {
  text-align: center;
}

.section__image--centered img {
  max-width: 655px;
}

.rebrand .section__image--centered img {
  max-width: 40.9375rem;
}

.section__image--offset-bottom {
  padding-top: 0;
}

.rebrand .section__image--offset-bottom {
  padding-top: 0;
}

.section__image--offset-bottom img {
  position: relative;
  bottom: -45px;
}

.rebrand .section__image--offset-bottom img {
  bottom: -2.8125rem;
}

@media screen and (min-width: 768px) {
  .section__image--offset-bottom img {
    bottom: -60px;
  }

  .rebrand .section__image--offset-bottom img {
    bottom: -3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__image--offset-bottom img {
    bottom: -75px;
  }

  .rebrand .section__image--offset-bottom img {
    bottom: -4.6875rem;
  }
}

.section__image--brands {
  padding: 22.5px 0 0;
}

.rebrand .section__image--brands {
  padding: 1.40625rem 0 0;
}

@media screen and (min-width: 768px) {
  .section__image--brands {
    padding: 30px 0;
  }

  .rebrand .section__image--brands {
    padding: 1.875rem 0;
  }
}

.section__padding-top--30 {
  padding-top: 22.5px;
}

.rebrand .section__padding-top--30 {
  padding-top: 1.40625rem;
}

@media screen and (min-width: 1200px) {
  .section__padding-top--30 {
    padding-top: 30px;
  }

  .rebrand .section__padding-top--30 {
    padding-top: 1.875rem;
  }
}

.section__padding-top--50 {
  padding-top: 30px;
}

.rebrand .section__padding-top--50 {
  padding-top: 1.875rem;
}

@media screen and (min-width: 1200px) {
  .section__padding-top--50 {
    padding-top: 50px;
  }

  .rebrand .section__padding-top--50 {
    padding-top: 3.125rem;
  }
}

.section__padding-top--60 {
  padding-top: 22.5px;
}

.rebrand .section__padding-top--60 {
  padding-top: 1.40625rem;
}

@media screen and (min-width: 1200px) {
  .section__padding-top--60 {
    padding-top: 60px;
  }

  .rebrand .section__padding-top--60 {
    padding-top: 3.75rem;
  }
}

#section__landing {
  overflow: hidden;
  padding: 0 0 50px 0;
}

.rebrand #section__landing {
  padding: 0 0 3.125rem 0;
}

#section__landing .u-container {
  padding-top: 0;
  padding-bottom: 30px;
}

.rebrand #section__landing .u-container {
  padding-top: 0;
}

.rebrand #section__landing .u-container {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 1200px) {
  #section__landing .u-container {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .rebrand #section__landing .u-container {
    padding-top: 1.875rem;
  }

  .rebrand #section__landing .u-container {
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .section__restrict-content {
    max-width: 80%;
  }
}

.section__decal {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.section__decal.is-svg {
  display: none;
}

.svg .section__decal.is-svg {
  display: block;
}

.svg .section__decal.is-png {
  display: none;
}

.section__decal--top-right {
  top: 0;
  right: 0;
}

.section__decal--top-left {
  top: 0;
  left: 0;
}

.section__decal--bottom-right {
  bottom: 0;
  right: 0;
}

.section__decal--bottom-left {
  bottom: 0;
  left: 0;
}

.section__decal--alpha {
  max-width: 595px;
  width: 50%;
}

.rebrand .section__decal--alpha {
  max-width: 37.1875rem;
}

.section__decal--beta {
  max-width: 1400px;
  width: 104%;
}

.rebrand .section__decal--beta {
  max-width: 87.5rem;
}

.section__decal--gamma {
  max-width: 900px;
  width: 63%;
}

.rebrand .section__decal--gamma {
  max-width: 56.25rem;
}

.section__decal--delta {
  max-width: 1200px;
  width: 93%;
}

.rebrand .section__decal--delta {
  max-width: 75rem;
}

.home-client-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.home-client-logos .home-client-logo-cell {
  max-width: 225px;
  padding: 30px 20px;
  position: relative;
}

.home-client-logos .home-client-logo-image {
  display: block;
  max-width: 100%;
}

html.rebrand {
  font-size: 87.5%;
}

@media only screen and (min-width: 1200px) {
  html.rebrand {
    font-size: 93.75%;
  }
}

@media only screen and (min-width: 1170px) {
  html.rebrand {
    font-size: 100%;
  }
}

html.rebrand.touchevents {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #fff;
}

html.rebrand body {
  color: #474850;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.rebrand html.rebrand body {
  font-size: 1rem;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  html.is-fullscreen {
    height: 100%;
    min-height: 100%;
  }
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  html.is-fullscreen body {
    height: 100%;
    min-height: 100%;
  }
}

html.no-scroll-mobile {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html.no-scroll-mobile {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

html.no-scroll-mobile body {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  html.no-scroll-mobile body {
    overflow: visible;
  }
}

html.no-scroll {
  overflow: hidden;
  height: auto;
  min-height: 0;
}

@media screen and (min-width: 768px) {
  html.no-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

html.no-scroll body {
  overflow: hidden;
  overflow-x: hidden;
  height: auto;
  min-height: 0;
}

@media screen and (min-width: 768px) {
  html.no-scroll body {
    overflow: visible;
    position: static;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  body {
    overflow: visible;
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
  }

  .rebrand body {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 850px) {
  body.has-fixed-header {
    padding-top: 53px;
  }

  .rebrand body.has-fixed-header {
    padding-top: 3.3125rem;
  }
}

@media screen and (min-width: 992px) {
  body.has-fixed-header {
    padding-top: 61px;
  }

  .rebrand body.has-fixed-header {
    padding-top: 3.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  body.has-fixed-header {
    padding-top: 75px;
  }

  .rebrand body.has-fixed-header {
    padding-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  body.has-fixed-header .cd-top.cd-is-visible {
    visibility: hidden;
    opacity: 0;
  }
}

.register {
  display: block;
  margin: 15px auto 0 auto;
  padding: 30px 15px;
  width: 100%;
  max-width: 470px;
  text-align: center;
}

.rebrand .register {
  margin: 0.9375rem auto 0 auto;
}

.rebrand .register {
  padding: 1.875rem 0.9375rem;
}

.rebrand .register {
  max-width: 29.375rem;
}

@media screen and (min-width: 992px) {
  .register {
    padding: 45px 15px 30px;
  }

  .rebrand .register {
    padding: 2.8125rem 0.9375rem 1.875rem;
  }
}

.register .u-btn {
  width: 100%;
  max-width: 200px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}

.rebrand .register .u-btn {
  max-width: 12.5rem;
}

.rebrand .register .u-btn {
  padding-left: 0;
}

.rebrand .register .u-btn {
  padding-right: 0;
}

.rebrand .register .u-btn {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 992px) {
  .register .u-btn {
    margin-top: 30px;
  }

  .rebrand .register .u-btn {
    margin-top: 1.875rem;
  }
}

.register .register__title--h3 {
  padding-top: 15px;
}

.rebrand .register .register__title--h3 {
  padding-top: 0.9375rem;
}

.register.register--consultant .register__title--h2 i {
  color: #666;
}

.register__title {
  position: relative;
  display: block;
  margin: 0;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  text-align: center;
}

.register__title .fa {
  display: block;
  padding-bottom: 7.5px;
  color: #666;
  text-align: center;
  font-size: 45px;
}

.rebrand .register__title .fa {
  padding-bottom: 0.46875rem;
}

.rebrand .register__title .fa {
  font-size: 2.8125rem;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  .register__title .fa {
    padding-bottom: 30px;
    font-size: 73px;
  }

  .rebrand .register__title .fa {
    padding-bottom: 1.875rem;
  }

  .rebrand .register__title .fa {
    font-size: 4.5625rem;
  }
}

.register__title.register__title--h1 {
  padding-bottom: 15px;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

.rebrand .register__title.register__title--h1 {
  padding-bottom: 0.9375rem;
}

.rebrand .register__title.register__title--h1 {
  font-size: 2.25rem;
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  .register__title.register__title--h1 {
    padding-bottom: 30px;
    margin-top: -120px;
  }

  .rebrand .register__title.register__title--h1 {
    padding-bottom: 1.875rem;
  }

  .rebrand .register__title.register__title--h1 {
    margin-top: -7.5rem;
  }
}

.register__title.register__title--h2 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.rebrand .register__title.register__title--h2 {
  font-size: 2rem;
}

.register__title.register__title--h3 {
  color: #666;
  font-size: 20px;
  line-height: 1.2;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.rebrand .register__title.register__title--h3 {
  font-size: 1.25rem;
}

.no-touchevents .register__title a:hover {
  text-decoration: underline;
}

.register__paragraph {
  margin: 0;
  padding-top: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.rebrand .register__paragraph {
  padding-top: 0.9375rem;
}

.rebrand .register__paragraph {
  font-size: 0.875rem;
}

.register__paragraph a {
  color: #4c4bfd;
}

.no-touchevents .register__paragraph a:hover {
  text-decoration: underline;
}

.form {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.form--mini {
  max-width: 350px;
  padding: 15px 30px 30px 30px;
}

.rebrand .form--mini {
  max-width: 21.875rem;
}

.rebrand .form--mini {
  padding: 0.9375rem 1.875rem 1.875rem 1.875rem;
}

.form--mini .field__title {
  padding: 15px 0;
  border-width: 0 0 1px 0px;
  border-style: dotted;
  border-color: #999;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.rebrand .form--mini .field__title {
  padding: 0.9375rem 0;
}

.rebrand .form--mini .field__title {
  font-size: 1.375rem;
}

.form--mini .field__paragraph {
  color: #666;
  font-size: 14px;
}

.rebrand .form--mini .field__paragraph {
  font-size: 0.875rem;
}

.form--mini .field__paragraph--hairline-top {
  margin-top: 15px;
  border-color: #999;
}

.rebrand .form--mini .field__paragraph--hairline-top {
  margin-top: 0.9375rem;
}

.form--mini .field {
  padding: 15px 0 0 0;
}

.rebrand .form--mini .field {
  padding: 0.9375rem 0 0 0;
}

.form--mini .field label {
  display: block;
  margin: 0 0 5px 0;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

.rebrand .form--mini .field label {
  margin: 0 0 0.3125rem 0;
}

.rebrand .form--mini .field label {
  font-size: 0.875rem;
}

.form--mini .field textarea,
.form--mini .field input[type=email],
.form--mini .field input[type=tel],
.form--mini .field input[type=text],
.form--mini .field input[type=password] {
  padding: 8px 7.5px 7px 7.5px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

.rebrand .form--mini .field textarea,
.rebrand
      .form--mini .field input[type=email],
.rebrand
      .form--mini .field input[type=tel],
.rebrand
      .form--mini .field input[type=text],
.rebrand
      .form--mini .field input[type=password] {
  padding: 0.5rem 0.46875rem 0.4375rem 0.46875rem;
}

.rebrand .form--mini .field textarea,
.rebrand
      .form--mini .field input[type=email],
.rebrand
      .form--mini .field input[type=tel],
.rebrand
      .form--mini .field input[type=text],
.rebrand
      .form--mini .field input[type=password] {
  font-size: 0.875rem;
}

.form--mini .field textarea.placeholder,
.form--mini .field input[type=email].placeholder,
.form--mini .field input[type=tel].placeholder,
.form--mini .field input[type=text].placeholder,
.form--mini .field input[type=password].placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rebrand .form--mini .field textarea.placeholder,
.rebrand
        .form--mini .field input[type=email].placeholder,
.rebrand
        .form--mini .field input[type=tel].placeholder,
.rebrand
        .form--mini .field input[type=text].placeholder,
.rebrand
        .form--mini .field input[type=password].placeholder {
  font-size: 0.875rem;
}

.form--mini .field textarea:-moz-placeholder,
.form--mini .field input[type=email]:-moz-placeholder,
.form--mini .field input[type=tel]:-moz-placeholder,
.form--mini .field input[type=text]:-moz-placeholder,
.form--mini .field input[type=password]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rebrand .form--mini .field textarea:-moz-placeholder,
.rebrand
        .form--mini .field input[type=email]:-moz-placeholder,
.rebrand
        .form--mini .field input[type=tel]:-moz-placeholder,
.rebrand
        .form--mini .field input[type=text]:-moz-placeholder,
.rebrand
        .form--mini .field input[type=password]:-moz-placeholder {
  font-size: 0.875rem;
}

.form--mini .field textarea::-moz-placeholder,
.form--mini .field input[type=email]::-moz-placeholder,
.form--mini .field input[type=tel]::-moz-placeholder,
.form--mini .field input[type=text]::-moz-placeholder,
.form--mini .field input[type=password]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rebrand .form--mini .field textarea::-moz-placeholder,
.rebrand
        .form--mini .field input[type=email]::-moz-placeholder,
.rebrand
        .form--mini .field input[type=tel]::-moz-placeholder,
.rebrand
        .form--mini .field input[type=text]::-moz-placeholder,
.rebrand
        .form--mini .field input[type=password]::-moz-placeholder {
  font-size: 0.875rem;
}

.form--mini .field textarea:-ms-input-placeholder,
.form--mini .field input[type=email]:-ms-input-placeholder,
.form--mini .field input[type=tel]:-ms-input-placeholder,
.form--mini .field input[type=text]:-ms-input-placeholder,
.form--mini .field input[type=password]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rebrand .form--mini .field textarea:-ms-input-placeholder,
.rebrand
        .form--mini .field input[type=email]:-ms-input-placeholder,
.rebrand
        .form--mini .field input[type=tel]:-ms-input-placeholder,
.rebrand
        .form--mini .field input[type=text]:-ms-input-placeholder,
.rebrand
        .form--mini .field input[type=password]:-ms-input-placeholder {
  font-size: 0.875rem;
}

.form--mini .field textarea::-webkit-input-placeholder,
.form--mini .field input[type=email]::-webkit-input-placeholder,
.form--mini .field input[type=tel]::-webkit-input-placeholder,
.form--mini .field input[type=text]::-webkit-input-placeholder,
.form--mini .field input[type=password]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rebrand .form--mini .field textarea::-webkit-input-placeholder,
.rebrand
        .form--mini .field input[type=email]::-webkit-input-placeholder,
.rebrand
        .form--mini .field input[type=tel]::-webkit-input-placeholder,
.rebrand
        .form--mini .field input[type=text]::-webkit-input-placeholder,
.rebrand
        .form--mini .field input[type=password]::-webkit-input-placeholder {
  font-size: 0.875rem;
}

.form--mini .field--checkbox {
  padding-left: 0;
}

.rebrand .form--mini .field--checkbox {
  padding-left: 0;
}

.form--mini .field--checkbox label {
  padding-top: 0;
  font-size: 13px;
}

.rebrand .form--mini .field--checkbox label {
  padding-top: 0;
}

.rebrand .form--mini .field--checkbox label {
  font-size: 0.8125rem;
}

.form--mini .field--checkbox input {
  margin-top: -6px;
}

.form--mini .u-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
}

.rebrand .form--mini .u-btn {
  margin-top: 0.9375rem;
}

.rebrand .form--mini .u-btn {
  font-size: 0.875rem;
}

.form--mini .u-btn .u-btn__inside {
  padding: 7.5px 15px;
}

.rebrand .form--mini .u-btn .u-btn__inside {
  padding: 0.46875rem 0.9375rem;
}

.form--mini .alert {
  margin-bottom: 0;
}

.rebrand .form--mini .alert {
  margin-bottom: 0;
}

.form--contact {
  padding-top: 22.5px;
}

.rebrand .form--contact {
  padding-top: 1.40625rem;
}

@media screen and (min-width: 768px) {
  .form--contact {
    padding-top: 30px;
  }

  .rebrand .form--contact {
    padding-top: 1.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .form--contact {
    padding-top: 45px;
  }

  .rebrand .form--contact {
    padding-top: 2.8125rem;
  }
}

.form--contact .u-content {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .form--contact .u-content {
    padding-left: 90px;
  }

  .rebrand .form--contact .u-content {
    padding-left: 5.625rem;
  }
}

.form--contact .u-btn--submit {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .form--contact .u-btn--submit {
    width: auto;
    display: inline-block;
  }
}

.form--sent {
  padding-top: 0;
}

.rebrand .form--sent {
  padding-top: 0;
}

.form--sent .section__intro {
  padding-bottom: 15px;
}

.rebrand .form--sent .section__intro {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 1200px) {
  .form--sent .u-content {
    padding-left: 0;
  }

  .rebrand .form--sent .u-content {
    padding-left: 0;
  }
}

.field__title {
  display: block;
  margin: 0;
  color: #474850;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.field__title a {
  color: #4c4dff;
}

.no-touchevents .field__title a:hover {
  text-decoration: underline;
}

.field__paragraph {
  display: block;
  margin: 0;
  padding: 7.5px 0 0 0;
  color: #474850;
  line-height: 1.4;
  font-size: 16px;
}

.rebrand .field__paragraph {
  padding: 0.46875rem 0 0 0;
}

.rebrand .field__paragraph {
  font-size: 1rem;
}

.field__paragraph a {
  color: #4c4bfd;
}

.no-touchevents .field__paragraph a:hover {
  text-decoration: underline;
}

.field__paragraph--hairline-top {
  border-width: 1px 0 0 0px;
  border-style: dotted;
  border-color: #474850;
}

.field__paragraph--icon {
  position: relative;
  padding-left: 20px;
  color: #474850;
}

.rebrand .field__paragraph--icon {
  padding-left: 1.25rem;
}

.field__paragraph--icon .fa {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-size: 16px;
}

.rebrand .field__paragraph--icon .fa {
  font-size: 1rem;
}

.field {
  padding: 22.5px 0 0 0;
  margin: 0;
  display: block;
}

.rebrand .field {
  padding: 1.40625rem 0 0 0;
}

.field label {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 5px 0;
  color: #474850;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  cursor: pointer;
}

.rebrand .field label {
  margin: 0 0 0.3125rem 0;
}

.rebrand .field label {
  font-size: 1rem;
}

.field textarea,
.field input[type=email],
.field input[type=tel],
.field input[type=text],
.field input[type=password] {
  overflow: visible;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 15px 13px 15px;
  background-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0;
  color: #474850;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: border-color 200ms ease-in-out;
}

.rebrand .field textarea,
.rebrand
    .field input[type=email],
.rebrand
    .field input[type=tel],
.rebrand
    .field input[type=text],
.rebrand
    .field input[type=password] {
  padding: 0.9375rem 0.9375rem 0.8125rem 0.9375rem;
}

.rebrand .field textarea,
.rebrand
    .field input[type=email],
.rebrand
    .field input[type=tel],
.rebrand
    .field input[type=text],
.rebrand
    .field input[type=password] {
  font-size: 1rem;
}

.field textarea.placeholder,
.field input[type=email].placeholder,
.field input[type=tel].placeholder,
.field input[type=text].placeholder,
.field input[type=password].placeholder {
  color: rgba(71, 72, 80, 0.5);
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rebrand .field textarea.placeholder,
.rebrand
      .field input[type=email].placeholder,
.rebrand
      .field input[type=tel].placeholder,
.rebrand
      .field input[type=text].placeholder,
.rebrand
      .field input[type=password].placeholder {
  font-size: 1rem;
}

.field textarea:-moz-placeholder,
.field input[type=email]:-moz-placeholder,
.field input[type=tel]:-moz-placeholder,
.field input[type=text]:-moz-placeholder,
.field input[type=password]:-moz-placeholder {
  color: rgba(71, 72, 80, 0.5);
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rebrand .field textarea:-moz-placeholder,
.rebrand
      .field input[type=email]:-moz-placeholder,
.rebrand
      .field input[type=tel]:-moz-placeholder,
.rebrand
      .field input[type=text]:-moz-placeholder,
.rebrand
      .field input[type=password]:-moz-placeholder {
  font-size: 1rem;
}

.field textarea::-moz-placeholder,
.field input[type=email]::-moz-placeholder,
.field input[type=tel]::-moz-placeholder,
.field input[type=text]::-moz-placeholder,
.field input[type=password]::-moz-placeholder {
  color: rgba(71, 72, 80, 0.5);
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rebrand .field textarea::-moz-placeholder,
.rebrand
      .field input[type=email]::-moz-placeholder,
.rebrand
      .field input[type=tel]::-moz-placeholder,
.rebrand
      .field input[type=text]::-moz-placeholder,
.rebrand
      .field input[type=password]::-moz-placeholder {
  font-size: 1rem;
}

.field textarea:-ms-input-placeholder,
.field input[type=email]:-ms-input-placeholder,
.field input[type=tel]:-ms-input-placeholder,
.field input[type=text]:-ms-input-placeholder,
.field input[type=password]:-ms-input-placeholder {
  color: rgba(71, 72, 80, 0.5);
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rebrand .field textarea:-ms-input-placeholder,
.rebrand
      .field input[type=email]:-ms-input-placeholder,
.rebrand
      .field input[type=tel]:-ms-input-placeholder,
.rebrand
      .field input[type=text]:-ms-input-placeholder,
.rebrand
      .field input[type=password]:-ms-input-placeholder {
  font-size: 1rem;
}

.field textarea::-webkit-input-placeholder,
.field input[type=email]::-webkit-input-placeholder,
.field input[type=tel]::-webkit-input-placeholder,
.field input[type=text]::-webkit-input-placeholder,
.field input[type=password]::-webkit-input-placeholder {
  color: rgba(71, 72, 80, 0.5);
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rebrand .field textarea::-webkit-input-placeholder,
.rebrand
      .field input[type=email]::-webkit-input-placeholder,
.rebrand
      .field input[type=tel]::-webkit-input-placeholder,
.rebrand
      .field input[type=text]::-webkit-input-placeholder,
.rebrand
      .field input[type=password]::-webkit-input-placeholder {
  font-size: 1rem;
}

.field textarea:focus,
.field input[type=email]:focus,
.field input[type=tel]:focus,
.field input[type=text]:focus,
.field input[type=password]:focus {
  border-color: #999;
  box-shadow: none;
}

.no-touchevents .field textarea:hover,
.no-touchevents
    .field input[type=email]:hover,
.no-touchevents
    .field input[type=tel]:hover,
.no-touchevents
    .field input[type=text]:hover,
.no-touchevents
    .field input[type=password]:hover {
  border-color: #999;
  box-shadow: none;
}

.field textarea.form-control:enabled,
.field input[type=email].form-control:enabled,
.field input[type=tel].form-control:enabled,
.field input[type=text].form-control:enabled,
.field input[type=password].form-control:enabled {
  background-color: #f2f2f2;
}

.field textarea {
  height: 180px;
}

.rebrand .field textarea {
  height: 11.25rem;
}

.field.has-error textarea,
.field.has-error input[type=email],
.field.has-error input[type=tel],
.field.has-error input[type=text],
.field.has-error input[type=password] {
  border-color: #d9534f;
}

.field .contact-us-radio-options input[type='radio'] + span {
  position: relative;
}

.field .contact-us-radio-options input[type='radio'] + span:before {
  display: block;
  padding: 0;
  width: 23px;
  height: 22px;
  font-size: 20px;
  color: #4c4dff;
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -10px;
}

.rebrand .field .contact-us-radio-options input[type='radio'] + span:before {
  width: 1.4375rem;
}

.rebrand .field .contact-us-radio-options input[type='radio'] + span:before {
  height: 1.375rem;
}

.rebrand .field .contact-us-radio-options input[type='radio'] + span:before {
  font-size: 1.25rem;
}

.rebrand .field .contact-us-radio-options input[type='radio'] + span:before {
  left: -1.5rem;
}

.rebrand .field .contact-us-radio-options input[type='radio'] + span:before {
  margin-top: -0.625rem;
}

.field .contact-us-radio-options {
  margin: 0;
}

.field .contact-us-radio-options .radio {
  margin: 0;
}

.field .contact-us-radio-options label.required {
  padding-left: 27px;
}

.rebrand .field .contact-us-radio-options label.required {
  padding-left: 1.6875rem;
}

.field .radio {
  margin: 0;
}

.field .intl-tel-input input {
  padding-left: 45px;
}

.rebrand .field .intl-tel-input input {
  padding-left: 2.8125rem;
}

.field--radio,
.field--checkbox {
  padding: 0 0 0 10px;
  margin: 0;
}

.rebrand .field--radio,
.rebrand
  .field--checkbox {
  padding: 0 0 0 0.625rem;
}

.field--radio label,
.field--checkbox label {
  padding-top: 15px;
  padding-left: 27px;
  margin: 0;
  font-size: 16px;
}

.rebrand .field--radio label,
.rebrand
    .field--checkbox label {
  padding-top: 0.9375rem;
}

.rebrand .field--radio label,
.rebrand
    .field--checkbox label {
  padding-left: 1.6875rem;
}

.rebrand .field--radio label,
.rebrand
    .field--checkbox label {
  font-size: 1rem;
}

.field--radio input,
.field--checkbox input {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
}

.rebrand .field--radio input,
.rebrand
    .field--checkbox input {
  left: 0.25rem;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .fa {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}

.rebrand .password-wrapper .fa {
  top: 0.46875rem;
}

.rebrand .password-wrapper .fa {
  right: 0.46875rem;
}

.help-block {
  clear: both;
  margin: 0;
  padding: 5px 0 0 0;
  color: #474850;
  font-size: 14px;
  line-height: 1.4;
}

.rebrand .help-block {
  padding: 0.3125rem 0 0 0;
}

.rebrand .help-block {
  font-size: 0.875rem;
}

.help-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.help-block li {
  padding: 0;
  margin: 0;
}

.help-block ul,
.help-block li,
.help-block span,
.help-block a,
.help-block p,
.help-block h1,
.help-block h2,
.help-block h3,
.help-block h4,
.help-block h5,
.help-block h6 {
  color: #d9534f;
}

.alert {
  margin: 0 0 15px;
  padding: 15px;
  font-size: 14px;
}

.rebrand .alert {
  margin: 0 0 0.9375rem;
}

.rebrand .alert {
  padding: 0.9375rem;
}

.rebrand .alert {
  font-size: 0.875rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.form__submit {
  padding-top: 22.5px;
}

.rebrand .form__submit {
  padding-top: 1.40625rem;
}

.form__submit--right {
  text-align: right;
}

.rebrand .landing-page-subscriber-form .has-error .form-control {
  border-width: 1px;
}

@-webkit-keyframes fadeNotifiaction {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeNotifiaction {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeNotifiaction {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeNotifiaction {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.notification {
  width: 100%;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 9;
  border-width: 0 0 1px 0;
  opacity: 0;
  border-color: rgba(51, 51, 51, 0.5);
  border-width: 0 0 1px 0;
  border-style: solid;
  text-align: center;
  animation: fadeNotifiaction 500ms 2s forwards ease-in-out;
}

.rebrand .notification {
  top: 3.3125rem;
}

@media screen and (min-width: 768px) {
  .notification {
    position: fixed;
  }
}

@media screen and (min-width: 992px) {
  .notification {
    top: 60px;
  }

  .rebrand .notification {
    top: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .notification {
    top: 74px;
  }

  .rebrand .notification {
    top: 4.625rem;
  }
}

.notification .u-container {
  position: relative;
  padding: 0;
}

.rebrand .notification .u-container {
  padding: 0;
}

.notification--rebrand {
  padding: 12px 7.5px 7px;
}

.rebrand .notification--rebrand {
  padding: 0.75rem 0.46875rem 0.4375rem;
}

.notification__title {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #333333;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}

.rebrand .notification__title {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .notification__title {
    font-size: 14px;
  }

  .rebrand .notification__title {
    font-size: 0.875rem;
  }
}

.notification__title:after,
.notification__title:before {
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5;
  background-color: rgba(51, 51, 51, 0.5);
}

.rebrand .notification__title:after,
.rebrand .notification__title:before {
  width: 1.5rem;
}

@media screen and (min-width: 992px) {
  .notification__title:after,
  .notification__title:before {
    content: '';
  }
}

.notification__title:after {
  right: -36px;
}

.rebrand .notification__title:after {
  right: -2.25rem;
}

.notification__title:before {
  left: -36px;
}

.rebrand .notification__title:before {
  left: -2.25rem;
}

.notification__img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  top: -5px;
  padding: 0 3px;
}

.rebrand .notification__img {
  top: -0.3125rem;
}

.rebrand .notification__img {
  padding: 0 0.1875rem;
}

@media screen and (min-width: 768px) {
  .notification__img {
    top: -7px;
    padding: 0 5px;
  }

  .rebrand .notification__img {
    top: -0.4375rem;
  }

  .rebrand .notification__img {
    padding: 0 0.3125rem;
  }
}

.notification__img.is-svg {
  display: none;
}

.svg .notification__img.is-svg {
  display: inline-block;
}

.svg .notification__img.is-png {
  display: none;
}

.notification__img--brand {
  max-width: 100px;
}

.rebrand .notification__img--brand {
  max-width: 6.25rem;
}

@media screen and (min-width: 768px) {
  .notification__img--brand {
    max-width: 123px;
  }

  .rebrand .notification__img--brand {
    max-width: 7.6875rem;
  }
}

.notification__img--rebrand {
  max-width: 57px;
}

.rebrand .notification__img--rebrand {
  max-width: 3.5625rem;
}

@media screen and (min-width: 768px) {
  .notification__img--rebrand {
    max-width: 69px;
  }

  .rebrand .notification__img--rebrand {
    max-width: 4.3125rem;
  }
}

.notification__close {
  display: block;
  width: 50px;
  height: 25px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -25px;
  background-color: #f2f2f2;
  border-color: rgba(51, 51, 51, 0.5);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-radius: 0 0 70px 70px;
  color: #4c4dff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.rebrand .notification__close {
  width: 3.125rem;
}

.rebrand .notification__close {
  height: 1.5625rem;
}

.rebrand .notification__close {
  bottom: -2rem;
}

.rebrand .notification__close {
  margin-left: -1.5625rem;
}

.rebrand .notification__close {
  border-radius: 0 0 4.375rem 4.375rem;
}

.rebrand .notification__close {
  font-size: 1.25rem;
}

.rebrand .notification__close {
  line-height: 1.25rem;
}

.notification__close:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}

.rebrand .notification__close:before {
  bottom: 0.3125rem;
}

.no-touchevents .notification__close:hover {
  color: #4c4dff;
}

.maintenance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 999;
  text-align: center;
}

.rebrand .maintenance {
  padding: 0.9375rem;
}

.maintenance__h1 {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.rebrand .maintenance__h1 {
  font-size: 1.875rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .maintenance__h1 {
    font-size: 42px;
    line-height: 1;
  }

  .rebrand .maintenance__h1 {
    font-size: 2.625rem;
  }
}

.maintenance__icon {
  display: none;
  width: 100%;
  max-width: 115px;
  margin: 0 auto 15px auto;
  padding: 0;
}

.rebrand .maintenance__icon {
  max-width: 7.1875rem;
}

.rebrand .maintenance__icon {
  margin: 0 auto 0.9375rem auto;
}

@media screen and (min-height: 320px) {
  .maintenance__icon {
    display: block;
  }
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .maintenance__icon {
    margin-bottom: 22.5px;
  }

  .rebrand .maintenance__icon {
    margin-bottom: 1.40625rem;
  }
}

.maintenance__icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.maintenance__paragraph {
  display: block;
  padding: 15px 0 0 0;
  margin: 0;
  color: #fff;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.rebrand .maintenance__paragraph {
  padding: 0.9375rem 0 0 0;
}

.rebrand .maintenance__paragraph {
  font-size: 1rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .maintenance__paragraph {
    padding-top: 22.5px;
    font-size: 28px;
    line-height: 1.2;
  }

  .rebrand .maintenance__paragraph {
    padding-top: 1.40625rem;
  }

  .rebrand .maintenance__paragraph {
    font-size: 1.75rem;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 1050;
  text-align: center;
}

.rebrand .lightbox {
  padding: 0.9375rem;
}

.lightbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.lightbox .u-align-vertical {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px;
}

.rebrand .lightbox .u-align-vertical {
  padding: 0.9375rem;
}

.lightbox.modal {
  display: none;
}

.lightbox--rebrand:before {
  background-color: rgba(71, 72, 80, 0.8);
}

.lightbox--rebrand .u-align-vertical__item {
  max-width: 1000px;
}

.rebrand .lightbox--rebrand .u-align-vertical__item {
  max-width: 62.5rem;
}

.lightbox--rebrand .lightbox__inside {
  text-align: center;
}

.lightbox--rebrand .u-btn {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  width: 100%;
  max-width: 363px;
  margin-left: auto;
  margin-right: auto;
}

.rebrand .lightbox--rebrand .u-btn {
  margin-top: 0.9375rem;
}

.rebrand .lightbox--rebrand .u-btn {
  max-width: 22.6875rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox--rebrand .u-btn {
    margin-top: 37.5px;
  }

  .rebrand .lightbox--rebrand .u-btn {
    margin-top: 2.34375rem;
  }
}

.lightbox--teaser .lightbox__image {
  margin-top: 0;
}

.rebrand .lightbox--teaser .lightbox__image {
  margin-top: 0;
}

.lightbox--teaser .lightbox__title {
  text-transform: uppercase;
}

.lightbox--teaser .lightbox__paragraph {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
}

.rebrand .lightbox--teaser .lightbox__paragraph {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox--teaser .lightbox__paragraph {
    font-size: 20px;
    line-height: 1.2;
    font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
  }

  .rebrand .lightbox--teaser .lightbox__paragraph {
    font-size: 1.25rem;
  }
}

.lightbox__inside {
  overflow: hidden;
  position: relative;
  padding: 15px;
}

.rebrand .lightbox__inside {
  padding: 0.9375rem;
}

@media screen and (min-width: 768px) and (min-height: 320px) {
  .lightbox__inside {
    padding: 30px 15px;
  }

  .rebrand .lightbox__inside {
    padding: 1.875rem 0.9375rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__inside {
    padding: 75px 15px;
  }

  .rebrand .lightbox__inside {
    padding: 4.6875rem 0.9375rem;
  }
}

.lightbox__title {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
  color: #1f4e66;
  font-size: 18px;
  line-height: 1.4;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
}

.rebrand .lightbox__title {
  max-width: 41.875rem;
}

.rebrand .lightbox__title {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__title {
    font-size: 28px;
    line-height: 1.2;
  }

  .rebrand .lightbox__title {
    font-size: 1.75rem;
  }
}

.u-highlight--indigo .lightbox__title {
  color: #fff;
}

.lightbox__title a {
  color: #1f4e66;
  text-decoration: none;
}

.no-touchevents .lightbox__title a:hover {
  text-decoration: underline;
}

.u-highlight--indigo .lightbox__title a {
  color: #fff;
}

.lightbox__paragraph {
  display: block;
  position: relative;
  z-index: 2;
  padding: 7.5px 0 0 0;
  margin: 0;
  color: #1f4e66;
  font-size: 14px;
  line-height: 1.4;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.rebrand .lightbox__paragraph {
  padding: 0.46875rem 0 0 0;
}

.rebrand .lightbox__paragraph {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__paragraph {
    padding-top: 22.5px;
  }

  .rebrand .lightbox__paragraph {
    padding-top: 1.40625rem;
  }
}

.u-highlight--indigo .lightbox__paragraph {
  color: #fff;
}

.lightbox__paragraph a {
  color: #4c4bfd;
  text-decoration: underline;
}

.no-touchevents .lightbox__paragraph a:hover {
  text-decoration: none;
}

.u-highlight--indigo .lightbox__paragraph a {
  color: #fff;
}

.lightbox__image {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5px;
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.rebrand .lightbox__image {
  margin-top: 0.46875rem;
}

.rebrand .lightbox__image {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__image {
    margin-top: 22.5px;
    margin-bottom: 37.5px;
  }

  .rebrand .lightbox__image {
    margin-top: 1.40625rem;
  }

  .rebrand .lightbox__image {
    margin-bottom: 2.34375rem;
  }
}

.lightbox__image.is-svg {
  display: none;
}

.svg .lightbox__image.is-svg {
  display: block;
}

.svg .lightbox__image.is-png {
  display: none;
}

.lightbox__image--rebrand {
  max-width: 150px;
}

.rebrand .lightbox__image--rebrand {
  max-width: 9.375rem;
}

@media screen and (min-width: 768px) and (min-height: 320px) {
  .lightbox__image--rebrand {
    max-width: 200px;
  }

  .rebrand .lightbox__image--rebrand {
    max-width: 12.5rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__image--rebrand {
    max-width: 345px;
  }

  .rebrand .lightbox__image--rebrand {
    max-width: 21.5625rem;
  }
}

.lightbox__image--brand {
  max-width: 170px;
}

.rebrand .lightbox__image--brand {
  max-width: 10.625rem;
}

@media screen and (min-width: 768px) and (min-height: 320px) {
  .lightbox__image--brand {
    max-width: 220px;
  }

  .rebrand .lightbox__image--brand {
    max-width: 13.75rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 320px) {
  .lightbox__image--brand {
    max-width: 366px;
  }

  .rebrand .lightbox__image--brand {
    max-width: 22.875rem;
  }
}

.lightbox__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .lightbox__content {
    max-width: 70%;
  }
}

.lightbox--no-border {
  border-width: 0;
}

.lightbox__close {
  position: absolute;
  top: 7.5px;
  right: 15px;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #474850;
  font-size: 22px;
  transition: color 200ms ease-in-out;
}

.rebrand .lightbox__close {
  top: 0.46875rem;
}

.rebrand .lightbox__close {
  right: 0.9375rem;
}

.rebrand .lightbox__close {
  margin: 0;
}

.rebrand .lightbox__close {
  padding: 0;
}

.rebrand .lightbox__close {
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .lightbox__close {
    font-size: 28px;
    top: 15px;
    right: 22.5px;
  }

  .rebrand .lightbox__close {
    font-size: 1.75rem;
  }

  .rebrand .lightbox__close {
    top: 0.9375rem;
  }

  .rebrand .lightbox__close {
    right: 1.40625rem;
  }
}

.lightbox__close:focus,
.lightbox__close:active,
.lightbox__close:visited,
.lightbox__close:hover {
  color: #474850;
  text-decoration: none;
}

.no-touchevents .lightbox__close:hover {
  color: rgba(71, 72, 80, 0.8);
}

.lightbox__decal {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.lightbox__decal.is-svg {
  display: none;
}

.svg .lightbox__decal.is-svg {
  display: block;
}

.svg .lightbox__decal.is-png {
  display: none;
}

.lightbox__decal--right {
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox__decal--top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox__decal--bottom-right {
  position: absolute;
  bottom: 0;
  right: -2px;
}

.lightbox__decal--bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.lightbox__decal--alpha {
  max-width: 369px;
  width: 37%;
}

.rebrand .lightbox__decal--alpha {
  max-width: 23.0625rem;
}

.lightbox__decal--beta {
  max-width: 298px;
  width: 21%;
}

.rebrand .lightbox__decal--beta {
  max-width: 18.625rem;
}

.lightbox__decal--gamma {
  max-width: 1913px;
  width: 138%;
}

.rebrand .lightbox__decal--gamma {
  max-width: 119.5625rem;
}

.lightbox__decal--delta {
  max-width: 181px;
  width: 13%;
}

.rebrand .lightbox__decal--delta {
  max-width: 11.3125rem;
}

.masthead__notification {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 15px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.masthead__notification.in-view {
  visibility: visible;
  opacity: 1;
}

.masthead__notification p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.masthead {
  width: 100%;
  position: relative;
  z-index: 100;
  box-shadow: 0px 1px 5px rgba(71, 72, 80, 0.4);
}

@media only screen and (min-width: 850px) {
  .has-fixed-header .masthead {
    position: fixed;
    top: 0;
    left: 0;
  }
}

.masthead .container,
.masthead .u-container {
  position: relative;
  font-size: 0;
}

.masthead.is-admin {
  text-align: right;
}

.masthead__logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  vertical-align: top;
}

.masthead__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.masthead__logo img.is-svg {
  display: none;
}

.svg .masthead__logo img.is-svg {
  display: block;
}

.svg .masthead__logo img.is-png {
  display: none;
}

.is-user .masthead__logo {
  max-width: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 850px) {
  .is-user .masthead__logo {
    margin-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  .is-user .masthead__logo {
    max-width: 112px;
  }
}

@media screen and (min-width: 1200px) {
  .is-user .masthead__logo {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    margin-right: 22.5px;
  }
}

.is-admin .masthead__logo {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  max-width: 70px;
  height: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZ0AAABwCAMAAADyrF14AAAAM1BMVEUAAAD          ///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAv4BAEO8wz4/fIK9wUJ          9g34S3UwAABtRJREFUeAHt3efaozgMBeBj44YJoPu/2WnbSzQcr9CTTXz+DqnvhyxsxsFAZtLZwre0M+HeBNucd78x/JYSnuSBw          aQt/Hsa/pJ+yO85Ou6M2Cbe/cbwWxZ5loKxNHmSgD8n/pdPPHUC2BBPmLZ//CtT3qaOjNW2ekknyD9SQWTq5A4+URQdvfo1KJk6B          rWt6E+nv+gydQidgdpWL+kE+q9h6hjUtihXdIpFmzh1ZAOVLlqCNurwI8/UkR1MwgUd7bAKJlMnJ1zPQ67pyNOAydRhalvPU8dZh          6htQaaOrw5R206ZOk46fCOV8mWdVZ4kg8jUIS7hN7msc5CD3NRRsl6pbbtc0tFr4Ak2U0caXdd0HeSBIW7qjNe2TRidaPipp06ll9          x0HdThCjp16PeTVlKn5PE50KlDfnNNSB2UbNcSTJ3K1zVVB2WVvyQvGM3UkcjXNVUHqcmfciS4R59+wnj8daTzdU3VAXqs8iNr6yA          ydYhl5TL+DEjLtyQQmTrcTQaV0xnP1OFvMojiqzN1iG+3iJfO1OFrW/1wneWMR/iRGPfioUMsxD3kg3WWVv/xGWPx1NHXX3r+WJ3e          nnz2NXb8mjP+a5Z7dGRXPhuhs6jvOoZn2RKepoSnuUFnCaLk6OqTx5t0cuLrGr2CUDK/0qQNgNVcp4QLUyv+OrLRdY3X0dAXfsIiF          2Od1OTnqcVWh69tQe7RQWAaE+q/IRnoLKtcST4ddJQlsl1u0dHXwTd24TzAVifK1Tz8daQp34iNjg5/cgvnOZnqpI35qvx1ZFG+ES          sdNGpC6dQqsaVOqsIk++usia5rvE5aiRasE00er6Pj6PHXkUbXNV4HhVgIrBdGSVrHBsdfRwqAQ+7VQdRfnzyS1zHC8dep/MN4HQT          tjCDOMjOdQ/4XOhLTer+OMpocuDRCBVjqPOR/oiOb3KtDdGIH1d2N6xR5JZ1NBhPCuA5/FcNeGY3qpPWldGKUoeQ+rkPPAPCzCqM6          TV5LB6uM5IFxHX72jJ+RG9Mp8mo6iwykwlBHn3nmZ7PHdcLL6aAJn2Kqo6/a8CtBozqLvJ7OwEgYYaijV5Sm25nqhBfUwcLXNVsdv          XYp53Yx0CFOnRDP5Xvisbrp8LWtmOto477WM5jqHKJl2/GnlJZddPi5zgZ7nZSFToCpThIlof/jHcfso4OdXFuw18EubHIy1NGra9          7xL+nVRwcbuS5nr4NDyOyw1VFWKAqI92yvkzJZ1+x12NbxgK1OHzlJDxcd7GRds9dBIddujXXOoXuxgoMOUdsW3KWDKEQWGOscQ51          hyi46PZP3IdrroDKXetY661hneLro4EH2SfY6xF2nFdY6ffQkXV10EIg+yVSHX5jM3VxnGb2oOn10eibqmr0OM/o9YK4Thxf3sosO          HkRds9chOvsNxjpKU5Dwsxw+Ogii58TdOli4wc9OZ3zj+dNJp4iagPt10Phm2l6H6g2Lkw4iMRTb6hA3+zXcoaOWCz1eOqjqUOyhg          yJ6anLQoc7T1Uun6HXNXodvqwteTSd46SAqdc1JR29OIj5YB6tyoJNO5ycJ3l9HPbLCTyeKkvKxOkpLW/x0isHKgauOOOqkVT/MVo          dfhTvu0VmHh7nkoqMcW+Gnc/Ar1hY6YXjSaHHRUb6f4qezm0zk8Drb8C9qNA8dZSqywU2H28vfUCcOdyGrrw52fSC+UyfwCwg2Ouf          oMFfEWQeb3rcY6/DLb8Vep4zW0cNBR6kvDW46JculVHsdDE5OdHHXwa7Xtbt0qlxMs9ZRDunQEhx0lBdd4KbT5HIWc504dKI+5H4d          5faYDW46i+HNhrxOGbn+3eV+HeWPIic3nbQKkc1aByvPs2QHHeUD7XDT2YTKaa2j1NWQ2LJmp6PUtg1uOqdwyd1Ypwj3X0R6EC8dP          sY6PQuZYKyjd4zhxF/SD5HP0QlCJxrrnKImH2fHj6QlVpEP0okykGKrg3yhVwxBgXlTnaJ8SH7XvFGdKEQ+Ryc9F6j8jpO8jtbTTx          1991alcd1NdXDK1GGuuM/xnY4HdBCmDrHitl07wEynTB1+E3B+h/1BHcSpc32PnKt7hJnpIEydiytu7VpTZ6qT8tS5tjdbYjc8NtB          ByVOH3gRcr3+GOtinDv+LOvq24oY6OKcOvQm4vq24pQ7OqfOzZroTFWe31eHGnlrfVIf7wnVKSx2Ueh0nhffU6dwcgF4GTXWQDrmW          kPCmOuxAr7cQpjrAni/eWPemOkSTTLTfvM74T1quC95Oh7zA5C9dx3WoewdyBN5Vh5ycIaZ9eB3+Z65F1pjwvjpjE5tKNcQ92Y/8L          zTHgtfITHm0kH+HCe3sIDPzFX64/zKYeNvLAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
}

.masthead__nav {
  display: none;
}

@media screen and (min-width: 850px) {
  .masthead__nav {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (min-width: 850px) {
  .masthead__nav > a {
    display: inline-block;
    margin: 0;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav {
    padding-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .is-user .masthead__nav {
    padding-top: 23px;
  }
}

@media screen and (min-width: 1200px) {
  .is-user .masthead__nav {
    padding-top: 31px;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav > a {
    padding: 6px 7.5px 4px;
    color: #474850;
    font-size: 16px;
    font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
  }
}

@media screen and (min-width: 992px) {
  .is-user .masthead__nav > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .is-user .masthead__nav > a {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav > a.active {
    font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav > a span {
    display: inline-block;
    position: relative;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav > a span:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #4c4dff;
  }
}

@media screen and (min-width: 850px) {
  .no-touchevents .is-user .masthead__nav > a span:before {
    transition: all 200ms ease-in-out;
  }
}

@media screen and (min-width: 850px) {
  .no-touchevents .is-user .masthead__nav > a:hover span:before {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 850px) {
  .is-user .masthead__nav .masthead__btn {
    margin-left: 7.5px;
  }
}

@media screen and (min-width: 992px) {
  .is-user .masthead__nav .masthead__btn {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .is-user .masthead__nav .masthead__btn {
    margin-left: 22.5px;
  }
}

@media screen and (min-width: 850px) {
  .is-admin .masthead__nav {
    height: 47px;
    overflow: hidden;
  }
}

@media screen and (min-width: 850px) {
  .is-admin .masthead__nav > a {
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
    height: 47px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (min-width: 850px) {
  .is-admin .masthead__nav > a.active {
    font-weight: bold;
  }
}

@media screen and (min-width: 850px) {
  .masthead__nav.is-positioned {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media screen and (min-width: 850px) {
  .masthead__btn {
    position: relative;
  }
}

@media screen and (min-width: 850px) {
  .masthead__btn i {
    position: relative;
    z-index: 1;
    font-style: normal;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 850px) {
  .masthead__btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
  }
}

@media screen and (min-width: 850px) {
  .no-touchevents .masthead__btn:before {
    transition: background-color 200ms ease-in-out;
  }
}

@media screen and (min-width: 850px) {
  .masthead__btn--lemon:before {
    background-color: #eded50;
  }
}

@media screen and (min-width: 850px) {
  .no-touchevents .masthead__btn--lemon:hover:before {
    background-color: #f2f285;
  }
}

.masthead__trigger {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 850px) {
  .masthead__trigger {
    display: none;
  }
}

.masthead__trigger.is-on {
  display: inline-block;
}

.masthead__trigger.fa-bars {
  font-size: 30px;
}

.masthead__trigger.fa-bars.is-active:before {
  content: '\F00D';
}

.masthead__trigger.fa-chevron-down {
  font-size: 12px;
  padding-right: 20px;
}

.masthead__trigger.fa-chevron-down:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.masthead__trigger.fa-chevron-down.is-active:before {
  content: "\F077";
}

.masthead__trigger span {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 6px;
  border-radius: 100%;
  left: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.masthead__trigger i {
  display: block;
  margin-top: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 31px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.is-user .masthead__trigger.fa-bars {
  display: table;
  position: absolute;
  top: 0;
  right: 15px;
  height: 52px;
  width: 60px;
  color: #4c4dff;
  text-align: right;
}

.is-user .masthead__trigger.fa-bars:focus,
.is-user .masthead__trigger.fa-bars:active,
.is-user .masthead__trigger.fa-bars:hover,
.is-user .masthead__trigger.fa-bars:visited {
  color: #4c4dff;
}

.is-user .masthead__trigger.fa-bars:before {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 850px) {
  .is-user .masthead__trigger.fa-bars {
    display: none;
  }
}

.is-admin .masthead__trigger {
  padding-left: 15px;
  height: 47px;
}

.is-admin .masthead__trigger.fa-bars {
  color: #fff;
  padding-top: 8px;
}

.is-admin .masthead__trigger.fa-chevron-down {
  color: #fff;
}

.mobile-menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  max-width: 262px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: left;
  transition: all 200ms ease-in-out;
}

@media screen and (min-width: 850px) {
  .mobile-menu {
    transform: translateX(0);
    right: 15px;
  }
}

.mobile-menu:before {
  content: '';
  display: block;
  position: fixed;
  top: 0px;
  left: -10000%;
  right: -10000%;
  bottom: -10000%;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

@media screen and (min-width: 850px) {
  .mobile-menu:before {
    display: none;
  }
}

.mobile-menu.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 850px) {
  .mobile-menu.is-active {
    transform: translateX(0);
  }
}

.mobile-menu.is-active:before {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 850px) {
  .is-user .mobile-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (min-width: 850px) {
  .is-user .mobile-menu.is-active {
    opacity: 0;
    visibility: hidden;
  }
}

.mobile-menu__nav {
  background-color: #fff;
  border-color: #333333;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.mobile-menu__nav > a {
  display: block;
  padding: 7.5px;
  border-color: #333333;
  border-width: 1px 0 0 1px;
  border-style: solid;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 850px) {
  .mobile-menu__nav > a {
    border-width: 1px 1px 0 1px;
    font-size: 14px;
  }
}

.no-touchevents .mobile-menu__nav > a {
  transition: background-color 200ms ease-in-out;
}

@media screen and (min-width: 850px) {
  .no-touchevents .mobile-menu__nav > a:hover {
    background-color: #f0f0f0;
  }
}

.mobile-menu__nav > a.active {
  background-color: rgba(0, 0, 0, 0.11);
}

.mobile-menu__nav.not-desktop {
  border-width: 0;
}

@media screen and (min-width: 850px) {
  .mobile-menu__nav.not-desktop {
    display: none;
  }
}

.mobile-menu__title {
  display: block;
  padding: 7px 7.5px 5px;
  border-width: 1px 0 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 850px) {
  .mobile-menu__title {
    font-size: 11px;
  }
}

.is-user .mobile-menu__title {
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.is-admin .mobile-menu__title {
  font-weight: bold;
}

.mastfoot {
  clear: both;
  position: relative;
  overflow: hidden;
}

.mastfoot .u-container {
  position: relative;
  z-index: 2;
}

.mastfoot--user {
  padding: 30px 0 22.5px;
}

.rebrand .mastfoot--user {
  padding: 1.875rem 0 1.40625rem;
}

@media screen and (min-width: 992px) {
  .mastfoot--user {
    padding-top: 35.5px;
    padding-bottom: 35.5px;
  }

  .rebrand .mastfoot--user {
    padding-top: 2.21875rem;
  }

  .rebrand .mastfoot--user {
    padding-bottom: 2.21875rem;
  }
}

.mastfoot--user .mastfoot__paragraph {
  padding: 0 0 20px 0;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
  text-align: center;
}

.rebrand .mastfoot--user .mastfoot__paragraph {
  padding: 0 0 1.25rem 0;
}

.rebrand .mastfoot--user .mastfoot__paragraph {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .mastfoot--user .mastfoot__paragraph {
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }

  .rebrand .mastfoot--user .mastfoot__paragraph {
    padding: 0;
  }

  .rebrand .mastfoot--user .mastfoot__paragraph {
    font-size: 1rem;
  }
}

.mastfoot--user .mastfoot__paragraph a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .mastfoot--user .mastfoot__paragraph a {
    display: block;
  }
}

.mastfoot--user .mastfoot__paragraph a:hover {
  color: #fff;
}

.mastfoot--user .mastfoot__paragraph--copyright {
  display: block;
  font-size: 14px;
}

.rebrand .mastfoot--user .mastfoot__paragraph--copyright {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .mastfoot--user .mastfoot__paragraph--copyright {
    text-align: right;
  }
}

.mastfoot--admin {
  text-align: center;
  padding: 23px 0 15px;
}

.rebrand .mastfoot--admin {
  padding: 1.4375rem 0 0.9375rem;
}

.mastfoot--admin .mastfoot__paragraph {
  color: #474850;
  line-height: 1.4;
  font-size: 12px;
}

.rebrand .mastfoot--admin .mastfoot__paragraph {
  font-size: 0.75rem;
}

.mastfoot--admin .mastfoot__paragraph a {
  display: block;
  color: #474850;
}

@media screen and (min-width: 992px) {
  .mastfoot--admin .mastfoot__paragraph a {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .mastfoot--admin .mastfoot__paragraph a:before {
    content: '-';
    display: inline-block;
    padding: 0 4px;
    color: #474850;
    font-size: 12px;
  }

  .rebrand .mastfoot--admin .mastfoot__paragraph a:before {
    padding: 0 0.25rem;
  }

  .rebrand .mastfoot--admin .mastfoot__paragraph a:before {
    font-size: 0.75rem;
  }
}

.mastfoot--admin .mastfoot__paragraph a:first-child:before {
  display: none;
}

.mastfoot--admin .mastfoot__paragraph a:hover {
  color: #474850;
}

.mastfoot__paragraph {
  display: block;
  padding: 0;
  margin: 0;
}

.mastfoot__paragraph a {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.mastfoot__paragraph a i {
  display: inline-block;
  margin: 0 15px;
  font-size: 24px;
}

.rebrand .mastfoot__paragraph a i {
  margin: 0 0.9375rem;
}

.rebrand .mastfoot__paragraph a i {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .mastfoot__paragraph a i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }

  .rebrand .mastfoot__paragraph a i {
    padding: 0;
  }
}

.no-touchevents .mastfoot__paragraph a {
  transition: opacity 200ms ease-in-out;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.no-touchevents .mastfoot__paragraph a:hover {
  opacity: 0.8;
}

.mastfoot__paragraph a span {
  display: none;
}

@media screen and (min-width: 992px) {
  .mastfoot__paragraph a span {
    display: block;
  }
}

.mastfoot__paragraph--links li {
  list-style: none;
  display: inline;
}

.mastfoot__paragraph--links li:before {
  content: ' | ';
  display: inline-block;
  padding: 0 10px 0 7px;
  color: #fff;
  font-size: 14px;
}

.rebrand .mastfoot__paragraph--links li:before {
  padding: 0 0.625rem 0 0.4375rem;
}

.rebrand .mastfoot__paragraph--links li:before {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .mastfoot__paragraph--links li:before {
    display: none;
  }
}

.mastfoot__paragraph--links li:first-child:before {
  display: none;
}

.mastfoot__logo {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80px;
  padding: 15px 0 0 0;
}

.rebrand .mastfoot__logo {
  max-width: 5rem;
}

.rebrand .mastfoot__logo {
  padding: 0.9375rem 0 0 0;
}

.mastfoot__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mastfoot__logo img.is-svg {
  display: none;
}

.svg .mastfoot__logo img.is-svg {
  display: block;
}

.svg .mastfoot__logo img.is-png {
  display: none;
}

.mastfoot__decal {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.mastfoot__decal.is-svg {
  display: none;
}

.svg .mastfoot__decal.is-svg {
  display: block;
}

.svg .mastfoot__decal.is-png {
  display: none;
}

.mastfoot__decal--top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 72%;
  max-width: 967px;
}

.rebrand .mastfoot__decal--top-right {
  max-width: 60.4375rem;
}

.mastfoot__decal--bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 16%;
  max-width: 170px;
}

.rebrand .mastfoot__decal--bottom-right {
  max-width: 10.625rem;
}

.mastfoot__decal--bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 12%;
  max-width: 178px;
}

.rebrand .mastfoot__decal--bottom-left {
  max-width: 11.125rem;
}

.u-content {
  width: 100%;
  padding: 0;
  margin: 0;
}

.content--centered {
  text-align: center;
}

.content--right {
  text-align: right;
}

.content--contained {
  width: 80%;
}

.content--card {
  padding-top: 22.5px;
}

.rebrand .content--card {
  padding-top: 1.40625rem;
}

.content--no-visible-links .content__link,
.content--no-visible-links a {
  color: #474850;
}

.content--no-visible-links .content__link:hover,
.content--no-visible-links a:hover {
  color: #474850;
}

.u-content .content__link--invisible,
.content__link--invisible {
  color: #474850;
  text-decoration: none;
}

.u-content .content__link--invisible:hover,
.content__link--invisible:hover {
  color: #474850;
  text-decoration: none;
}

.no-touchevents .u-content .content__link--invisible,
.no-touchevents
  .content__link--invisible {
  transition: color 200ms ease-in-out;
}

.no-touchevents .u-content .content__link--invisible:hover,
.no-touchevents
    .content__link--invisible:hover {
  color: #4c4dff;
  text-decoration: underline;
}

.content__paragraph,
.u-content .content__paragraph,
.u-content p {
  padding-top: 22.5px;
  margin: 0;
  color: #474850;
  font-size: 16px;
  line-height: 1.4;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.rebrand .content__paragraph,
.rebrand
  .u-content .content__paragraph,
.rebrand
  .u-content p {
  padding-top: 1.40625rem;
}

.rebrand .content__paragraph,
.rebrand
  .u-content .content__paragraph,
.rebrand
  .u-content p {
  font-size: 1rem;
}

.content__paragraph .fa,
.u-content .content__paragraph .fa,
.u-content p .fa {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding-right: 4px;
  color: #4c4dff;
}

.rebrand .content__paragraph .fa,
.rebrand
    .u-content .content__paragraph .fa,
.rebrand
    .u-content p .fa {
  font-size: 1.125rem;
}

.rebrand .content__paragraph .fa,
.rebrand
    .u-content .content__paragraph .fa,
.rebrand
    .u-content p .fa {
  padding-right: 0.25rem;
}

.u-content h1,
.content__h1,
.u-content .content__h1 {
  padding: 0;
  margin: 0;
  color: #4c4dff;
  font-size: 37px;
  line-height: 1;
  font-family: "gilroy-heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.rebrand .u-content h1,
.rebrand
  .content__h1,
.rebrand
  .u-content .content__h1 {
  font-size: 2.3125rem;
}

@media screen and (min-width: 768px) {
  .u-content h1,
  .content__h1,
  .u-content .content__h1 {
    font-size: 45px;
  }

  .rebrand .u-content h1,
  .rebrand
      .content__h1,
  .rebrand
      .u-content .content__h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-content h1,
  .content__h1,
  .u-content .content__h1 {
    font-size: 60px;
    letter-spacing: 0.6px;
  }

  .rebrand .u-content h1,
  .rebrand
      .content__h1,
  .rebrand
      .u-content .content__h1 {
    font-size: 3.75rem;
  }
}

.u-content h1 a,
.content__h1 a,
.u-content .content__h1 a {
  color: #4c4dff;
}

.u-content h1 a:hover,
.content__h1 a:hover,
.u-content .content__h1 a:hover {
  color: #4c4dff;
  text-decoration: none;
}

.no-touchevents .u-content h1 a:hover,
.no-touchevents
    .content__h1 a:hover,
.no-touchevents
    .u-content .content__h1 a:hover {
  text-decoration: underline;
}

.u-content h2,
.content__h2,
.u-content .content__h2 {
  padding: 22.5px 0 0 0;
  margin: 0 0 -5px 0;
  color: #4c4dff;
  font-size: 28px;
  line-height: 1;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.rebrand .u-content h2,
.rebrand
  .content__h2,
.rebrand
  .u-content .content__h2 {
  padding: 1.40625rem 0 0 0;
}

.rebrand .u-content h2,
.rebrand
  .content__h2,
.rebrand
  .u-content .content__h2 {
  margin: 0 0 -0.3125rem 0;
}

.rebrand .u-content h2,
.rebrand
  .content__h2,
.rebrand
  .u-content .content__h2 {
  font-size: 1.75rem;
}

.u-content h2 a,
.content__h2 a,
.u-content .content__h2 a {
  color: #4c4dff;
}

.u-content h2 a:hover,
.content__h2 a:hover,
.u-content .content__h2 a:hover {
  color: #4c4dff;
  text-decoration: none;
}

.no-touchevents .u-content h2 a:hover,
.no-touchevents
    .content__h2 a:hover,
.no-touchevents
    .u-content .content__h2 a:hover {
  text-decoration: underline;
}

.u-content h3,
.content__h3,
.u-content .content__h3 {
  padding: 22.5px 0 0 0;
  margin: 0 0 -10px 0;
  color: #474850;
  font-size: 20px;
  line-height: 1.2;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.rebrand .u-content h3,
.rebrand
  .content__h3,
.rebrand
  .u-content .content__h3 {
  padding: 1.40625rem 0 0 0;
}

.rebrand .u-content h3,
.rebrand
  .content__h3,
.rebrand
  .u-content .content__h3 {
  margin: 0 0 -0.625rem 0;
}

.rebrand .u-content h3,
.rebrand
  .content__h3,
.rebrand
  .u-content .content__h3 {
  font-size: 1.25rem;
}

.u-content h3 a,
.content__h3 a,
.u-content .content__h3 a {
  color: #474850;
}

.u-content h3 a:hover,
.content__h3 a:hover,
.u-content .content__h3 a:hover {
  color: #474850;
  text-decoration: none;
}

.u-content h3 a:hover small,
.content__h3 a:hover small,
.u-content .content__h3 a:hover small {
  text-decoration: none;
}

.no-touchevents .u-content h3 a:hover,
.no-touchevents
    .content__h3 a:hover,
.no-touchevents
    .u-content .content__h3 a:hover {
  text-decoration: underline;
}

.u-content h3 i,
.content__h3 i,
.u-content .content__h3 i {
  display: inline-block;
  color: #4c4dff;
  padding-left: 4px;
  font-size: 18px;
}

.u-content h3 small,
.content__h3 small,
.u-content .content__h3 small {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
}

.rebrand .u-content h3 small,
.rebrand
    .content__h3 small,
.rebrand
    .u-content .content__h3 small {
  font-size: 1rem;
}

.u-content blockquote,
.content__blockquote,
.u-content .content__blockquote {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-width: 0;
  font-size: inherit;
}

.u-content blockquote p,
.content__blockquote p,
.u-content .content__blockquote p {
  position: relative;
  margin: 0;
  color: #474850;
  font-size: 20px;
  line-height: 1.4;
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
}

.rebrand .u-content blockquote p,
.rebrand
    .content__blockquote p,
.rebrand
    .u-content .content__blockquote p {
  font-size: 1.25rem;
}

.u-content blockquote .content__image--fixed-height,
.content__blockquote .content__image--fixed-height,
.u-content .content__blockquote .content__image--fixed-height {
  margin: 0 auto;
  max-height: 68px;
}

.rebrand .u-content blockquote .content__image--fixed-height,
.rebrand
    .content__blockquote .content__image--fixed-height,
.rebrand
    .u-content .content__blockquote .content__image--fixed-height {
  margin: 0 auto;
}

.rebrand .u-content blockquote .content__image--fixed-height,
.rebrand
    .content__blockquote .content__image--fixed-height,
.rebrand
    .u-content .content__blockquote .content__image--fixed-height {
  max-height: 4.25rem;
}

@media screen and (min-width: 1200px) {
  .u-content blockquote .content__image--fixed-height,
  .content__blockquote .content__image--fixed-height,
  .u-content .content__blockquote .content__image--fixed-height {
    max-height: 111px;
  }

  .rebrand .u-content blockquote .content__image--fixed-height,
  .rebrand
        .content__blockquote .content__image--fixed-height,
  .rebrand
        .u-content .content__blockquote .content__image--fixed-height {
    max-height: 6.9375rem;
  }
}

.u-content blockquote .fa,
.content__blockquote .fa,
.u-content .content__blockquote .fa {
  display: inline-block;
  position: relative;
  color: #4c4dff;
}

.u-content blockquote .fa.fa-quote-left,
.content__blockquote .fa.fa-quote-left,
.u-content .content__blockquote .fa.fa-quote-left {
  top: -3px;
  padding-right: 4px;
}

.rebrand .u-content blockquote .fa.fa-quote-left,
.rebrand
      .content__blockquote .fa.fa-quote-left,
.rebrand
      .u-content .content__blockquote .fa.fa-quote-left {
  top: -0.1875rem;
}

.rebrand .u-content blockquote .fa.fa-quote-left,
.rebrand
      .content__blockquote .fa.fa-quote-left,
.rebrand
      .u-content .content__blockquote .fa.fa-quote-left {
  padding-right: 0.25rem;
}

.u-content blockquote .fa.fa-quote-right,
.content__blockquote .fa.fa-quote-right,
.u-content .content__blockquote .fa.fa-quote-right {
  bottom: -3px;
  padding-left: 4px;
}

.rebrand .u-content blockquote .fa.fa-quote-right,
.rebrand
      .content__blockquote .fa.fa-quote-right,
.rebrand
      .u-content .content__blockquote .fa.fa-quote-right {
  bottom: -0.1875rem;
}

.rebrand .u-content blockquote .fa.fa-quote-right,
.rebrand
      .content__blockquote .fa.fa-quote-right,
.rebrand
      .u-content .content__blockquote .fa.fa-quote-right {
  padding-left: 0.25rem;
}

.u-content blockquote.content__blockquote--hairline,
.content__blockquote.content__blockquote--hairline,
.u-content .content__blockquote.content__blockquote--hairline {
  padding: 22.5px 0 0;
}

.rebrand .u-content blockquote.content__blockquote--hairline,
.rebrand
    .content__blockquote.content__blockquote--hairline,
.rebrand
    .u-content .content__blockquote.content__blockquote--hairline {
  padding: 1.40625rem 0 0;
}

@media screen and (min-width: 768px) {
  .u-content blockquote.content__blockquote--hairline,
  .content__blockquote.content__blockquote--hairline,
  .u-content .content__blockquote.content__blockquote--hairline {
    padding-top: 45px;
  }

  .rebrand .u-content blockquote.content__blockquote--hairline,
  .rebrand
        .content__blockquote.content__blockquote--hairline,
  .rebrand
        .u-content .content__blockquote.content__blockquote--hairline {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-content blockquote.content__blockquote--hairline,
  .content__blockquote.content__blockquote--hairline,
  .u-content .content__blockquote.content__blockquote--hairline {
    padding-top: 60px;
  }

  .rebrand .u-content blockquote.content__blockquote--hairline,
  .rebrand
        .content__blockquote.content__blockquote--hairline,
  .rebrand
        .u-content .content__blockquote.content__blockquote--hairline {
    padding-top: 3.75rem;
  }
}

.u-content blockquote.content__blockquote--hairline p,
.content__blockquote.content__blockquote--hairline p,
.u-content .content__blockquote.content__blockquote--hairline p {
  padding: 22.5px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(204, 204, 204, 0.3);
}

.rebrand .u-content blockquote.content__blockquote--hairline p,
.rebrand
      .content__blockquote.content__blockquote--hairline p,
.rebrand
      .u-content .content__blockquote.content__blockquote--hairline p {
  padding: 1.40625rem 0;
}

@media screen and (min-width: 1200px) {
  .u-content blockquote.content__blockquote--hairline p,
  .content__blockquote.content__blockquote--hairline p,
  .u-content .content__blockquote.content__blockquote--hairline p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rebrand .u-content blockquote.content__blockquote--hairline p,
  .rebrand
          .content__blockquote.content__blockquote--hairline p,
  .rebrand
          .u-content .content__blockquote.content__blockquote--hairline p {
    padding-top: 1.875rem;
  }

  .rebrand .u-content blockquote.content__blockquote--hairline p,
  .rebrand
          .content__blockquote.content__blockquote--hairline p,
  .rebrand
          .u-content .content__blockquote.content__blockquote--hairline p {
    padding-bottom: 1.875rem;
  }
}

.content__logo-grid {
  width: auto;
  margin: -7.5px;
  padding: 15px 0 0 0;
  font-size: 0;
  list-style-type: none;
}

.rebrand .content__logo-grid {
  margin: -0.46875rem;
}

.rebrand .content__logo-grid {
  padding: 0.9375rem 0 0 0;
}

.content__logo-grid > li {
  display: inline-block;
  margin: 0;
  padding: 7.5px 7.5px 0 7.5px;
  font-size: 16px;
  list-style-type: none;
}

.rebrand .content__logo-grid > li {
  padding: 0.46875rem 0.46875rem 0 0.46875rem;
}

.rebrand .content__logo-grid > li {
  font-size: 1rem;
}

.content__logo-grid .content__image--fixed-height {
  max-height: 68px;
}

.rebrand .content__logo-grid .content__image--fixed-height {
  max-height: 4.25rem;
}

@media screen and (min-width: 1200px) {
  .content__logo-grid .content__image--fixed-height {
    max-height: 111px;
  }

  .rebrand .content__logo-grid .content__image--fixed-height {
    max-height: 6.9375rem;
  }
}

.content__logo-grid--primary {
  padding: 22.5px 0 0;
}

.rebrand .content__logo-grid--primary {
  padding: 1.40625rem 0 0;
}

@media screen and (min-width: 768px) {
  .content__logo-grid--primary {
    padding-top: 30px;
    padding-bottom: 22.5px;
  }

  .rebrand .content__logo-grid--primary {
    padding-top: 1.875rem;
  }

  .rebrand .content__logo-grid--primary {
    padding-bottom: 1.40625rem;
  }
}

@media screen and (min-width: 1200px) {
  .content__logo-grid--primary {
    padding-top: 45px;
  }

  .rebrand .content__logo-grid--primary {
    padding-top: 2.8125rem;
  }
}

.content__title,
.u-content .content__title {
  padding: 0;
}

.rebrand .content__title,
.rebrand
  .u-content .content__title {
  padding: 0;
}

.content__regular,
.u-content .content__regular {
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.content--white {
  color: #fff;
}

.content__no-padding,
.u-content .content__no-padding,
.content--no-padding {
  padding: 0;
}

.rebrand .content__no-padding,
.rebrand
  .u-content .content__no-padding,
.rebrand
  .content--no-padding {
  padding: 0;
}

.u-content a,
.u-content .content__link,
.content__link {
  color: #4c4bfd;
}

.u-content a:hover,
.u-content .content__link:hover,
.content__link:hover {
  color: #4c4bfd;
  text-decoration: none;
}

.no-touchevents .u-content a:hover,
.no-touchevents
  .u-content .content__link:hover,
.no-touchevents
  .content__link:hover {
  text-decoration: underline;
}

.u-content .content__link--underline,
.content__link--underline {
  color: #474850;
  text-decoration: underline;
}

.u-content .content__link--underline:hover,
.content__link--underline:hover {
  color: #474850;
  text-decoration: underline;
}

.no-touchevents .u-content .content__link--underline,
.no-touchevents
  .content__link--underline {
  transition: color 200ms ease-in-out;
}

.no-touchevents .u-content .content__link--underline:hover,
.no-touchevents
    .content__link--underline:hover {
  color: #4c4dff;
  text-decoration: underline;
}

[class*="content__faux-col"] {
  margin: 0;
  padding: 22.5px 0 0 0;
  list-style-type: none;
}

.rebrand [class*="content__faux-col"] {
  padding: 1.40625rem 0 0 0;
}

@media only screen and (min-width: 480px) {
  [class*="content__faux-col"] {
    column-gap: 15px;
  }

  .rebrand [class*="content__faux-col"] {
    column-gap: 0.9375rem;
  }
}

@media only screen and (min-width: 480px) {
  .content__faux-col--3 {
    column-count: 2;
    column-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .content__faux-col--3 {
    column-count: 3;
    column-width: 33.333333333%;
  }
}

.content__faux-col--3 li {
  font-size: 16px;
  padding: 7.5px 0 0 0;
  line-height: 1.6;
}

.rebrand .content__faux-col--3 li {
  font-size: 1rem;
}

.rebrand .content__faux-col--3 li {
  padding: 0.46875rem 0 0 0;
}

@media only screen and (min-width: 480px) {
  .content__faux-col--3 li {
    padding-right: 15px;
  }

  .rebrand .content__faux-col--3 li {
    padding-right: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) {
  .content__faux-col--3 li {
    font-size: 15px;
    line-height: 1.4;
  }

  .rebrand .content__faux-col--3 li {
    font-size: 0.9375rem;
  }
}

.content__uppercase {
  text-transform: uppercase;
}

.content__box {
  padding-top: 22.5px;
}

.rebrand .content__box {
  padding-top: 1.40625rem;
}

.content__box[class*="u-highlight"] {
  margin-top: 30px;
  padding: 7.5px 30px 30px 30px;
}

.rebrand .content__box[class*="u-highlight"] {
  margin-top: 1.875rem;
}

.rebrand .content__box[class*="u-highlight"] {
  padding: 0.46875rem 1.875rem 1.875rem 1.875rem;
}

.content__box--icon {
  position: relative;
  padding-right: 120px;
  padding-top: 0;
  max-width: 800px;
}

.rebrand .content__box--icon {
  padding-right: 7.5rem;
}

.rebrand .content__box--icon {
  padding-top: 0;
}

.rebrand .content__box--icon {
  max-width: 50rem;
}

@media screen and (min-width: 768px) {
  .content__box--icon {
    padding-top: 15px;
    padding-right: 180px;
  }

  .rebrand .content__box--icon {
    padding-top: 0.9375rem;
  }

  .rebrand .content__box--icon {
    padding-right: 11.25rem;
  }
}

.content__box--icon .content__box-icon {
  position: absolute;
  right: 15px;
  top: 45px;
}

.rebrand .content__box--icon .content__box-icon {
  right: 0.9375rem;
}

.rebrand .content__box--icon .content__box-icon {
  top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .content__box--icon .content__box-icon {
    right: 45px;
    top: 60px;
  }

  .rebrand .content__box--icon .content__box-icon {
    right: 2.8125rem;
  }

  .rebrand .content__box--icon .content__box-icon {
    top: 3.75rem;
  }
}

.content__box-icon {
  display: table;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
}

.rebrand .content__box-icon {
  width: 5.6875rem;
}

.rebrand .content__box-icon {
  height: 5.6875rem;
}

.rebrand .content__box-icon {
  font-size: 2.5rem;
}

.content__box-icon:before {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.content__box-icon.u-highlight--lemon {
  background-color: rgba(237, 237, 80, 0.2);
  color: #4c4dff;
}

.content__hairline-bottom {
  position: relative;
  padding-bottom: 22.5px;
}

.rebrand .content__hairline-bottom {
  padding-bottom: 1.40625rem;
}

.content__hairline-bottom:after {
  content: '';
  width: 100%;
  max-width: 65px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4c4dff;
}

.rebrand .content__hairline-bottom:after {
  max-width: 4.0625rem;
}

@media screen and (min-width: 992px) {
  .content__hairline-bottom:after {
    height: 4px;
  }
}

.content__hairline-bottom--centered {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .content__hairline-bottom--centered {
    text-align: left;
  }
}

.content__hairline-bottom--centered:after {
  left: 50%;
  margin-left: -34px;
}

.rebrand .content__hairline-bottom--centered:after {
  margin-left: -2.125rem;
}

@media screen and (min-width: 768px) {
  .content__hairline-bottom--centered:after {
    margin-left: 0;
    left: 0;
  }

  .rebrand .content__hairline-bottom--centered:after {
    margin-left: 0;
  }

  .rebrand .content__hairline-bottom--centered:after {
    left: 0;
  }
}

.content__icon {
  display: block;
  padding: 22.5px 0 0 0;
  color: #4c4dff;
  font-size: 38px;
}

.rebrand .content__icon {
  padding: 1.40625rem 0 0 0;
}

.rebrand .content__icon {
  font-size: 2.375rem;
}

@media screen and (min-width: 320px) {
  .content__icon {
    margin: 0 0 -14px 0;
  }

  .rebrand .content__icon {
    margin: 0 0 -0.875rem 0;
  }
}

@media screen and (min-width: 992px) {
  .content__icon {
    margin: 0 0 -15px 0;
  }

  .rebrand .content__icon {
    margin: 0 0 -0.9375rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .content__icon {
    margin: 0 0 -16px 0;
  }

  .rebrand .content__icon {
    margin: 0 0 -1rem 0;
  }
}

.content__image {
  padding: 0;
  margin: 22.5px 0 0 0;
  display: block;
  width: 100%;
  height: auto;
}

.rebrand .content__image {
  margin: 1.40625rem 0 0 0;
}

.content__image--shadow {
  box-shadow: 12px 0 15px -4px #F1F1F1, -12px 0 15px -4px #F1F1F1;
}

.content__image--card {
  max-width: 96px;
  border-radius: 50%;
}

.rebrand .content__image--card {
  max-width: 6rem;
}

.content__image--fixed-height {
  width: auto;
  max-width: none;
  max-height: 68px;
}

.rebrand .content__image--fixed-height {
  max-height: 4.25rem;
}

.content__indigo {
  color: #4c4dff;
}

a.content__indigo {
  color: #4c4dff;
}

a.content__indigo:focus,
a.content__indigo:active,
a.content__indigo:hover,
a.content__indigo:visited {
  color: #4c4dff;
}

.no-touchevents a.content__indigo:hover {
  color: rgba(76, 77, 255, 0.8);
}

.content__clay {
  color: #888098;
}

a.content__clay {
  color: #888098;
}

a.content__clay:focus,
a.content__clay:active,
a.content__clay:hover,
a.content__clay:visited {
  color: #888098;
}

.no-touchevents a.content__clay:hover {
  color: rgba(136, 128, 152, 0.8);
}

.content__lemon {
  color: #eded50;
}

a.content__lemon {
  color: #eded50;
}

a.content__lemon:focus,
a.content__lemon:active,
a.content__lemon:hover,
a.content__lemon:visited {
  color: #eded50;
}

.no-touchevents a.content__lemon:hover {
  color: rgba(237, 237, 80, 0.8);
}

.content__grey {
  color: #474850;
}

a.content__grey {
  color: #474850;
}

a.content__grey:focus,
a.content__grey:active,
a.content__grey:hover,
a.content__grey:visited {
  color: #474850;
}

.no-touchevents a.content__grey:hover {
  color: rgba(71, 72, 80, 0.8);
}

.content__indigo {
  color: #4c4dff;
}

a.content__olive {
  color: #7e7730;
}

a.content__olive:focus,
a.content__olive:active,
a.content__olive:hover,
a.content__olive:visited {
  color: #7e7730;
}

.no-touchevents a.content__olive:hover {
  color: rgba(126, 119, 48, 0.8);
}

.content__graphik-regular b,
.content__graphik-regular strong,
.u-content .content__graphik-regular,
.content__graphik-regular {
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.content__graphik-semibold b,
.content__graphik-semibold strong,
.u-content .content__graphik-semibold,
.content__graphik-semibold {
  font-family: "graphik-semibold", Helvetica, Arial, sans-serif;
}

.content__graphik-medium b,
.content__graphik-medium strong,
.u-content .content__gilroy-medium,
.content__gilroy-medium {
  font-family: "gilroy-medium", Helvetica, Arial, sans-serif;
}

.content__graphik-bold b,
.content__graphik-bold strong,
.u-content .content__gilroy-bold,
.content__gilroy-bold {
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.content__graphik-heavy b,
.content__graphik-heavy strong,
.u-content .content__gilroy-heavy,
.content__gilroy-heavy {
  font-family: "gilroy-heavy", Helvetica, Arial, sans-serif;
}

.u-content .content__16,
.content__16 {
  font-size: 16px;
  line-height: 1.4;
}

.rebrand .u-content .content__16,
.rebrand
  .content__16 {
  font-size: 1rem;
}

.u-content .content__18,
.content__18 {
  font-size: 18px;
  line-height: 1.4;
}

.rebrand .u-content .content__18,
.rebrand
  .content__18 {
  font-size: 1.125rem;
}

.u-content .content__20,
.content__20 {
  font-size: 20px;
  line-height: 1.3;
}

.rebrand .u-content .content__20,
.rebrand
  .content__20 {
  font-size: 1.25rem;
}

.u-content .content__22,
.content__22 {
  font-size: 22px;
  line-height: 1.3;
}

.rebrand .u-content .content__22,
.rebrand
  .content__22 {
  font-size: 1.375rem;
}

.u-content .content__24,
.content__24 {
  font-size: 24px;
  line-height: 1.2;
}

.rebrand .u-content .content__24,
.rebrand
  .content__24 {
  font-size: 1.5rem;
}

.u-content .content__26,
.content__26 {
  font-size: 26px;
  line-height: 1.1;
}

.rebrand .u-content .content__26,
.rebrand
  .content__26 {
  font-size: 1.625rem;
}

.u-content .content__28,
.content__28 {
  font-size: 28px;
  line-height: 1;
}

.rebrand .u-content .content__28,
.rebrand
  .content__28 {
  font-size: 1.75rem;
}

.u-content .content__underline,
.content__underline {
  text-decoration: underline;
}

.u-content a.content__underline,
a.content__underline {
  text-decoration: underline;
}

.u-content a.content__underline:hover,
a.content__underline:hover {
  text-decoration: underline;
}

.u-content .external--link {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}

.rebrand .u-content .external--link {
  font-size: 1rem;
}

.accordion__item {
  display: none;
}

.accordion__item.is-active {
  display: block;
}

.accordion__navigation {
  display: inline-block;
  position: relative;
  font-size: 0;
}

.accordion__navigation:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  height: 2px;
  background-color: #474850;
}

.rebrand .accordion__navigation:before {
  left: -0.9375rem;
}

.rebrand .accordion__navigation:before {
  right: -0.9375rem;
}

@media screen and (min-width: 768px) {
  .accordion__navigation:before {
    left: -30px;
    right: -30px;
  }

  .rebrand .accordion__navigation:before {
    left: -1.875rem;
  }

  .rebrand .accordion__navigation:before {
    right: -1.875rem;
  }
}

.accordion__navigation-link {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  height: 69px;
  padding: 0 15px 7.5px 15px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}

.rebrand .accordion__navigation-link {
  height: 4.3125rem;
}

.rebrand .accordion__navigation-link {
  padding: 0 0.9375rem 0.46875rem 0.9375rem;
}

.rebrand .accordion__navigation-link {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .accordion__navigation-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 27px;
  }

  .rebrand .accordion__navigation-link {
    padding-left: 1.875rem;
  }

  .rebrand .accordion__navigation-link {
    padding-right: 1.875rem;
  }

  .rebrand .accordion__navigation-link {
    font-size: 1.6875rem;
  }
}

.accordion__navigation-link small {
  display: block;
  font-size: 14px;
  padding: 2px 0;
}

.rebrand .accordion__navigation-link small {
  font-size: 0.875rem;
}

.rebrand .accordion__navigation-link small {
  padding: 0.125rem 0;
}

@media screen and (min-width: 768px) {
  .accordion__navigation-link small {
    font-size: 16px;
  }

  .rebrand .accordion__navigation-link small {
    font-size: 1rem;
  }
}

.accordion__navigation-link strong {
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.accordion__navigation-link:active,
.accordion__navigation-link:visited,
.accordion__navigation-link:focus,
.accordion__navigation-link:hover {
  color: #fff;
  text-decoration: none;
}

.no-touchevents .accordion__navigation-link:hover .accordion__navigation-overlay {
  background-color: #4c4dff;
}

.no-touchevents .accordion__navigation-link:hover .accordion__navigation-overlay:before,
.no-touchevents .accordion__navigation-link:hover .accordion__navigation-overlay:after {
  background-color: #393abf;
}

.accordion__navigation-link.is-selected .accordion__navigation-overlay {
  top: 0;
  background-color: #4c4dff;
}

.accordion__navigation-link.is-selected .accordion__navigation-overlay:before,
.accordion__navigation-link.is-selected .accordion__navigation-overlay:after {
  opacity: 0;
}

.accordion__navigation-table {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
}

.accordion__navigation-cell {
  display: table-cell;
  vertical-align: bottom;
}

.accordion__navigation-overlay {
  display: inline-block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #474850;
  transition-property: background-color, top;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.rebrand .accordion__navigation-overlay {
  top: 0.4375rem;
}

.accordion__navigation-overlay:after,
.accordion__navigation-overlay:before {
  content: '';
  position: absolute;
  background-color: #35363c;
  transition-property: background-color, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.accordion__navigation-overlay:before {
  top: 0;
  bottom: 0;
  width: 2px;
}

.accordion__navigation-overlay:after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.accordion__navigation--company .accordion__navigation-overlay:before {
  right: 0;
}

.accordion__navigation--consultant .accordion__navigation-overlay:before {
  left: -1px;
}

.stats {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.rebrand .stats {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .stats {
    padding-top: 45px;
    font-size: 0;
    text-align: center;
  }

  .rebrand .stats {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .stats {
    padding-top: 60px;
  }

  .rebrand .stats {
    padding-top: 3.75rem;
  }
}

.stats > li {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  margin: 22.5px 15px 0 15px;
  list-style-type: none;
  color: #4c4dff;
  font-size: 28px;
  line-height: 1.2;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.rebrand .stats > li {
  padding: 0 0 0 2.5rem;
}

.rebrand .stats > li {
  margin: 1.40625rem 0.9375rem 0 0.9375rem;
}

.rebrand .stats > li {
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  .stats > li {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .stats > li {
    padding-left: 53px;
    font-size: 38px;
    line-height: 1;
  }

  .rebrand .stats > li {
    padding-left: 3.3125rem;
  }

  .rebrand .stats > li {
    font-size: 2.375rem;
  }
}

.stats > li span {
  display: block;
  padding-top: 5px;
  color: #474850;
  font-size: 16px;
  line-height: 1.4;
  font-family: "graphik-semibold", Helvetica, Arial, sans-serif;
}

.rebrand .stats > li span {
  padding-top: 0.3125rem;
}

.rebrand .stats > li span {
  font-size: 1rem;
}

@media screen and (min-width: 1200px) {
  .stats > li span {
    font-size: 20px;
  }

  .rebrand .stats > li span {
    font-size: 1.25rem;
  }
}

.stats .fa {
  position: absolute;
  top: 3px;
  left: 0;
  color: #4c4dff;
  font-size: 25px;
}

.rebrand .stats .fa {
  top: 0.1875rem;
}

.rebrand .stats .fa {
  font-size: 1.5625rem;
}

@media screen and (min-width: 1200px) {
  .stats .fa {
    font-size: 35px;
  }

  .rebrand .stats .fa {
    font-size: 2.1875rem;
  }
}

.stats--primary {
  width: auto;
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding: 30px 0 0 0;
  font-size: 0;
  text-align: center;
}

.rebrand .stats--primary {
  width: auto;
}

.rebrand .stats--primary {
  margin-left: -0.46875rem;
}

.rebrand .stats--primary {
  margin-right: -0.46875rem;
}

.rebrand .stats--primary {
  padding: 1.875rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .stats--primary {
    padding-top: 45px;
  }

  .rebrand .stats--primary {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .stats--primary {
    margin-left: -15px;
    margin-right: -15px;
  }

  .rebrand .stats--primary {
    margin-left: -0.9375rem;
  }

  .rebrand .stats--primary {
    margin-right: -0.9375rem;
  }
}

@media screen and (min-width: 1200px) {
  .stats--primary {
    padding-top: 60px;
  }

  .rebrand .stats--primary {
    padding-top: 3.75rem;
  }
}

.stats--primary > li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 7.5px 0 15px 0;
  padding: 0 7.5px 7.5px 7.5px;
  color: #474850;
  font-size: 25px;
  text-align: center;
}

.rebrand .stats--primary > li {
  margin: 0.46875rem 0 0.9375rem 0;
}

.rebrand .stats--primary > li {
  padding: 0 0.46875rem 0.46875rem 0.46875rem;
}

.rebrand .stats--primary > li {
  font-size: 1.5625rem;
}

@media screen and (min-width: 480px) {
  .stats--primary > li {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .stats--primary > li {
    width: 33.333333333%;
  }
}

@media screen and (min-width: 992px) {
  .stats--primary > li {
    padding: 0 15px 15px 15px;
    margin-bottom: 7.5px;
    width: 20%;
  }

  .rebrand .stats--primary > li {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }

  .rebrand .stats--primary > li {
    margin-bottom: 0.46875rem;
  }
}

@media screen and (min-width: 1200px) {
  .stats--primary > li {
    font-size: 35px;
  }

  .rebrand .stats--primary > li {
    font-size: 2.1875rem;
  }
}

.stats--primary > li span {
  display: block;
  padding-top: 7.5px;
  color: #474850;
  font-size: 16px;
  line-height: 1.4;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.rebrand .stats--primary > li span {
  padding-top: 0.46875rem;
}

.rebrand .stats--primary > li span {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .stats--primary > li span {
    padding-top: 15px;
  }

  .rebrand .stats--primary > li span {
    padding-top: 0.9375rem;
  }
}

.stats--primary > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  height: 1px;
  background-color: #888098;
}

.stats--primary .fa {
  position: static;
  display: block;
  padding: 0 0 7.5px;
  font-size: 35px;
}

.rebrand .stats--primary .fa {
  padding: 0 0 0.46875rem;
}

.rebrand .stats--primary .fa {
  font-size: 2.1875rem;
}

@media screen and (min-width: 1200px) {
  .stats--primary .fa {
    font-size: 40px;
  }

  .rebrand .stats--primary .fa {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .stats--primary .fa {
    padding-bottom: 15px;
  }

  .rebrand .stats--primary .fa {
    padding-bottom: 0.9375rem;
  }
}

.card {
  margin-top: -15px;
  padding-top: 22.5px;
  font-size: 0;
  text-align: center;
}

.rebrand .card {
  margin-top: -0.9375rem;
}

.rebrand .card {
  padding-top: 1.40625rem;
}

@media screen and (min-width: 768px) {
  .card {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding-top: 45px;
  }

  .rebrand .card {
    margin-left: -0.9375rem;
  }

  .rebrand .card {
    margin-right: -0.9375rem;
  }

  .rebrand .card {
    margin-bottom: -0.9375rem;
  }

  .rebrand .card {
    padding-top: 2.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .card {
    padding-top: 60px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .rebrand .card {
    padding-top: 3.75rem;
  }

  .rebrand .card {
    margin-left: -1.875rem;
  }

  .rebrand .card {
    margin-right: -1.875rem;
  }
}

.card--testimonial .card__decal {
  border-width: 0 79px 40px 0;
}

.rebrand .card--testimonial .card__decal {
  border-width: 0 4.9375rem 2.5rem 0;
}

.card--testimonial .content__image--fixed-height {
  max-height: 40px;
}

.rebrand .card--testimonial .content__image--fixed-height {
  max-height: 2.5rem;
}

@media screen and (min-width: 768px) {
  .card--testimonial .card__item {
    padding-bottom: 38%;
  }
}

@media screen and (min-width: 768px) {
  .card--testimonial .card__item:last-child .card__inside {
    right: 7.5px;
  }

  .rebrand .card--testimonial .card__item:last-child .card__inside {
    right: 0.46875rem;
  }
}

.card__item {
  display: block;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .card__item {
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 42%;
    font-size: 16px;
  }

  .rebrand .card__item {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .card__item {
    width: 33.333333333%;
  }
}

.card__item .content__blockquote .fa {
  font-size: 14px;
  color: #474850;
}

.rebrand .card__item .content__blockquote .fa {
  font-size: 0.875rem;
}

.card__item .content__blockquote .fa.fa-quote-left {
  top: 0;
}

.rebrand .card__item .content__blockquote .fa.fa-quote-left {
  top: 0;
}

.card__item .content__blockquote .fa.fa-quote-right {
  bottom: 0;
}

.rebrand .card__item .content__blockquote .fa.fa-quote-right {
  bottom: 0;
}

.card__item .content__blockquote p {
  padding-top: 22.5px;
  font-size: 14px;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.rebrand .card__item .content__blockquote p {
  padding-top: 1.40625rem;
}

.rebrand .card__item .content__blockquote p {
  font-size: 0.875rem;
}

.card__inside {
  display: block;
  padding: 30px;
  margin-top: 22.5px;
  overflow: hidden;
}

.rebrand .card__inside {
  padding: 1.875rem;
}

.rebrand .card__inside {
  margin-top: 1.40625rem;
}

@media screen and (min-width: 768px) {
  .card__inside {
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }

  .rebrand .card__inside {
    margin-top: 0;
  }

  .rebrand .card__inside {
    top: 0.9375rem;
  }

  .rebrand .card__inside {
    right: 0.9375rem;
  }

  .rebrand .card__inside {
    bottom: 0.9375rem;
  }

  .rebrand .card__inside {
    left: 0.9375rem;
  }
}

.card__decal {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 240px 63px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.rebrand .card__decal {
  border-width: 0 15rem 3.9375rem 0;
}

@media screen and (min-width: 480px) {
  .card__decal {
    border-width: 0 345px 73px 0;
  }

  .rebrand .card__decal {
    border-width: 0 21.5625rem 4.5625rem 0;
  }
}

.card__decal--indigo {
  border-color: transparent #4c4dff transparent transparent;
}

.card__decal--clay {
  border-color: transparent #888098 transparent transparent;
}

.card__decal--lemon {
  border-color: transparent #eded50 transparent transparent;
}

.card__decal--grey {
  border-color: transparent #474850 transparent transparent;
}

.card__decal--olive {
  border-color: transparent #7e7730 transparent transparent;
}

.card__image {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  position: absolute;
  top: 22.5px;
  right: 22.5px;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.rebrand .card__image {
  width: 4.6875rem;
}

.rebrand .card__image {
  height: 4.6875rem;
}

.rebrand .card__image {
  top: 1.40625rem;
}

.rebrand .card__image {
  right: 1.40625rem;
}

.card__title {
  position: relative;
  z-index: 1;
  padding: 45px 65px 0 0;
  margin: 0;
  font-size: 1.4rem;
  color: #474850;
  font-size: 18px;
  line-height: 1.2;
  font-family: "gilroy-bold", Helvetica, Arial, sans-serif;
}

.rebrand .card__title {
  padding: 2.8125rem 4.0625rem 0 0;
}

.rebrand .card__title {
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .card__title {
    display: table;
    min-height: 80px;
  }

  .rebrand .card__title {
    min-height: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .card__title span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }
}

.card__title a {
  color: #474850;
}

.card__title a:hover {
  color: #474850;
  text-decoration: none;
}

.no-touchevents .card__title a:hover {
  text-decoration: underline;
}

.card__paragraph {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 22.5px;
  margin: 0;
  font-size: 1rem;
  color: #474850;
  font-size: 14px;
  line-height: 1.4;
  font-family: "graphik-regular", Helvetica, Arial, sans-serif;
}

.rebrand .card__paragraph {
  padding-top: 1.40625rem;
}

.rebrand .card__paragraph {
  font-size: 0.875rem;
}

.card__paragraph .fa {
  position: relative;
  font-size: 18px;
  display: inline-block;
  padding-right: 4px;
  color: #4c4dff;
}

.rebrand .card__paragraph .fa {
  font-size: 1.125rem;
}

.rebrand .card__paragraph .fa {
  padding-right: 0.25rem;
}

.card__paragraph a {
  color: #4c4bfd;
}

.card__paragraph a:hover {
  color: #4c4bfd;
  text-decoration: none;
}

.no-touchevents .card__paragraph a:hover {
  text-decoration: underline;
}

.card__collection {
  display: block;
  padding: 7.5px 0;
  margin-right: -7.5px;
  font-size: 0;
  text-align: center;
}

.rebrand .card__collection {
  padding: 0.46875rem 0;
}

.rebrand .card__collection {
  margin-right: -0.46875rem;
}

@media screen and (min-width: 480px) {
  .card__collection {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .card__collection {
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 7.5px 0 0 0;
  }

  .rebrand .card__collection {
    bottom: 0.9375rem;
  }

  .rebrand .card__collection {
    left: 1.875rem;
  }

  .rebrand .card__collection {
    padding: 0.46875rem 0 0 0;
  }
}

.card__collection img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-height: 50px;
  margin: 7.5px 7.5px 0 0;
}

.rebrand .card__collection img {
  max-height: 3.125rem;
}

.rebrand .card__collection img {
  margin: 0.46875rem 0.46875rem 0 0;
}

@media screen and (min-width: 768px) {
  .card__collection img {
    max-height: 37px;
  }

  .rebrand .card__collection img {
    max-height: 2.3125rem;
  }
}

@media screen and (min-width: 992px) {
  .card__collection img {
    max-height: 44px;
  }

  .rebrand .card__collection img {
    max-height: 2.75rem;
  }
}

.card__collection img.margin-left1 {
  margin-left: 15px;
}

.card__collection img.margin-left2 {
  margin-left: 25px;
}

.cta {
  position: relative;
  width: auto;
  padding: 0 0 15px;
  text-align: center;
}

.rebrand .cta {
  padding: 0 0 0.9375rem;
}

@media screen and (min-width: 992px) {
  .cta {
    padding: 45px 0;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 0;
  }

  .rebrand .cta {
    padding: 2.8125rem 0;
  }

  .rebrand .cta {
    margin-left: -1.875rem;
  }

  .rebrand .cta {
    margin-right: -1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .cta:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 1px;
    margin-top: 15px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: url(/static/images/dotted.png?v=9cd269a9);
  }

  .rebrand .cta:before {
    left: 1.875rem;
  }

  .rebrand .cta:before {
    right: 1.875rem;
  }

  .rebrand .cta:before {
    margin-top: 0.9375rem;
  }
}

.cta__inside {
  display: block;
  font-size: 16px;
}

.rebrand .cta__inside {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .cta__inside {
    display: inline-block;
    padding: 0 30px;
    width: 33.333333333%;
  }

  .rebrand .cta__inside {
    padding: 0 1.875rem;
  }
}

.cta__item {
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 15px 30px 15px;
  margin-top: 60px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #888098;
}

.rebrand .cta__item {
  padding: 0.9375rem 0.9375rem 1.875rem 0.9375rem;
}

.rebrand .cta__item {
  margin-top: 3.75rem;
}

@media screen and (min-width: 992px) {
  .cta__item {
    margin-top: 45px;
  }

  .rebrand .cta__item {
    margin-top: 2.8125rem;
  }
}

.cta__item .fa {
  display: table;
  position: absolute;
  z-index: 1;
  top: -47px;
  left: 50%;
  margin-left: -47px;
  width: 94px;
  height: 94px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  color: #4c4dff;
  font-size: 40px;
  text-align: center;
}

.rebrand .cta__item .fa {
  top: -2.9375rem;
}

.rebrand .cta__item .fa {
  margin-left: -2.9375rem;
}

.rebrand .cta__item .fa {
  width: 5.875rem;
}

.rebrand .cta__item .fa {
  height: 5.875rem;
}

.rebrand .cta__item .fa {
  font-size: 2.5rem;
}

.cta__item .fa:before {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.cta__item .u-content {
  position: relative;
  z-index: 2;
}

.jumbotron-contact-us {
  padding: 120px 0 153px 0;
}

.jumbotron-contact-us:after {
  background-image: url(/static/images/jumbotron-bg-contact-us.jpg?v=bb0c6e84);
}

.company-number {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
}

.company-number .company-number-p {
  font-size: 12.5px;
  font-size: 1.25rem;
}

.contact-us-link {
  color: #000;
  text-decoration: underline;
}

.contact-us-subheading {
  font-size: 24px;
  font-size: 2.4rem;
}

.btn-contact-us {
  margin-top: 5px;
  padding: 12px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "open_sans_condensed", sans-serif;
}

.container-contact-us {
  margin-top: 28px;
}

.container-contact-us .container-contact-us-icon-home {
  font-size: 30px;
  font-size: 3rem;
}

.container-contact-us-location {
  margin-bottom: 0;
}

.container-contact-us-hr {
  border-top: 1px solid #000;
  margin: 40px 0;
}

.container-contact-us .form-contact-us {
  margin: 40px 0;
}

.container-contact-us .form-contact-us .form-group-contact-us {
  margin: 30px 0;
}

.container-contact-us .form-contact-us .form-control-contact-us-input:enabled {
  background: transparent;
  box-shadow: none;
}

.container-contact-us .form-contact-us .form-control-contact-us {
  border: 1px solid #888098;
  height: 50px;
}

.container-contact-us .form-contact-us .form-control-contact-us-textarea {
  height: auto;
}

.contact-us-radio-options {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.contact-us-radio-options .radio {
  margin-bottom: 20px;
}

.contact-us-radio-options label.required {
  padding-left: 0;
}

.contact-us-radio-options label.required:after {
  display: none;
}

.contact-us-radio-options input[type=radio] {
  display: none;
}

.contact-us-radio-options input[type=radio] + span {
  display: inline-block;
}

.contact-us-radio-options input[type='radio'] + span:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 8px;
  width: 23px;
  font-size: 20px;
  font-size: 2rem;
  color: #E16427;
}

.contact-us-radio-options input[type='radio'] + span:before {
  content: "\F10C";
  /* Radio Unchecked */
}

.contact-us-radio-options input[type=radio]:checked + span:before {
  content: "\F192";
  /* Radio Checked */
}

.thank-you .thank-you-subheading {
  font-size: 24px;
  font-size: 2.4rem;
}

.newsletter-signup {
  margin-top: 90px;
  padding: 15px 0;
  background: #B2DAED;
}

.newsletter-signup .newsletter-signup-input {
  width: 320px;
  height: 49px;
  border: 1px solid #fff;
}

.newsletter-signup .newsletter-signup-input:enabled {
  /* Fallback for web browsers that don't support RGBa */
  background-color: white;
  /* RGBa with 0.6 opacity */
  background-color: rgba(255, 255, 255, 0.5);
}

.newsletter-signup .newsletter-signup-btn {
  margin-top: 0;
  padding: 11px 25px;
}

.newsletter-signup .newsletter-signup-social-ul li.newsletter-signup-social-ul-li {
  padding: 12px;
}

@media only screen and (max-width: 1199px) {
  .newsletter-signup .newsletter-signup-input {
    width: 100%;
  }
}

.landing-page-text-14 {
  font-size: 14px;
}

.landing-page-text-16 {
  font-size: 16px;
}

.landing-page-text-17 {
  font-size: 17px;
}

.landing-page-text-18 {
  font-size: 18px;
}

.landing-page-text-20 {
  font-size: 20px;
}

.landing-page-text-22 {
  font-size: 22px;
}

.landing-page-text-24 {
  font-size: 24px;
}

.landing-page-text-28 {
  font-size: 28px;
}

.landing-page-text-32 {
  font-size: 32px;
}

.landing-page-text-36 {
  font-size: 36px;
}

.landing-page-text-40 {
  font-size: 40px;
}

.landing-page-text-46 {
  font-size: 46px;
}

.landing-page-text-48 {
  font-size: 48px;
}

#landing-page-subscribe-form label {
  display: none !important;
}

.landing-page {
  background: #f7f5f0;
}

.landing-page .grey-border-arrow {
  background-image: url(/static/images/grey-border-arrow.jpg?v=e0b7bd76);
  height: 29px;
  width: 378px;
  margin: auto;
}

.landing-page .center-item {
  margin: auto;
  display: block;
  text-align: center;
}

.landing-page .landing-page-image-quote p {
  text-align: center;
}

.landing-page .client-case-study img {
  margin-bottom: 10px;
}

.landing-page .navbar {
  margin: 0 auto;
  padding: 0;
}

.landing-page .navbar .navbar-brand img {
  width: 250px;
  margin-top: 5px;
  margin-left: 38px;
}

.landing-page .mba_debug_logo {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .landing-page .landing-page-client-logos {
    width: 1100px;
    margin: auto;
  }
}

.landing-page .project-summary .secondary-link {
  height: 26px;
}

.landing-page .second_section_projects .project-summary {
  border-top: 1px dotted #b5b5b5;
  margin-top: 30px;
}

.landing-page .second_section_projects .project-summary .secondary-link {
  margin-top: 40px;
}

.landing-page #landing-how-it-works .col-md-4 {
  color: #696969;
}

.landing-page-logo {
  max-width: 205px;
}

.landing-page-jumbotron-subheading {
  line-height: 1.3;
  font-weight: 300;
}

.landing-page-jumbotron-bg {
  background-color: #2f3035;
  color: #fff;
  margin-bottom: 0;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-page-jumbotron-bg-img-01 {
  background-image: url(/static/images/jumbotron-bg.jpg?v=9fd6e5d1);
}

.landing-page-jumbotron-bg:after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: #f7f5f0;
  -webkit-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
}

.landing-page-consultants-row-item img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.landing-page-client-logos li > img {
  max-width: 100%;
  height: auto;
}

.landing-page-case-study-logos {
  max-width: 200px;
  height: auto;
}

.landing-page-fixed-nav {
  display: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.landing-page-flash-message {
  height: auto;
  padding: 10px 0;
}

.landing-page-flash-message-content {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

.landing-page .hero-landing-page-heading {
  font-size: 28px;
  font-size: 2.8rem;
}

.landing-page .hero-landing-page-subheading {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 32px;
  color: #000;
}

.landing-page .hero-landing-page-subheading-h3 {
  line-height: 24px;
}

.landing-page .hero-landing-page-consultant-description {
  margin: 0;
}

.landing-page .hero-landing-page-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 40px 0;
}

.landing-page .hero-landing-page-img-circle {
  width: 260px;
  height: 260px;
}

.landing-page .hero-landing-page-btn-orange-gradient-quick-links {
  width: 100%;
  padding: 8px 0;
  margin: 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.landing-page .hero-landing-page-link--with-margin {
  margin: 30px 0;
}

.landing-page .hero-landing-page-consultants {
  padding: 0 cpad(40px, 960px);
}

.landing-page .hero-landing-page-consultants-subheading {
  color: #474850;
}

@media only screen and (max-width: 480px) {
  .landing-page .hero-landing-page-consultants-subheading {
    height: 47px;
    overflow: hidden;
  }
}

.landing-page .hero-landing-page-consultants-img-circle {
  width: 158px;
  height: 158px;
}

@media only screen and (max-width: 1200px) {
  .landing-page .hero-landing-page-consultants-img-circle {
    width: 130px;
    height: 130px;
    margin-right: 10px;
    float: left;
  }
}

@media only screen and (max-width: 480px) {
  .landing-page .hero-landing-page-consultants-img-circle {
    width: 95px;
    height: 95px;
  }
}

.landing-page .hero-landing-page-consultants-content {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  .landing-page .hero-landing-page-consultants-content {
    clear: both;
    padding-top: 10px;
    height: 70px;
  }
}

.landing-page .hero-landing-page .hero-landing-page-top-consultants .hero-landing-page-consultants-separator:last-child {
  display: none;
}

.landing-page .hero-landing-page-quotes {
  width: 100%;
  background: #e8ecee;
  color: #007cc2;
  font-size: 16px;
  margin: 0 10px;
  line-height: 20px;
}

.landing-page .hero-landing-page-consultants-separator {
  border-top: 1px solid #868686;
}

.landing-page .hero-landing-page-btn-blue-gradient {
  border: 0;
  padding: 8px 24px;
}

.landing-page .hero-landing-page-case-study-logos {
  max-width: 150px;
}

.landing-page-subscriber-form .intl-tel-input .country-name {
  color: #000;
}

.landing-page-subscriber-form .has-error .form-control {
  border: 2px solid #d9534f;
}

.landing-page-subscriber-form .has-error ::-webkit-input-placeholder {
  color: #d9534f;
  font-weight: bold;
}

.landing-page-subscriber-form .has-error :-moz-placeholder {
  /* Firefox 18- */
  color: #d9534f;
  font-weight: bold;
}

.landing-page-subscriber-form .has-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9534f;
  font-weight: bold;
}

.landing-page-subscriber-form .has-error :-ms-input-placeholder {
  color: #d9534f;
  font-weight: bold;
}
