/*! normalize.css v3.0.0 | 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,
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: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2a2a2a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #202d2d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808a80;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #808a80;
}
.text-primary {
  color: #202d2d;
}
a.text-primary:hover {
  color: #0b0f0f;
}
.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;
  background-color: #202d2d;
}
a.bg-primary:hover {
  background-color: #0b0f0f;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #808a80;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  color: #808a80;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #2a2a2a;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #2a2a2a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #808a80;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808a80;
}
.form-control::-webkit-input-placeholder {
  color: #808a80;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a6a6a;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #202d2d;
  border-color: #151e1e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0f1515;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #202d2d;
  border-color: #151e1e;
}
.btn-primary .badge {
  color: #202d2d;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #202d2d;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #808a80;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #808a80;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #808a80;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #202d2d;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #202d2d;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 8px;
  margin-bottom: 8px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #808a80;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #808a80;
}
.navbar-inverse .navbar-nav > li > a {
  color: #808a80;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #808a80;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #808a80;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 (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: 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: 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 (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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .text-left-xs {
    text-align: left;
  }
  .pull-left-xs {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .flexgrid:before,
  .programgrid:before {
    display: none !important;
  }
  .flexgrid {
    /*display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .flexgrid.wide {
    margin-right: -30px;
    margin-left: -30px;
  }
  .flexrow {
    display: flex;
    flex-wrap: nowrap;
  }
  .flexrow.space {
    justify-content: space-between;
  }
  .flexitem {
    width: 25%;
    padding: 5px;
    display: flex;
    font-size: 1rem;
    flex-basis: auto;
  }
  .flexitem .inner {
    border: 1px solid #000000;
    padding: 25px;
    display: block;
    width: 100%;
  }
  .flexitem .inner.inverse {
    background-color: #000000;
    color: #ffffff;
  }
  .flexgrid.wide .flexitem {
    padding: 0 30px 30px;
  }
  .col-flex {
    display: flex;
    font-size: 1rem;
    flex-basis: auto;
  }
  .col-flex .inner {
    display: block;
    width: 100%;
  }
  .flexitem.third {
    width: 33.3%;
    flex: 0 0 33.3%;
  }
  .flexitem.wide,
  .flexitem.half {
    width: 50%;
  }
  .flexitem.grow {
    width: auto;
    flex-grow: 1;
  }
  .flexitem.fullwidth {
    width: 100%;
  }
  .flexitem.fullwidth .inner {
    width: 100%;
  }
}
.inner.noborder {
  border-width: 0px;
  padding: 0px;
}
.fleximage {
  background-size: cover;
  background-position: 50% 50%;
}
.rowwide {
  margin-left: -30px;
  margin-right: -30px;
}
.rowwide [class*='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}
.rowtight {
  margin-left: -5px;
  margin-right: -5px;
}
.rowtight [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .flextextfull {
    margin-bottom: 15px;
  }
  .fleximagefull {
    margin-bottom: 15px;
  }
  .fleximagefull .image {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .flextextfull .padbox,
  .fleximagefull {
    margin-bottom: 15px;
  }
  .flextextfull,
  .fleximagefull {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.underline {
  position: relative;
}
.underline.underline:after {
  border-bottom: 2px solid #000000;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  display: block;
}
.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-smil .greyscale {
  filter: gray;
}
.flexcenter {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.flexcenter .content {
  position: relative;
  z-index: 10;
}
a:hover .flexcenter:after {
  opacity: 1;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a .flexcenter {
  cursor: pointer;
}
a.scaler svg {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  will-change: transform;
}
a.scaler:hover svg {
  transform: scale(1.1, 1.1);
}
a.arrowlink,
.readmore {
  text-decoration: none !important;
  position: relative;
}
a.arrowlink:after,
.readmore:after {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: '';
  position: absolute;
  top: 0.15em;
  height: 0.6em;
  width: 0.6em;
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  right: -15px;
}
a.arrowlink:hover:after,
a:hover .readmore:after {
  opacity: 1;
  right: -20px;
}
a.arrowlinkwhite:after,
.inverse .readmore:after {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-arrow-right-white.svg');
}
a.arrowlinkdown:after {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-arrow-down.svg');
  right: -15px !important;
}
.readmore:after {
  height: 0.8em;
  width: 0.8em;
  top: 0.15em;
}
.full {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.fixed {
  position: fixed;
}
.image {
  display: block;
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 66%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .image {
    padding-bottom: 75%;
  }
}
.image img {
  display: none;
}
.image img.svg,
.image img.logo {
  display: block;
}
.image .inner {
  padding: 30px;
}
.square {
  padding-bottom: 100%;
}
.landscape {
  padding-bottom: 66%;
}
.image.contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.image.portrait {
  padding-bottom: 138%;
}
.image.full {
  padding-bottom: 0%;
}
.wide {
  padding-bottom: 40%;
}
.bgimage {
  background-size: cover;
  background-position: 50% 50%;
}
.transition {
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.transitionquick {
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.overlaydark {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlaylight {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlayinner {
  position: relative;
  z-index: 5;
}
::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.inverse ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.inverse .wpcf7-form input.wpcf7-text,
.inverse .wpcf7-form textarea.wpcf7-textarea,
.inverse textarea {
  border-radius: 0px;
  border: 2px solid #ffffff;
}
.inverse input.form-control,
.inverse textarea.form-control {
  background: #000000;
  border: 2px solid #ffffff;
}
.wpcf7-list-item.first {
  margin-left: -20px;
}
.radios-grid .wpcf7-radio {
  padding-left: 0px;
  margin-bottom: 0px;
}
.radios-grid .wpcf7-list-item {
  width: 50%;
  margin-bottom: 10px;
  margin-left: 0px !important;
}
.mc4wp-checkbox label,
.wpcf7-radio .wpcf7-list-item {
  position: relative;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.mc4wp-checkbox label input,
.wpcf7-radio .wpcf7-list-item input {
  opacity: 0 !important;
}
.mc4wp-checkbox label input + span,
.wpcf7-radio .wpcf7-list-item input + span {
  padding-left: 15px;
  font-size: 1.4rem;
}
.mc4wp-checkbox label input + span:before,
.wpcf7-radio .wpcf7-list-item input + span:before,
.mc4wp-checkbox label input + span:after,
.wpcf7-radio .wpcf7-list-item input + span:after {
  content: '';
  pointer-events: none;
  height: 1.2em;
  width: 1.2em;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background-size: contain;
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-unchecked.svg');
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mc4wp-checkbox label input + span:after,
.wpcf7-radio .wpcf7-list-item input + span:after {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-checked.svg');
  opacity: 0;
}
.mc4wp-checkbox label input:checked + span:after,
.wpcf7-radio .wpcf7-list-item input:checked + span:after {
  opacity: 1;
}
.inverse .wpcf7-list-item input + span:before {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-unchecked-white.svg') !important;
}
.inverse .wpcf7-list-item input + span:after {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-checked-white.svg') !important;
}
.mc4wp-checkbox label input + span {
  padding-left: 20px;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
.mc4wp-checkbox label input + span:before,
.mc4wp-checkbox label input + span:after {
  height: 21px;
  width: 21px;
}
.mc4wp-checkbox label input + span:before {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-checkbox-unchecked.svg');
}
.mc4wp-checkbox label input + span:after {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/icon-checkbox-checked.svg');
}
.form-control {
  color: #000000;
  padding: 8px 12px 6px;
}
.wpcf7-form,
.form {
  font-size: 1.4rem;
}
.wpcf7-form .form-group,
.form .form-group {
  margin-bottom: 30px;
}
.wpcf7-form .form-group:last-child,
.form .form-group:last-child {
  margin-bottom: 0px;
}
.wpcf7-form .row.innerformrow > .col-sm-6,
.form .row.innerformrow > .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.wpcf7-form .row.innerformrow > .col-sm-6 .form-group:last-child,
.form .row.innerformrow > .col-sm-6 .form-group:last-child {
  margin-bottom: 30px;
}
.wpcf7-form label,
.form label {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-weight: normal;
  text-transform: uppercase;
}
.wpcf7-form label small,
.form label small {
  padding: 5px 0;
  display: block;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
.wpcf7-form input.wpcf7-text,
.form input.wpcf7-text,
.wpcf7-form textarea.wpcf7-textarea,
.form textarea.wpcf7-textarea,
.wpcf7-form .form-control,
.form .form-control {
  border-radius: 0px;
  border: 2px solid #000000;
  outline-width: 0px !important;
  box-shadow: 0 0 0 #ffffff !important;
}
input.wpcf7-not-valid {
  border-color: #ff6c46 !important;
}
span.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
  color: #ff6c46 !important;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wpcf7-list-item {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 1em;
}
.wpcf7-list-item input[type="radio"] {
  float: none;
  margin: 0;
}
.wpcf7-list-item .mc4wp-checkbox {
  padding-top: 5px;
}
.form-group select,
.hs-fieldtype-select select {
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: 14px;
  background-color: #ffffff;
  box-shadow: 0 0 0 #ffffff;
  outline-width: 0px !important;
  line-height: 1.42857143;
  border: 2px solid #000000;
  border-radius: 0px !important;
  padding: 8px 12px 6px;
  color: #666666;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}
@media (max-width: 768px) {
  .form-group.mob-extra-top {
    margin-top: 30px;
  }
}
.form-group div.wpcf7-response-output,
.form-group #mce-responses div {
  background-color: #1dd9ac;
  border-color: #1dd9ac;
  font-family: 'MINISerif-Headline';
  font-size: 1.8rem;
  padding: 15px;
  margin: 15px 0;
}
.form-group div.wpcf7-mail-sent-ok {
  background-color: #1dd9ac;
  border-color: #1dd9ac;
}
.form-group div.wpcf7-validation-errors {
  background-color: #ffe52a;
  border-color: #ffe52a;
}
.form-group div.wpcf7-mail-sent-ng {
  background-color: #ff6c46;
  border-color: #ff6c46;
}
#mc_embed_signup .form input.mce_inline_error {
  border-color: #ff6c46 !important;
}
#mc_embed_signup .form div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 0px !important;
  background-color: transparent !important;
  font-weight: normal !important;
  z-index: 1;
  color: #ff6c46 !important;
  text-transform: uppercase !important;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.hbspt-form label,
.hs-form label {
  text-transform: uppercase !important;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-weight: 400 !important;
}
.hbspt-form legend,
.hs-form legend {
  padding: 5px 0;
  display: block;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  margin-bottom: 5px;
  border: 0px solid #000000 !important;
}
.hbspt-form input,
.hs-form input,
.hbspt-form textarea,
.hs-form textarea,
.hbspt-form select,
.hs-form select {
  border: 2px solid #000000;
  margin-bottom: 30px;
  color: #000000;
  padding: 8px 12px 6px;
  width: 100%;
}
.hbspt-form hr,
.hs-form hr {
  margin-bottom: 40px;
  border-top-width: 1px;
}
.hbspt-form textarea,
.hs-form textarea {
  min-height: 150px;
}
.hbspt-form fieldset.form-columns-1 input.hs-input,
.hs-form fieldset.form-columns-1 input.hs-input,
.hbspt-form fieldset.form-columns-1 textarea.hs-input,
.hs-form fieldset.form-columns-1 textarea.hs-input {
  width: 100%;
}
.hbspt-form fieldset.form-columns-2,
.hs-form fieldset.form-columns-2,
.hbspt-form fieldset.form-columns-1,
.hs-form fieldset.form-columns-1 {
  max-width: 100% !important;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field:first-child .input input,
.hs-form fieldset.form-columns-2 .hs-form-field:first-child .input input {
  margin-right: 15px;
}
.hbspt-form .hs-fieldtype-checkbox ul,
.hs-form .hs-fieldtype-checkbox ul,
.hbspt-form .hs-fieldtype-radio ul,
.hs-form .hs-fieldtype-radio ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.hbspt-form .hs-fieldtype-checkbox ul:before,
.hs-form .hs-fieldtype-checkbox ul:before,
.hbspt-form .hs-fieldtype-radio ul:before,
.hs-form .hs-fieldtype-radio ul:before,
.hbspt-form .hs-fieldtype-checkbox ul:after,
.hs-form .hs-fieldtype-checkbox ul:after,
.hbspt-form .hs-fieldtype-radio ul:after,
.hs-form .hs-fieldtype-radio ul:after {
  content: " ";
  display: table;
}
.hbspt-form .hs-fieldtype-checkbox ul:after,
.hs-form .hs-fieldtype-checkbox ul:after,
.hbspt-form .hs-fieldtype-radio ul:after,
.hs-form .hs-fieldtype-radio ul:after {
  clear: both;
}
.hbspt-form .hs-fieldtype-checkbox ul:before,
.hs-form .hs-fieldtype-checkbox ul:before,
.hbspt-form .hs-fieldtype-radio ul:before,
.hs-form .hs-fieldtype-radio ul:before,
.hbspt-form .hs-fieldtype-checkbox ul:after,
.hs-form .hs-fieldtype-checkbox ul:after,
.hbspt-form .hs-fieldtype-radio ul:after,
.hs-form .hs-fieldtype-radio ul:after {
  content: " ";
  display: table;
}
.hbspt-form .hs-fieldtype-checkbox ul:after,
.hs-form .hs-fieldtype-checkbox ul:after,
.hbspt-form .hs-fieldtype-radio ul:after,
.hs-form .hs-fieldtype-radio ul:after {
  clear: both;
}
.hbspt-form .hs-fieldtype-checkbox li,
.hs-form .hs-fieldtype-checkbox li,
.hbspt-form .hs-fieldtype-radio li,
.hs-form .hs-fieldtype-radio li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  margin-left: 0px !important;
}
.hbspt-form .hs-fieldtype-checkbox li input,
.hs-form .hs-fieldtype-checkbox li input,
.hbspt-form .hs-fieldtype-radio li input,
.hs-form .hs-fieldtype-radio li input,
.hbspt-form .hs-fieldtype-checkbox li label,
.hs-form .hs-fieldtype-checkbox li label,
.hbspt-form .hs-fieldtype-radio li label,
.hs-form .hs-fieldtype-radio li label {
  margin-bottom: 0px;
}
.hbspt-form .hs-fieldtype-checkbox li label,
.hs-form .hs-fieldtype-checkbox li label,
.hbspt-form .hs-fieldtype-radio li label,
.hs-form .hs-fieldtype-radio li label {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.hbspt-form .hs-fieldtype-checkbox li label span,
.hs-form .hs-fieldtype-checkbox li label span,
.hbspt-form .hs-fieldtype-radio li label span,
.hs-form .hs-fieldtype-radio li label span {
  padding-left: 10px;
}
.hbspt-form .hs-button.primary,
.hs-form .hs-button.primary,
.hbspt-form input[type="submit"],
.hs-form input[type="submit"],
.hbspt-form input[type="button"],
.hs-form input[type="button"] {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background: #000000;
  border-color: #000000;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  line-height: 1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 15px 8px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #727272 !important;
  box-shadow: 0px 0px 0px 0px #727272 !important;
  outline-width: 0px !important;
  margin: 10px 0;
}
.hbspt-form .hs-button.primary:focus,
.hs-form .hs-button.primary:focus,
.hbspt-form input[type="submit"]:focus,
.hs-form input[type="submit"]:focus,
.hbspt-form input[type="button"]:focus,
.hs-form input[type="button"]:focus,
.hbspt-form .hs-button.primary:active:focus,
.hs-form .hs-button.primary:active:focus,
.hbspt-form input[type="submit"]:active:focus,
.hs-form input[type="submit"]:active:focus,
.hbspt-form input[type="button"]:active:focus,
.hs-form input[type="button"]:active:focus,
.hbspt-form .hs-button.primary.active:focus,
.hs-form .hs-button.primary.active:focus,
.hbspt-form input[type="submit"].active:focus,
.hs-form input[type="submit"].active:focus,
.hbspt-form input[type="button"].active:focus,
.hs-form input[type="button"].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.hbspt-form .hs-button.primary:hover,
.hs-form .hs-button.primary:hover,
.hbspt-form input[type="submit"]:hover,
.hs-form input[type="submit"]:hover,
.hbspt-form input[type="button"]:hover,
.hs-form input[type="button"]:hover,
.hbspt-form .hs-button.primary:focus,
.hs-form .hs-button.primary:focus,
.hbspt-form input[type="submit"]:focus,
.hs-form input[type="submit"]:focus,
.hbspt-form input[type="button"]:focus,
.hs-form input[type="button"]:focus {
  color: #333333;
  text-decoration: none;
}
.hbspt-form .hs-button.primary:active,
.hs-form .hs-button.primary:active,
.hbspt-form input[type="submit"]:active,
.hs-form input[type="submit"]:active,
.hbspt-form input[type="button"]:active,
.hs-form input[type="button"]:active,
.hbspt-form .hs-button.primary.active,
.hs-form .hs-button.primary.active,
.hbspt-form input[type="submit"].active,
.hs-form input[type="submit"].active,
.hbspt-form input[type="button"].active,
.hs-form input[type="button"].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);
}
.hbspt-form .hs-button.primary.disabled,
.hs-form .hs-button.primary.disabled,
.hbspt-form input[type="submit"].disabled,
.hs-form input[type="submit"].disabled,
.hbspt-form input[type="button"].disabled,
.hs-form input[type="button"].disabled,
.hbspt-form .hs-button.primary[disabled],
.hs-form .hs-button.primary[disabled],
.hbspt-form input[type="submit"][disabled],
.hs-form input[type="submit"][disabled],
.hbspt-form input[type="button"][disabled],
.hs-form input[type="button"][disabled],
fieldset[disabled] .hbspt-form .hs-button.primary,
fieldset[disabled] .hs-form .hs-button.primary,
fieldset[disabled] .hbspt-form input[type="submit"],
fieldset[disabled] .hs-form input[type="submit"],
fieldset[disabled] .hbspt-form input[type="button"],
fieldset[disabled] .hs-form input[type="button"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hbspt-form .hs-button.primary .fa,
.hs-form .hs-button.primary .fa,
.hbspt-form input[type="submit"] .fa,
.hs-form input[type="submit"] .fa,
.hbspt-form input[type="button"] .fa,
.hs-form input[type="button"] .fa {
  padding-left: 10px;
}
.hbspt-form .hs-button.primary .icon,
.hs-form .hs-button.primary .icon,
.hbspt-form input[type="submit"] .icon,
.hs-form input[type="submit"] .icon,
.hbspt-form input[type="button"] .icon,
.hs-form input[type="button"] .icon {
  height: 0.9em;
  width: 0.9em;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0;
}
.hbspt-form .hs-button.primary .icon path,
.hs-form .hs-button.primary .icon path,
.hbspt-form input[type="submit"] .icon path,
.hs-form input[type="submit"] .icon path,
.hbspt-form input[type="button"] .icon path,
.hs-form input[type="button"] .icon path {
  fill: #ffffff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .hbspt-form .hs-button.primary,
  .hs-form .hs-button.primary,
  .hbspt-form input[type="submit"],
  .hs-form input[type="submit"],
  .hbspt-form input[type="button"],
  .hs-form input[type="button"] {
    font-size: 1.6rem;
    padding: 6px 8px 4px 8px;
  }
}
.hbspt-form .hs-button.primary:hover,
.hs-form .hs-button.primary:hover,
.hbspt-form input[type="submit"]:hover,
.hs-form input[type="submit"]:hover,
.hbspt-form input[type="button"]:hover,
.hs-form input[type="button"]:hover {
  background: transparent;
  color: #000000 !important;
}
.hbspt-form .hs-error-msgs,
.hs-form .hs-error-msgs {
  padding: 15px;
  background: #ff6c46;
  margin: -10px 0 20px;
}
.hbspt-form .hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-bottom: 0px !important;
}
.hbspt-form .submitted-message,
.hs-form .submitted-message {
  padding: 45px;
  background: #ff6c46;
  font-size: 2rem;
}
.hbspt-form .submitted-message p strong,
.hs-form .submitted-message p strong {
  font-family: 'MINISerif-Headline';
  font-size: 3rem;
  margin-bottom: 1em;
}
.hs-fieldtype-select select {
  padding: 8px 10px 6px;
  font-size: 14px;
  line-height: 1.15;
  color: #000000;
}
.worldtourform .hs-button {
  display: inline-block !important;
}
.slickbut {
  background: transparent !important;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  border-width: 0px !important;
  outline-width: 0px !important;
  cursor: pointer !important;
  display: inline-block;
  margin-top: -24px;
}
.slickbut svg {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.slickbut svg path {
  fill: #000000;
}
.slickbutwhite svg path {
  fill: #ffffff;
}
.slickbut.right {
  left: auto;
  right: 0px;
}
.slickouter {
  position: relative;
}
.slick-slider.slickfull {
  height: 100%;
  width: 100%;
  position: absolute;
}
.slick-slider.slickfull .slick-list,
.slick-slider.slickfull .slick-track {
  height: 100%;
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
  display: none !important;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-window {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 5px 30px 3px;
  background: #000000 !important;
  color: #ffffff;
  z-index: 9999;
  text-align: center;
}
.cc-link {
  color: inherit;
}
@media (max-width: 767px) {
  .cc-message {
    display: block;
    padding: 10px 5px 5px;
    line-height: 1.05;
  }
}
.cc-window.cc-static {
  position: static;
}
.cc-compliance {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .cc-compliance {
    padding-left: 0px;
    display: block;
  }
}
.cc-compliance a {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background: #000000;
  border-color: #000000;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  line-height: 1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 15px 8px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #727272 !important;
  box-shadow: 0px 0px 0px 0px #727272 !important;
  outline-width: 0px !important;
  margin: 10px 0;
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 5px 10px 3px 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  font-size: 12px;
  color: #ffffff;
  background: transparent !important;
  border-radius: 0px;
}
.cc-compliance a:focus,
.cc-compliance a:active:focus,
.cc-compliance a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cc-compliance a:hover,
.cc-compliance a:focus {
  color: #333333;
  text-decoration: none;
}
.cc-compliance a:active,
.cc-compliance a.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);
}
.cc-compliance a.disabled,
.cc-compliance a[disabled],
fieldset[disabled] .cc-compliance a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cc-compliance a .fa {
  padding-left: 10px;
}
.cc-compliance a .icon {
  height: 0.9em;
  width: 0.9em;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0;
}
.cc-compliance a .icon path {
  fill: #ffffff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .cc-compliance a {
    font-size: 1.6rem;
    padding: 6px 8px 4px 8px;
  }
}
@media (max-width: 767px) {
  .cc-compliance a {
    font-size: 10px;
    padding: 2px 5px;
    margin: 5px;
  }
}
.cc-compliance .cc-btn.cc-dismiss:hover {
  opacity: 0.5;
}
.cc-compliance .cc-btn.cc-allow {
  border: 1px solid #ffffff;
}
.cc-compliance .cc-btn.cc-allow:hover {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #000000 !important;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-close,
.cc-active,
.cc-revoke {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'mini_sans_serifbold';
  src: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISansSerif-Bold.woff2') format('woff2'), url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISansSerif-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mini_sans_regular';
  src: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISansSerif-Regular.woff2') format('woff2'), url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISansSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MINISerif-Regular';
  src: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Regular.woff2') format('woff2'), url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MINISerif-Medium';
  src: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Medium.woff2') format('woff2'), url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MINISerif-Headline';
  src: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Headline.woff2') format('woff2'), url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/fonts/MINISerif-Headline.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  direction: ltr;
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  touch-action: manipulation;
}
.plyr:focus {
  outline: 0;
}
.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type='range'] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}
.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type='range']::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.plyr input[type='range']::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}
.plyr input[type='range']::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
}
.plyr input[type='range']::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  user-select: none;
  background: #3498db;
}
.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type='range']::-ms-tooltip {
  display: none;
}
.plyr input[type='range']:focus {
  outline: 0;
}
.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #ffffff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-moz-range-thumb {
  background: #3498db;
  border-color: #ffffff;
  transform: scale(1.25);
}
.plyr input[type='range']:active::-ms-thumb {
  background: #3498db;
  border-color: #ffffff;
  transform: scale(1.25);
}
.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  user-select: none;
}
.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}
.plyr .plyr__video-embed iframe {
  pointer-events: none;
}
.plyr video::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform 0.3s ease;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}
@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.plyr__controls > * {
  pointer-events: all;
}
.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}
.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr='pause'] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #ffffff;
}
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #ffffff;
  border: 1px solid #dbe3e8;
  color: #565d64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
  background: #3498db;
  color: #ffffff;
}
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  transition: all 0.3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr .plyr__play-large {
  display: inline-block;
}
.plyr--audio .plyr__play-large {
  display: none;
}
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}
.plyr__controls [data-plyr='pause'],
.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}
.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'] {
  display: none;
}
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  position: relative;
  display: none;
  flex: 1;
}
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background: transparent;
}
.plyr__progress input[type='range']::-moz-range-track {
  background: transparent;
}
.plyr__progress input[type='range']::-ms-fill-upper {
  background: transparent;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr .plyr__progress {
  display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: transparent;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}
.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}
.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__time + .plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
.plyr__volume {
  display: none;
}
.plyr .plyr__volume {
  flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type='range'] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}
.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
}
#hs-eu-cookie-confirmation {
  display: none !important;
}
.companycolor1 {
  background-color: #57ff99;
}
.companycolor2 {
  background-color: #abcf2e;
}
.companycolor3 {
  background-color: #c9f040;
}
.companycolor4 {
  background-color: #ee798a;
}
.companycolor5 {
  background-color: #fe89e7;
}
.companycolor6 {
  background-color: #cd89fe;
}
.companycolor7 {
  background-color: #6eb1ff;
}
.companycolor8 {
  background-color: #4fbcbd;
}
.companycolor9 {
  background-color: #98f6e8;
}
.companycolor10 {
  background-color: #c1e6eb;
}
.whitebg {
  background-color: #ffffff;
}
.blackbg {
  background-color: #000000;
}
.yellowbg {
  background: #ffe52a !important;
}
.greenbg {
  background: #1dd9ac !important;
}
.bluebg {
  background: #80d5ff !important;
}
.redbg {
  background: #ff6c46 !important;
}
.turqbg {
  background: #c1e6eb !important;
}
.lightbluebg {
  background: #c1e6eb !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sans {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
.sansbold {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.headline {
  font-family: 'MINISerif-Headline';
}
.regular {
  font-family: 'MINISerif-Regular';
}
.medium {
  font-family: 'MINISerif-Medium';
}
body,
select,
input,
textarea {
  line-height: 1.3;
  color: #000000;
  font-family: 'MINISerif-Regular';
}
:root {
  font-size: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    font-size: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    font-size: 6px;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 8px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
  color: inherit;
  margin-top: 0px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small {
  color: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'MINISerif-Headline';
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: left;
}
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p {
  font-family: inherit;
}
h1.h1,
h2.h1,
h3.h1,
p.h1,
.h1 p,
.entry h1 {
  font-size: 5rem;
  line-height: 1;
}
h1.h2,
h2.h2,
h3.h2,
p.h2,
.h2 p,
.entry h2 {
  font-size: 4rem;
  line-height: 1;
}
h1.h3,
h2.h3,
h3.h3,
p.h3,
.h3 p,
.entry h3 {
  font-size: 3.4rem;
  line-height: 1;
}
.entry h4 {
  font-size: 2.8rem;
  line-height: 1;
}
.h1 p,
.h2 p,
.h3 p {
  padding: 0.2em 0;
  margin: 0;
}
h2.h2 + h3.h3,
h1.h1 + h2.h3,
h1.h2 + h2.h3 {
  font-size: 2.4rem;
  margin-top: -25px;
}
p {
  font-size: 1.8rem;
  line-height: 130%;
}
@media (max-width: 767px) {
  p {
    font-size: 2.1rem;
  }
}
p.sm {
  font-size: 1.6rem;
}
p strong {
  font-family: 'MINISerif-Medium';
  font-weight: 400;
}
p.massive,
.massive p,
.massive h1 {
  font-size: 3.4rem;
  line-height: 1.2em;
  font-family: 'MINISerif-Regular';
}
p.larger,
.larger p {
  font-size: 3rem;
}
@media (max-width: 767px) {
  p.larger,
  .larger p {
    font-size: 2.8rem;
  }
}
p.large,
.large p {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  p.large,
  .large p {
    font-size: 2.1rem;
  }
}
.uppercase {
  text-transform: uppercase;
}
ul,
li {
  list-style: none;
}
a,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}
p a,
p a:active,
p a:visited,
p a:focus {
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: inherit;
  outline-color: transparent !important;
  text-decoration: none;
}
hr {
  border-top: 2px solid #000000;
}
hr.nospace {
  margin: 0;
  padding: 0;
}
.list {
  padding-left: 0px;
  font-size: 1.6rem;
}
.list li {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.doublelist {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.icon {
  height: 2em;
  width: 2em;
  display: inline-block;
  margin-right: 1em;
}
.icon-sm {
  height: 1.5em;
  width: 1.5em;
}
.btn,
button,
.sendbut {
  color: #ffffff !important;
  background: #000000;
  border-color: #000000;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  line-height: 1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 15px 8px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #727272 !important;
  box-shadow: 0px 0px 0px 0px #727272 !important;
  outline-width: 0px !important;
  margin: 10px 0;
}
.btn .fa,
button .fa,
.sendbut .fa {
  padding-left: 10px;
}
.btn .icon,
button .icon,
.sendbut .icon {
  height: 0.9em;
  width: 0.9em;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0;
}
.btn .icon path,
button .icon path,
.sendbut .icon path {
  fill: #ffffff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .btn,
  button,
  .sendbut {
    font-size: 1.6rem;
    padding: 6px 8px 4px 8px;
  }
}
.btn:hover {
  color: #000000 !important;
  background: transparent;
}
.btn:hover .icon path {
  fill: #000000;
}
.btn.hovertowhite:hover {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
}
.btn-inverse,
.inverse .sendbut {
  color: #000000 !important;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-outline {
  border-color: #000000 !important;
  background: transparent !important;
  color: #000000 !important;
}
.btn-outline:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-minor {
  border-color: transparent !important;
  background: transparent !important;
  color: #000000 !important;
}
.btn-minor:hover {
  opacity: 0.5;
}
.btn-minorwhite {
  border-color: transparent !important;
  background: transparent !important;
  color: #ffffff !important;
}
.btn-minorwhite:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-lg {
  font-size: 2rem;
}
.btn-sm {
  font-size: 1.4rem;
}
.btn-xs {
  font-size: 1.2rem;
  padding: 5px 10px 3px 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.no-smil .btn,
.no-smil button,
.no-smil .sendbut {
  padding: 10px 15px 10px 15px;
}
.no-smil .btn-xs {
  padding: 4px 10px 4px 10px;
}
.nopad {
  padding: 0px;
}
blockquote {
  padding: 0px;
  margin: 0 0 0px;
  font-size: inherit;
  border-left: 0px solid #eeeeee;
}
.container {
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.promobanner {
  position: fixed;
  width: 100%;
  z-index: 95;
  left: 0;
  top: 0;
  padding: 0.6em 0;
  background: #ff6c46;
  text-align: center;
}
.promobanner p {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .promobanner {
    display: none;
  }
}
body {
  padding-top: 118px !important;
}
body.home {
  padding-top: 162px !important;
}
header.mainheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background: #ffffff;
  will-change: transform;
  transition: transform 400ms linear;
  transition-delay: 150ms;
}
header.mainheader .headercontainer {
  padding: 45px 0 35px 0;
}
header.mainheader .logo {
  max-width: 180px;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.mainheader .logo {
    max-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header.mainheader .logo {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  header.mainheader .logo {
    max-width: 100px;
  }
}
header.mainheader nav {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  margin-right: -12px;
  font-size: 0;
}
header.mainheader nav a,
header.mainheader nav a.active.tempnotactive {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding: 0 12px;
  display: inline-block;
  position: relative;
}
header.mainheader nav a::after,
header.mainheader nav a.active.tempnotactive::after {
  position: absolute;
  display: block;
  border-bottom: 2px solid #000000;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  bottom: -5px;
  content: '';
  left: 12px;
  width: calc(100% - 24px);
}
header.mainheader nav a.active::after,
header.mainheader nav a:not(.search):hover::after {
  opacity: 1;
  bottom: -3px;
}
header.mainheader nav a.apply {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  letter-spacing: 0.03em;
  /* padding:5px 10px 3px; 
margin-left:20px;
 background:@black;
color:@white; */
}
header.mainheader nav a.search svg {
  position: relative;
  top: 1px;
  height: 0.9em;
  width: 0.9em;
}
header.mainheader nav a.search svg path {
  fill: #000000;
}
body.home header.mainheader {
  padding-top: 61px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home header.mainheader {
    padding-top: 51px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home header.mainheader {
    padding-top: 51px;
  }
}
@media (max-width: 768px) {
  body.home header.mainheader {
    top: 0px;
  }
}
header.mainheader.headroom--unpinned {
  transform: translateY(-100%);
}
header.mainheader.headroom--pinned {
  transform: translateY(0%);
}
header.mainheader.mobmenuopen {
  transform: translateY(0%) !important;
}
.box {
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.bgbox {
  background: #ffffff;
}
.inversebox {
  background-color: #000000;
  color: #ffffff;
  padding: 30px;
}
.padbox {
  padding: 45px;
}
@media (max-width: 767px) {
  .padbox {
    padding: 15px;
  }
}
#hometitle {
  height: 1px;
  overflow: hidden;
}
.stat {
  padding: 30px 0 30px 0;
}
@media (max-width: 767px) {
  .stat {
    padding: 10px 0;
  }
}
.stat .stat-number {
  font-family: 'MINISerif-Headline';
  font-size: 3rem;
  margin: 0px 0 0.2em;
  line-height: 1;
}
.stat .stat-title {
  font-size: 1.2rem;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.stat .stat-title p {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}
.row.padtop {
  padding: 45px 0 0 0;
}
section {
  padding: 0px 0;
}
section.pagetop {
  padding: 60px 0 0 0;
}
section.padtop {
  padding: 60px 0 0 0;
}
section.padbottom {
  padding-bottom: 60px;
}
section.pullup {
  margin-top: -120px;
}
@media (max-width: 768px) {
  section.pullup {
    margin-top: 0px;
  }
}
section.inverse {
  background-color: #000000;
  color: #ffffff;
}
section.offwhite {
  background: #f6f6f6;
}
section.banner,
div.banner {
  background-size: cover;
  background-position: 50% 50%;
  width: auto;
  height: calc(100vh - 240px);
  max-height: 700px;
}
@media (max-width: 767px) {
  section.banner,
  div.banner {
    max-height: 150px;
  }
}
section.bannershort,
div.bannershort {
  max-height: 500px;
  height: calc(100vh - 340px);
}
@media (max-width: 767px) {
  section.bannershort,
  div.bannershort {
    max-height: 150px;
  }
}
section.slickbanner {
  max-height: 700px;
  height: calc(100vh - 240px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.slickbanner {
    max-height: 150px;
  }
}
section.bannerafter .container,
.container.containershift {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  section.bannerafter .container,
  .container.containershift {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.colorblock {
  background-color: #ff6c46;
  height: 240px;
}
@media (max-width: 767px) {
  section.colorblock {
    height: 100px;
  }
}
section.colorblock.yellow {
  background-color: #ffe52a;
}
section.colorblock.green {
  background-color: #1dd9ac;
}
section.colorblock.blue {
  background-color: #80d5ff;
}
section.nopadbottom {
  padding-bottom: 0px;
}
section.deepbanner {
  background-size: cover;
  height: 400px;
}
@media (max-width: 767px) {
  section.deepbanner {
    height: 150px;
  }
}
.homevideocontent p {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  padding: 20px 0 0 35px;
}
@media (max-width: 768px) {
  .homevideocontent p {
    display: none;
  }
}
#homevideoitem {
  opacity: 1;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
#homevideoitem .container {
  padding-left: 0px;
  padding-right: 0px;
}
#homevideoitem.faded {
  opacity: 0 !important;
}
.homeintro {
  position: relative;
  z-index: 5;
}
.homeintro .hometitle {
  padding-top: 45px;
}
.homeintro .body {
  padding-top: 0px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .homeintro .body {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.homestats {
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .homestats {
    display: none;
  }
}
.homesocial {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .homesocial {
    display: none;
  }
}
.homesocialfront,
.homesocialback {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.homesocialfront .content,
.homesocialback .content {
  position: relative;
  z-index: 10;
}
.homesocialfront {
  background: #000000;
  color: #ffffff;
  z-index: 5;
  font-size: 3em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.homesocialfront .hash {
  font-family: 'MINISerif-Medium';
}
.homesocialfront hr {
  border-top: 2px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.homesocialback {
  z-index: 3;
  text-align: center;
}
.homesocialback a {
  padding: 20px;
  position: relative;
  display: inline-block;
}
.homesocialback a svg {
  height: 3em;
  width: 3em;
}
.homesocialback a span {
  position: absolute;
  top: 100%;
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: calc(100% + 40px);
  text-align: center;
  display: block;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.2rem;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.homesocialback a:hover span {
  opacity: 1;
}
.homesocial:hover .homesocialfront {
  opacity: 0;
  pointer-events: none;
}
.programoutline {
  padding: 70px 30px 50px 45px;
  margin-bottom: 10px;
  background: #c1e6eb;
}
.programoutline > div {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .programoutline {
    padding-right: 60px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .programoutline {
    padding: 30px 30px 30px 30px;
  }
}
.programoutline .h3 p .p,
.programoutline .h2 p .p {
  font-family: 'MINISerif-Regular';
  text-transform: none;
  font-size: 1.8rem;
  line-height: 130%;
  padding-right: 50px;
  display: inline-block;
}
@media (max-width: 768px) {
  .programoutline .h3 p .p,
  .programoutline .h2 p .p {
    font-size: 2.1rem;
    padding-right: 0px;
  }
}
.homebrandimage2 {
  margin-bottom: 10px;
}
.homegrid .companyitemhome {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.homegrid .companyitemhome .box-company {
  color: #ffffff;
  /*   height:645px;
@media(min-width:992px) and (max-width:1199px){  height:545px; } 
@media(min-width:768px) and (max-width:991px){  height:485px; }
*/
  height: 100%;
}
@media (max-width: 768px) {
  .homegrid .companyitemhome .box-company {
    margin: 30px 0;
    height: 400px;
  }
}
.homegrid .companyitemhome .box-company .featured {
  display: block !important;
}
.homegrid .companyitemhome .companylogo img {
  width: 175px;
  height: auto;
}
.homegrid .companyitemhome .companyboxbottom {
  padding: 30px 30% 30px 30px;
}
.homegrid .companyitemhome p.description {
  font-size: 1.8rem;
}
.homegridright {
  display: flex;
  flex-direction: column;
}
.homegridright .homebrandimage2 {
  height: auto;
  padding: 0;
  flex: 0.6 0 auto;
}
.homegridright .homebrandimage3 {
  height: auto;
  padding: 0;
  flex: 0.4 0 auto;
}
.homeupdates {
  padding: 60px 0 0 0;
  margin-top: 60px;
}
.homeupdates .row .col-sm-4 {
  margin-bottom: 60px;
}
.homeupdates .row .col-sm-4:nth-of-type(3n+1) {
  clear: left;
}
@media (max-width: 767px) {
  .homeupdates {
    padding: 60px 0;
  }
}
.homeupdates h2 {
  margin-bottom: 60px;
}
.page-template-page-updates .homeupdates h2 {
  margin-bottom: 30px;
}
.homesubscribe {
  background: #ff6c46;
  margin-top: 0px;
}
.homesubscribe p {
  color: #000000;
  padding-left: 30px;
}
.homesubscribe .btn {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .homesubscribe {
    display: none;
  }
}
section.homecompaniesbanner {
  height: 80vh;
  min-height: 500px;
}
@media (max-width: 768px) {
  section.homecompaniesbanner {
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
    min-height: 0px;
  }
}
.filterselect {
  text-transform: uppercase;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .filterselect {
    display: none;
  }
}
.filterselect a {
  cursor: pointer;
  padding: 0 10px 25px;
}
.filterselect a.active {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  cursor: default;
}
.filterblock {
  width: 100%;
  border-top: 2px solid #000000;
  margin: 10px auto 0px auto;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .filterblock {
    display: none;
  }
}
nav.filter {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
nav.filter button,
nav.filter a {
  background: #ffffff;
  color: #000000 !important;
  padding: 0;
  margin: 0 0 0 0;
  border-width: 0px;
  display: none;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  width: 12.45%;
  vertical-align: top;
}
nav.filter button span,
nav.filter a span {
  position: relative;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  padding: 0px 0 7px;
}
nav.filter button span::after,
nav.filter a span::after {
  content: '';
  width: 100%;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 2px solid #ffffff;
}
nav.filter button .sectoricon,
nav.filter a .sectoricon {
  max-width: 100px;
  height: 100px;
  padding: 10px;
  display: block;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin: 0 auto 10px;
  will-change: transform;
}
nav.filter button.cohortgraphic {
  width: 10.94%;
}
nav.filter button.active,
nav.filter button.alwaysactive,
nav.filter a.sectorgraphic.active {
  display: block;
}
nav.filter button.is-checked.tempnotactive span:after {
  bottom: -8px;
  border-bottom: 2px solid #ffffff;
}
nav.filter button.is-checked span:after,
nav.filter button.is-checked.tempnotactive:hover span:after,
nav.filter button:hover span:after {
  border-bottom: 2px solid #000000;
  bottom: -4px;
}
nav.filter button:not(.is-checked):hover .sectoricon,
nav.filter a:hover .sectoricon {
  transform: scale(1.1, 1.1);
}
nav.filter.active {
  opacity: 1;
  pointer-events: auto;
}
.companiesgridsmall {
  padding: 20px 0 10px;
  margin-top: 30px;
}
.companiesgridsmall .companyitem {
  margin-bottom: 10px;
}
.companiesgridsmall .description {
  display: none;
  font-size: 1.6rem;
  padding: 10px 30px 0 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}
.companiesgridsmall .companytitlesmall {
  text-transform: uppercase;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 2rem;
  margin: 5px 0 5px;
}
.companiesgridsmall.filtered .companyitem {
  height: 180px;
}
.companiesgridsmall.filtered .description {
  display: block;
  opacity: 1;
}
.viewportfolio {
  padding-bottom: 0px;
  padding-top: 20px;
}
.homenetwork {
  padding-top: 0px;
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .homenetwork .container {
    padding-right: 0px;
  }
}
.homenetwork .networktext {
  background: #1dd9ac;
  padding: 45px 90px 45px 45px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .homenetwork .networktext {
    padding: 30px;
    margin: 0 15px 60px;
  }
}
.homenetwork .networktext .btn {
  margin-bottom: 0px;
}
.partners {
  background: #000000;
  color: #ffffff;
  padding-bottom: 20px;
}
.page-template-page-program .programgrid .h3,
.page-template-page-life .programgrid .h3 {
  font-size: 3rem;
}
.page-template-page-program .guidance,
.page-template-page-life .guidance {
  background: #1dd9ac !important;
  padding: 45px;
}
@media (max-width: 767px) {
  .page-template-page-program .guidance,
  .page-template-page-life .guidance {
    padding: 15px;
  }
}
.partnerslick.slick-slider {
  margin-left: 70px;
  margin-right: 70px;
}
.programvideocontent {
  margin-top: 15px;
}
.programvideocontent .programvideocol {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .programvideocontent {
    display: none;
  }
}
/*
.programvideolink { 
@media(max-width:767px){ text-align:center;
width:100%; }
}
*/
.programgridfirst {
  padding-top: 10px;
}
.programgrid {
  margin-left: -20px;
  margin-right: -20px;
}
.programgrid:before,
.programgrid:after {
  content: " ";
  display: table;
}
.programgrid:after {
  clear: both;
}
.programgrid:before,
.programgrid:after {
  content: " ";
  display: table;
}
.programgrid:after {
  clear: both;
}
@media (max-width: 767px) {
  .programgridtopright {
    display: none;
  }
}
.programgridsecond {
  margin-left: -10px;
}
.programgridthird {
  padding-top: 0px;
  margin-left: -15px;
  margin-right: -25px;
}
.programgridthird .col-sm-4,
.programgridthird .col-sm-6,
.programgridthird .col-sm-8 {
  padding: 0 5px;
}
.programgridthird .urbantechhubs {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.programgridfourth {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
  margin-right: -25px;
}
.programgridfourth .demodaytext {
  padding: 0 10px 0 5px;
}
@media (max-width: 767px) {
  .programgridfourth .demodaytext {
    padding: 0 10px;
    margin: 10px 0 20px;
  }
}
.programgridfourth .demodayimage {
  flex-grow: 1;
  min-height: 300px;
}
@media (max-width: 767px) {
  .programgridfourth .demodayimage {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .thespace {
    padding: 10px;
  }
  .thespaceimage {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
  }
}
.programgriditem {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .programimage3.portrait {
    padding-bottom: 150%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .programimage5 {
    border-right: 5px solid #ffffff;
  }
}
.programimage6 {
  background-position: 50% 100%;
  padding-bottom: 0%;
}
.programgriditem.inversebox {
  padding: 45px;
}
.programgriditem.yellowbg {
  padding: 45px 45px  45px 45px;
  /*flex-grow:0.3;
width:59%;*/
  background: #ffe52a;
  flex-grow: 0.5;
}
@media (max-width: 767px) {
  .programgriditem.yellowbg {
    padding: 15px;
    margin: 0 15px 15px 10px;
  }
}
.programgriditem.yellowbg h2.h3 {
  padding-right: 0px;
}
.twothirds {
  flex-grow: 0.6;
}
.programgridsixth .playbook {
  flex-grow: 0.6;
  margin-right: 10px;
}
.programgriditemsmall {
  padding-top: 45px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .programgriditemsmall {
    padding: 15px;
  }
}
.programfaq {
  background: #ffe52a;
  margin-top: 60px;
  padding: 30px 30px 15px 30px;
}
@media (max-width: 767px) {
  .programfaq {
    width: auto;
    margin: 30px 0px 0 -10px;
    padding: 10px;
  }
  .programfaq .h3 {
    font-size: 2.4rem;
  }
}
.programlife {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .programlife {
    padding: 15px 0;
  }
  .programlife .container {
    padding: 0 15px;
  }
}
.programlife .videoitem {
  padding: 45px;
}
.programlife .programlifetext {
  background: #80d5ff;
  padding: 45px 45px 30px;
}
@media (max-width: 767px) {
  .programlife .programlifetext {
    padding: 15px;
  }
}
.ourstories {
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .ourstories .ourstorymini {
    padding-bottom: 30px;
  }
}
.ourstories .ourstorylogo {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 200px;
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  .ourstories .ourstorylogo {
    width: 100px;
    height: 50px;
  }
}
.ourstories img {
  display: none;
}
.programgridlifesecond {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .programgridlifesecond {
    margin-top: 10px;
  }
}
.norman {
  margin-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .norman {
    margin: 10px;
  }
}
.eventscalendar .programgriditemsmall {
  padding-right: 0px;
}
.eventscalendar .programgriditemsmall h2 {
  padding-right: 45px;
}
.eventsimage {
  margin-left: -20px;
  margin-righ: -20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .eventsimage {
    display: none;
  }
}
.lifelocationimage {
  padding-bottom: 50%;
}
.networkcta {
  padding-left: 45px;
  margin-top: 0px;
}
.teamgridintro {
  padding-right: 30%;
}
@media (max-width: 767px) {
  .teamgridintro {
    padding: 15px;
  }
}
section.teamanchor {
  padding-top: 80px;
}
section.teamanchor.management {
  padding-top: 0px;
}
.teamgrid {
  padding: 40px 0 0;
  margin-left: -10px;
  margin-right: -10px;
}
.teamitem {
  margin-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .teamitem .image {
    padding-bottom: 66%;
  }
}
.teamitem h3 {
  padding: 1em 0 0.1em;
}
.teamitem h3.h3 {
  font-size: 3rem;
}
.teamitem .teamitempad {
  padding-right: 30px;
}
.teamitem h4 {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  padding: 0 0 0.5em;
  font-size: 1.8rem;
}
.teamitem p {
  font-size: 1.8rem;
  margin-bottom: 1em;
  overflow: hidden;
}
.teamitem .readmore {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  text-transform: uppercase;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.teamitem .readmore.inactive {
  opacity: 0;
  pointer-events: none;
}
.teamitem .teamtextshort {
  max-height: 200px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}
.teamitem .teamtextlong {
  max-height: 8.6em;
  overflow: hidden;
  display: none;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.teamitem .teamtextlong.active {
  max-height: 1000px;
  opacity: 1;
}
.teamitem .sociallinks {
  padding: 20px 0 10px 0;
}
.investmentcommittee h2.h2 {
  margin-bottom: 0px;
}
.teamiteminvestment .h4 {
  font-size: 2.1rem;
}
.teamiteminvestment h4 {
  font-size: 1.6rem;
}
.partnercta {
  background: #ff6c46;
}
.companyitem .text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 100%;
}
.companyitem h5 {
  padding: 0;
}
.companyitem .logo {
  max-width: 150px;
}
.companyitem .sectorlist {
  padding: 0 0 0.5em 0;
}
.companyitem .sectorlist span::after {
  content: '/';
  display: inline-block;
  padding: 0 1em;
}
.companyitem .sectorlist span:last-child::after {
  content: '';
  display: none;
}
.keyoffers {
  padding-top: 0px;
  padding-left: 45px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .keyoffers {
    padding-left: 15px;
  }
}
.keyoffer {
  position: relative;
  padding-left: 100px;
  padding-right: 45px;
  padding-bottom: 30px;
}
.keyoffer:before,
.keyoffer:after {
  content: " ";
  display: table;
}
.keyoffer:after {
  clear: both;
}
.keyoffer:before,
.keyoffer:after {
  content: " ";
  display: table;
}
.keyoffer:after {
  clear: both;
}
@media (max-width: 767px) {
  .keyoffer {
    padding-left: 80px;
  }
  .keyoffer h2.h3 {
    font-size: 3rem;
  }
}
.keyoffer .imager {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: 0px;
  text-align: center;
  float: left;
}
@media (max-width: 767px) {
  .keyoffer .imager {
    width: 60px;
    height: 60px;
    top: -15px;
  }
}
.keyoffer .texter {
  float: left;
}
.keyoffer .texter p {
  font-size: 1.8rem;
}
.keyoffer .texter h2.h3 p {
  font-size: inherit;
  padding-top: 0px;
}
.keyoffer4 .imager {
  top: -15px;
}
.impactstats {
  padding: 0px 0 60px;
}
@media (max-width: 767px) {
  .impactstats {
    padding: 10px 0 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.impactintro {
  background: #80d5ff;
  padding: 30px;
}
@media (max-width: 767px) {
  .demoday {
    padding: 0 0 10px 0;
  }
}
.latestvideo .videoright {
  position: relative;
  padding-left: 50px;
}
.latestvideo .videoright .youtubecontain {
  position: absolute;
  top: -90px;
  left: 40px;
  height: 0px;
  padding-bottom: 56.25%;
  width: 100%;
}
.latestvideo .videoright .youtubecontain iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.programcasestudies {
  margin: 100px 0;
}
.programcasestudy {
  padding-left: 100px;
  padding-right: 75px;
  position: relative;
}
.programcasestudy .quotemark {
  position: absolute;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  color: inherit;
  margin-top: 0px;
  font-family: 'MINISerif-Headline';
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 100px;
}
.programcasestudy .quotemark small,
.programcasestudy .quotemark .small {
  font-weight: normal;
  line-height: 1;
  color: #808a80;
}
.programcasestudy .quotemark small,
.programcasestudy .quotemark .small {
  font-size: 65%;
}
.programcasestudy .quotemark small {
  color: inherit;
}
.programcasestudy .quotemark p {
  font-family: inherit;
}
.programcasestudy blockquote {
  padding-right: 45px;
  margin: 0 0 0px;
  font-size: inherit;
  border-left: 0px solid #eeeeee;
}
@media (max-width: 767px) {
  .programcasestudy blockquote {
    padding-right: 15px;
  }
}
.programcasestudy blockquote p {
  font-size: 2.4rem;
  line-height: 1.2;
  font-style: italic;
}
.programcasestudy blockquote footer {
  padding-top: 30px;
  color: #000000;
}
.programcasestudy blockquote footer::before {
  display: none;
}
@media (max-width: 767px) {
  .programcasestudy blockquote footer {
    padding-top: 5px;
  }
}
.programcasestudy blockquote footer p {
  font-style: normal;
  font-size: 1.8rem;
}
.programcasestudy blockquote footer span.h4 {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .programcasestudy blockquote footer span.h4 {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}
.programcasestudy blockquote footer a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .zine .fleximage,
  .zine .col-flex .bgimage {
    min-height: 400px;
  }
}
.zine .zinecta {
  margin-top: 30px;
  background: #ff6c46;
  padding: 25px;
}
.zine .zinecta h3 {
  margin-bottom: 5px;
  font-size: 2.4rem;
}
.zine .zinecta p {
  margin-bottom: 0px;
}
.zine .zinecta .btn {
  margin: 5px 0 0 0px;
}
.zine .zineformintro {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
}
.zine .zineformintro span {
  display: block;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
.zine .zineform {
  max-height: 0px;
  height: auto;
  overflow: hidden;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.zine .zineform.open {
  max-height: 2000px;
}
.zine .wpcf7 {
  padding: 30px 0;
}
.zine .wpcf7-form .form-group:last-child,
.zine .form .form-group:last-child {
  margin-bottom: 30px;
}
.outcomescasestudy {
  padding: 45px;
  background: #e5e5e5;
  position: relative;
}
@media (max-width: 767px) {
  .outcomescasestudy {
    padding: 15px;
  }
  .outcomescasestudy .image {
    margin-bottom: 15px;
  }
}
.outcomescasestudy blockquote {
  padding-right: 45px;
  margin: 0 0 0px;
  font-size: inherit;
  border-left: 0px solid #eeeeee;
}
@media (max-width: 767px) {
  .outcomescasestudy blockquote {
    padding-right: 15px;
  }
}
.outcomescasestudy blockquote p {
  font-size: 2.4rem;
  line-height: 1.2;
  font-style: italic;
}
.outcomescasestudy blockquote footer {
  padding-top: 30px;
  color: #000000;
}
.outcomescasestudy blockquote footer::before {
  display: none;
}
@media (max-width: 767px) {
  .outcomescasestudy blockquote footer {
    padding-top: 5px;
  }
}
.outcomescasestudy blockquote footer p {
  font-style: normal;
  font-size: 1.8rem;
}
.outcomescasestudy blockquote footer span.h4 {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .outcomescasestudy blockquote footer span.h4 {
    padding-top: 5px;
    font-size: 1.6rem;
  }
}
.outcomescasestudy blockquote footer a {
  text-decoration: underline;
}
.outcomescasestudy.outcomescasestudyleft blockquote {
  padding-right: 0px;
  padding-left: 45px;
}
.zine {
  padding-top: 0px;
  margin-top: -120px;
}
.zine .container {
  padding-top: 120px;
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.applytype {
  background: #000000;
  color: #ffffff;
  padding: 30px 45px 15px;
  margin-bottom: 45px;
}
.applytype .form-group {
  margin-bottom: 0px;
}
.applyform,
.nominateform {
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.applyform {
  display: none;
}
.applyform.active {
  display: block;
}
.applyformsuccess {
  display: none;
  margin-bottom: 30px;
}
.applyform .sent .form-group {
  display: none;
}
.applyform .sent .applyformsuccess {
  display: block;
}
.applyform .sent .sendbut {
  display: none;
}
.cta-angellist {
  margin: 30px 0;
  background: #ff6c46;
}
.cta-angellist p {
  color: #000000;
}
.applyformsent .hideonsubmit {
  display: none !important;
}
/*
.instagram { 
padding:30px 15px 15px;
background:#efeeee;
text-align: center;

#instafeed { min-height:100px;
padding:0 20px;}

.col-insta { width:20%;
  float: left;
img { display:none;}}


a:hover .image { opacity:0.7;}

 @media(max-width:767px) {
  .col-insta { width:50%;}
  .col-insta:nth-of-type:5n+1 { display:none;}
}

svg { max-width:24px;
height:auto;
margin:0 0 15px 0;}

.instalink { .bold;
  display:inline-block;
font-style: italic;
font-size:1.6em;
padding:15px 0 0px;}

}

*/
.update h3.h3 {
  font-family: 'MINISerif-Medium';
  text-transform: uppercase;
  font-size: 3rem;
}
.update small.meta {
  font-size: 1.4rem;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.update small.meta strong {
  font-weight: normal;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.update small.meta::after {
  content: '';
  display: block;
  border-top: 2px solid currentColor;
  margin: 15px 0 15px;
  width: 30px;
  height: 1px;
}
.update span.readmore {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .box-news {
    padding-bottom: 30px;
  }
}
.newsgrid .box-news {
  margin-bottom: 60px;
}
.box-article {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 30px;
}
.box-article .image {
  margin-bottom: 0px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.box-article .articletext {
  margin-top: -30px;
  background: #ffffff;
  margin-left: 22px;
  margin-right: 22px;
  padding: 23px 23px;
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  .box-article .articletext {
    margin-left: 12px;
    margin-right: 12px;
    padding: 13px 13px;
  }
}
.box-article a,
.box-article .colorband {
  width: 100%;
  display: block;
  padding: 30px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.box-article .colorband h3 {
  opacity: 0;
  pointer-events: auto;
}
.box-article:hover .image {
  opacity: 0.8;
}
.box-article.square {
  padding-bottom: 100%;
}
.inverse .articletext {
  background-color: #000000;
  color: #ffffff;
}
.box-event h3 {
  font-size: 2rem;
}
.box-event a {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.companyitem {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.box-company {
  height: 300px;
  width: 100%;
  background-color: #000000;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.box-company a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  color: #000000;
}
.box-company span.logo-white {
  display: none;
}
.box-company-white {
  color: #ffffff;
}
.box-company-white a {
  color: #ffffff;
}
.box-company-white span.logo-black {
  display: none !important;
}
.box-company-white span.logo-white {
  display: inline !important;
}
.companyboxtop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.companyboxtop .featured {
  display: none;
  position: relative;
  z-index: 2;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.companyboxtop h2,
.companyboxtop h3 {
  position: relative;
  z-index: 2;
}
.companyboxtopfade {
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  z-index: 2;
  opacity: 0.6;
}
.companyboxbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 20px;
}
.companyboxbottom p.description {
  font-size: 1.8rem;
  position: relative;
  z-index: 5;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.companymeta {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  position: relative;
  z-index: 5;
  opacity: 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.companymeta span.cohort {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.companymeta span.sector:not(:last-child):after {
  content: '|';
  display: inline-block;
  padding: 0 5px;
}
/*
.companyboxbottomfade { background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
.full;
position: absolute;
z-index:2;
opacity:0;
.transition;
}8?

/*
@var1: 100;
@var2: 10;
@var3: @var1 / @var2;

h1 {
  font-size: @var3*1px;
}*/
.companylogo {
  padding: 0 !important;
  position: relative;
  z-index: 2;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.companylogo img {
  width: 150px;
  height: auto;
}
.companylogo.square img,
.companylogo.portrait img {
  width: 75px;
}
/*
.companylogo.square{     
  img { width:100px;}

  }
  */
.companyboxfade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}
@media (max-width: 768px) {
  section.companiesgridsection {
    padding-top: 10px;
  }
}
.companiesgrid {
  padding: 0 0px 60px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .companiesgrid {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.companiesgridthird .companyitem {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .companiesgridthird .companyitem {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .companiesgridthird.all .companyitem:nth-of-type(3) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(13) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(21) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(23) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(30) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(33) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(40) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(42) .box-company,
  .companiesgridthird.all .companyitem:nth-of-type(49) .box-company {
    height: 610px;
  }
}
.companiesgridthird.all .companyitem:nth-of-type(2),
.companiesgridthird.all .companyitem:nth-of-type(9),
.companiesgridthird.all .companyitem:nth-of-type(16),
.companiesgridthird.all .companyitem:nth-of-type(17),
.companiesgridthird.all .companyitem:nth-of-type(26),
.companiesgridthird.all .companyitem:nth-of-type(31),
.companiesgridthird.all .companyitem:nth-of-type(36),
.companiesgridthird.all .companyitem:nth-of-type(44),
.companiesgridthird.all .companyitem:nth-of-type(45),
.companiesgridthird.all .companyitem:nth-of-type(48),
.companiesgridthird.all .companyitem:nth-of-type(52) {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .companiesgridthird.all .companyitem:nth-of-type(2),
  .companiesgridthird.all .companyitem:nth-of-type(9),
  .companiesgridthird.all .companyitem:nth-of-type(16),
  .companiesgridthird.all .companyitem:nth-of-type(17),
  .companiesgridthird.all .companyitem:nth-of-type(26),
  .companiesgridthird.all .companyitem:nth-of-type(31),
  .companiesgridthird.all .companyitem:nth-of-type(36),
  .companiesgridthird.all .companyitem:nth-of-type(44),
  .companiesgridthird.all .companyitem:nth-of-type(45),
  .companiesgridthird.all .companyitem:nth-of-type(48),
  .companiesgridthird.all .companyitem:nth-of-type(52) {
    float: left;
    width: 66.66666667%;
  }
}
.companiesgridthird.all .companyitem:nth-of-type(2) p,
.companiesgridthird.all .companyitem:nth-of-type(9) p,
.companiesgridthird.all .companyitem:nth-of-type(16) p,
.companiesgridthird.all .companyitem:nth-of-type(17) p,
.companiesgridthird.all .companyitem:nth-of-type(26) p,
.companiesgridthird.all .companyitem:nth-of-type(31) p,
.companiesgridthird.all .companyitem:nth-of-type(36) p,
.companiesgridthird.all .companyitem:nth-of-type(44) p,
.companiesgridthird.all .companyitem:nth-of-type(45) p,
.companiesgridthird.all .companyitem:nth-of-type(48) p,
.companiesgridthird.all .companyitem:nth-of-type(52) p {
  max-width: 70%;
}
/* make into a 2 column grid? 
 .companiesgridthird.filtered {
  .companyitem { .make-sm-column(6);
 padding-left:5px;
padding-right:5px; }
}
*/
/* 4 column company grid - to be used for cohort 7?
 .companiesgridfourth {

   .companylogo { 
  img { width: 100px;
  height:auto; } 
 }

.companylogo.square,  .companylogo.portrait{ 
  img { width:55px;}
}
.companymeta  { margin-bottom:0.5em;
font-size:1.3rem;}

.companyboxbottom  p.description {
    font-size: 1.5rem;
    margin-bottom:0px;
    }

.box-company {
    height: 243px;
  }

  .companyitem { .make-sm-column(3);
   // border:1px solid red;
 padding-left:5px;
padding-right:5px; }
}



 .companiesgridfourth.all { 
 .companyitem:nth-of-type(3),
  .companyitem:nth-of-type(7),
.companyitem:nth-of-type(13),
 .companyitem:nth-of-type(21),
  .companyitem:nth-of-type(23),
    .companyitem:nth-of-type(30),
   .companyitem:nth-of-type(33),
      .companyitem:nth-of-type(40),
      //.companyitem:nth-of-type(35),
           //  .companyitem:nth-of-type(45),
  
{    @media(min-width:768px) {  .box-company  { height:496px;} }

}

 .companyitem:nth-of-type(2),
 .companyitem:nth-of-type(9),
  .companyitem:nth-of-type(12),
 .companyitem:nth-of-type(16),
 .companyitem:nth-of-type(17),
 //.companyitem:nth-of-type(20),
  .companyitem:nth-of-type(26),
    .companyitem:nth-of-type(31),
       .companyitem:nth-of-type(36),
              .companyitem:nth-of-type(44),


{ .make-sm-column(6);

  padding-left:5px;
padding-right:5px;
p { max-width:70%;}

 }


 // .companyitem:nth-of-type(31) { border:1px solid red;}


}
*/
.event-recap-date {
  text-align: left;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.minidivide {
  margin: 20px 0;
  border-top: 2px solid #000000;
  width: 30px;
  margin-left: 0px;
  float: none;
  margin-right: 100%;
}
.recapmenu {
  border-bottom: 2px solid #000000;
  padding: 20px 0;
  margin: 20px 0 30px 0;
}
.recapmenu a {
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 1.6rem;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
.recapmenu a.active {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.takeawaysintro {
  padding-right: 50px;
}
.takeaway {
  padding-bottom: 30px;
}
.takeaway h3 {
  font-size: 1.8rem;
}
.speaker {
  font-size: 1.6rem;
}
.speaker strong {
  text-transform: uppercase;
}
.speaker a.linkedin {
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  position: relative;
  left: 7px;
  top: 1px;
  background-size: contain;
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/linkedin.svg');
}
.recapswitcher {
  min-height: 500px;
}
.recapsection,
.transcriptfull {
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: auto;
  max-height: 0px;
  overflow: hidden;
}
.recapsection.active,
.transcriptfull.active {
  max-height: 20000px;
}
.cta-demoday {
  padding-top: 10px;
  text-transform: uppercase;
}
.cta-demoday p {
  font-size: 1.4rem;
}
.cta-demoday .btn {
  margin-left: 40px;
}
.box-company:hover .companyboxfade,
.box-company-demoday .companyboxfade {
  opacity: 0.9;
}
.box-company:hover .companymeta,
.box-company-demoday .companymeta {
  opacity: 1;
  transition-delay: 0.2s;
}
.box-company:hover p.description,
.box-company-demoday p.description {
  opacity: 1;
  transition-delay: 0.4s;
}
@media (max-width: 768px) {
  .box-company .companyboxfade {
    opacity: 0.9;
  }
  .box-company .companymeta {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .box-company p.description {
    opacity: 1;
    transition-delay: 0.4s;
  }
}
.box-company-demoday .companyboxfade {
  opacity: 0.7;
}
.box-company-demoday a {
  position: static;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  margin-top: 5px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .demodaybuts {
    padding-left: 70px;
  }
}
@media (min-width: 1198px) {
  .demodaybuts {
    padding-left: 85px;
  }
}
.accountfunctions {
  padding: 10px 15px 10px 15px;
  display: inline-block;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
}
.accountfunctions p {
  margin: 0px;
  font-size: 1.2rem;
}
#loginform label {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.2rem;
}
#loginform p.login-username input,
#loginform p.login-password input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #000000;
  padding: 8px 12px 6px;
  border-radius: 0px;
  border-color: #000000;
  outline-width: 0px;
}
#loginform p.login-username input:focus,
#loginform p.login-password input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#loginform p.login-username input::-moz-placeholder,
#loginform p.login-password input::-moz-placeholder {
  color: #808a80;
  opacity: 1;
}
#loginform p.login-username input:-ms-input-placeholder,
#loginform p.login-password input:-ms-input-placeholder {
  color: #808a80;
}
#loginform p.login-username input::-webkit-input-placeholder,
#loginform p.login-password input::-webkit-input-placeholder {
  color: #808a80;
}
#loginform p.login-username input[disabled],
#loginform p.login-password input[disabled],
#loginform p.login-username input[readonly],
#loginform p.login-password input[readonly],
fieldset[disabled] #loginform p.login-username input,
fieldset[disabled] #loginform p.login-password input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#loginform p.login-username input,
textarea#loginform p.login-password input {
  height: auto;
}
#loginform p.login-remember {
  display: none;
}
#loginform #wp-submit {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background: #000000;
  border-color: #000000;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  line-height: 1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 15px 8px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #727272 !important;
  box-shadow: 0px 0px 0px 0px #727272 !important;
  outline-width: 0px !important;
  margin: 10px 0;
}
#loginform #wp-submit:focus,
#loginform #wp-submit:active:focus,
#loginform #wp-submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#loginform #wp-submit:hover,
#loginform #wp-submit:focus {
  color: #333333;
  text-decoration: none;
}
#loginform #wp-submit:active,
#loginform #wp-submit.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);
}
#loginform #wp-submit.disabled,
#loginform #wp-submit[disabled],
fieldset[disabled] #loginform #wp-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#loginform #wp-submit .fa {
  padding-left: 10px;
}
#loginform #wp-submit .icon {
  height: 0.9em;
  width: 0.9em;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0;
}
#loginform #wp-submit .icon path {
  fill: #ffffff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  #loginform #wp-submit {
    font-size: 1.6rem;
    padding: 6px 8px 4px 8px;
  }
}
@media (max-width: 768px) {
  .programlist {
    margin-top: 40px;
  }
}
.demoday7video {
  background: #000000;
}
.demoday7video .inner {
  color: #ffffff;
}
.demoday7info {
  padding: 20px 30px 30px 30px;
}
.demoday7info h3 {
  margin-top: 20px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .demoday7info {
    margin-top: 20px;
  }
  .demoday7info .btn {
    font-size: 2.2rem;
    padding: 8px 15px 5px 15px;
  }
}
.demoday7form {
  margin-top: 30px;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.demoday7form .col-sm-6 {
  position: relative;
  margin-top: 30px;
}
.demoday7form .demoday7formclose {
  color: #000000 !important;
  opacity: 1 !important;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0.3s;
  position: absolute;
  top: -5px;
  right: 15px;
}
.demoday7form .demoday7formclose svg {
  height: 24px;
  width: 24px;
}
.demoday7form.active {
  max-height: 2000px;
}
#hsForm_a03bbbbc-d6d2-4605-92d3-9a2c601c17be .input {
  width: 100%;
}
#hsForm_a03bbbbc-d6d2-4605-92d3-9a2c601c17be select {
  width: 100%;
}
@media (min-width: 768px) {
  #hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 {
    float: left;
    width: 50%;
    padding-bottom: 130px;
  }
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 .hs-form-field {
  display: block;
  float: none;
  width: 100%;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 .hs-form-field > label {
  margin-bottom: 15px;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 .hs-form-field ul li:nth-child(odd) {
  width: 40%;
}
@media (max-width: 768px) {
  #hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 .hs-form-field ul li {
    width: 100%;
  }
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-checkbox label,
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-radio label {
  text-align: left;
  width: 100%;
  position: relative;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-checkbox label input,
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-radio label input {
  display: inline-block;
  float: left;
  width: 1em;
  margin-right: 0px;
  position: relative;
  top: -4px;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-checkbox label span,
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b fieldset.form-columns-2 li.hs-form-radio label span {
  display: inline-block;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b .hs_submit {
  text-align: right;
}
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b .hs_submit .hs-button {
  display: inline-block;
  width: 200px;
}
/*

single column with split layout 
#hsForm_6983be84-1080-4a1d-af62-1a76501ad63b  {   


 fieldset.form-columns-2  {  
text-align: left;

@media(min-width:768px) { 
> div:first-child { padding-right:15px;}
}



li.hs-form-checkbox label {  
  text-align: left; 
  width:100%;
  position: relative;

input { display:inline-block; 
float: left;
width:1em;
margin-right:0px;
}

span { display:inline-block;}
  }


}

 fieldset.form-columns-2:first-child {   
  border-bottom:2px solid #000000;
   border-top:2px solid #000000;
padding:30px 0 15px 0;
margin:30px 0;

ul { margin-bottom:0px;}} 

}
*/
.livestream {
  height: 0px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #999;
}
.livestream iframe {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
}
.countdownbutton {
  pointer-events: none;
}
@media (min-width: 768px) {
  .companieslist .companylist:nth-of-type(even) .col-text {
    float: right;
    order: 2;
  }
}
.companylist {
  border-bottom: 1px solid #000000;
  padding: 45px 0;
}
@media (max-width: 768px) {
  .companylist {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.companylist a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .companylist .col-image {
    margin-top: 30px;
  }
}
.companylist .companymeta {
  color: #000000 !important;
  opacity: 1;
}
.companylist .minidivide {
  margin: 20px 0;
  border-top: 2px solid #000000;
  width: 30px;
  margin-left: 0px;
  float: none;
  margin-right: 100%;
}
.companylist .sector {
  text-transform: uppercase;
}
.companylist .videoswapbox {
  position: relative;
  height: 100%;
}
.companylist .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 2;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .companylist .image {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.companylist .image.dontshow {
  opacity: 0;
  pointer-events: none;
}
.companylist .youtubecontainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.companylist .youtubecontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.companylist:last-child {
  border-bottom: 0px solid #000000;
}
/*
.singlecompanyintro { 
  height:0;
  padding-bottom:100%;
  .bgimage;
  position:relative;
color:#ffffff !important;
h1 { margin-top:30px;}

.box-company { height:100%;
position:absolute;
top:0;
left:0;}

}

.singlecompanygrid { 
.griditem { margin-bottom:10px;
}

.griditem .inverse {background-color:#000000;
color:#ffffff;
 }


}
*/
.singlecompany {
  padding: 20px 0 50px;
}
.singlecompany hr {
  margin: 5rem auto;
}
.singlecompanyright .image,
.singlecompanyright .youtubecontain,
.singlecompanyright .tweetbg {
  margin-bottom: 30px;
}
.singlecompanyright .tweetbg {
  color: #ffffff;
}
.singlecompanyright .tweetbg a {
  color: #ffffff !important;
}
.singlecompanyright .tweetbg .tweetleft svg path {
  fill: #ffffff;
}
.youtubecontain {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}
.youtubecontain iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.datatable {
  display: table;
  table-layout: fixed;
}
.datarow {
  display: table-row;
  font-size: 1.8rem;
  text-transform: uppercase;
  /*
span.data-sector::after { content:'|'; 
display:inline-block;
padding:0 0.5em;}

span.data-sector:last-child::after { content:''; display:none;}
*/
}
.datarow span.label {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: table-cell;
  width: 180px;
  padding-bottom: 10px;
}
.datarow span.data {
  font-family: 'MINISerif-Medium';
  display: table-cell;
  font-family: 'MINISerif-Regular';
  text-transform: none;
}
.datarow span.data.founders a {
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  position: relative;
  left: 3px;
  top: 1px;
  background-size: contain;
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/linkedin.svg');
}
.datarow span.data.founders a:hover {
  opacity: 0.7;
}
.datarow span.data-sector {
  display: block;
}
.datarow .datatablecontact span.label {
  width: 120px;
}
.singlecompanyvideo {
  padding-top: 0px;
}
.datalistsans {
  text-transform: uppercase;
}
.cohort {
  margin-bottom: 60px;
}
.cohortimage {
  background-color: #cccccc;
}
.cohorttext {
  padding: 45px 120px 30px 45px;
  margin-top: -90px;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cohorttext {
    padding: 15px;
    margin-top: -20px;
  }
}
.cohortgrid {
  padding: 0 40px 60px;
}
.pressitem {
  margin-bottom: 10px;
  color: #ffffff;
  padding: 15px;
  background: #000000;
}
.presstitle {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.pressdate {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.pressquote {
  padding: 0 30px 30px 30px;
  margin-bottom: 15px;
}
.pressquote .quote {
  font-size: 3rem;
  padding: 10px 20px 0 20px;
}
.pressquote .quotemark {
  font-family: 'MINISerif-Headline';
  font-size: 200%;
}
.pressquote .quotemark.start {
  left: 0;
  top: 10px;
  position: absolute;
}
.pressquote .quotemark.end {
  bottom: 0;
  right: 0;
  line-height: 0;
  position: relative;
  top: 15px;
  left: 10px;
}
.pressquote .source {
  padding-left: 20px;
}
.pressquote .btn-xs {
  margin: 0 10px 0 0;
}
.presskitbox {
  padding: 30px 30px 15px;
}
.presskitbox .btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .morepressgrid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.campaign {
  margin: 0 0 15px;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.campaign a {
  display: block;
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.box-worldtourdate a {
  background: none !important;
  color: #000000;
  padding: 0px;
  position: static !important;
}
section.jobembeds .angellist_embed {
  border: 0px solid #000000 !important;
  padding: 30px 0;
  max-width: 900px;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  min-width: 100px;
  color: #ffffff !important;
}
section.jobembeds .angellist_embed .al_header {
  float: left;
  margin-right: 30px;
  width: calc(50% - 30px);
  background: #000000;
  color: #ffffff !important;
  padding: 30px 45px;
  min-height: 200px;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  section.jobembeds .angellist_embed .al_header {
    width: 100%;
    margin-right: 0px;
  }
}
section.jobembeds .angellist_embed .al_header .al_content .al_content_pitch {
  max-width: 100%;
}
section.jobembeds .angellist_embed .al_header .al_content .al_content_pitch .al_high_concept {
  color: #ffffff !important;
}
section.jobembeds .angellist_embed .al_header .al_name {
  margin: 0px 0 5px;
  font-size: 2rem;
}
section.jobembeds .angellist_embed .al_header a {
  color: #ffffff !important;
  font-family: 'MINISerif-Headline';
}
section.jobembeds .angellist_embed .al_header a.al_job {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
section.jobembeds .angellist_embed .al_header .al_pic {
  padding: 0px !important;
  position: relative;
  left: -15px;
}
.angel_image {
  border: 0px solid #dddddd;
  max-height: 88px !important;
  max-width: 88px !important;
}
.opportunity {
  border-bottom: 3px solid #000000;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.opportunity h5 {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.opportunity h5 span {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
}
.sitemap .flexrowitem {
  padding-right: 0px;
}
.sitemap ul {
  padding-bottom: 60px;
}
footer.mainfooter {
  background: #000000;
  color: #ffffff;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  footer.mainfooter {
    padding: 50px 0 30px;
  }
}
footer.mainfooter a {
  color: #ffffff;
}
footer.mainfooter .logolockup svg {
  max-width: 200px;
  height: 82px;
}
@media (max-width: 767px) {
  footer.mainfooter .logolockup svg {
    max-width: 160px;
    margin-bottom: 30px;
  }
}
footer.mainfooter p {
  font-size: 1.1rem;
}
footer.mainfooter p.footertitle {
  font-size: 1.6rem;
  font-family: 'MINISerif-Headline';
  text-transform: uppercase;
  padding: 0 0 8px 0;
}
footer.mainfooter nav {
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer.mainfooter nav div {
  padding: 0 0 0.1em;
}
footer.mainfooter .footersocial {
  text-align: right;
  display: inline-block;
}
footer.mainfooter .footersocial svg {
  width: 40px;
  height: 40px;
  padding-left: 15px;
}
footer.mainfooter .footersocial svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  footer.mainfooter .footersocial {
    padding-top: 30px;
    text-align: left !important;
    width: 100%;
  }
  footer.mainfooter .footersocial svg {
    height: 36px;
    width: 36px;
    padding: 0 15px 0 0;
  }
}
footer.mainfooter .footerlower {
  padding-top: 60px;
}
@media (max-width: 767px) {
  footer.mainfooter .footerlower {
    padding-top: 30px;
  }
}
footer.mainfooter .footerlower p {
  font-size: 1.4rem;
  line-height: 130%;
}
footer.mainfooter .footerlower p a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  footer.mainfooter .footerlowerright {
    display: none;
  }
}
footer.mainfooter a.backtotop {
  display: block;
  margin-top: 25px;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  vertical-align: middle;
  text-transform: uppercase;
}
footer.mainfooter a.backtotop svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  left: 2px;
}
section.mapcontainer {
  position: relative;
  background: #999999;
  height: calc(100vh - 200px);
  max-height: 650px;
}
.mapblocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.01);
}
.maptext {
  position: relative;
  z-index: 2;
}
.maptext .padbox.mediakit {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .maptext .padbox.yellowbg,
  .maptext .padbox.mediakit {
    padding: 30px 15px;
    margin: 15px;
  }
  .maptext .padbox.mediakit {
    margin-top: 0px;
  }
}
.maptext a {
  font-family: 'mini_sans_serifbold';
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
}
.maptext a.arrowlink:after {
  top: 0.25em;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0px 0 0px 0;
  z-index: 1;
  overflow: hidden;
  /*
 @media(min-height:700px) { height:550px  } 
  @media(min-height:900px) { height:700px  }
    @media(min-height:1100px) { height:800px  }
  @media(max-width:767px) {  height:300px; 
 margin-bottom:5px; }*/
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  height: calc(100% + 300px);
  position: relative;
  top: -150px;
}
.gm-style-iw {
  color: #2a2a2a;
}
.contactpageform {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .contactpageform {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contactsocialbox {
    padding-top: 30px;
    background: #000000;
    color: #ffffff;
    padding: 15px;
    margin: 0 15px;
  }
}
.contactsocial span {
  display: none;
}
.contactsocial a {
  display: inline-block;
  width: 55px;
}
.contactsocial svg {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 0 15px 15px 0;
}
@media (max-width: 767px) {
  .contactsocial svg {
    height: 28px;
  }
  .contactsocial svg path {
    fill: #ffffff;
  }
}
.col-insta {
  margin-bottom: 30px;
}
.singlecontent2020 .padbox {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 991px) {
  .singlecontent2020 .padbox {
    width: 760px;
  }
}
.editer {
  display: none;
  font-style: italic;
  display: inline;
  margin: 10px 0;
  font-size: 10px;
  color: green;
}
.entry img {
  max-width: 100%;
  margin-top: 30px;
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}
.entry p {
  margin: 0 0 1em 0;
  font-size: 2rem;
  line-height: 150%;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
  margin-top: 0.5em;
  font-family: 'MINISerif-Headline';
  text-transform: uppercase;
}
.entry hr {
  margin: 30px 0;
}
.entry code {
  color: #000000 !important;
  font-size: 1.4rem;
}
.entry .wp-caption-text {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 30px;
}
.entry blockquote {
  background: #000000;
  color: #ffffff;
  font-size: 2.4rem;
  padding: 30px;
  margin-bottom: 1.5em;
}
.entry blockquote strong {
  font-family: 'MINISerif-Headline';
  font-size: 2.4rem;
  line-height: 100%;
}
.entry ul {
  font-size: 2rem;
  padding-left: 1em;
  margin-bottom: 1em;
}
.entry ul li {
  padding: 0 0 0.5em;
  list-style: square outside;
}
.entry ol {
  font-size: 2rem;
  padding-left: 1em;
  margin-bottom: 1em;
}
.entry ol li {
  padding: 0 0 0.5em;
  list-style: decimal outside;
}
.casestudyimage {
  border: 1px solid #000000;
  margin: 0 0 15px 0;
}
.video-container {
  padding: 15px 5px 15px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.video-container img {
  display: block;
}
.video-container iframe {
  height: 500px;
  width: 100%;
  height: auto;
  min-height: 600px;
}
@media (max-width: 991px) {
  .video-container iframe {
    min-height: 400px;
  }
}
.videopullout {
  width: 100%;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.videopullout .video-container {
  opacity: 0;
  transition-delay: 500ms;
}
.videopullout video {
  max-width: 100%;
}
.videopullout video.fullwidth {
  width: 100%;
}
.videopullout .btn.closer {
  margin: 0px 5px 0px 10px;
}
.videopullout.active {
  max-height: 1000px;
}
.videopullout.active .video-container {
  opacity: 1;
}
.videoitem {
  position: relative;
}
.videocontent {
  position: relative;
  z-index: 2;
}
.videobg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/video/videostripmobile.jpg');
  background-size: cover;
  background-position: 50% 50%;
}
.videobg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .videobg video {
    display: none;
  }
}
.video-16x9 {
  border: 1px solid black;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-16x9 video,
.video-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  background: #1dd9ac;
  opacity: 0;
  display: block;
  pointer-events: none;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5000;
}
.modal .close {
  opacity: 1;
  margin: 15px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.modal .close svg {
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 32px;
  width: 32px;
}
.modal .close:hover svg {
  transform: scale(1.1, 1.1);
}
.modal .close.active {
  opacity: 1;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .inner {
  opacity: 0;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.modal .inner.active {
  opacity: 1;
}
.search-form {
  text-align: left;
  display: block;
}
.search-form input.search-field {
  border: 2px solid #000000;
  font-size: 1.6rem;
  padding: 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  ouline-width: 0 !important;
  border-radius: 0px;
  color: #000000;
  background: transparent;
  min-width: 260px;
  display: block;
}
.tweetbg {
  background-color: #ffe52a;
  padding: 15px 10px 10px 15px;
  color: #000000;
  position: relative;
  font-size: 1.6rem;
  margin: 0px 0px 10px 0;
}
.tweetleft {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tweetleft svg {
  position: relative;
  top: 1px;
  width: 35px;
  height: 35px;
}
.tweetleft svg path {
  fill: #000000;
}
.tweet {
  padding-left: 60px;
  padding-right: 20px;
  display: inline-block;
}
ul.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 2.6em;
  overflow-y: hidden;
}
.tweet_list li a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body:not(.home) .tweetbg {
    display: none;
  }
}
.highlight-and-share-wrapper {
  z-index: 50 !important;
}
.highlight-and-share-wrapper div {
  background-color: #000000 !important;
  padding: 15px !important;
  margin-right: 10px;
}
.highlight-and-share-wrapper a {
  padding: 0px !important;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.highlight-and-share-wrapper i {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.highlight-and-share-wrapper span.has-text {
  display: none !important;
}
.highlight-and-share-wrapper a:hover {
  opacity: 0.7;
}
.highlight-and-share-wrapper .fa-twitter {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/highlight-twitter.svg');
}
.highlight-and-share-wrapper .fa-facebook {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/highlight-facebook.svg');
}
.highlight-and-share-wrapper .fa-linkedin {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/highlight-linkedin.svg');
}
.highlight-and-share-wrapper .fa-envelope {
  background-image: url('https://www.urban-x.com/wp-content/themes/urbanxtheme-2020/icons/highlight-email.svg');
}
.highlight-and-share-wrapper.share {
  display: block;
  width: auto;
  height: auto;
  border-top: 2px solid #000000;
  padding-top: 30px;
  margin-top: 30px;
}
.swal2-popup {
  border-radius: 0px;
  color: #000000 !important;
}
.swal2-popup .swal2-header {
  text-align: left;
  padding: 0 15px !important;
  display: block !important;
}
.swal2-popup .swal2-header h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: inherit;
  margin-top: 0px;
  font-family: 'MINISerif-Headline';
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.5em;
  margin: 10px 0 0;
  text-align: left;
}
.swal2-popup .swal2-header h2 small,
.swal2-popup .swal2-header h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #808a80;
}
.swal2-popup .swal2-header h2 small,
.swal2-popup .swal2-header h2 .small {
  font-size: 65%;
}
.swal2-popup .swal2-header h2 small {
  color: inherit;
}
.swal2-popup .swal2-header h2 p {
  font-family: inherit;
}
.swal2-popup #swal2-content label {
  font-size: 1.4rem;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  margin-top: 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.swal2-popup #swal2-content input {
  border: 2px solid #000000;
  font-size: 1.4rem;
  padding: 10px;
  color: #000000;
}
.swal2-popup #swal2-content input#has_source_email {
  margin-bottom: 30px;
}
.swal2-popup #swal2-content input#has_sharing_send {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background: #000000;
  border-color: #000000;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  line-height: 1em;
  font-size: 1.6rem;
  display: inline-block;
  padding: 12px 15px 8px 15px;
  -webkit-box-shadow: 0px 0px 0px 0px #727272 !important;
  box-shadow: 0px 0px 0px 0px #727272 !important;
  outline-width: 0px !important;
  margin: 10px 0;
}
.swal2-popup #swal2-content input#has_sharing_send:focus,
.swal2-popup #swal2-content input#has_sharing_send:active:focus,
.swal2-popup #swal2-content input#has_sharing_send.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.swal2-popup #swal2-content input#has_sharing_send:hover,
.swal2-popup #swal2-content input#has_sharing_send:focus {
  color: #333333;
  text-decoration: none;
}
.swal2-popup #swal2-content input#has_sharing_send:active,
.swal2-popup #swal2-content input#has_sharing_send.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);
}
.swal2-popup #swal2-content input#has_sharing_send.disabled,
.swal2-popup #swal2-content input#has_sharing_send[disabled],
fieldset[disabled] .swal2-popup #swal2-content input#has_sharing_send {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swal2-popup #swal2-content input#has_sharing_send .fa {
  padding-left: 10px;
}
.swal2-popup #swal2-content input#has_sharing_send .icon {
  height: 0.9em;
  width: 0.9em;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0;
}
.swal2-popup #swal2-content input#has_sharing_send .icon path {
  fill: #ffffff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .swal2-popup #swal2-content input#has_sharing_send {
    font-size: 1.6rem;
    padding: 6px 8px 4px 8px;
  }
}
.swal2-popup #swal2-content a#has_sharing_cancel {
  color: #000000 !important;
  font-family: 'mini_sans_regular';
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
}
.swal2-popup #swal2-content .has_errors {
  padding: 15px;
  font-size: 1.4rem;
  background-color: #ff6c46 !important;
}
.swal2-popup #swal2-content .has_success_response {
  font-size: 1.4rem;
  padding: 30px 15px;
}
.swal2-popup #swal2-content .has_success_response_body {
  padding: 15px 0;
}
@media (min-width: 991px) {
  .casestudy .cs-text {
    padding-right: 30px;
  }
  .casestudy .cs-text p {
    font-size: 1.5rem;
    line-height: 130%;
  }
  .casestudy .cs-text p:last-child {
    margin-bottom: 0px;
  }
  .casestudy .cs-text blockquote {
    font-style: italic;
    font-size: 2.1rem;
    display: block;
  }
  .casestudy .cs-text blockquote p {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .casestudy .cs-text p {
    margin: 0px;
  }
}
.casestudy .cs-text img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .casestudy .right .cs-text {
    padding-right: 0px;
    padding-left: 30px;
  }
}
.casestudy .casestudyimage1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border: 15px solid #ffffff;
  border-width: 15px 15px 4px 15px;
}
@media (max-width: 991px) {
  .casestudy .row1 .cs-text img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .casestudy .flexrow2 {
    display: flex;
    align-items: stretch;
    margin-top: 45px;
  }
}
@media (min-width: 991px) {
  .casestudy .aside1 {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  .casestudy .aside1 {
    margin-top: 30px;
  }
}
.casestudy .aside1 .inner {
  padding: 30px;
}
.casestudy .aside1 h3.h3 {
  font-size: 2.1rem;
}
.casestudy .aside1 p {
  font-size: 1.5rem;
  line-height: 140%;
}
.casestudy .aside1 ul {
  padding: 15px 0 0 0;
}
.casestudy .aside1 li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 45px;
  margin-top: 15px;
}
.casestudy .aside1 li img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: auto;
}
@media (max-width: 991px) {
  .casestudy .aside1 li {
    padding-left: 40px;
  }
  .casestudy .aside1 li img {
    width: 40px;
    top: -4px;
  }
}
.casestudy .aside1 li:last-child {
  margin-bottom: 15px;
}
.casestudy .flexrow3 {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .casestudy .flexrow3 {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 991px) {
  .casestudy .aside2,
  .casestudy .aside3 {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .casestudy .aside2,
  .casestudy .aside3 {
    margin-top: 30px;
  }
}
.casestudy .stretchimage {
  flex: 1;
  position: relative;
  width: 100%;
  min-height: 50px;
}
@media (max-width: 991px) {
  .casestudy .stretchimage {
    padding-bottom: 100%;
  }
}
.casestudy .pullquote1 {
  padding: 30px 30px 15px 30px;
  width: 70%;
  font-family: 'MINISerif-Medium';
}
@media (min-width: 992px) {
  .casestudy .pullquote1 {
    position: absolute;
    bottom: 30px;
    right: -30px;
  }
}
.casestudy .pullquote1 p {
  font-size: 2.1rem;
}
.casestudy .pullquote1mob {
  margin: -60px 0 0 30px;
  position: relative;
  z-index: 5;
  width: 80%;
}
.casestudy .casestudyimage2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.casestudy .casestudyimage3 {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .casestudy .casestudyimage3 {
    margin: 50px 0 0px 0;
  }
}
@media (min-width: 1190px) {
  .casestudy .casestudyimage3 {
    margin-top: 10px;
  }
}
.casestudy .flexrow3 {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .casestudy .flexrow3 {
    display: flex;
    align-items: stretch;
  }
}
.casestudy .flexrow3 .right {
  position: relative;
}
@media (min-width: 991px) {
  .casestudy .casestudyimage4 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    padding-bottom: 0px;
    background-size: cover;
  }
  .casestudy .casestudyimage4 img {
    display: none;
  }
}
@media (max-width: 991px) {
  .casestudy .casestudyimage4 {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .casestudy .row4 {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
  }
}
.casestudy .pullquote2 {
  position: relative;
  z-index: 10;
  margin-top: -60px;
  margin-left: 20%;
  margin-bottom: 100px;
  padding: 30px 30px 15px 30px;
  width: 70%;
  font-family: 'MINISerif-Medium';
}
@media (max-width: 991px) {
  .casestudy .pullquote2 {
    margin-bottom: 40px;
  }
}
.casestudy .pullquote2 p {
  font-size: 2.1rem;
}
.casestudy .casestudyimage5 {
  /* border:1px solid red;
  display:block;
 // align-self: flex-end;
//flex-grow: 0;
//  flex:0 1 auto;
  width:100%;
height:auto;
margin:50px 0 0px 0;
@media(min-width:1190px) {  margin-top:10px; } */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.casestudy hr.nobottom {
  margin-bottom: 0px;
}
.casestudy .pullquote3 {
  margin: 30px 0 30px 30px;
  padding: 30px 30px 15px 30px;
}
@media (max-width: 991px) {
  .casestudy .pullquote3 {
    margin-left: 0px;
  }
}
.casestudy .pullquote3 p {
  font-size: 2.1rem;
}
.cs-eir p:not(.large) {
  font-size: 1.6rem;
}
.cs-eir .larger p {
  font-size: 2.2rem !important;
}
.cs-eir.cs-eir-intro .padbox {
  padding-bottom: 0px;
}
.cs-eir h1.h1 {
  margin-bottom: 4px;
}
.cs-eir h2.h4 {
  font-size: 2.4rem;
  margin-top: 0px;
}
.cs-eir.cs-eir-1 .cs-text {
  margin-top: 0px;
}
.cs-eir.cs-eir-1 img {
  margin-top: 4px;
  display: block;
}
.cs-eir.cs-eir-3 {
  margin: 30px 0 0;
}
.cs-eir.cs-eir-3 strong {
  text-transform: uppercase;
  display: block;
}
.cs-eir.cs-eir-3 .rowtight .eir-b-t {
  padding-top: 30px;
}
.cs-eir .eir-b-t {
  border-top: 2px solid #000000;
  padding-top: 20px;
}
.cs-eir .eir-icontext {
  position: relative;
  padding-left: 80px;
  min-height: 80px;
  margin-bottom: 1rem;
}
.cs-eir .eir-icontext h3.h3 {
  font-size: 2.8rem;
  padding-top: 10px;
}
.cs-eir .eir-icontext .h3icon {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.cs-eir.cs-eir-5 p.large {
  margin-top: 20px;
}
.cs-eir.cs-eir-5 p.large.final {
  font-size: 2.1rem;
}
@media (min-width: 1200px) {
  .cs-eir .toggleimage3 {
    position: relative;
    padding-bottom: 117%;
    height: 0px;
    background-size: cover;
    background-position: 0 0;
  }
  .cs-eir .toggleimage3 img {
    display: none;
  }
}
.cs-eir .togglecta {
  margin-top: -10px;
}
.cs-eir .togglecta .inner {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: stretch;
}
.cs-eir .togglecta h3 {
  flex: 2;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .cs-eir .togglecta h3 {
    font-size: 3rem;
  }
}
.cs-eir .togglecta img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cs-eir .togglecta img {
    margin-left: -10px;
  }
}
.cs-eir .togglecta p {
  flex: 2;
  margin-bottom: 0px;
  margin-left: -10px;
  font-size: 1.4rem;
  font-family: 'MINISerif-Medium';
}
@media (max-width: 768px) {
  .cs-eir .togglecta p {
    width: 100%;
    margin-top: 10px;
    flex-basis: 100%;
  }
}
.cs-eir .togglequoteimage {
  position: relative;
}
.cs-eir .togglequoteimage img {
  display: block;
}
.cs-eir .togglequoteimage .pullquote2 {
  padding: 30px;
  position: relative;
  top: 40px;
  left: 0;
  width: 100%;
}
.cs-eir .togglequoteimage p {
  font-family: 'MINISerif-Medium';
  font-size: 1.8rem !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .cs-eir .togglequoteimage {
    margin-top: 0px;
    position: relative;
  }
  .cs-eir .togglequoteimage .pullquote2 {
    position: absolute;
    left: auto;
    right: -30px;
    top: 30px;
    width: 70%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .cs-eir .togglequoteimage {
    height: 0px;
    background-size: cover;
    background-position: 0 100%;
    padding-bottom: 160%;
  }
  .cs-eir .togglequoteimage img {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs-eir .inner {
    display: block;
  }
  .cs-eir .rowwide {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cs-eir .rowwide [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cs-eir .rowtight .eir-b-t {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.no-smil .casestudyimage2,
.no-smil .aside2,
.no-smil .aside2 .stretchimage {
  min-height: 700px !important;
}
.no-smil .casestudyimage3 {
  max-height: 500px !important;
}
.no-smil .casestudyimage6 {
  max-height: 375px !important;
}
@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  .editer {
    display: none;
  }
  body.lock-scroll {
    overflow: hidden;
  }
  body {
    padding-top: 53px !important;
  }
  body.home {
    padding-top: 53px !important;
  }
  body {
    /*
section.bannerafter { 

}*/
  }
  body header.mainheader .headercontainer {
    padding: 20px 15px 15px 20px;
  }
  body header.mainheader .logo {
    z-index: 3000;
  }
  body header.mainheader nav.mainmenu {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2000;
    background: #ffffff;
    color: #000000;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  body header.mainheader nav.mainmenu .content {
    position: relative;
    z-index: 10;
  }
  body header.mainheader nav.mainmenu .mainmenuinner {
    opacity: 0;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 0.5s;
  }
  body header.mainheader nav.mainmenu a {
    color: #000000;
    display: block;
    text-align: center;
    padding: 10px 0 !important;
    font-size: 2.4rem !important;
  }
  body header.mainheader nav.mainmenu a::after {
    display: none !important;
  }
  body header.mainheader nav.mainmenu a.search {
    display: none;
  }
  body header.mainheader nav.mainmenu.open {
    opacity: 1;
    pointer-events: auto;
  }
  body header.mainheader nav.mainmenu.open .mainmenuinner {
    opacity: 1;
  }
  body #nav-icon {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 19px;
    right: 20px;
    z-index: 3000;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  body #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  body #nav-icon span:nth-child(1) {
    top: 0px;
  }
  body #nav-icon span:nth-child(2),
  body #nav-icon span:nth-child(3) {
    top: 6px;
  }
  body #nav-icon span:nth-child(4) {
    top: 12px;
  }
  body #nav-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
  }
  body #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body section.pullupmob {
    margin-top: -60px;
    padding: 30px;
  }
  body section.pullupmob .container {
    padding: 15px;
  }
  body .container.containershift {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .rowwide {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .homecompanies #filters,
  body .homecompanies .companiesgrid,
  body .homecompanies hr {
    display: none;
  }
}
