/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'fontello';
  src: url("/icons/fontello.eot?54765949");
  src: url("/icons/fontello.eot?54765949#iefix") format('embedded-opentype'), url("/icons/fontello.woff2?54765949") format('woff2'), url("/icons/fontello.woff?54765949") format('woff'), url("/icons/fontello.ttf?54765949") format('truetype'), url("/icons/fontello.svg?54765949#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/icons/fontello.svg?54765949#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-building-filled:before {
  content: '\e800';
}
/* '' */
.icon-group:before {
  content: '\e801';
}
/* '' */
.icon-calendar:before {
  content: '\e802';
}
/* '' */
.icon-info:before {
  content: '\e803';
}
/* '' */
.icon-mic:before {
  content: '\e804';
}
/* '' */
.icon-location:before {
  content: '\e805';
}
/* '' */
.icon-rocket:before {
  content: '\e806';
}
/* '' */
.icon-menu:before {
  content: '\e807';
}
/* '' */
.icon-facebook:before {
  content: '\e808';
}
/* '' */
.icon-twitter:before {
  content: '\e809';
}
/* '' */
.icon-cog:before {
  content: '\e80a';
}
/* '' */
.icon-spin4:before {
  content: '\e80b';
}
/* '' */
.icon-basket:before {
  content: '\e80c';
}
/* '' */
.icon-quote:before {
  content: '\e80d';
}
/* '' */
.icon-video:before {
  content: '\e80e';
}
/* '' */
.icon-camera:before {
  content: '\e80f';
}
/* '' */
.icon-facebook-official:before {
  content: '\e810';
}
/* '' */
.icon-left-open:before {
  content: '\e811';
}
/* '' */
.icon-right-open:before {
  content: '\e812';
}
/* '' */
.icon-home:before {
  content: '\e813';
}
/* '' */
.icon-heart:before {
  content: '\e814';
}
/* '' */
.icon-mail:before {
  content: '\e815';
}
/* '' */
.icon-chat:before {
  content: '\e816';
}
/* '' */
.icon-flow-tree:before {
  content: '\e817';
}
/* '' */
.icon-ok:before {
  content: '\e818';
}
/* '' */
.icon-star:before {
  content: '\e819';
}
/* '' */
.icon-gift:before {
  content: '\e81a';
}
/* '' */
.icon-th-thumb:before {
  content: '\f00a';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-usb:before {
  content: '\f287';
}
/* '' */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.base-styles,
.container,
.row,
.col-xs,
.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,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.container {
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 994px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1250px;
  }
}
@media only screen and (min-width: 1650px) {
  .container {
    width: 1620px;
  }
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 -15px;
}
.row.align-content-center {
  -ms-flex-line-pack: flex-center;
  -webkit-align-content: flex-center;
  align-content: flex-center;
}
.row.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.row.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.row.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row.align-items-baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.row.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row.align-items-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.row.align-items-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.row.align-items-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.align-self-baseline {
  -webkit-align-self: baseline;
  align-self: baseline;
  -ms-flex-item-align: baseline;
}
.align-self-center {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
@media only screen and (min-width: 320px) {
  .col-xs {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .col-xs-1 {
    -webkit-flex-basis: calc(8.333333333333332% - 30px);
    flex-basis: calc(8.333333333333332% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-1 {
    margin-left: calc(8.333333333333332% + 30px);
  }
  .col-xs-pull-1 {
    right: calc(8.333333333333332% + 30px);
  }
  .col-xs-push-1 {
    left: calc(8.333333333333332% + 30px);
  }
  .col-xs-2 {
    -webkit-flex-basis: calc(16.666666666666664% - 30px);
    flex-basis: calc(16.666666666666664% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-2 {
    margin-left: calc(16.666666666666664% + 30px);
  }
  .col-xs-pull-2 {
    right: calc(16.666666666666664% + 30px);
  }
  .col-xs-push-2 {
    left: calc(16.666666666666664% + 30px);
  }
  .col-xs-3 {
    -webkit-flex-basis: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-3 {
    margin-left: calc(25% + 30px);
  }
  .col-xs-pull-3 {
    right: calc(25% + 30px);
  }
  .col-xs-push-3 {
    left: calc(25% + 30px);
  }
  .col-xs-4 {
    -webkit-flex-basis: calc(33.33333333333333% - 30px);
    flex-basis: calc(33.33333333333333% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-4 {
    margin-left: calc(33.33333333333333% + 30px);
  }
  .col-xs-pull-4 {
    right: calc(33.33333333333333% + 30px);
  }
  .col-xs-push-4 {
    left: calc(33.33333333333333% + 30px);
  }
  .col-xs-5 {
    -webkit-flex-basis: calc(41.66666666666667% - 30px);
    flex-basis: calc(41.66666666666667% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-5 {
    margin-left: calc(41.66666666666667% + 30px);
  }
  .col-xs-pull-5 {
    right: calc(41.66666666666667% + 30px);
  }
  .col-xs-push-5 {
    left: calc(41.66666666666667% + 30px);
  }
  .col-xs-6 {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-6 {
    margin-left: calc(50% + 30px);
  }
  .col-xs-pull-6 {
    right: calc(50% + 30px);
  }
  .col-xs-push-6 {
    left: calc(50% + 30px);
  }
  .col-xs-7 {
    -webkit-flex-basis: calc(58.333333333333336% - 30px);
    flex-basis: calc(58.333333333333336% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-7 {
    margin-left: calc(58.333333333333336% + 30px);
  }
  .col-xs-pull-7 {
    right: calc(58.333333333333336% + 30px);
  }
  .col-xs-push-7 {
    left: calc(58.333333333333336% + 30px);
  }
  .col-xs-8 {
    -webkit-flex-basis: calc(66.66666666666666% - 30px);
    flex-basis: calc(66.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-8 {
    margin-left: calc(66.66666666666666% + 30px);
  }
  .col-xs-pull-8 {
    right: calc(66.66666666666666% + 30px);
  }
  .col-xs-push-8 {
    left: calc(66.66666666666666% + 30px);
  }
  .col-xs-9 {
    -webkit-flex-basis: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-9 {
    margin-left: calc(75% + 30px);
  }
  .col-xs-pull-9 {
    right: calc(75% + 30px);
  }
  .col-xs-push-9 {
    left: calc(75% + 30px);
  }
  .col-xs-10 {
    -webkit-flex-basis: calc(83.33333333333334% - 30px);
    flex-basis: calc(83.33333333333334% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-10 {
    margin-left: calc(83.33333333333334% + 30px);
  }
  .col-xs-pull-10 {
    right: calc(83.33333333333334% + 30px);
  }
  .col-xs-push-10 {
    left: calc(83.33333333333334% + 30px);
  }
  .col-xs-11 {
    -webkit-flex-basis: calc(91.66666666666666% - 30px);
    flex-basis: calc(91.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-11 {
    margin-left: calc(91.66666666666666% + 30px);
  }
  .col-xs-pull-11 {
    right: calc(91.66666666666666% + 30px);
  }
  .col-xs-push-11 {
    left: calc(91.66666666666666% + 30px);
  }
  .col-xs-12 {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xs-offset-12 {
    margin-left: calc(100% + 30px);
  }
  .col-xs-pull-12 {
    right: calc(100% + 30px);
  }
  .col-xs-push-12 {
    left: calc(100% + 30px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .col-sm {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .col-sm-1 {
    -webkit-flex-basis: calc(8.333333333333332% - 30px);
    flex-basis: calc(8.333333333333332% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-1 {
    margin-left: calc(8.333333333333332% + 30px);
  }
  .col-sm-pull-1 {
    right: calc(8.333333333333332% + 30px);
  }
  .col-sm-push-1 {
    left: calc(8.333333333333332% + 30px);
  }
  .col-sm-2 {
    -webkit-flex-basis: calc(16.666666666666664% - 30px);
    flex-basis: calc(16.666666666666664% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-2 {
    margin-left: calc(16.666666666666664% + 30px);
  }
  .col-sm-pull-2 {
    right: calc(16.666666666666664% + 30px);
  }
  .col-sm-push-2 {
    left: calc(16.666666666666664% + 30px);
  }
  .col-sm-3 {
    -webkit-flex-basis: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-3 {
    margin-left: calc(25% + 30px);
  }
  .col-sm-pull-3 {
    right: calc(25% + 30px);
  }
  .col-sm-push-3 {
    left: calc(25% + 30px);
  }
  .col-sm-4 {
    -webkit-flex-basis: calc(33.33333333333333% - 30px);
    flex-basis: calc(33.33333333333333% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-4 {
    margin-left: calc(33.33333333333333% + 30px);
  }
  .col-sm-pull-4 {
    right: calc(33.33333333333333% + 30px);
  }
  .col-sm-push-4 {
    left: calc(33.33333333333333% + 30px);
  }
  .col-sm-5 {
    -webkit-flex-basis: calc(41.66666666666667% - 30px);
    flex-basis: calc(41.66666666666667% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-5 {
    margin-left: calc(41.66666666666667% + 30px);
  }
  .col-sm-pull-5 {
    right: calc(41.66666666666667% + 30px);
  }
  .col-sm-push-5 {
    left: calc(41.66666666666667% + 30px);
  }
  .col-sm-6 {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-6 {
    margin-left: calc(50% + 30px);
  }
  .col-sm-pull-6 {
    right: calc(50% + 30px);
  }
  .col-sm-push-6 {
    left: calc(50% + 30px);
  }
  .col-sm-7 {
    -webkit-flex-basis: calc(58.333333333333336% - 30px);
    flex-basis: calc(58.333333333333336% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-7 {
    margin-left: calc(58.333333333333336% + 30px);
  }
  .col-sm-pull-7 {
    right: calc(58.333333333333336% + 30px);
  }
  .col-sm-push-7 {
    left: calc(58.333333333333336% + 30px);
  }
  .col-sm-8 {
    -webkit-flex-basis: calc(66.66666666666666% - 30px);
    flex-basis: calc(66.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-8 {
    margin-left: calc(66.66666666666666% + 30px);
  }
  .col-sm-pull-8 {
    right: calc(66.66666666666666% + 30px);
  }
  .col-sm-push-8 {
    left: calc(66.66666666666666% + 30px);
  }
  .col-sm-9 {
    -webkit-flex-basis: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-9 {
    margin-left: calc(75% + 30px);
  }
  .col-sm-pull-9 {
    right: calc(75% + 30px);
  }
  .col-sm-push-9 {
    left: calc(75% + 30px);
  }
  .col-sm-10 {
    -webkit-flex-basis: calc(83.33333333333334% - 30px);
    flex-basis: calc(83.33333333333334% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-10 {
    margin-left: calc(83.33333333333334% + 30px);
  }
  .col-sm-pull-10 {
    right: calc(83.33333333333334% + 30px);
  }
  .col-sm-push-10 {
    left: calc(83.33333333333334% + 30px);
  }
  .col-sm-11 {
    -webkit-flex-basis: calc(91.66666666666666% - 30px);
    flex-basis: calc(91.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-11 {
    margin-left: calc(91.66666666666666% + 30px);
  }
  .col-sm-pull-11 {
    right: calc(91.66666666666666% + 30px);
  }
  .col-sm-push-11 {
    left: calc(91.66666666666666% + 30px);
  }
  .col-sm-12 {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-sm-offset-12 {
    margin-left: calc(100% + 30px);
  }
  .col-sm-pull-12 {
    right: calc(100% + 30px);
  }
  .col-sm-push-12 {
    left: calc(100% + 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .col-md-1 {
    -webkit-flex-basis: calc(8.333333333333332% - 30px);
    flex-basis: calc(8.333333333333332% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-1 {
    margin-left: calc(8.333333333333332% + 30px);
  }
  .col-md-pull-1 {
    right: calc(8.333333333333332% + 30px);
  }
  .col-md-push-1 {
    left: calc(8.333333333333332% + 30px);
  }
  .col-md-2 {
    -webkit-flex-basis: calc(16.666666666666664% - 30px);
    flex-basis: calc(16.666666666666664% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-2 {
    margin-left: calc(16.666666666666664% + 30px);
  }
  .col-md-pull-2 {
    right: calc(16.666666666666664% + 30px);
  }
  .col-md-push-2 {
    left: calc(16.666666666666664% + 30px);
  }
  .col-md-3 {
    -webkit-flex-basis: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-3 {
    margin-left: calc(25% + 30px);
  }
  .col-md-pull-3 {
    right: calc(25% + 30px);
  }
  .col-md-push-3 {
    left: calc(25% + 30px);
  }
  .col-md-4 {
    -webkit-flex-basis: calc(33.33333333333333% - 30px);
    flex-basis: calc(33.33333333333333% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-4 {
    margin-left: calc(33.33333333333333% + 30px);
  }
  .col-md-pull-4 {
    right: calc(33.33333333333333% + 30px);
  }
  .col-md-push-4 {
    left: calc(33.33333333333333% + 30px);
  }
  .col-md-5 {
    -webkit-flex-basis: calc(41.66666666666667% - 30px);
    flex-basis: calc(41.66666666666667% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-5 {
    margin-left: calc(41.66666666666667% + 30px);
  }
  .col-md-pull-5 {
    right: calc(41.66666666666667% + 30px);
  }
  .col-md-push-5 {
    left: calc(41.66666666666667% + 30px);
  }
  .col-md-6 {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-6 {
    margin-left: calc(50% + 30px);
  }
  .col-md-pull-6 {
    right: calc(50% + 30px);
  }
  .col-md-push-6 {
    left: calc(50% + 30px);
  }
  .col-md-7 {
    -webkit-flex-basis: calc(58.333333333333336% - 30px);
    flex-basis: calc(58.333333333333336% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-7 {
    margin-left: calc(58.333333333333336% + 30px);
  }
  .col-md-pull-7 {
    right: calc(58.333333333333336% + 30px);
  }
  .col-md-push-7 {
    left: calc(58.333333333333336% + 30px);
  }
  .col-md-8 {
    -webkit-flex-basis: calc(66.66666666666666% - 30px);
    flex-basis: calc(66.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-8 {
    margin-left: calc(66.66666666666666% + 30px);
  }
  .col-md-pull-8 {
    right: calc(66.66666666666666% + 30px);
  }
  .col-md-push-8 {
    left: calc(66.66666666666666% + 30px);
  }
  .col-md-9 {
    -webkit-flex-basis: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-9 {
    margin-left: calc(75% + 30px);
  }
  .col-md-pull-9 {
    right: calc(75% + 30px);
  }
  .col-md-push-9 {
    left: calc(75% + 30px);
  }
  .col-md-10 {
    -webkit-flex-basis: calc(83.33333333333334% - 30px);
    flex-basis: calc(83.33333333333334% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-10 {
    margin-left: calc(83.33333333333334% + 30px);
  }
  .col-md-pull-10 {
    right: calc(83.33333333333334% + 30px);
  }
  .col-md-push-10 {
    left: calc(83.33333333333334% + 30px);
  }
  .col-md-11 {
    -webkit-flex-basis: calc(91.66666666666666% - 30px);
    flex-basis: calc(91.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-11 {
    margin-left: calc(91.66666666666666% + 30px);
  }
  .col-md-pull-11 {
    right: calc(91.66666666666666% + 30px);
  }
  .col-md-push-11 {
    left: calc(91.66666666666666% + 30px);
  }
  .col-md-12 {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-md-offset-12 {
    margin-left: calc(100% + 30px);
  }
  .col-md-pull-12 {
    right: calc(100% + 30px);
  }
  .col-md-push-12 {
    left: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .col-lg {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .col-lg-1 {
    -webkit-flex-basis: calc(8.333333333333332% - 30px);
    flex-basis: calc(8.333333333333332% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-1 {
    margin-left: calc(8.333333333333332% + 30px);
  }
  .col-lg-pull-1 {
    right: calc(8.333333333333332% + 30px);
  }
  .col-lg-push-1 {
    left: calc(8.333333333333332% + 30px);
  }
  .col-lg-2 {
    -webkit-flex-basis: calc(16.666666666666664% - 30px);
    flex-basis: calc(16.666666666666664% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-2 {
    margin-left: calc(16.666666666666664% + 30px);
  }
  .col-lg-pull-2 {
    right: calc(16.666666666666664% + 30px);
  }
  .col-lg-push-2 {
    left: calc(16.666666666666664% + 30px);
  }
  .col-lg-3 {
    -webkit-flex-basis: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-3 {
    margin-left: calc(25% + 30px);
  }
  .col-lg-pull-3 {
    right: calc(25% + 30px);
  }
  .col-lg-push-3 {
    left: calc(25% + 30px);
  }
  .col-lg-4 {
    -webkit-flex-basis: calc(33.33333333333333% - 30px);
    flex-basis: calc(33.33333333333333% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-4 {
    margin-left: calc(33.33333333333333% + 30px);
  }
  .col-lg-pull-4 {
    right: calc(33.33333333333333% + 30px);
  }
  .col-lg-push-4 {
    left: calc(33.33333333333333% + 30px);
  }
  .col-lg-5 {
    -webkit-flex-basis: calc(41.66666666666667% - 30px);
    flex-basis: calc(41.66666666666667% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-5 {
    margin-left: calc(41.66666666666667% + 30px);
  }
  .col-lg-pull-5 {
    right: calc(41.66666666666667% + 30px);
  }
  .col-lg-push-5 {
    left: calc(41.66666666666667% + 30px);
  }
  .col-lg-6 {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-6 {
    margin-left: calc(50% + 30px);
  }
  .col-lg-pull-6 {
    right: calc(50% + 30px);
  }
  .col-lg-push-6 {
    left: calc(50% + 30px);
  }
  .col-lg-7 {
    -webkit-flex-basis: calc(58.333333333333336% - 30px);
    flex-basis: calc(58.333333333333336% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-7 {
    margin-left: calc(58.333333333333336% + 30px);
  }
  .col-lg-pull-7 {
    right: calc(58.333333333333336% + 30px);
  }
  .col-lg-push-7 {
    left: calc(58.333333333333336% + 30px);
  }
  .col-lg-8 {
    -webkit-flex-basis: calc(66.66666666666666% - 30px);
    flex-basis: calc(66.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-8 {
    margin-left: calc(66.66666666666666% + 30px);
  }
  .col-lg-pull-8 {
    right: calc(66.66666666666666% + 30px);
  }
  .col-lg-push-8 {
    left: calc(66.66666666666666% + 30px);
  }
  .col-lg-9 {
    -webkit-flex-basis: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-9 {
    margin-left: calc(75% + 30px);
  }
  .col-lg-pull-9 {
    right: calc(75% + 30px);
  }
  .col-lg-push-9 {
    left: calc(75% + 30px);
  }
  .col-lg-10 {
    -webkit-flex-basis: calc(83.33333333333334% - 30px);
    flex-basis: calc(83.33333333333334% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-10 {
    margin-left: calc(83.33333333333334% + 30px);
  }
  .col-lg-pull-10 {
    right: calc(83.33333333333334% + 30px);
  }
  .col-lg-push-10 {
    left: calc(83.33333333333334% + 30px);
  }
  .col-lg-11 {
    -webkit-flex-basis: calc(91.66666666666666% - 30px);
    flex-basis: calc(91.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-11 {
    margin-left: calc(91.66666666666666% + 30px);
  }
  .col-lg-pull-11 {
    right: calc(91.66666666666666% + 30px);
  }
  .col-lg-push-11 {
    left: calc(91.66666666666666% + 30px);
  }
  .col-lg-12 {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-lg-offset-12 {
    margin-left: calc(100% + 30px);
  }
  .col-lg-pull-12 {
    right: calc(100% + 30px);
  }
  .col-lg-push-12 {
    left: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1649px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
@media only screen and (min-width: 1650px) {
  .col-xl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
  }
  .col-xl-1 {
    -webkit-flex-basis: calc(8.333333333333332% - 30px);
    flex-basis: calc(8.333333333333332% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-1 {
    margin-left: calc(8.333333333333332% + 30px);
  }
  .col-xl-pull-1 {
    right: calc(8.333333333333332% + 30px);
  }
  .col-xl-push-1 {
    left: calc(8.333333333333332% + 30px);
  }
  .col-xl-2 {
    -webkit-flex-basis: calc(16.666666666666664% - 30px);
    flex-basis: calc(16.666666666666664% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-2 {
    margin-left: calc(16.666666666666664% + 30px);
  }
  .col-xl-pull-2 {
    right: calc(16.666666666666664% + 30px);
  }
  .col-xl-push-2 {
    left: calc(16.666666666666664% + 30px);
  }
  .col-xl-3 {
    -webkit-flex-basis: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-3 {
    margin-left: calc(25% + 30px);
  }
  .col-xl-pull-3 {
    right: calc(25% + 30px);
  }
  .col-xl-push-3 {
    left: calc(25% + 30px);
  }
  .col-xl-4 {
    -webkit-flex-basis: calc(33.33333333333333% - 30px);
    flex-basis: calc(33.33333333333333% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-4 {
    margin-left: calc(33.33333333333333% + 30px);
  }
  .col-xl-pull-4 {
    right: calc(33.33333333333333% + 30px);
  }
  .col-xl-push-4 {
    left: calc(33.33333333333333% + 30px);
  }
  .col-xl-5 {
    -webkit-flex-basis: calc(41.66666666666667% - 30px);
    flex-basis: calc(41.66666666666667% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-5 {
    margin-left: calc(41.66666666666667% + 30px);
  }
  .col-xl-pull-5 {
    right: calc(41.66666666666667% + 30px);
  }
  .col-xl-push-5 {
    left: calc(41.66666666666667% + 30px);
  }
  .col-xl-6 {
    -webkit-flex-basis: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-6 {
    margin-left: calc(50% + 30px);
  }
  .col-xl-pull-6 {
    right: calc(50% + 30px);
  }
  .col-xl-push-6 {
    left: calc(50% + 30px);
  }
  .col-xl-7 {
    -webkit-flex-basis: calc(58.333333333333336% - 30px);
    flex-basis: calc(58.333333333333336% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-7 {
    margin-left: calc(58.333333333333336% + 30px);
  }
  .col-xl-pull-7 {
    right: calc(58.333333333333336% + 30px);
  }
  .col-xl-push-7 {
    left: calc(58.333333333333336% + 30px);
  }
  .col-xl-8 {
    -webkit-flex-basis: calc(66.66666666666666% - 30px);
    flex-basis: calc(66.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-8 {
    margin-left: calc(66.66666666666666% + 30px);
  }
  .col-xl-pull-8 {
    right: calc(66.66666666666666% + 30px);
  }
  .col-xl-push-8 {
    left: calc(66.66666666666666% + 30px);
  }
  .col-xl-9 {
    -webkit-flex-basis: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-9 {
    margin-left: calc(75% + 30px);
  }
  .col-xl-pull-9 {
    right: calc(75% + 30px);
  }
  .col-xl-push-9 {
    left: calc(75% + 30px);
  }
  .col-xl-10 {
    -webkit-flex-basis: calc(83.33333333333334% - 30px);
    flex-basis: calc(83.33333333333334% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-10 {
    margin-left: calc(83.33333333333334% + 30px);
  }
  .col-xl-pull-10 {
    right: calc(83.33333333333334% + 30px);
  }
  .col-xl-push-10 {
    left: calc(83.33333333333334% + 30px);
  }
  .col-xl-11 {
    -webkit-flex-basis: calc(91.66666666666666% - 30px);
    flex-basis: calc(91.66666666666666% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-11 {
    margin-left: calc(91.66666666666666% + 30px);
  }
  .col-xl-pull-11 {
    right: calc(91.66666666666666% + 30px);
  }
  .col-xl-push-11 {
    left: calc(91.66666666666666% + 30px);
  }
  .col-xl-12 {
    -webkit-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .col-xl-offset-12 {
    margin-left: calc(100% + 30px);
  }
  .col-xl-pull-12 {
    right: calc(100% + 30px);
  }
  .col-xl-push-12 {
    left: calc(100% + 30px);
  }
}
.container-fluid {
  width: 100%;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
[data-aos=fade-up] {
  transform: translateY(100px);
}
[data-aos=fade-down] {
  transform: translateY(-100px);
}
[data-aos=fade-right] {
  transform: translate(-100px);
}
[data-aos=fade-left] {
  transform: translate(100px);
}
[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}
[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}
[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}
[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
[data-aos=slide-up] {
  transform: translateY(100%);
}
[data-aos=slide-down] {
  transform: translateY(-100%);
}
[data-aos=slide-right] {
  transform: translateX(-100%);
}
[data-aos=slide-left] {
  transform: translateX(100%);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/*# sourceMappingURL=aos.css.map*/
@font-face {
  font-family: 'American Typewriter';
  src: url("../fonts/american-typewriter-regular.ttf");
  src: url("../fonts/american-typewriter-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700';
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}
@media (max-width: 599px) {
  .container-xs-fluid {
    width: auto !important;
    max-width: none !important;
  }
  .container-xs-fluid .col-xs-12 {
    flex-basis: 100% !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
[class^="col-"]:first-child {
  margin-left: 0;
}
.col-auto {
  flex: 1 1 0;
}
@media (min-width: 320px) {
  .row {
    margin: 0 10px;
  }
  .container {
    margin: 0 auto;
    width: 320px;
  }
  .col-xs-1 {
    flex-basis: 14px;
    margin-left: 12px;
  }
  .col-xs-2 {
    flex-basis: 40px;
    margin-left: 12px;
  }
  .col-xs-3 {
    flex-basis: 66px;
    margin-left: 12px;
  }
  .col-xs-4 {
    flex-basis: 92px;
    margin-left: 12px;
  }
  .col-xs-5 {
    flex-basis: 118px;
    margin-left: 12px;
  }
  .col-xs-6 {
    flex-basis: 144px;
    margin-left: 12px;
  }
  .col-xs-7 {
    flex-basis: 170px;
    margin-left: 12px;
  }
  .col-xs-8 {
    flex-basis: 196px;
    margin-left: 12px;
  }
  .col-xs-9 {
    flex-basis: 222px;
    margin-left: 12px;
  }
  .col-xs-10 {
    flex-basis: 248px;
    margin-left: 12px;
  }
  .col-xs-11 {
    flex-basis: 274px;
    margin-left: 12px;
  }
  .col-xs-12 {
    flex-basis: 300px;
  }
  .col-xs-offset-1:first-child {
    margin-left: 8.333333333333334%;
  }
  .col-xs-offset-2:first-child {
    margin-left: 16.666666666666668%;
  }
  .col-xs-offset-3:first-child {
    margin-left: 25%;
  }
  .col-xs-offset-4:first-child {
    margin-left: 33.333333333333336%;
  }
  .col-xs-offset-5:first-child {
    margin-left: 41.66666666666667%;
  }
  .col-xs-offset-6:first-child {
    margin-left: 50%;
  }
  .col-xs-offset-7:first-child {
    margin-left: 58.333333333333336%;
  }
  .col-xs-offset-8:first-child {
    margin-left: 66.66666666666667%;
  }
  .col-xs-offset-9:first-child {
    margin-left: 75%;
  }
  .col-xs-offset-10:first-child {
    margin-left: 83.33333333333334%;
  }
  .col-xs-offset-11:first-child {
    margin-left: 91.66666666666667%;
  }
  .col-xs-push-1 {
    margin-left: 8.333333333333334% !important;
  }
  .col-xs-push-2 {
    margin-left: 16.666666666666668% !important;
  }
  .col-xs-push-3 {
    margin-left: 25% !important;
  }
  .col-xs-push-4 {
    margin-left: 33.333333333333336% !important;
  }
  .col-xs-push-5 {
    margin-left: 41.66666666666667% !important;
  }
  .col-xs-push-6 {
    margin-left: 50% !important;
  }
  .col-xs-push-7 {
    margin-left: 58.333333333333336% !important;
  }
  .col-xs-push-8 {
    margin-left: 66.66666666666667% !important;
  }
  .col-xs-push-9 {
    margin-left: 75% !important;
  }
  .col-xs-push-10 {
    margin-left: 83.33333333333334% !important;
  }
  .col-xs-push-11 {
    margin-left: 91.66666666666667% !important;
  }
  .col-xs-pull-1 {
    margin-right: 8.333333333333334% !important;
  }
  .col-xs-pull-2 {
    margin-right: 16.666666666666668% !important;
  }
  .col-xs-pull-3 {
    margin-right: 25% !important;
  }
  .col-xs-pull-4 {
    margin-right: 33.333333333333336% !important;
  }
  .col-xs-pull-5 {
    margin-right: 41.66666666666667% !important;
  }
  .col-xs-pull-6 {
    margin-right: 50% !important;
  }
  .col-xs-pull-7 {
    margin-right: 58.333333333333336% !important;
  }
  .col-xs-pull-8 {
    margin-right: 66.66666666666667% !important;
  }
  .col-xs-pull-9 {
    margin-right: 75% !important;
  }
  .col-xs-pull-10 {
    margin-right: 83.33333333333334% !important;
  }
  .col-xs-pull-11 {
    margin-right: 91.66666666666667% !important;
  }
}
@media only screen and (max-width: 599px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .show-xs.inline-block {
    display: inline-block !important;
  }
  .show-xs.inline {
    display: inline !important;
  }
}
@media (min-width: 600px) {
  .row {
    margin: 0 8px;
  }
  .container {
    margin: 0 auto;
    width: 600px;
  }
  .col-sm-1 {
    flex-basis: 34px;
    margin-left: 16px;
  }
  .col-sm-2 {
    flex-basis: 84px;
    margin-left: 16px;
  }
  .col-sm-3 {
    flex-basis: 134px;
    margin-left: 16px;
  }
  .col-sm-4 {
    flex-basis: 184px;
    margin-left: 16px;
  }
  .col-sm-5 {
    flex-basis: 234px;
    margin-left: 16px;
  }
  .col-sm-6 {
    flex-basis: 284px;
    margin-left: 16px;
  }
  .col-sm-7 {
    flex-basis: 334px;
    margin-left: 16px;
  }
  .col-sm-8 {
    flex-basis: 384px;
    margin-left: 16px;
  }
  .col-sm-9 {
    flex-basis: 434px;
    margin-left: 16px;
  }
  .col-sm-10 {
    flex-basis: 484px;
    margin-left: 16px;
  }
  .col-sm-11 {
    flex-basis: 534px;
    margin-left: 16px;
  }
  .col-sm-12 {
    flex-basis: 584px;
  }
  .col-sm-offset-1:first-child {
    margin-left: 8.333333333333334%;
  }
  .col-sm-offset-2:first-child {
    margin-left: 16.666666666666668%;
  }
  .col-sm-offset-3:first-child {
    margin-left: 25%;
  }
  .col-sm-offset-4:first-child {
    margin-left: 33.333333333333336%;
  }
  .col-sm-offset-5:first-child {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6:first-child {
    margin-left: 50%;
  }
  .col-sm-offset-7:first-child {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8:first-child {
    margin-left: 66.66666666666667%;
  }
  .col-sm-offset-9:first-child {
    margin-left: 75%;
  }
  .col-sm-offset-10:first-child {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11:first-child {
    margin-left: 91.66666666666667%;
  }
  .col-sm-push-1 {
    margin-left: 8.333333333333334% !important;
  }
  .col-sm-push-2 {
    margin-left: 16.666666666666668% !important;
  }
  .col-sm-push-3 {
    margin-left: 25% !important;
  }
  .col-sm-push-4 {
    margin-left: 33.333333333333336% !important;
  }
  .col-sm-push-5 {
    margin-left: 41.66666666666667% !important;
  }
  .col-sm-push-6 {
    margin-left: 50% !important;
  }
  .col-sm-push-7 {
    margin-left: 58.333333333333336% !important;
  }
  .col-sm-push-8 {
    margin-left: 66.66666666666667% !important;
  }
  .col-sm-push-9 {
    margin-left: 75% !important;
  }
  .col-sm-push-10 {
    margin-left: 83.33333333333334% !important;
  }
  .col-sm-push-11 {
    margin-left: 91.66666666666667% !important;
  }
  .col-sm-pull-1 {
    margin-right: 8.333333333333334% !important;
  }
  .col-sm-pull-2 {
    margin-right: 16.666666666666668% !important;
  }
  .col-sm-pull-3 {
    margin-right: 25% !important;
  }
  .col-sm-pull-4 {
    margin-right: 33.333333333333336% !important;
  }
  .col-sm-pull-5 {
    margin-right: 41.66666666666667% !important;
  }
  .col-sm-pull-6 {
    margin-right: 50% !important;
  }
  .col-sm-pull-7 {
    margin-right: 58.333333333333336% !important;
  }
  .col-sm-pull-8 {
    margin-right: 66.66666666666667% !important;
  }
  .col-sm-pull-9 {
    margin-right: 75% !important;
  }
  .col-sm-pull-10 {
    margin-right: 83.33333333333334% !important;
  }
  .col-sm-pull-11 {
    margin-right: 91.66666666666667% !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .show-sm.inline-block {
    display: inline-block !important;
  }
  .show-sm.inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .row {
    margin: 0 10px;
  }
  .container {
    margin: 0 auto;
    width: 768px;
  }
  .col-md-1 {
    flex-basis: 44px;
    margin-left: 20px;
  }
  .col-md-2 {
    flex-basis: 108px;
    margin-left: 20px;
  }
  .col-md-3 {
    flex-basis: 172px;
    margin-left: 20px;
  }
  .col-md-4 {
    flex-basis: 236px;
    margin-left: 20px;
  }
  .col-md-5 {
    flex-basis: 300px;
    margin-left: 20px;
  }
  .col-md-6 {
    flex-basis: 364px;
    margin-left: 20px;
  }
  .col-md-7 {
    flex-basis: 428px;
    margin-left: 20px;
  }
  .col-md-8 {
    flex-basis: 492px;
    margin-left: 20px;
  }
  .col-md-9 {
    flex-basis: 556px;
    margin-left: 20px;
  }
  .col-md-10 {
    flex-basis: 620px;
    margin-left: 20px;
  }
  .col-md-11 {
    flex-basis: 684px;
    margin-left: 20px;
  }
  .col-md-12 {
    flex-basis: 748px;
  }
  .col-md-offset-1:first-child {
    margin-left: 8.333333333333334%;
  }
  .col-md-offset-2:first-child {
    margin-left: 16.666666666666668%;
  }
  .col-md-offset-3:first-child {
    margin-left: 25%;
  }
  .col-md-offset-4:first-child {
    margin-left: 33.333333333333336%;
  }
  .col-md-offset-5:first-child {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6:first-child {
    margin-left: 50%;
  }
  .col-md-offset-7:first-child {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8:first-child {
    margin-left: 66.66666666666667%;
  }
  .col-md-offset-9:first-child {
    margin-left: 75%;
  }
  .col-md-offset-10:first-child {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11:first-child {
    margin-left: 91.66666666666667%;
  }
  .col-md-push-1 {
    margin-left: 8.333333333333334% !important;
  }
  .col-md-push-2 {
    margin-left: 16.666666666666668% !important;
  }
  .col-md-push-3 {
    margin-left: 25% !important;
  }
  .col-md-push-4 {
    margin-left: 33.333333333333336% !important;
  }
  .col-md-push-5 {
    margin-left: 41.66666666666667% !important;
  }
  .col-md-push-6 {
    margin-left: 50% !important;
  }
  .col-md-push-7 {
    margin-left: 58.333333333333336% !important;
  }
  .col-md-push-8 {
    margin-left: 66.66666666666667% !important;
  }
  .col-md-push-9 {
    margin-left: 75% !important;
  }
  .col-md-push-10 {
    margin-left: 83.33333333333334% !important;
  }
  .col-md-push-11 {
    margin-left: 91.66666666666667% !important;
  }
  .col-md-pull-1 {
    margin-right: 8.333333333333334% !important;
  }
  .col-md-pull-2 {
    margin-right: 16.666666666666668% !important;
  }
  .col-md-pull-3 {
    margin-right: 25% !important;
  }
  .col-md-pull-4 {
    margin-right: 33.333333333333336% !important;
  }
  .col-md-pull-5 {
    margin-right: 41.66666666666667% !important;
  }
  .col-md-pull-6 {
    margin-right: 50% !important;
  }
  .col-md-pull-7 {
    margin-right: 58.333333333333336% !important;
  }
  .col-md-pull-8 {
    margin-right: 66.66666666666667% !important;
  }
  .col-md-pull-9 {
    margin-right: 75% !important;
  }
  .col-md-pull-10 {
    margin-right: 83.33333333333334% !important;
  }
  .col-md-pull-11 {
    margin-right: 91.66666666666667% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .show-md.inline-block {
    display: inline-block !important;
  }
  .show-md.inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .row {
    margin: 0 12px;
  }
  .container {
    margin: 0 auto;
    width: 1024px;
  }
  .col-lg-1 {
    flex-basis: 65px;
    margin-left: 20px;
  }
  .col-lg-2 {
    flex-basis: 150px;
    margin-left: 20px;
  }
  .col-lg-3 {
    flex-basis: 235px;
    margin-left: 20px;
  }
  .col-lg-4 {
    flex-basis: 320px;
    margin-left: 20px;
  }
  .col-lg-5 {
    flex-basis: 405px;
    margin-left: 20px;
  }
  .col-lg-6 {
    flex-basis: 490px;
    margin-left: 20px;
  }
  .col-lg-7 {
    flex-basis: 575px;
    margin-left: 20px;
  }
  .col-lg-8 {
    flex-basis: 660px;
    margin-left: 20px;
  }
  .col-lg-9 {
    flex-basis: 745px;
    margin-left: 20px;
  }
  .col-lg-10 {
    flex-basis: 830px;
    margin-left: 20px;
  }
  .col-lg-11 {
    flex-basis: 915px;
    margin-left: 20px;
  }
  .col-lg-12 {
    flex-basis: 1000px;
  }
  .col-lg-offset-1:first-child {
    margin-left: 8.333333333333334%;
  }
  .col-lg-offset-2:first-child {
    margin-left: 16.666666666666668%;
  }
  .col-lg-offset-3:first-child {
    margin-left: 25%;
  }
  .col-lg-offset-4:first-child {
    margin-left: 33.333333333333336%;
  }
  .col-lg-offset-5:first-child {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6:first-child {
    margin-left: 50%;
  }
  .col-lg-offset-7:first-child {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8:first-child {
    margin-left: 66.66666666666667%;
  }
  .col-lg-offset-9:first-child {
    margin-left: 75%;
  }
  .col-lg-offset-10:first-child {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11:first-child {
    margin-left: 91.66666666666667%;
  }
  .col-lg-push-1 {
    margin-left: 8.333333333333334% !important;
  }
  .col-lg-push-2 {
    margin-left: 16.666666666666668% !important;
  }
  .col-lg-push-3 {
    margin-left: 25% !important;
  }
  .col-lg-push-4 {
    margin-left: 33.333333333333336% !important;
  }
  .col-lg-push-5 {
    margin-left: 41.66666666666667% !important;
  }
  .col-lg-push-6 {
    margin-left: 50% !important;
  }
  .col-lg-push-7 {
    margin-left: 58.333333333333336% !important;
  }
  .col-lg-push-8 {
    margin-left: 66.66666666666667% !important;
  }
  .col-lg-push-9 {
    margin-left: 75% !important;
  }
  .col-lg-push-10 {
    margin-left: 83.33333333333334% !important;
  }
  .col-lg-push-11 {
    margin-left: 91.66666666666667% !important;
  }
  .col-lg-pull-1 {
    margin-right: 8.333333333333334% !important;
  }
  .col-lg-pull-2 {
    margin-right: 16.666666666666668% !important;
  }
  .col-lg-pull-3 {
    margin-right: 25% !important;
  }
  .col-lg-pull-4 {
    margin-right: 33.333333333333336% !important;
  }
  .col-lg-pull-5 {
    margin-right: 41.66666666666667% !important;
  }
  .col-lg-pull-6 {
    margin-right: 50% !important;
  }
  .col-lg-pull-7 {
    margin-right: 58.333333333333336% !important;
  }
  .col-lg-pull-8 {
    margin-right: 66.66666666666667% !important;
  }
  .col-lg-pull-9 {
    margin-right: 75% !important;
  }
  .col-lg-pull-10 {
    margin-right: 83.33333333333334% !important;
  }
  .col-lg-pull-11 {
    margin-right: 91.66666666666667% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .show-lg.inline-block {
    display: inline-block !important;
  }
  .show-lg.inline {
    display: inline !important;
  }
}
@media (min-width: 1252px) {
  .row {
    margin: 0 0px;
  }
  .container {
    margin: 0 auto;
    width: 1252px;
  }
  .col-xl-1 {
    flex-basis: 86px;
    margin-left: 20px;
  }
  .col-xl-2 {
    flex-basis: 192px;
    margin-left: 20px;
  }
  .col-xl-3 {
    flex-basis: 298px;
    margin-left: 20px;
  }
  .col-xl-4 {
    flex-basis: 404px;
    margin-left: 20px;
  }
  .col-xl-5 {
    flex-basis: 510px;
    margin-left: 20px;
  }
  .col-xl-6 {
    flex-basis: 616px;
    margin-left: 20px;
  }
  .col-xl-7 {
    flex-basis: 722px;
    margin-left: 20px;
  }
  .col-xl-8 {
    flex-basis: 828px;
    margin-left: 20px;
  }
  .col-xl-9 {
    flex-basis: 934px;
    margin-left: 20px;
  }
  .col-xl-10 {
    flex-basis: 1040px;
    margin-left: 20px;
  }
  .col-xl-11 {
    flex-basis: 1146px;
    margin-left: 20px;
  }
  .col-xl-12 {
    flex-basis: 1252px;
  }
  .col-xl-offset-1:first-child {
    margin-left: 8.333333333333334%;
  }
  .col-xl-offset-2:first-child {
    margin-left: 16.666666666666668%;
  }
  .col-xl-offset-3:first-child {
    margin-left: 25%;
  }
  .col-xl-offset-4:first-child {
    margin-left: 33.333333333333336%;
  }
  .col-xl-offset-5:first-child {
    margin-left: 41.66666666666667%;
  }
  .col-xl-offset-6:first-child {
    margin-left: 50%;
  }
  .col-xl-offset-7:first-child {
    margin-left: 58.333333333333336%;
  }
  .col-xl-offset-8:first-child {
    margin-left: 66.66666666666667%;
  }
  .col-xl-offset-9:first-child {
    margin-left: 75%;
  }
  .col-xl-offset-10:first-child {
    margin-left: 83.33333333333334%;
  }
  .col-xl-offset-11:first-child {
    margin-left: 91.66666666666667%;
  }
  .col-xl-push-1 {
    margin-left: 8.333333333333334% !important;
  }
  .col-xl-push-2 {
    margin-left: 16.666666666666668% !important;
  }
  .col-xl-push-3 {
    margin-left: 25% !important;
  }
  .col-xl-push-4 {
    margin-left: 33.333333333333336% !important;
  }
  .col-xl-push-5 {
    margin-left: 41.66666666666667% !important;
  }
  .col-xl-push-6 {
    margin-left: 50% !important;
  }
  .col-xl-push-7 {
    margin-left: 58.333333333333336% !important;
  }
  .col-xl-push-8 {
    margin-left: 66.66666666666667% !important;
  }
  .col-xl-push-9 {
    margin-left: 75% !important;
  }
  .col-xl-push-10 {
    margin-left: 83.33333333333334% !important;
  }
  .col-xl-push-11 {
    margin-left: 91.66666666666667% !important;
  }
  .col-xl-pull-1 {
    margin-right: 8.333333333333334% !important;
  }
  .col-xl-pull-2 {
    margin-right: 16.666666666666668% !important;
  }
  .col-xl-pull-3 {
    margin-right: 25% !important;
  }
  .col-xl-pull-4 {
    margin-right: 33.333333333333336% !important;
  }
  .col-xl-pull-5 {
    margin-right: 41.66666666666667% !important;
  }
  .col-xl-pull-6 {
    margin-right: 50% !important;
  }
  .col-xl-pull-7 {
    margin-right: 58.333333333333336% !important;
  }
  .col-xl-pull-8 {
    margin-right: 66.66666666666667% !important;
  }
  .col-xl-pull-9 {
    margin-right: 75% !important;
  }
  .col-xl-pull-10 {
    margin-right: 83.33333333333334% !important;
  }
  .col-xl-pull-11 {
    margin-right: 91.66666666666667% !important;
  }
}
@media only screen and (min-width: 1252px) {
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
  .show-xl.inline-block {
    display: inline-block !important;
  }
  .show-xl.inline {
    display: inline !important;
  }
}
.full-width,
.fluid-width {
  width: 100%;
}
/* mising with fallback for responsive fonts */
.actors {
  background: none;
  position: relative;
  padding-bottom: 10px;
  background-position: center center; /*common styles if the header has a bg */
  background-size: cover;
}
.actors:after {
  background-color: #000;
  background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,0.1));
  background-size: 3px 3px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.actors:after.icon-building-filled {
  margin-left: 3px;
}
.actors__button {
  z-index: 10;
}
.actors__icon {
  width: 100%;
  z-index: 3;
}
.actors__container {
  width: 100%;
  z-index: 3;
}
.actors__list {
  text-align: center;
  z-index: 3;
}
.actors__list__keynote {
  width: 100%;
}
.actors__actor-desc {
  display: none;
}
.actors__actor {
  display: inline-block;
  vertical-align: top;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 170px;
/*responsive behaviur of the actor block on xs sm md lg */
}
@media only screen and (min-width: 320px) {
  .actors__actor {
    width: 27%;
  }
}
@media only screen and (min-width: 600px) {
  .actors__actor {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .actors__actor {
    width: 15%;
  }
}
@media only screen and (min-width: 1024px) {
  .actors__actor {
    margin-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
    width: 10%;
  }
}
.actors__actor-img,
.actors__actor-label {
  display: block;
}
.actors__actor-img {
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
  border: 2.5px solid #80d9ff;
  width: calc(100% - 5px);
/* responsive behaviur of the actor__img block on md and sm*/
}
@media only screen and (min-width: 600px) {
  .actors__actor-img {
    border: 5px solid #80d9ff;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .actors__actor-img {
    border: 10px solid #80d9ff;
    width: calc(100% - 20px);
  }
}
.actors__actor-name,
.actors__actor-title {
  max-width: 192px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.actors__actor-title {
  color: #bbb;
  display: block;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
.actors--event-speakers {
  background-image: url("/img/bg/reboot-sf-2014@1x.jpg");
}
.actors--advisors {
  background-image: url("/img/bg/reboot-advisors-2014@1x.jpg");
}
.actors--founders {
  background-image: url("/img/bg/founders@1x.jpg");
}
.actors--lincoln-awards {
  background-image: url("/img/bg/abraham_lincoln@1x.jpg");
}
.actors--lincoln-awards .actors__actor-desc {
  display: none;
}
.apps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.apps__item {
  flex: 1;
  flex-basis: 128px;
  max-width: 128px;
  margin: 10px 20px;
}
.apps__title {
  color: #393836;
  display: block;
  font-size: 36px;
  font-family: 'Montserrat';
  margin: 0 auto;
  text-transform: uppercase;
}
.campaing {
  margin: 20px 0;
  padding: 35px 0;
}
/* base styles out of every block */
/* this is the base font and here we are going to scale all the site fonts this will produce a zoom effect */
* {
  box-sizing: border-box;
}
html {
  font-size: 50%;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 65%;
  }
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 83%;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 95%;
  }
}
@media only screen and (min-width: 1252px) {
  html {
    font-size: 100%;
  }
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-smoothing: antialiased;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
h2 {
  font-family: 'American Typewriter';
}
img {
  width: 100%;
  height: auto;
}
.section {
  padding: 35px 0;
  margin-bottom: 20px;
}
.section h1 {
  font-size: 36px; /* add PX (or original value) as backup */
  font-size: 2.25rem;
  margin: 0 auto;
}
.section h3 {
  font-size: 24px; /* add PX (or original value) as backup */
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.section h2 {
  font-size: 36px; /* add PX (or original value) as backup */
  font-size: 2.25rem; /* Needs to be changed */
  font-weight: 600;
  text-transform: none;
  font-family: 'American Typewriter';
}
.section-info h4 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.section-info h4 + p {
  margin-top: 0;
}
a {
  color: #009399;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.italic {
  font-style: italic;
}
.bg-white {
  background-color: #fff;
}
.icon path {
  fill: #4a555e;
}
header svg path {
  fill: #fff;
}
.youtube {
  max-width: 640px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
  margin: 10px 0;
}
.youtube--wide-ratio {
  padding-bottom: 38.25%;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-sponsor__img {
  width: auto;
  margin: 5px 20px;
}
.wp-blog-post img {
  width: auto;
}
.wp-blog-post a {
  display: block;
}
.reboot-blue {
  color: #40a2e5;
}
.button {
  background-color: #edb723;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 30px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 320px;
  border: 0;
  cursor: pointer;
}
.button--md {
  max-width: 300px;
  min-width: 150px;
  width: auto;
}
.button--livestream {
  padding: 10px 20px;
  width: 160px;
  height: 40px;
  line-height: 15px;
  border-radius: 0px;
  margin-top: 10px;
}
.button:hover {
  background-color: #edb723;
}
.button--white {
  background-color: #fff;
  color: #393836;
}
.button--white:hover {
  background-color: #80d9ff;
  color: #fff;
}
.button--dark-blue {
  background-color: #2375ad;
}
.button--dark-blue:hover {
  background-color: #2375ad;
}
.button--teal {
  background-color: #318d9b;
}
.button--teal:hover {
  background-color: #318d9b;
}
.button--yellow {
  color: #fff;
  background-color: #edb723;
}
.button--yellow:hover {
  background-color: #edb723;
}
.button--transparent {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.button--transparent--white {
  color: #fff;
  border: 2px solid #fff;
}
.button--transparent--white:hover {
  background-color: transparent;
}
.button--transparent--teal {
  color: #68b7ec;
  border: 2px solid #68b7ec;
}
.button--transparent--teal:hover {
  background-color: transparent;
}
.button--event {
  height: auto;
  max-width: 250px;
}
.button--block {
  display: block;
}
.divider {
  height: 4px;
  background-color: #f5f6f7;
  position: relative;
}
.divider__icon {
  width: 100px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.divider__icon--question-mark:after {
  position: absolute;
  margin: 0 auto;
  left: 32px;
  top: -18px;
  content: url("../img/icons/question-mark-circle.png");
}
.donate-box {
  margin-top: 60px;
  margin-left: -20px;
  position: relative;
  height: 60px;
  display: block;
}
.donate-box__icon {
  background-color: #018388;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  left: 0;
}
.donate-box__icon span {
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
}
.donate-box__content {
  background-color: #009399;
  height: 60px;
  width: 170px;
  display: inline-block;
  padding: 10px 12px;
  position: absolute;
  left: 60px;
}
.donate-box__content p {
  color: #fff;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
  font-size: 13px;
}
.donate-box__content span {
  font-weight: 600;
}
#anedot-donation-widget {
  min-height: 600px;
  width: 100%;
  margin-top: 40px;
}
.donation-box {
  padding: 40px;
  margin: 30px 0;
}
.donation-box__text {
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin: 0;
}
.donation-box--teal {
  background-color: #168e91;
}
.donation-box--teal img {
  height: 150px;
  width: auto;
}
.donation-box--light-teal {
  background-color: #009399;
}
.donation-box--blue {
  background-color: #5278b7;
  text-align: center;
  padding: 30px 20px;
}
.donation-box--blue img {
  margin: 20px 40px;
}
@media (max-width: 600px) {
  .donation-box--teal img {
    height: 130px !important;
  }
}
.eventbrite {
  max-width: 100%;
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
  margin: 10px 0;
}
.eventbrite__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  margin-bottom: 20px;
  position: relative;
  min-height: calc(100vh - 80px);
  background-position: center center; /*common styles if the header has a bg */
  background-size: cover;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
}
.header .row {
  display: table-row;
}
.header--home {
  background-image: url("/img/weird.jpg");
}
.header--home:after {
  content: "";
  background-image: linear-gradient(#78bbf4, #5095d0);
  opacity: 0.7;
}
.header--reboot-2018 {
  background-image: url("../img/events/reboot-2018/LincolnSF2018-web-landing-FINAL-v2.png");
}
.header--forecast {
  background-image: url("../img/events/forecast-2016/bg.jpg");
}
.header--contact {
  background-image: url("../img/bg/dc-street-capitol@2x.jpg");
}
.header--get-involved {
  background-image: url("/img/involve/6P1A1648.jpg");
}
.header--viewpoint-diversity {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/img/bg/blockchain-ledger.jpg");
  background-position: top center;
  min-height: calc(60vh - 80px);
}
.header--congress-recap {
  background-image: url("../img/headers/large/congress_in_session.jpg");
}
.header--donation {
  background-image: url("../img/donate/header.png");
  background-position: 0 0;
}
.header--deployed {
  background-image: url("../img/headers/deployed.png");
}
.header--congress-recap:after {
  background-image: linear-gradient(#cf4e4e, #2a4a63 60%);
  opacity: 0.35;
}
.header--live-event {
  background-image: url("../img/headers/gop_debate.jpg");
  padding: 60px 0;
  max-height: 300px;
  min-height: 200px;
}
.header--live-event:after {
  background-image: linear-gradient(#cf4e4e, #2a4a63 60%);
  opacity: 0.35;
}
.header--reboot-sf {
  background-image: url("/img/sf-bg.jpg");
  background-repeat: no-repeat;
  min-height: calc(100vh - 50px);
}
.header--reboot-sf:after {
  background-image: linear-gradient(#2a4a63, #2a4a63 60%);
}
.header--reboot-congress-2016 {
  background-image: url("/img/events/reboot-2016/header.png");
  background-repeat: no-repeat;
}
.header--reboot-congress-2016 h2,
.header--reboot-congress-2016 h3 {
  font-family: 'Lato', sans-serif;
}
.header--reboot-congress-2017 {
  background-image: url("/img/events/reboot-congress/stock1.jpg");
  background-repeat: no-repeat;
}
.header--man-vs-machine {
  background-image: url("/img/events/man-vs-machine/header2.png");
  background-repeat: no-repeat;
}
.header--reboot-congress-2017 {
  background-image: url("/img/events/reboot-congress/capital3.png");
  background-repeat: no-repeat;
}
.header--reboot-congress-2017-1 {
  background-image: url("/img/events/reboot-congress/capital1.png");
  background-repeat: no-repeat;
}
.header--reboot-congress-2017-2 {
  background-image: url("/img/events/reboot-congress/capital2.png");
  background-repeat: no-repeat;
}
.header--autopilot {
  background-image: url("/img/events/auto_pilot/bg.png");
  background-repeat: no-repeat;
}
.header--justice-reform {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("/img/events/justice-reform/header2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header--futurework {
  background-image: url("/img/events/future-of-work/automation_wordpress.png");
  background-repeat: no-repeat;
  background-position: left;
}
.header--make-tech-great-again {
  background-image: url("/img/events/tech-great/bg.png");
  background-repeat: no-repeat;
}
.header--blockhack {
  background-image: url("/img/bg/blockchain-ledger.jpg");
  background-repeat: no-repeat;
}
.header--hillsdk-launch-party {
  background-image: url("/img/events/hillsdk-launch-party.jpg");
  background-repeat: no-repeat;
}
.header--viewpoint-diversity-reception {
  background-image: url("/img/events/viewpoint-diversity/header.png");
  background-repeat: no-repeat;
}
.header--innovation-policy-day {
  background-image: url("/img/events/innovation-policy-day.jpg");
  background-repeat: no-repeat;
}
.header--expanding-opportunity {
  background-image: url("/img/bg/expanding-opportunity2.png");
  background-repeat: no-repeat;
}
.header--sxsw {
  background-image: url("/img/events/sxsw/bg.png");
  background-repeat: no-repeat;
}
.header--tech-trump {
  background-image: url("/img/events/tech-trump/bg_dark.png");
  background-repeat: no-repeat;
}
.header--state-of-startup-lv {
  background-image: url("/img/las-vegas.jpg");
  background-repeat: no-repeat;
  min-height: calc(100vh - 50px);
}
.header--state-of-startup-lv:after {
  background-image: linear-gradient(#2a4a63, #2a4a63 60%);
}
.header--digital-campaign-guide {
  background-image: url("/img/bg/digital-campaign-guide.jpg");
}
.header--digital-campaign-guide:after {
  background-image: linear-gradient(#2a4a63, #2a4a63 60%);
}
.header--patent-reform {
  background-image: url("/img/patent.jpg");
}
.header--patent-reform:after {
  background-image: linear-gradient(#000, #2a4a63 60%);
}
.header--ms-campaign-tools {
  background-image: url("/img/papers/microsoft-logo-brand-building-sign.jpg");
}
.header--ms-campaign-tools:after {
  background-image: linear-gradient(#000, #2a4a63 60%);
}
.header--lincoln-awards {
  background-image: url("/img/bg/nikola_tesla_lightning.jpg");
}
.header--lincoln-awards:after {
  background-image: linear-gradient(#000, #2a4a63 60%);
}
.header svg {
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.75));
}
.header--gradient:after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.75;
}
.header__subtitle {
  margin: 25px auto;
  letter-spacing: 1.2px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
.header__subtitle-close {
  margin-top: -20px;
}
.header__content {
  color: #fff;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 2;
}
.header__content--get-involved {
  padding: 70px 0;
}
.header__content--middle {
  display: table-cell;
  vertical-align: middle;
}
.header__logo {
  display: block;
  width: 100%;
}
.header__logo--home {
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.header__logo--home img {
  width: 50%;
}
.header__logo svg,
.header__logo img {
  width: 70%;
  max-width: 600px;
}
.header__logo-label {
  font-size: 28px; /* add PX (or original value) as backup */
  font-size: 1.75rem;
  margin: 20px 0;
}
.header__title {
  font-size: 36px; /* add PX (or original value) as backup */
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
.header__title--home {
  margin: 60px 0;
}
.header__title--contact {
  margin-top: 100px;
}
.header__title--live-event {
  color: #000;
  text-shadow: none;
}
.header--main-event {
  padding: 40px 0;
  max-height: 350px;
  min-height: 0;
}
.header h6 {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
  text-transform: uppercase;
}
.header h3 {
  font-size: 36px;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
  margin-bottom: 30px;
}
.header__description {
  margin-bottom: 30px;
}
.header__description p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
.header__logo-media {
  display: inline-block;
  margin-bottom: 40px;
}
.header__logo-media--center {
  margin: 0 14px;
}
.header__now-boarding--miami {
  background-image: url("/img/events/now-boarding/miami_bg.jpg");
}
.header__now-boarding--philly {
  background-image: url("/img/events/now-boarding/philly_bg-dark.png");
}
.icon {
  background-color: #80d9ff;
  border-radius: 64px;
  color: #fff;
  display: block;
  height: 64px;
  height: 4rem;
  width: 4rem;
  line-height: 60px;
  margin: 0 auto 20px;
  margin-top: 30px;
  position: relative;
}
.icon__inner {
  position: absolute;
  font-size: 32px; /* add PX (or original value) as backup */
  font-size: 2rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iconInfo {
  font-size: 36px; /* add PX (or original value) as backup */
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: none;
}
.iconInfo--white {
  color: #fff;
}
.iconDivider {
  background-color: #80d9ff;
  height: 2px;
  margin: 10px auto 40px;
  width: 25%;
}
#mc_embed_signup,
#mc-embedded-subscribe-form,
#mc_embed_signup_scroll {
  margin: 0 auto;
  max-width: 320px;
}
.modal-box {
  margin: 0 auto;
  max-width: 320px;
}
.modal-box--singup {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  z-index: 1001;
}
.modal-box__subtitle {
  text-align: center;
}
.modal-box__text-field {
  box-sizing: border-box;
  display: block;
  margin: 10px 0;
  padding: 10px;
  outline: 0;
  width: 320px;
}
.modal-box__close-btn {
  color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
}
p {
  margin-top: 40px;
  color: #777;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-weight: 400;
  line-height: 26.55px;
}
.intro {
  color: #000;
  margin: 40px 0;
}
.row {
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section-event-map .map-location-container {
    flex-basis: 20%;
    margin-bottom: 0;
    position: relative;
  }
  .section-event-map .map-container {
    flex-basis: 80%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-day-title {
    display: block;
    margin: 20px auto 0;
    padding-left: 0;
    text-align: center;
    width: 60%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item {
    padding-left: 160px;
    padding-right: 0;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item:after {
    left: 136px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot {
    left: 130px;
  }
  .section-event-sponsors .row .logo-sponsor {
    display: inline-block;
    margin: 0 20px 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 12px 0;
  }
  #event-office-hours-img:before {
    background-image: url("/img/bg/office-hours@2x.jpg");
    background-position: center center;
  }
  #event-office-hours-content {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #event-header-reboot-congress {
    padding-top: 40px;
  }
  #event-header-reboot-congress:before {
    background-image: url("../img/headers/large/congress_in_session.jpg");
  }
  #event-header-reboot-congress .row-sponsor + .row-sponsor {
    margin-top: 20px;
  }
  #event-header-reboot-congress .event-header-content .event-header-logo {
    margin-top: 100px;
  }
  #event-header-reboot-congress .event-header-content .event-header-location {
    margin: 50px auto;
  }
  .section-event-speakers .event-speakers .event-speaker {
    margin-bottom: 40px;
  }
  #event-speakers-reboot-congress {
    min-height: 500px;
  }
  #event-speakers-reboot-congress .actors-container .actor .actor-desc {
    display: none;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item {
    padding-left: 160px;
    padding-right: 160px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item:after {
    left: 136px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot {
    left: 130px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time {
    display: block;
    margin-bottom: -19px;
    margin-left: -180px;
    width: 140px;
    text-align: right;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-title {
    margin-top: 2px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-speaker {
    margin-top: 0;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-subtitle {
    margin-top: 3px;
  }
  .section-event-sponsors .row .logo-sponsor {
    display: inline-block;
    margin: 0 12px 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 24px 0 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  .btn + .btn {
    margin-left: 15px;
  }
  #event-header-reboot-congress {
    padding-top: 40px;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 auto 20px;
  }
  .section-event-speakers {
    padding-bottom: 10px;
  }
}
.section > .row > .event-header-container {
  margin-top: -35px;
}
.schedule__day {
  background-color: #fff;
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  .schedule__day {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__day {
    flex-basis: 100%;
  }
}
.schedule__speaker {
  margin: 2px 0;
}
.schedule__day-title {
  margin-bottom: 0;
  margin-top: 80px;
  padding-left: 40px;
  text-align: left;
  text-transform: uppercase;
}
.schedule__item {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  position: relative;
  text-align: left;
}
.schedule__item-mod {
  color: #777;
}
.schedule__item:after {
  background-color: #51b8f2;
  content: '';
  height: 100%;
  left: 16px;
  position: absolute;
  top: 36px;
  width: 6px;
}
.schedule__item--last {
  margin-bottom: 20px;
  padding: 0;
}
.schedule__item--last:after {
  display: none;
}
.schedule__item-time {
  font-weight: 800;
}
.schedule__item-title {
  color: #51b8f2;
  margin-bottom: 0;
  margin-top: 2px;
  text-transform: uppercase;
}
.schedule__item-item-subtitle {
  margin-top: 20px;
}
.schedule__item-panel-desc {
  line-height: 21px;
  margin: 10px 0;
}
.schedule__item .event-schedule-item-time + .event-schedule-item-title margin-top 6px .event-schedule-speaker {
  display: block;
  margin: 0;
  margin-top: 6px;
}
.schedule__item .event-schedule-item-time + .event-schedule-item-title margin-top 6px .event-schedule-speaker + .event-schedule-item-time {
  display: block;
  margin-top: 20px;
}
.schedule__item .event-schedule-item-time + .event-schedule-item-title margin-top 6px .event-schedule-item-time + .event-schedule-item-subtitle {
  margin-top: 10px;
}
.schedule__item .event-schedule-item-time + .event-schedule-item-title margin-top 6px .event-schedule-speaker-talk {
  color: #999;
}
.schedule__dot {
  background-color: #fff;
  border: 4px solid #51b8f2;
  border-radius: 10px;
  display: block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 22px;
  width: 10px;
}
.schedule__dot--dark {
  background-color: #393836;
}
.section-event-sponsors .logo-sponsor {
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.section-event-sponsors .logo-sponsor.logo-csis {
  margin-left: -48px;
  width: 394px;
}
.section-event-sponsors .logo-sponsor svg g,
.section-event-sponsors .logo-sponsor svg path {
  fill: #f00 !important;
}
.row-sponsor + .row-sponsor .event-icon-container {
  margin-top: 40px;
}
.section-event-map {
  background-color: #393836;
  padding: 0;
}
.section-event-map .map-location-container {
  color: #fff;
  flex-basis: 100%;
  padding: 20px 0;
}
.section-event-map .map-location-container h2 {
  color: #fff;
}
.section-event-map .map-location-container a {
  color: #fff;
}
.section-event-map .map-location-container .map-location-title {
  margin-top: 20px;
}
.section-event-map .map-container {
  flex-basis: 100%;
  width: 100%;
}
#event-office-hours-img {
  background: none;
  height: 400px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
#event-office-hours-img:before {
  background-image: url("/img/bg/office-hours@1x.jpg");
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 111%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
#event-office-hours-img + #event-office-hours {
  margin-top: 0;
}
.section-event-register {
  padding-bottom: 0;
}
.section-event-register .widget-eventbrite iframe {
  height: 344px;
  margin-bottom: -40px;
}
section .section__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}
section .section__title--icon {
  text-transform: uppercase;
}
.section--whitepaper {
  padding: 60px 0;
}
.section--border-top {
  border-top: 1px solid #e2e5e6;
}
.section--gray {
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  section .section__title--icon {
    margin-top: -30px;
  }
}
.sponsor__link {
  margin: 0 20px;
  display: inline-block;
}
.sponsor__link img {
  width: auto;
}
.sponsor__logo {
  margin-bottom: 20px;
}
.section-event-tiles {
  margin-bottom: 20px;
  padding: 0;
}
.section-event-tiles + .section-event-tiles {
  margin-top: 0;
}
.tile {
  display: inline-block;
  flex: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6%;
}
.tile:after {
  background-image: url("/img/stroke.png");
  background-repeat: no-repeat;
  content: "";
  background-size: 100% 100%;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1439px) {
  .tile:after {
    background-image: none;
  }
}
.tile--abrams {
  background-image: linear-gradient(125deg, rgba(220,66,37,0.85), rgba(41,36,132,0.85)), url("/img/tout/boxes/chris_abrams_title_ii@2x.jpg");
}
.tile--digital-campaign-guide {
  background-image: linear-gradient(125deg, rgba(65,119,17,0.85), rgba(0,47,75,0.85)), url("/img/bg/digital-campaign-guide.jpg");
}
.tile--patent-reform {
  background-image: linear-gradient(125deg, rgba(211,131,18,0.85), rgba(65,119,17,0.85)), url("/img/patent.jpg");
}
.tile--fireside-chat {
  background-image: linear-gradient(125deg, rgba(211,131,18,0.85), rgba(65,119,17,0.85)), url("/img/tout/boxes/fireside_chat@2x.jpg");
}
.tile--title-ii-debate {
  background-image: linear-gradient(125deg, rgba(65,119,17,0.85), rgba(0,47,75,0.85)), url("/img/tout/boxes/title_ii_debate@2x.jpg");
}
.tile--conference01 {
  background-image: linear-gradient(125deg, rgba(42,74,99,0.85), rgba(220,66,37,0.85)), url("/img/tiles/conference01.jpg");
}
.tile--conference {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference01.jpg");
  background-blend-mode: initial;
}
.tile--conference2 {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference02.jpg");
  background-blend-mode: inital;
}
.tile--conference3 {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference03.jpg");
  background-blend-mode: inital;
}
.tile--conference4 {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference04.jpg");
  background-blend-mode: initial;
}
.tile--conference5 {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference05.jpg");
  background-blend-mode: initial;
}
.tile--conference6 {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference06.jpg");
  background-blend-mode: initial;
}
.tile--hackathon {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/hackathon.jpg");
  background-blend-mode: initial;
}
.tile--office-hours {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/office-hours.jpg");
  background-blend-mode: initial;
}
.tile--startup-alley {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/startup-alley.jpg");
  background-blend-mode: initial;
}
.tile--speed-networking {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/speed-networking.jpg");
  background-blend-mode: initial;
}
.tile__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 10px;
  font-weight: 500;
}
.tile__text {
  padding: 30px 30px 0px;
  color: #fff;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem; /*responsive font in em with fallback*/
  line-height: 16px;
  margin-top: 0;
  padding: 20px;
  text-align: left;
}
.tile__text--center {
  text-align: center;
}
.tile__text h1,
.tile__text h2,
.tile__text h3,
.tile__text h4,
.tile__text h5,
.tile__text h6 {
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .tile {
    width: 100%;
    flex: initial;
  }
  .tile:after {
    width: 94%;
    height: 94%;
  }
}
/* Vertical Accordion Style */
.va-container {
  position: relative;
}
.va-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.va-slice {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0px;
  overflow: hidden;
  padding: 0 20px;
}
.va-slice-1 {
  background-color: #009399;
}
.va-slice-2 {
  background-color: #13878a;
}
.va-slice-3 {
  background-color: #127b7e;
}
.va-slice-4 {
  background-color: #5278b7;
}
.va-slice-5 {
  background-color: #4a6da6;
}
.va-title {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 30px !important;
}
.va-content {
  display: none;
}
.va-slice p {
  font-size: 22px;
  font-style: italic;
  font-family: Georgia, serif;
}
.va-content table td {
  color: #fff;
  padding-bottom: 5px;
}
.va-content table td:nth-child(2) {
  padding-left: 30px;
  text-transform: uppercase;
}
.va-content table td a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .va-slice {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .va-slice {
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .va-slice {
    padding: 0 200px;
  }
}
@media only screen and (min-width: 1024px) {
  div.card {
    height: 750px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.card {
    height: 800px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  div.card {
    height: 700px;
  }
}
.card {
  border: 1px solid #d1d1d1;
  background-color: #ebebeb;
  height: 600px;
  margin-bottom: 20px;
}
.card__top {
  padding: 30px;
  background-color: #f9f9f9;
  position: relative;
}
.card__divider {
  color: #d1d1d1;
}
.card__title {
  font-size: 26px;
  font-weight: 300;
  color: #777;
}
.card__img {
  height: 45px;
  width: auto;
  margin-bottom: 20px;
}
.card__cta {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  font-size: 12px;
}
.card__bottom {
  padding: 30px;
  border-top: 1px solid #d1d1d1;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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%;
  font-size: 30px;
  font-size: 20px false;
  color: #fff false;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6) false;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff false;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  font-family: 'fontello';
  content: '\e811';
}
.carousel-control .icon-next:before {
  font-family: 'fontello';
  content: '\e812';
}
.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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff false;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6) false;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 600px) {
  .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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
ul.gallery li {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
  margin: 10px;
  cursor: pointer;
  position: relative;
}
ul.gallery .play-button {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.gallery-nav {
  list-style-type: none;
  margin: 20px auto 40px;
  padding: 0;
  overflow: hidden;
  width: 190px;
}
.gallery-nav__item {
  display: inline-block;
  padding: 10px 0;
  margin: 0 20px;
}
.gallery-nav__item a {
  color: #777;
}
.gallery-nav__item.active {
  border-bottom: 8px solid #edb723;
}
.required-field {
  line-height: normal;
  text-align: left;
}
.required-field span {
  margin-top: 5px;
  color: #f00;
}
section.mailing-form {
  padding: 20px;
}
section.mailing-form h1 {
  text-align: center;
  margin: 20px 0;
}
section.mailing-form form > div {
  margin-bottom: 20px;
}
section.mailing-form form input,
section.mailing-form form label {
  line-height: normal;
}
section.mailing-form label {
  display: block;
  text-align: left;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
section.mailing-form form input[type="text"],
section.mailing-form form input[type="email"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
section.mailing-form form input[type="submit"] {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .popup-dialog {
    min-width: 800px;
  }
}
@media (min-width: 768px) {
  .popup__lincoln-heads {
    height: 120px !important;
    display: block !important;
    margin: 40px auto !important;
  }
}
.popup-modal .popup-header {
  border-bottom: none !important;
  padding: 15px 15px 0 15px;
}
.popup-modal .popup-header .popup-close {
  color: #000;
  opacity: 1;
  font-size: 40px;
}
.popup-modal .popup-body {
  padding: 0px 15px 15px 15px;
}
.popup-modal .popup-body .popup__lincoln-heads {
  height: 80px;
  width: auto;
  display: inline-block;
  margin: 10px 15px;
}
.popup-modal .popup-body input {
  width: 100%;
  display: block;
  border: 2px solid #a6a69c;
  font-size: 14px;
  margin: 10px 0px;
  padding: 0px 12px;
  line-height: 14px;
  height: 48px;
}
.popup-modal .popup-body .popup-cta {
  border: none;
  max-width: 200px;
}
div.mce_inline_error {
  margin: 0px 0px 1em;
  padding: 5px 10px;
  background-color: #6b0505;
  z-index: 1;
  color: #fff;
  position: absolute;
}
input.mce_inline_error {
  border-color: #6b0505 !important;
}
.form__radio-field {
  display: inline-block;
  margin-right: 10px;
}
.form__radio-field input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.form__radio-field input[type="radio"],
.form__radio-field label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.form__radio-field input[type="radio"] + label:before {
  content: '';
  background: #fff;
  border: 2px solid #777;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 3px;
  margin-right: 10px;
  text-align: center;
}
.form__radio-field input[type="radio"]:checked + label:before {
  content: '\e818';
  font-family: 'fontello';
  background: #318d9b;
  color: #fff;
  font-size: 1.2rem;
}
.form__radio-field label {
  font-size: 1rem;
  font-weight: 400;
  color: #777;
}
.footer__msg {
  max-width: 500px;
}
.footer__msg p {
  margin: 10px 0;
  font-size: 0.9rem;
}
.footer__msg p.ok {
  color: #008000;
}
.footer__msg p.error {
  color: #f00;
}
.viewpoints__header {
  background-color: #009399;
  padding: 60px 0;
}
.viewpoints__header__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8rem;
}
.viewpoints__header__subtitle {
  color: #edb723;
  font-size: 1.5rem;
}
.viewpoints__header__cta {
  font-size: 1rem;
  line-height: 1.5;
}
.viewpoints__cta {
  margin-left: 1em;
  margin-right: 1em;
}
.viewpoints__cta__attention {
  background-color: #fff !important;
  color: #009399 !important;
}
.viewpoints__lead {
  color: #353839;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 40px;
}
.viewpoints__text {
  text-align: left;
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.viewpoints__subheader {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  color: #624960;
}
.viewpoints__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.viewpoints__iframe__container {
  position: relative;
  margin: 40px 0;
}
.viewpoints__list--two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.viewpoints__list__item {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  margin-top: 10px;
  list-style-type: square;
  margin-left: 15px;
}
.viewpoints__form {
  margin-top: 20px;
}
.viewpoints__form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -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);
  margin: 10px;
}
.viewpoints__form__input--inline {
  display: inline-block;
}
.viewpoints__form__success {
  color: #008000;
}
.viewpoints__form__error {
  color: #f00;
}
.viewpoints-list__item {
  margin: 0 0 40px 0;
}
.viewpoints-list__item__content {
  text-align: left;
}
.viewpoints-list__item__thumb {
  max-width: 400px;
}
.viewpoints-list__item__title {
  margin: 0;
  font-style: italic;
  font-size: 1.3rem;
  color: #000;
  font-weight: 200;
}
.viewpoints-list__item__subtitle {
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
  color: #000;
  display: block;
  font-style: normal;
}
.viewpoints-list__item__details {
  margin: 10px 0;
  color: #a3a7a9;
  font-size: 0.9rem;
}
.viewpoints-list__item__date {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.viewpoints-list__item__description {
  margin: 0;
  line-height: 1.2;
  color: inherit;
  font-size: inherit;
}
.viewpoints-list__item__cta {
  max-width: 260px;
  font-weight: 600;
  font-size: 0.8rem;
}
.viewpoints-side-col {
  border-left: 1px solid #ebeff0;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
.tabs-container {
  background-color: #808080;
  height: 250px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tabs-container--top {
  background-image: url("/img/events/reboot-congress/stock2.png");
}
.tabs-container--top .tabs {
  bottom: 0;
}
.tabs-container--top .tabs__tab.active a {
  border-bottom: 4px solid #edb723;
}
.tabs-container--bottom {
  background-image: url("/img/events/reboot-congress/stock3.png");
}
.tabs-container--bottom .tabs {
  top: 0;
}
.tabs-container--bottom .tabs__tab.active a {
  border-top: 4px solid #edb723;
}
.tabs-container .tabs {
  position: absolute;
  border-bottom: 0px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tabs-container .tabs__tab {
  float: left;
  width: 50%;
}
.tabs-container .tabs__tab a {
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  border: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #ccc;
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.tabs-container .tabs__tab.active a {
  background-color: #fff;
  color: #5d5d5d;
}
.tabs-container .tabs__content {
  margin: 40px 0;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
@media (min-width: 600px) {
  .tabs {
    width: 570px;
  }
  .tabs__tab {
    width: auto !important;
  }
  .tabs__tab a {
    width: 280px;
    font-size: 20px !important;
    height: 80px !important;
  }
}
.whitepaper__header {
  background-color: #009399;
  padding: 80px 0 60px;
}
@media only screen and (max-width: 599px) {
  .whitepaper__header {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .whitepaper__header {
    padding: 120px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .whitepaper__header {
    padding: 160px 0 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .whitepaper__header {
    padding: 160px 0 60px;
  }
}
.whitepaper__header__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.8rem;
}
.whitepaper__header__subtitle {
  color: #edb723;
  font-size: 1.5rem;
}
.whitepaper__header__cta {
  font-size: 1rem;
  line-height: 1.5;
}
.whitepaper__lead {
  color: #353839;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 40px;
}
.whitepaper__text {
  text-align: left;
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.whitepaper__subheader {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  color: #624960;
}
.whitepaper__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whitepaper__iframe__container {
  position: relative;
  margin: 40px 0;
}
.whitepaper__list--two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.whitepaper__list__item {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  margin-top: 10px;
  list-style-type: square;
  margin-left: 15px;
}
.whitepaper__form {
  margin-top: 20px;
}
.whitepaper__form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -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);
  margin: 10px;
}
.whitepaper__form__input--inline {
  display: inline-block;
}
.whitepaper__form__success {
  color: #008000;
}
.whitepaper__form__error {
  color: #f00;
}
.whitepaper-list__item {
  margin: 0 0 40px 0;
}
.whitepaper-list__item__content {
  text-align: left;
}
.whitepaper-list__item__thumb {
  max-width: 400px;
}
.whitepaper-list__item__title {
  margin: 0;
  font-style: italic;
  font-size: 1.3rem;
  color: #000;
  font-weight: 200;
}
.whitepaper-list__item__subtitle {
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
  color: #000;
  display: block;
  font-style: normal;
}
.whitepaper-list__item__details {
  margin: 10px 0;
  color: #a3a7a9;
  font-size: 0.9rem;
}
.whitepaper-list__item__date {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.whitepaper-list__item__description {
  margin: 0;
  line-height: 1.2;
  color: inherit;
  font-size: inherit;
}
.whitepaper-list__item__cta {
  max-width: 260px;
  font-weight: 600;
  font-size: 0.8rem;
}
.whitepaper-side-col {
  border-left: 1px solid #ebeff0;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .header-event.header {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .header-event.header .header__title p {
    font-size: 22px;
  }
  .header-event.header .header__title h1 {
    font-size: 100px;
    margin-bottom: 15px;
  }
  .header-event.header .header__title h2 {
    font-size: 28px;
  }
  #header-event-hackathon-atl {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  section#event-cta {
    padding: 40px 0;
  }
  section#event-cta .button-cta {
    padding: 30px;
    width: 500px;
    height: auto;
    border-radius: 10px;
    font-weight: 600;
    font-size: 23px;
  }
  section.event-section {
    margin: 80px 0;
  }
  div.timeline__content {
    margin-left: 200px;
  }
  #sponsors div.sponsor__logo {
    text-align: left;
  }
}
.bottom-20 {
  margin-bottom: 20px;
}
.header-event {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 0;
}
.header-event .row {
  display: block;
}
.header-event .flex-row {
  display: flex;
}
.header-event .header__title {
  text-align: center;
  text-shadow: none;
}
.header-event .header__title p {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin-top: 0;
}
.header-event .header__title h1 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 0px;
  line-height: 1;
  text-transform: uppercase;
}
.header-event .header__title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #009398;
}
.header-event .header__title--alt h2 {
  color: #e08738;
}
.header-event .header__cta {
  margin-top: 40px;
}
.header-event .header__cta--absolute {
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
.header-event .header__time,
.header-event .header__place {
  color: #fff;
  font-size: 20px;
}
.header-event .header__time {
  margin-bottom: 8px;
}
#header-event-goap {
  background-image: url("../img/bg/clouds.png");
}
#header-event-forecast {
  background-image: url("../img/events/forecast-2016/bg.jpg");
}
#header-event-hackathon-atl {
  background-image: url("../img/events/hackathon/refugee_bg.png");
}
#header-event-encryption-housing {
  background-image: url("../img/events/encryption-housing/bg.jpg");
}
.event-body h1,
.event-body h2,
.event-body h3,
.event-body p {
  font-family: "Open Sans";
  color: #272a2b;
}
#event-description {
  text-align: left;
}
#event-description h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #2375ad;
  margin-bottom: 5px;
  margin-top: 0px;
  line-height: 1.4;
}
#event-description p {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.event-section {
  margin: 40px 0;
}
.event-section--small {
  margin: 20px 0;
}
.event-details {
  text-align: left;
  margin-top: 10px;
}
.event-detail {
  margin-bottom: 10px;
}
.event-detail__icon {
  padding-right: 10px;
  vertical-align: top;
}
.event-detail__icon img {
  height: 30px;
  width: auto;
}
.event-detail__description {
  font-size: 20px;
  padding-bottom: 20px;
}
.event-detail__description ul li:before {
  content: "•";
  font-size: 14pt;
}
.event-detail__description ul > li {
  list-style-position: inside;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.event-schedule {
  width: 100%;
}
.event-schedule td {
  padding-bottom: 20px;
}
.event-schedule__time {
  padding-right: 40px;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.event-schedule__agenda {
  font-size: 18px;
  text-align: left;
}
#event-cta {
  padding: 20px 0;
}
.button-cta {
  padding: 20px;
  width: 300px;
  height: auto;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
}
.gray-bg {
  background-color: #f5f6f7;
}
#event-faq {
  margin-top: 30px;
}
#event-faq p {
  margin: 0;
  text-align: left;
}
#event-faq p.faq-question {
  font-weight: 600;
}
#event-faq p.faq-answer {
  margin-bottom: 10px;
}
#event-format ul {
  text-align: left;
}
#event-format ul li {
  margin-bottom: 20px;
  font-size: 16px;
  list-style-type: square;
}
#event-speakers .event-speaker {
  text-align: center;
  margin-bottom: 40px;
}
#event-speakers .event-speaker p {
  margin: 0;
}
#event-speakers .event-speaker > td {
  padding-bottom: 40px;
}
#event-speakers .event-speaker__name {
  font-weight: 600;
  color: #272a2b;
}
#event-speakers .event-speaker__thumbnail img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#sponsors .sponsor__logo {
  margin-bottom: 30px;
}
.event-map {
  height: 300px;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.houston-map {
  background-image: url("../img/events/now-boarding/houston-map.jpg");
}
.las-vegas-map {
  background-image: url("../img/events/now-boarding/las-vegas-map.png");
}
.divider-about {
  position: relative;
}
.divider-about hr {
  height: 4px;
  color: #d8d8d8;
  background-color: #d8d8d8;
  border: none;
}
.divider-about hr.yellow {
  color: #edb723;
  background-color: #edb723;
  height: 1px;
}
.divider-about .white-square {
  width: 100px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
.divider-about .white-square--large {
  width: 150px;
  height: 4em;
  bottom: -30px;
}
.divider-about .white-square img {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.divider-about .circle {
  width: 42px;
  height: 42px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 21px;
  position: relative;
}
.divider-about .circle i {
  font-size: 1.5rem;
}
.divider-about .circle--yellow {
  background-color: #edb723;
}
.footer2 {
  margin-top: -5px;
  color: #fff;
}
.footer2 .main {
  background-color: #318d9b;
  padding: 80px 20px 60px 20px;
}
.footer2 .main .sponsor-logos .sponsor-logo {
  margin-bottom: 20px;
}
.footer2 .main .questions {
  text-align: left;
}
.footer2 .main .questions h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
}
.footer2 .main .questions p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
.footer2 .main .questions p.ital {
  font-style: italic;
}
.footer2 .main .questions a {
  color: #fff;
  font-weight: 600;
}
.footer2 .sub {
  background-color: #248695;
  padding: 10px 20px;
}
.footer2 .sub p.copyright {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  margin-top: 10px;
}
.footer2 .sub .social-icons {
  font-size: 30px;
}
.footer2 .sub .social-icons a {
  color: #fff;
}
.desc {
  margin-top: 0;
  margin-bottom: 30px;
}
.timeline {
  position: relative;
  margin: 40px 0 30px 0;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  height: 100%;
  width: 3px;
  background-color: #d8d8d8;
}
.timeline--alt:before {
  background-color: #008086;
  width: 7px;
}
.timeline__header {
  text-align: left;
  margin-left: 20px;
  margin-top: 40px;
}
.timeline__header__small {
  display: block;
  font-size: 1rem;
  color: #777;
  font-style: italic;
  text-transform: none;
}
.timeline__details {
  margin-top: 0;
  margin-bottom: 0;
}
.timeline__block {
  margin-bottom: 20px;
}
.timeline__block--alt {
  margin-bottom: 30px;
}
.timeline__content {
  margin-left: 100px;
  text-align: left;
}
.timeline__content--alt {
  margin-left: 100px !important;
  text-align: left;
  max-width: 750px;
}
.timeline__content--empty-long {
  height: 60px;
  content: "";
}
.timeline__content--empty-short {
  height: 40px;
  content: "";
}
.timeline__content--no-tail {
  height: 50px;
}
.timeline__time {
  margin: 0;
  color: #e08738 !important;
}
.timeline__time--alt {
  color: 585858 !important;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}
.timeline__event {
  margin: 0;
  font-size: 1.5rem;
}
.timeline__event--alt {
  font-size: 1.1rem;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}
.timeline__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  color: #777;
}
.timeline__description--special {
  background-color: #edb723;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.3;
}
.timeline__date {
  font-size: 18px;
  position: absolute;
  background-color: #fff;
  left: -20px;
  padding: 10px 0;
}
.timeline__date h3 {
  margin: 0;
}
.timeline__img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: 3px solid #d8d8d8;
  left: 18px;
}
.timeline__img--alt {
  border: 7px solid #008086;
}
.timeline__img--special {
  border: 7px solid #edb723;
}
.timeline__img img {
  width: auto;
  height: 24px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.prizes {
  margin-left: auto;
  margin-right: auto;
}
.prizes__place {
  padding-right: 20px;
  font-weight: 300;
  font-size: 20px;
  text-align: right;
  padding-bottom: 20px;
  vertical-align: top;
}
.prizes__amount {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
  text-align: left;
}
.event__content {
  text-align: left;
}
.event__sponsor {
  margin: 0;
  font-style: italic;
  color: #009399;
}
.event__title {
  margin: 0;
  font-size: 22px;
  color: #000;
}
.event__details {
  margin: 0;
  font-size: 14px;
}
.event__thumbnail {
  height: 250px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.event__thumbnail--past {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.event__meta {
  margin: 10px 0;
  text-align: left;
  fill: #36383a;
  color: #36383a;
}
.event__meta--active {
  fill: #009399 !important;
  color: #009399 !important;
}
.event__icon {
  display: inline-block;
  margin-right: 15px;
}
.event__icon__img {
  height: 25px;
  width: auto;
  margin-right: 5px;
}
.event__icon__description {
  vertical-align: top;
  font-weight: 600;
}
.event__icon__description--white {
  color: #fff;
}
.event__upcoming,
.event__past {
  margin-top: 40px;
}
.event__filter {
  cursor: pointer;
  fill: #36383a;
  color: #36383a;
}
.event__filter:hover {
  background-color: #d8d8d8;
}
.event__filter--active {
  fill: #009399 !important;
  color: #009399 !important;
}
.event__table {
  text-align: left;
  border-collapse: collapse;
}
.event__table th {
  font-size: 16px;
  text-align: center;
}
.event__table th,
.event__table td {
  vertical-align: top;
  padding: 10px;
}
.event__table tbody td {
  font-weight: 300;
}
.event__table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.events__list h2 {
  font-size: 28px;
  font-weight: 300;
  color: #69b7ec;
  margin: 0;
}
.events__filters {
  padding: 10px 0 10px 20px;
  border-left: 2px solid #d8d8d8;
}
.events__filters--horizontal {
  padding: 15px 5px;
  background-color: #d8d8d8;
  margin-bottom: 20px;
}
.events__filter__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #624960;
  text-align: left;
  margin-top: 0;
}
.events__filter__list {
  border-collapse: collapse;
}
.events__filter__icon {
  padding: 5px;
}
.events__filter__img {
  height: 22px;
  width: auto;
}
.events__filter__description {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
  width: 145px;
}
.events__no-upcoming-box {
  background-color: #009399;
  padding: 60px 40px 40px;
}
.events__no-upcoming-box__content {
  max-width: 400px;
  margin: 0 auto;
}
.events__no-upcoming-box__header {
  color: #fff !important;
}
.events__no-upcoming-box__description {
  color: #fff;
  margin: 20px 0;
}
.events__no-upcoming-box__cta {
  font-size: 16px;
  line-height: 16px;
}
.filters__contact h4 {
  margin: 0;
}
.filters__contact a {
  font-size: 13px;
}
.loading-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}
.loading-overlay--hide {
  display: none;
}
nav.navbar.sticky,
nav.sticky.nav-up {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
}
.navcontainer {
  height: 124px;
}
nav.navbar.sticky.nav-up {
  top: -124px;
}
nav {
  transition: top 0.2s ease-in-out;
  transition-timing-function: linear;
  -webkit-transition: top 0.2s ease-in-out; /* Safari */
  -webkit-transition-timing-function: linear; /* Safari */
}
@media screen and (min-width: 768px) {
  .navbar__item > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #69b7ec;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar__item > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 600px) {
  .reboot-conference .company {
    margin: 20px 40px !important;
  }
  .reboot-conference .company__img {
    height: 150px !important;
    width: auto !important;
  }
}
.reboot-conference .judges,
.man-vs-machine .judges {
  margin: 10px 0;
}
.reboot-conference .speaker,
.man-vs-machine .speaker {
  text-align: left;
  color: #fff;
  margin: 20px 0;
}
.reboot-conference .speaker--square,
.man-vs-machine .speaker--square {
  margin: 40px 0;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.reboot-conference .speaker--square--keynote,
.man-vs-machine .speaker--square--keynote {
  margin: 40px 0;
  width: 260px;
  display: inline-block;
  vertical-align: top;
}
.reboot-conference .speaker--square--keynote__img,
.man-vs-machine .speaker--square--keynote__img {
  width: 260px;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.reboot-conference .speaker--square--keynote__info,
.man-vs-machine .speaker--square--keynote__info {
  margin: 20px 0;
  padding: 0 10px;
  text-align: center;
}
.reboot-conference .speaker--square--keynote__name,
.man-vs-machine .speaker--square--keynote__name {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.reboot-conference .speaker--square--keynote__company,
.man-vs-machine .speaker--square--keynote__company {
  font-size: 16px;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.reboot-conference .speaker--square__img,
.man-vs-machine .speaker--square__img {
  width: 200px;
  height: 151px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.reboot-conference .speaker--square__info,
.man-vs-machine .speaker--square__info {
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
}
.reboot-conference .speaker--square__name,
.man-vs-machine .speaker--square__name {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.reboot-conference .speaker--square__company,
.man-vs-machine .speaker--square__company {
  font-size: 13px;
  margin: 0;
  color: #000;
  line-height: 1.2;
}
.reboot-conference .speaker--square__social a,
.man-vs-machine .speaker--square__social a {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto;
  background-color: #edb723;
  border-radius: 30px;
  position: relative;
  margin-top: 10px;
}
.reboot-conference .speaker--square__social i,
.man-vs-machine .speaker--square__social i {
  line-height: 32px;
  color: #fff;
}
.reboot-conference .speaker--judge,
.man-vs-machine .speaker--judge {
  color: #000;
  display: inline-block;
  width: 230px;
  margin: 5px 5px;
  height: 120px;
}
.reboot-conference .speaker__placeholder,
.man-vs-machine .speaker__placeholder {
  background-color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  position: relative;
}
.reboot-conference .speaker__placeholder i,
.man-vs-machine .speaker__placeholder i {
  color: #008086;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 30px;
}
.reboot-conference .speaker__thumbnail,
.man-vs-machine .speaker__thumbnail {
  padding-right: 20px;
  vertical-align: top;
}
.reboot-conference .speaker__thumbnail img,
.man-vs-machine .speaker__thumbnail img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
}
.reboot-conference .speaker__thumbnail--judge img,
.man-vs-machine .speaker__thumbnail--judge img {
  height: 70px;
  width: 70px;
  border-radius: 35px;
}
.reboot-conference .speaker__name,
.man-vs-machine .speaker__name {
  font-weight: 700;
  font-size: 1.1rem;
}
.reboot-conference .speaker__name--judge,
.man-vs-machine .speaker__name--judge {
  font-size: 16px;
}
.reboot-conference .speaker__title,
.man-vs-machine .speaker__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}
.reboot-conference .speaker__title--judge,
.man-vs-machine .speaker__title--judge {
  font-size: 15px;
}
.reboot-conference .speaker__company,
.man-vs-machine .speaker__company {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2;
}
.reboot-conference .speaker__company--judge,
.man-vs-machine .speaker__company--judge {
  font-size: 14px;
}
.reboot-conference .speaker__bio,
.man-vs-machine .speaker__bio {
  text-align: justify;
  line-height: 1.3;
  font-size: 0.9rem;
  font-weight: 400;
}
.reboot-conference .speaker__social__link,
.man-vs-machine .speaker__social__link {
  color: #fff;
}
.reboot-conference .speaker__social__link--black,
.man-vs-machine .speaker__social__link--black {
  color: #000;
}
.reboot-conference .speaker__social__link span,
.man-vs-machine .speaker__social__link span {
  font-size: 0.8rem;
  vertical-align: text-top;
  font-weight: 700;
}
.reboot-conference .speaker--keynote,
.man-vs-machine .speaker--keynote {
  margin: 20px 40px;
}
.reboot-conference .speaker--keynote__thumbnail,
.man-vs-machine .speaker--keynote__thumbnail {
  width: 200px;
  height: 200px;
  border-radius: 100px;
}
.reboot-conference .speaker--keynote__name,
.man-vs-machine .speaker--keynote__name {
  text-align: left;
  color: #fff;
  margin: 10px 0;
  font-weight: 700;
  font-size: 1.2rem;
}
.reboot-conference .speaker--keynote__description,
.man-vs-machine .speaker--keynote__description {
  color: #fff;
  text-align: justify;
  margin: 0;
  line-height: 1.3;
  margin: 10px 0;
}
.reboot-conference .speaker--keynote__social,
.man-vs-machine .speaker--keynote__social {
  text-align: left;
}
.reboot-conference .speaker--keynote__social i,
.man-vs-machine .speaker--keynote__social i {
  color: #fff;
  font-size: 1.5rem;
}
.reboot-conference .speaker--keynote__social span,
.man-vs-machine .speaker--keynote__social span {
  color: #fff;
  font-size: 0.8rem;
  vertical-align: text-top;
  font-weight: 700;
}
.reboot-conference .company,
.man-vs-machine .company {
  margin: 20px 0;
}
.reboot-conference .company__img,
.man-vs-machine .company__img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.reboot-conference .company__description,
.man-vs-machine .company__description {
  margin: 10px 0 0 0;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .man-vs-machine .speaker {
    margin: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #event-header-reboot-sf {
    min-height: calc(100vh - 50px);
  }
  #event-header-reboot-sf .event-header-content h1 {
    margin-top: 300px;
  }
  #event-header-reboot-sf .event-header-content #logo-reboot-conference {
    margin-top: 250px;
    margin-bottom: 100px;
  }
  #event-info-reboot-sf .panel-preview {
    margin: 40px auto;
    text-align: left;
  }
  #event-info-reboot-sf .panel-preview li {
    margin-bottom: 20px;
  }
  #event-register-reboot-sf {
    background-color: none;
  }
  #event-register-reboot-sf h1 {
    margin-bottom: 20px;
  }
  #event-register-reboot-sf .widget-eventbrite .iframe-eventbrite {
    height: 412px;
  }
  #event-tiles-reboot-sf .row {
    width: 100vw;
  }
  #event-speakers-reboot-conference .actors-container .actors {
    max-width: 1600px;
  }
}
#event-header-reboot-sf {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
#event-header-reboot-sf:before {
  background-image: url("/img/sf-bg.jpg");
}
#event-header-reboot-sf:after {
  background-image: linear-gradient(#2a4a63, #2a4a63 60%);
  opacity: 0.75;
}
#event-header-reboot-sf .event-header-content {
  color: #fff;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
#event-header-reboot-sf .event-header-content #logo-reboot-conference {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.55));
  height: 200px;
  margin-top: 100px;
  max-width: 100%;
}
#event-header-reboot-sf .event-header-content h1 {
  margin-bottom: 6px;
  margin-top: 100px;
}
#event-large-tiles-reboot-sf,
#event-tiles-reboot-sf {
  padding-top: 0;
}
@media (max-width: 480px) {
  #event-speakers-reboot-conference .actors-container .actors {
    width: 5600px;
  }
}
#tile-conference01:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference01.jpg");
  background-size: cover;
}
#tile-conference02:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference02.jpg");
  background-size: cover;
}
#tile-conference03:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference03.jpg");
  background-size: cover;
}
#tile-conference04:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference04.jpg");
  background-size: cover;
}
#tile-conference05:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference05.jpg");
  background-size: cover;
}
#tile-conference06:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/conference06.jpg");
  background-size: cover;
}
#tile-hackathon:before {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/hackathon.jpg");
  background-size: cover;
}
#tile-office-hours {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/office-hours.jpg");
  background-size: cover;
}
#tile-startup-alley {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/startup-alley.jpg");
  background-size: cover;
}
#tile-speed-networking {
  background-image: linear-gradient(rgba(42,74,99,0.85), rgba(42,74,99,0.85)), url("/img/tiles/speed-networking.jpg");
  background-size: cover;
}
#event-speakers-reboot-congress.section-event-speakers:before {
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  #event-speakers-sxsw-lincoln-awards .event-header-content h1 {
    margin-top: 300px;
  }
  #event-speakers-sxsw-lincoln-awards .actors-container {
    margin: 0 auto;
  }
}
#event-speakers-sxsw-lincoln-awards:before {
  background-image: url("/img/bg/abraham_lincoln@1x.jpg");
}
@media (min-width: 320px) and (max-width: 767px) {
  #event-speakers-sxsw-lincoln-awards .actors-container .actors {
    width: 4700px;
  }
}
#who-did-we-miss {
  display: block;
  margin: 0 auto 15px;
}
.event-awards {
  background-color: #f6f6f6;
  padding: 40px 0;
  margin: 40px 0;
}
.event-awards__ribbon {
  display: flex;
  align-items: center;
}
.event-awards__ribbon img {
  width: 100px;
  margin: 20px auto;
}
.event-awards__heading {
  text-align: left;
}
@media (min-width: 600px) {
  .event-awards__ribbon {
    border-right: 1px solid #333;
  }
  .event-awards__heading {
    padding-left: 40px;
  }
}
.sxsw__description,
.sxsw__social {
  margin-top: 20px;
}
.sxsw__social {
  margin-left: 0px;
}
.sxsw__panels {
  border-spacing: 0;
  width: 100%;
}
.sxsw__panel {
  height: 150px;
  padding: 10px 20px;
  width: 50%;
}
@media (min-width: 600px) {
  .sxsw__panel {
    height: 200px;
    padding: 50px 60px;
  }
}
@media (min-width: 768px) {
  .sxsw__description {
    padding-right: 40px;
    border-right: 2px solid #ddd;
  }
  .sxsw__social {
    padding-left: 40px;
  }
  .sxsw__panel {
    height: 300px;
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-event-map .map-location-container {
    flex-basis: 20%;
    margin-bottom: 0;
    position: relative;
  }
  .section-event-map .map-container {
    flex-basis: 80%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-day-title {
    display: block;
    margin: 20px auto 0;
    padding-left: 0;
    text-align: center;
    width: 60%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item {
    padding-left: 160px;
    padding-right: 0;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item:after {
    left: 136px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot {
    left: 130px;
  }
  .section-event-sponsors .row .logo-sponsor {
    display: inline-block;
    margin: 0 20px 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 12px 0;
  }
  #event-office-hours-img:before {
    background-image: url("/img/bg/office-hours@2x.jpg");
    background-position: center center;
  }
  #event-office-hours-content {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #event-header-reboot-congress {
    padding-top: 40px;
  }
  #event-header-reboot-congress:before {
    background-image: url("../img/headers/large/congress_in_session.jpg");
  }
  #event-header-reboot-congress .row-sponsor + .row-sponsor {
    margin-top: 20px;
  }
  #event-header-reboot-congress .event-header-content .event-header-logo {
    margin-top: 100px;
  }
  #event-header-reboot-congress .event-header-content .event-header-location {
    margin: 50px auto;
  }
  .section-event-speakers .event-speakers .event-speaker {
    margin-bottom: 40px;
  }
  #event-speakers-reboot-congress {
    min-height: 500px;
  }
  #event-speakers-reboot-congress .actors-container .actor .actor-desc {
    display: none;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item {
    padding-left: 160px;
    padding-right: 160px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item:after {
    left: 136px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot {
    left: 130px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time {
    display: block;
    margin-bottom: -19px;
    margin-left: -180px;
    width: 140px;
    text-align: right;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-title {
    margin-top: 2px;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-speaker {
    margin-top: 0;
  }
  .section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-subtitle {
    margin-top: 3px;
  }
  .section-event-sponsors .row .logo-sponsor {
    display: inline-block;
    margin: 0 12px 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 24px 0 0;
  }
  .section-event-sponsors .row .logo-sponsor.logo-last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  .btn + .btn {
    margin-left: 15px;
  }
  #event-header-reboot-congress {
    padding-top: 40px;
  }
  .section-event-sponsors .row .logo-sponsor.logo-csis {
    margin: 0 auto 20px;
  }
  .section-event-speakers {
    padding-bottom: 10px;
  }
}
.section > .row > .event-header-container {
  margin-top: -35px;
}
.section-event-schedule .event-schedule-body {
  background-color: #fff;
  margin-left: 0;
}
@media only screen and (max-width: 599px) {
  .section-event-schedule .event-schedule-body {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-event-schedule .event-schedule-body {
    flex-basis: 100%;
  }
}
.section-event-schedule .event-schedule-body .event-schedule-day-title {
  margin-bottom: 0;
  padding-left: 40px;
  text-align: left;
  text-transform: uppercase;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  position: relative;
  text-align: left;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item:after {
  background-color: #51b8f2;
  content: '';
  height: 100%;
  left: 16px;
  position: absolute;
  top: 36px;
  width: 6px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot {
  background-color: #fff;
  border: 4px solid #51b8f2;
  border-radius: 10px;
  display: block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 22px;
  width: 10px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-dot.dot-dark {
  background-color: #393836;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-title {
  color: #51b8f2;
  margin-bottom: 0;
  margin-top: 2px;
  text-transform: uppercase;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-subtitle {
  margin-top: 20px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-panel-desc {
  line-height: 21px;
  margin: 10px 0;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time {
  font-weight: 800;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-title {
  margin-top: 6px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-speaker {
  display: block;
  margin: 0;
  margin-top: 6px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-speaker + .event-schedule-item-time {
  display: block;
  margin-top: 20px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-item-time + .event-schedule-item-subtitle {
  margin-top: 10px;
}
.section-event-schedule .event-schedule-body .event-schedule-list .event-schedule-item .event-schedule-speaker-talk {
  color: #999;
}
.section-event-schedule .event-schedule-body .event-schedule-list li:last-child:after {
  display: none;
}
.section-event-sponsors .logo-sponsor {
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.section-event-sponsors .logo-sponsor.logo-csis {
  margin-left: -48px;
  width: 394px;
}
.section-event-sponsors .logo-sponsor svg g,
.section-event-sponsors .logo-sponsor svg path {
  fill: #f00 !important;
}
.row-sponsor + .row-sponsor .event-icon-container {
  margin-top: 40px;
}
.section-event-map {
  background-color: #393836;
  padding: 0;
}
.section-event-map .map-location-container {
  color: #fff;
  flex-basis: 100%;
  padding: 20px 0;
}
.section-event-map .map-location-container h2 {
  color: #fff;
}
.section-event-map .map-location-container a {
  color: #fff;
}
.section-event-map .map-location-container .map-location-title {
  margin-top: 20px;
}
.section-event-map .map-container {
  flex-basis: 100%;
  width: 100%;
}
#event-office-hours-img {
  background: none;
  height: 400px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
#event-office-hours-img:before {
  background-image: url("/img/bg/office-hours@1x.jpg");
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 111%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
#event-office-hours-img + #event-office-hours {
  margin-top: 0;
}
.section-event-register {
  padding-bottom: 0;
}
.section-event-register .widget-eventbrite iframe {
  height: 344px;
  margin-bottom: -40px;
}
.deployed__cta {
  margin: 20px 0;
}
.deployed__value img {
  height: 120px;
  width: auto;
  margin: 20px 0;
}
.deployed__value p {
  margin: 20px 0;
  font-weight: 600;
  font-family: 'American Typewriter';
  font-size: 27px;
  color: #000;
}
.deployed__value ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 8px;
}
.deployed__text {
  font-size: 19px;
  line-height: 1.4;
  margin: 20px;
  font-weight: 400;
  color: #000;
}
.deployed h2 {
  font-weight: 400;
  margin: 30px 0;
  font-size: 40px;
}
.deployed__header {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.deployed__header__title {
  font-family: 'American Typewriter';
  font-size: 42px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 30px;
}
.deployed__header__description {
  font-family: 'American Typewriter';
  max-width: 400px;
  line-height: 1.3;
  color: #fff;
  font-size: 27px;
  margin: 30px auto;
}
.deployed__header__box {
  width: 50%;
  padding: 40px;
  text-align: center;
}
.deployed__header__box:first-child {
  background: #009399;
}
.deployed__header__box:nth-child(2) {
  background: #ebeeef;
}
.deployed__header__link {
  display: block;
  color: #fff;
  text-decoration: underline;
  margin: 30px 0;
  font-size: 16px;
}
.deployed__persons {
  margin: 30px 0;
}
.deployed__person {
  width: 200px;
  display: inline-block;
  margin: 20px 0;
}
.deployed__person__img {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  border: 0px;
  margin: 20px 0;
}
.deployed__person__name {
  font-family: "American Typewriter";
  font-weight: 400;
  color: #000;
  margin: 0;
  font-size: 18px;
}
.deployed__person__title {
  color: #000;
  margin: 0;
  font-weight: 300;
}
.deployed__values {
  margin: 30px 0;
}
.deployed__quotes div:nth-child(2) {
  margin-left: 80px;
}
.deployed__quote {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.deployed__quote__bubble {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 0px;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.deployed__quote__bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 17px 0 1px 30px;
  border-color: transparent #fff;
  display: block;
  width: 0;
  z-index: 1;
  right: -15px;
  top: 60px;
}
.deployed__quote__bubble img {
  width: 80px;
  height: auto;
}
.deployed__quote__text {
  max-width: 500px;
  font-family: 'American Typewriter';
  font-size: 22px;
  color: #fff;
  text-align: justify;
  margin: 0;
}
.deployed__client {
  width: auto;
  height: 40px;
  margin: 15px;
  vertical-align: middle;
}
.deployed__companies {
  margin: 30px 0;
}
.deployed__company {
  display: inline-block;
  margin: 20px;
}
.deployed__company img {
  height: 30px;
  width: auto;
}
.deployed__form {
  max-width: 400px;
}
.deployed__form input {
  background-color: #f4f5f5;
  padding: 14px 20px;
  display: block;
  max-width: 400px;
  border: none;
  margin: 10px 0;
  width: 100%;
}
.viewpoint .header__title {
  padding-left: 2%;
  padding-right: 2%;
}
.viewpoint .button {
  background-color: #009399;
  width: 250px;
}
.viewpoint .subtitleHeader {
  font-family: 'American Typewriter';
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-top: 60px;
  background-color: #e6e6e6;
}
.viewpoint p {
  text-align: left;
  color: #000;
  font-weight: 300;
}
.viewpoint p.intro {
  color: #777;
  text-align: center;
  font-size: 20px;
  padding-top: 3%;
  padding-bottom: 3%;
  font-weight: 400;
}
.viewpoint colStyle {
  margin-left: 2%;
  margin-right: 2%;
}
.viewpoint colStyle p {
  font-size: 16px;
}
.viewpointsection {
  background-color: #e6e6e6;
}
#viewPointModal div.mce_inline_error {
  display: none !important;
}
#viewPointModal p.modal-title {
  padding: 2%;
}
header.header.exitHeader.header--viewpoint-diversity {
  margin-bottom: 0px;
}
.subtitleHeader {
  margin-top: 0px;
}
.colExitStyle p {
  font-size: 16px;
  text-align: center;
}
.colExitStyle {
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 75px;
}
.petition-body .landing-page__content h1,
.petition-body .landing-page__content font-family "American Typewriter" {
  font-size: 50px;
  line-height: 59px;
  font-weight: 600;
  letter-spacing: 2.1px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .petition-body .landing-page__content h1,
  .petition-body .landing-page__content font-family "American Typewriter" {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 1199px) {
  .petition-body .landing-page__content h1,
  .petition-body .landing-page__content font-family "American Typewriter" {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .petition-body .landing-page__content h1,
  .petition-body .landing-page__content font-family "American Typewriter" {
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.petition-body .landing-page__content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 44px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 1599px) {
  .petition-body .landing-page__content h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .petition-body .landing-page__content h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .petition-body .landing-page__content h2 {
    font-size: 26px;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
a {
  transition: color 0.3s, opacity 0.3s;
}
.new-h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 7px;
}
.container-fluid {
  max-width: 975px;
  padding: 0 15px;
  margin: 0 auto;
}
.newrow {
  margin: 0 -15px;
}
.newrow [class*="newcol-"] {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .newcol-sm-4 {
    float: left;
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .newcol-sm-6 {
    float: left;
    width: 50%;
  }
}
[data-aos=fade-down] {
  transform: translateY(-50px);
}
.content-header {
  min-height: 46rem;
}
.content-header-donate {
  padding: 218px 0 0 0;
  text-align: center;
  min-height: 0;
}
@media (max-width: 991px) {
  .content-header-donate {
    padding: 120px 0 0 0;
  }
}
.content-header-donate-small {
  padding-top: 0;
}
@media (max-width: 991px) {
  .content-header-donate-small {
    padding: 0 0 0 0;
  }
}
.content-header-donate > .container {
  max-width: 940px;
}
.content-header-donate h1 {
  font-family: "American Typewriter";
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 45px;
  letter-spacing: 7px;
  font-weight: 600;
}
.content-header-donate h2 {
  letter-spacing: 4.1px;
  margin: 0 auto 60px;
  max-width: 650px;
  line-height: 1.6;
  font-weight: 600;
}
.content-header-donate-l2 {
  padding-bottom: 0;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .content-header-donate-l2 {
    padding-top: 10rem;
  }
}
.content-header-donate-l2 h2 {
  font-size: 1.125rem !important;
}
@media (max-width: 991px) {
  .content-header-donate-l2 .content-header-box {
    padding-top: 0;
  }
}
.content-header-events {
  padding: 120px 0 0 0;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 27.8rem;
}
.content-header-events > .container {
  max-width: 940px;
}
.content-header-events h1 {
  color: #fff;
  font-family: "American Typewriter";
  font-size: 2.5rem;
  margin-top: 0;
  letter-spacing: 6px;
  margin-bottom: 40px;
}
.content-header-events h2 {
  color: #fff;
  letter-spacing: 4px;
  line-height: 2.8rem;
}
.content-header-box {
  padding: 120px 0 2.5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 50%;
  font-size: 19px;
}
.content-header-box ._sponsors {
  padding: 6rem 1rem 0;
}
.content-header-box ._sponsors ._title {
  color: #a7a7a7;
  font-size: 19px;
  font-weight: 700;
}
.content-header-box ._sponsors img {
  max-width: 120px;
  max-height: 60px;
  margin: 1.5rem 1rem 0;
  display: inline-block;
  vertical-align: middle;
}
.content-header-box time {
  display: block;
  padding: 1.3rem 0 0;
}
.content-header-box time img {
  width: 19px;
  display: inline-block;
  vertical-align: top;
  margin: 1px 10px 0 0;
}
.content-header-box ._place {
  padding: 1.3rem 0 0;
}
.content-header-box ._place img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 1px 10px 0 0;
}
.content-header-box ._place + .btn {
  margin-top: 4.3rem;
}
.content-header-box img {
  max-width: 100%;
  width: auto;
}
.content-header-box h1 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'American Typewriter';
  letter-spacing: 7px;
}
.content-header-box h2 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 4.2px;
  font-weight: 600;
  padding: 0 8%;
}
.content-header-box.blue-green {
  color: #fff;
}
.content-header-box ._content {
  width: 680px;
  max-width: 100%;
  padding: 0 8%;
}
@media (max-width: 991px) {
  .content-header-box {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .content-header {
    height: auto;
  }
  .content-header-box {
    width: 100%;
    max-width: 100%;
    display: block !important;
  }
  .content-header-box ._content {
    overflow: hidden;
  }
  .content-header-box.pale-grey {
    padding-top: 2.5rem;
  }
}
.new-content {
  color: #000;
  padding: 4rem 0;
  position: relative;
}
.new-content._visit {
  padding-bottom: 6rem;
}
.new-content img {
  width: auto;
  max-width: 100%;
}
.new-content p {
  font-size: 15px;
  color: inherit;
  letter-spacing: 0.4px;
  line-height: 2;
  margin: 1rem 0;
}
.new-content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 7px;
}
.new-content h2 + h3 {
  margin-top: 3rem;
}
.new-content h3 {
  font-size: 19px;
  line-height: 1.79;
  letter-spacing: 0.5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .new-content h3 {
    font-size: 17px;
  }
}
.new-content.blue-green {
  color: #fff;
}
.new-content.blue-green a {
  color: #fff;
  opacity: 0.5;
}
.new-content.blue-green a:hover,
.new-content.blue-green a:focus {
  opacity: 1;
}
.new-content .anchor {
  position: absolute;
  top: -120px;
}
.with-anim {
  display: inline-block;
  position: relative;
}
.why-we-anim {
  margin: 2rem 0;
  position: relative;
  display: inline-block;
}
.why-we-anim ._car-back {
  position: absolute;
  top: 0;
  left: 0;
}
.why-we-anim ._car-front {
  position: absolute;
  top: 0;
  left: 0;
}
.why-we-anim ._front {
  position: absolute;
  top: 0;
  left: 0;
}
.main-three-blocks {
  color: #000;
  padding-bottom: 6.25rem;
}
.main-three-blocks .newrow {
  padding-top: 2rem;
}
.main-three-blocks .newrow a {
  color: #000;
}
.main-three-blocks .newrow h3 {
  letter-spacing: 4.3px;
  margin: 2.25rem 0 1.5rem;
  font-weight: 600;
}
.main-three-blocks .newrow p {
  color: #000;
  letter-spacing: 0.4px;
  margin: 20px 0;
}
.main-feat-in {
  color: #fff;
  padding: 4.4rem 0 2rem;
}
.main-feat-in h2 {
  margin-bottom: 4.4rem;
}
.main-feat-in ._list {
  font-size: 0;
}
.main-feat-in ._list ._item {
  padding: 0 1rem 4.1rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .main-feat-in ._list ._item {
    width: 50%;
  }
}
.main-feat-in ._list ._item img {
  max-height: 41px;
}
.main-news {
  padding: 3.8rem 0 4.4rem;
}
.main-news .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1005px;
}
.main-news ._list {
  margin: 0 -2rem;
  text-align: center;
}
.main-news ._list ._item {
  padding: 0 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .main-news ._list ._item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
}
.main-news a {
  color: #000;
}
.main-news a:hover ._image,
.main-news a:focus ._image {
  filter: grayscale(0);
}
.main-news img {
  filter: grayscale(1);
  width: 100% !important;
  transition: filter 0.5s;
}
.main-news ._image {
  filter: grayscale(1);
  transition: filter 0.5s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 182px;
}
.main-news h2 {
  margin-bottom: 4.7rem;
}
.main-news p {
  color: #000;
  margin: 20px 0;
  line-height: 1.93;
  letter-spacing: 0.4px;
  font-size: 15px;
}
.main-news h3 {
  font-size: 18px;
  font-family: "American Typewriter";
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 25px;
}
.main-help-us {
  padding: 5.6rem 0;
}
.main-help-us p {
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.linkoln-with-sunglases {
  position: relative;
  width: 342px;
  height: 385px;
  display: inline-block;
}
.linkoln-with-sunglases img {
  position: relative;
}
.linkoln-with-sunglases .sunglases {
  position: absolute;
  top: 77px;
  left: 88px;
  z-index: 1;
}
.linkoln-with-sunglases .back-headphones {
  position: absolute;
  top: 4px;
  right: 150px;
  z-index: 0;
}
.linkoln-with-sunglases .front-headphones {
  position: absolute;
  top: 4px;
  right: 87px;
  z-index: 2;
}
@media (max-width: 767px) {
  .linkoln-with-sunglases {
    transform: scale(0.8, 0.8);
  }
}
.donate-with-anim {
  position: relative;
  width: 248px;
  height: 185px;
  display: inline-block;
}
.donate-with-anim .donate-anim-1 {
  position: absolute;
  left: 0;
  top: 40px;
}
.donate-with-anim .donate-anim-2 {
  position: absolute;
  right: -5px;
  top: 40px;
}
.donate-with-anim-alt {
  position: relative;
  display: block;
  width: 307px;
  height: 168px;
  font-size: 0;
  margin: 0 auto;
}
.donate-with-anim-alt .donate-anim-alt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ebeeef;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: multiply;
}
.donate-with-anim-alt .donate-anim-alt-1 {
  background-color: transparent;
}
.deployed-with-anim {
  position: relative;
  width: 150px;
  height: 141px;
  display: inline-block;
  text-align: right;
}
.deployed-with-anim .deployed-anim {
  position: absolute;
  left: 0;
  top: 0;
}
.events-with-anim {
  position: relative;
  width: 138px;
  height: 137px;
  display: inline-block;
  text-align: left;
  padding-top: 30px;
}
.events-with-anim .events-anim {
  position: absolute;
  right: 0;
  top: 0;
}
.cabinet-with-anim {
  position: relative;
  width: 170px;
  height: 132px;
  display: inline-block;
  padding-top: 8px;
}
.cabinet-with-anim .cabinet-anim {
  position: absolute;
  left: 0;
  top: 21px;
}
.telegraph-with-anim {
  position: relative;
  width: 170px;
  height: 139px;
  display: inline-block;
  text-align: left;
}
.telegraph-with-anim .telegraph-anim {
  position: absolute;
  right: 0;
  top: 25px;
}
.volunteer-block p {
  max-width: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.linkoln-events-anim {
  width: 183px;
  height: 502px;
  position: relative;
  display: inline-block;
}
.linkoln-events-anim .microphone-anim {
  position: absolute;
  top: 128px;
  left: 37px;
}
.new-events-upcoming {
  padding: 5rem 0 8rem;
}
.new-events-upcoming ._item {
  margin: 3.75rem 0 0;
  text-align: left;
}
.new-events-upcoming ._item:first-child {
  margin-top: 4.75rem;
}
.new-events-upcoming ._item > a {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.4px;
  min-height: 20.5rem;
  background-color: #878787;
}
.new-events-upcoming ._item > a:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.46);
  z-index: 1;
}
.new-events-upcoming ._item ._image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(7.7px);
  display: block;
  position: absolute;
}
.new-events-upcoming ._item ._type {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: -7px;
  background-color: #0f9298;
  padding: 12px 10px 12px 25px;
  color: #fff;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  transform: skew(-15deg);
}
.new-events-upcoming ._item ._type .event__icon {
  transform: skew(15deg);
}
.new-events-upcoming ._item ._type .event__icon__img {
  display: none;
}
.new-events-upcoming ._item ._content {
  position: relative;
  z-index: 2;
  display: block;
  padding: 5rem 0;
  text-align: center;
}
.new-events-upcoming ._item ._content .btn-skew {
  margin-top: 2rem;
}
.new-events-upcoming ._item h3 {
  font-family: "American Typewriter";
  font-size: 1.5rem;
  letter-spacing: 4.2px;
  font-weight: 600;
  margin: 10px 0 1.5rem;
}
.new-events-upcoming ._item time {
  display: block;
  margin-bottom: 1rem;
}
.new-events-upcoming ._item time img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 7px 0 0;
}
.new-events-upcoming ._item ._place img {
  width: 9px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 9px 0 2px;
}
.new-events-upcoming ._item ._place-img {
  margin-left: 20px !important;
  width: 14px !important;
}
.new-events-upcoming ._item ._place .event__icon:before {
  display: none;
}
.new-events-noupcoming p {
  color: #a7a7a7;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 2.5rem 0 3rem;
}
.new-events-past {
  padding: 4rem 0 6rem;
}
.new-events-past ._list {
  padding-top: 3rem;
}
.new-events-past ._list ._item {
  margin: 0 0 6rem;
  text-align: left;
}
.new-events-past ._list ._item > a {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #a7a7a7;
  letter-spacing: 0.4px;
}
.new-events-past ._list ._item > a:hover ._image,
.new-events-past ._list ._item > a:focus ._image {
  filter: grayscale(0);
}
.new-events-past ._list ._item ._image {
  height: 15.56rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  transition: filter 0.5s linear;
  display: block;
  margin: 0 0 2rem;
}
.new-events-past ._list ._item ._type {
  position: absolute;
  top: 20px;
  left: -7px;
  background-color: #0f9298;
  padding: 12px 10px 12px 25px;
  color: #fff;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  transform: skew(-15deg);
}
.new-events-past ._list ._item ._type .event__icon {
  transform: skew(15deg);
}
.new-events-past ._list ._item ._type .event__icon__img {
  display: none;
}
.new-events-past ._list ._item h3 {
  font-family: "American Typewriter";
  font-size: 18px;
  letter-spacing: 3px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.new-events-past ._list ._item time {
  display: none;
  margin-bottom: 1rem;
}
.new-events-past ._list ._item time img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 7px 0 0;
}
.new-events-past ._list ._item ._place {
  display: none;
}
.new-events-past ._list ._item ._place img {
  width: 9px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 9px 0 2px;
}
.new-events-past ._list ._item ._place .event__icon:before {
  display: inline-block;
  content: ',';
  margin-right: 5px;
}
@media (min-width: 768px) {
  .new-events-past .container-fluid {
    padding: 0 2rem;
    max-width: 1005px;
  }
  .new-events-past ._list {
    margin: 0 -2rem;
    font-size: 0;
  }
  .new-events-past ._item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 2rem;
  }
}
.linkoln-sponsors-anim {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
}
.linkoln-sponsors-anim .money-anim {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .linkoln-sponsors-anim {
    transform: scale(0.8, 0.8);
  }
}
.event-overview {
  padding: 6rem 0 3rem;
}
.event-overview h2 {
  letter-spacing: 4.2px;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 0 2rem;
}
.lincoln-overview {
  position: relative;
  width: 344px;
  height: 583px;
  display: inline-block;
  margin-bottom: 2rem;
}
.lincoln-overview-anim {
  position: absolute;
  right: 0;
  top: 251px;
}
.event-speakers {
  padding-top: 3.4rem;
}
.event-speakers ._list ._item {
  display: inline-block;
  vertical-align: top;
  padding: 2.5rem 1rem 0;
  width: 275px;
}
.event-speakers ._list ._item ._photo {
  display: inline-block;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #87c8cb;
}
.event-speakers ._list ._item h4 {
  font-size: 18px;
  font-family: "American Typewriter";
  letter-spacing: 3px;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
}
.event-speakers ._list ._item p {
  margin-top: 0;
  line-height: 1.33;
}
.event-speakers ._social {
  display: flex;
  justify-content: center;
}
.event-speakers ._social-item {
  margin: 0 5px;
}
.event-agenda {
  padding-bottom: 7rem;
}
.event-agenda .container-fluid {
  max-width: 830px;
}
.event-agenda h3 {
  margin: 3rem 0;
}
.event-agenda ._list {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.event-agenda ._list + .btn {
  margin-top: 2rem;
}
.event-agenda ._list ._item ._time {
  font-size: 12px;
  color: #a7a7a7;
  float: left;
  width: 160px;
}
@media (max-width: 767px) {
  .event-agenda ._list ._item ._time {
    width: 140px;
  }
}
.event-agenda ._list ._item ._time img {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.event-agenda ._list ._item ._time time {
  display: block;
  font-family: "American Typewriter";
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 0 0 0 18px;
  line-height: 1.89;
}
@media (max-width: 767px) {
  .event-agenda ._list ._item ._time time {
    font-size: 17px;
  }
}
.event-agenda ._list ._item ._part {
  margin: 0 0 0 160px;
  position: relative;
  padding: 0 0 2rem 2.5rem;
  border-left: 2px solid #0f9298;
}
@media (max-width: 767px) {
  .event-agenda ._list ._item ._part {
    margin-left: 140px;
  }
}
.event-agenda ._list ._item ._part:before {
  display: block;
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 2px #0f9298;
  border-radius: 50%;
}
.event-agenda ._list ._item ._part h4 {
  font-family: "American Typewriter";
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.89;
  margin: 0 0 1rem;
  letter-spacing: 3.4px;
}
@media (max-width: 767px) {
  .event-agenda ._list ._item ._part h4 {
    font-size: 17px;
  }
}
.event-agenda ._list ._item ._part ._speaker {
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.event-agenda ._list ._item ._part p {
  color: #595959;
}
.event-agenda ._list ._item:last-child ._part {
  border-left: none;
}
#popUpNewsletterModal .modal-content,
#startMyNomination .modal-content {
  border-radius: 0;
  background-color: #ebeeef;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  border: solid 1px #c7c7c7;
}
#popUpNewsletterModal .popup-close,
#startMyNomination .popup-close {
  font-size: 32px;
  font-weight: 400;
  color: rgba(89,89,89,0.5);
  text-shadow: none;
}
#popUpNewsletterModal .popup-body,
#startMyNomination .popup-body {
  line-height: 1.93;
  letter-spacing: 0.4px;
  color: #000;
  font-size: 15px;
  padding-bottom: 3rem;
}
#popUpNewsletterModal .popup-body h2,
#startMyNomination .popup-body h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 7px;
  margin: 1rem 0 1.5rem;
  font-weight: 700;
}
#popUpNewsletterModal .popup-body h3,
#startMyNomination .popup-body h3 {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 4.2px;
  font-weight: 700;
  font-family: "American Typewriter";
  margin: 0 0 1rem;
}
#popUpNewsletterModal .popup-body p,
#startMyNomination .popup-body p {
  margin: 1rem auto;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  max-width: 620px;
}
#popUpNewsletterModal .popup-body p.error,
#startMyNomination .popup-body p.error {
  color: #f00;
}
#popUpNewsletterModal .popup-body p.ok,
#startMyNomination .popup-body p.ok {
  color: #008000;
}
#popUpNewsletterModal .popup-body ._top,
#startMyNomination .popup-body ._top {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #popUpNewsletterModal .popup-body ._top,
  #startMyNomination .popup-body ._top {
    padding: 0 2rem;
  }
}
#popUpNewsletterModal .popup-body ._heads,
#startMyNomination .popup-body ._heads {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}
#popUpNewsletterModal .popup-body ._heads ._item,
#startMyNomination .popup-body ._heads ._item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #popUpNewsletterModal .popup-body ._heads ._item,
  #startMyNomination .popup-body ._heads ._item {
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem;
  }
  #popUpNewsletterModal .popup-body ._heads ._item img,
  #startMyNomination .popup-body ._heads ._item img {
    width: 75px;
  }
}
#popUpNewsletterModal .popup-body ul li,
#startMyNomination .popup-body ul li {
  list-style-type: disc;
  color: #0f9298;
  margin: 0 0 1rem;
}
#popUpNewsletterModal .popup-body ul li span,
#startMyNomination .popup-body ul li span {
  color: #000;
}
#popUpNewsletterModal .popup-body input,
#startMyNomination .popup-body input {
  border: none;
  margin: 0 0 10px;
  height: 46px;
  line-height: 46px;
  padding: 0 1.25rem;
}
#popUpNewsletterModal .popup-body input[name="contactEmail"],
#startMyNomination .popup-body input[name="contactEmail"] {
  width: 70%;
  margin-right: 10px;
  float: left;
}
#popUpNewsletterModal .popup-body input[name="zipcode"],
#startMyNomination .popup-body input[name="zipcode"] {
  width: calc(30% - 10px);
}
#popUpNewsletterModal .popup-body .btn,
#startMyNomination .popup-body .btn {
  height: auto;
  width: auto;
  display: inline-block;
}
#popUpNewsletterModal .popup-body .form__radio-field label,
#startMyNomination .popup-body .form__radio-field label {
  font-size: inherit;
  color: inherit;
}
#popUpNewsletterModal .popup-body .form__radio-field input[type="radio"] + label:before,
#startMyNomination .popup-body .form__radio-field input[type="radio"] + label:before,
#popUpNewsletterModal .popup-body .form__radio-field input[type="checkbox"] + label:before,
#startMyNomination .popup-body .form__radio-field input[type="checkbox"] + label:before {
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 15px;
}
#popUpNewsletterModal #anedot-donation-widget,
#startMyNomination #anedot-donation-widget {
  min-height: 660px;
}
.top-image-departments {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 53%;
}
.top-image-departments .top-departments-anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
@media (max-width: 767px) {
  .top-image-departments {
    transform: scale(0.8);
    margin-left: -20px;
  }
}
.departments-list {
  margin: 0 0 100px 0;
  position: relative;
}
.departments-list:nth-last-child(1) {
  margin-bottom: 0;
}
.departments-list .anchor {
  position: absolute;
  top: -150px;
}
.departments-list ._row {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
}
.departments-list ._item {
  flex-basis: 300px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 60px;
}
.departments-list ._item:nth-last-child(1) {
  margin-bottom: 0;
}
.departments-list ._item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 870px) {
  .departments-list ._item:nth-last-child(2) {
    margin-bottom: 60px;
  }
}
.departments-list ._image {
  display: block;
  width: 194px;
  height: 146px;
  margin: 0 auto;
  position: relative;
}
.departments-list ._image-anim {
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.departments-list ._name {
  font-size: 1.5rem;
  color: #000;
  font-family: "American Typewriter";
  letter-spacing: 4px;
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
.departments-list ._desc {
  font-size: 0.9375rem;
  color: #000;
}
.top-image-about {
  position: relative;
  width: 287px;
  height: 569px;
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.top-image-about .top-about-anim {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top-image-about {
    transform: scale(0.8);
    margin-left: -20px;
  }
}
.story-first-image {
  max-width: 448px;
}
.story-first-image .story-first-anim {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .story-first-image {
    transform: scale(0.9);
    margin-left: -20px;
  }
}
.story-second-image {
  width: 388px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .story-second-image {
    width: 100%;
  }
}
.story-second-image .story-second-anim {
  position: absolute;
  top: 243px;
  left: 216px;
}
._team ._list ._item {
  width: 230px;
}
.about-contact ._list ._item {
  padding: 0 0 1rem;
}
.about-contact ._list ._item h3 {
  margin: 0;
  line-height: 1.53;
}
.about-contact ._list ._item p {
  margin: 0 0 1rem;
}
.contact-img {
  position: relative;
  width: 290px;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .contact-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.contact-img-first {
  position: absolute;
  top: 0;
  left: 0;
}
.top-image-donate {
  position: relative;
  width: 381px;
  height: 452px;
  display: inline-block;
  text-align: left;
}
.top-image-donate .top-donate-anim {
  position: absolute;
  left: 61px;
  top: 174px;
}
@media (max-width: 767px) {
  .top-image-donate {
    transform: scale(0.8);
    margin-left: -20px;
  }
}
.donate-in-just {
  padding: 2rem 0 1rem;
}
.donate-your-tax {
  max-width: 700px;
  margin: 0 auto;
}
.donate-your-tax ._image {
  float: left;
}
@media (max-width: 767px) {
  .donate-your-tax ._image {
    float: none;
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .donate-your-tax ._text {
    margin-left: 198px;
  }
}
#anedot-donation-widget {
  min-height: 620px;
  margin-top: -5px;
  margin-bottom: -30px;
}
.donate-how-you {
  position: relative;
  overflow: hidden;
}
.donate-how-you:before {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0f9298;
  display: block !important;
  z-index: -1;
}
.donate-how-you:after {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  z-index: -1;
}
.donate-how-you >.container-fluid {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .donate-how-you {
    display: block;
  }
}
.donate-how-you p {
  margin: 0;
  font-family: "American Typewriter";
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 3px;
  font-weight: 600;
}
.btn-wrap {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .btn-wrap {
    margin: 0 20px;
  }
}
.terms-privacy-content h1 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: 'American Typewriter';
  letter-spacing: 7px;
}
.terms-privacy-content h2 {
  text-align: center;
  font-family: 'American Typewriter';
  letter-spacing: 4.3px;
  font-size: 1.5rem;
  line-height: 1.79;
  font-weight: 600;
}
.donateBottomContent h2 {
  margin-top: 3.5rem;
}
.donateBottomContent h3 {
  margin-top: 2rem !important;
  margin-bottom: 3rem;
}
.donateBottomContent ._list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.donateBottomContent ._item {
  flex-basis: 50%;
  text-align: left;
  display: flex;
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .donateBottomContent ._item {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.donateBottomContent ._item:nth-last-child(1) {
  margin-bottom: 0;
}
.donateBottomContent ._item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .donateBottomContent ._item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.donateBottomContent ._check {
  padding: 0;
}
@media (max-width: 767px) {
  .donateBottomContent ._check {
    flex-basis: 16px;
  }
}
@media (max-width: 767px) {
  .donateBottomContent ._check svg {
    width: 16px;
    height: 16px;
  }
}
.donateBottomContent ._text {
  font-family: "American Typewriter";
  font-size: 1.125rem;
  line-height: 1.9;
  padding-left: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .donateBottomContent ._text {
    line-height: 1.5;
  }
}
.landing-page__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 35px;
}
@media (max-width: 479px) {
  .landing-page__container {
    padding: 0 25px;
  }
}
.landing-page__wrap {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .landing-page__wrap {
    padding: 65px 0;
  }
}
.landing-page__wrap-top {
  padding-top: 75px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .landing-page__wrap-top {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
.landing-page__wrap-top .landing-page__container {
  max-width: 1106px;
}
.landing-page__wrap--green {
  background-color: #0f9298;
}
.landing-page__logo {
  padding-bottom: 68px;
}
@media (max-width: 767px) {
  .landing-page__logo {
    padding-bottom: 25px;
  }
}
.landing-page__title {
  padding-bottom: 25px;
}
.landing-page__title h1 {
  font-family: "American Typewriter";
  font-size: 50px;
  line-height: 59px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2.1px;
  margin: 0;
}
@media (max-width: 767px) {
  .landing-page__title h1 {
    font-size: 36px;
    line-height: 47px;
  }
}
.landing-page__subtitle p {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin: 0;
  font-weight: 100;
}
@media (max-width: 767px) {
  .landing-page__subtitle p {
    font-size: 24px;
    line-height: 36px;
  }
}
.landing-page__group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .landing-page__group {
    flex-direction: column;
  }
}
.landing-page__group .landing-page__subtitle {
  flex: 1;
}
.landing-page__group a {
  flex: 0 0 310px;
  margin-left: 140px;
  margin-top: 10px;
  padding: 0 65px !important;
  letter-spacing: 0.4px !important;
  transform: skew(0) !important;
  border-radius: 4px !important;
  text-transform: none !important;
  line-height: 46px !important;
}
.landing-page__group a span {
  transform: skew(0) !important;
}
@media (max-width: 479px) {
  .landing-page__group a span {
    white-space: pre-wrap;
  }
}
@media (max-width: 767px) {
  .landing-page__group a {
    margin-left: 0;
    flex: 0 0 auto;
    margin-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .landing-page__group a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: auto;
  }
}
.landing-page__content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.landing-page__content p {
  margin-top: 0;
  line-height: 42px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  color: #000;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .landing-page__content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.landing-page__info {
  color: #fff;
  margin: 0;
  line-height: 37px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}
@media (max-width: 767px) {
  .landing-page__info {
    font-size: 18px;
    line-height: 30px;
  }
}
.landing-page__info-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 44px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .landing-page__info-title {
    font-size: 24px;
    line-height: 33px;
  }
}
.landing-page__form {
  margin-top: 55px;
  padding: 55px 70px 70px;
  background-color: #0c7070;
}
@media (max-width: 767px) {
  .landing-page__form {
    margin-left: -35px;
    margin-right: -35px;
    padding: 65px 35px;
  }
}
@media (max-width: 479px) {
  .landing-page__form {
    padding: 65px 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.landing-page__form-title {
  padding-bottom: 40px;
}
.landing-page__form-title h3 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .landing-page__form-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.landing-page__form-group {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .landing-page__form-group {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.landing-page__form-group input {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding-left: 20px;
  flex: 1;
  font-size: 16px;
  outline: none;
  margin-right: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #514f47;
/* Firefox 19+ */
/* Firefox 18- */
}
@media (max-width: 767px) {
  .landing-page__form-group input {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.landing-page__form-group input::-webkit-input-placeholder {
  color: rgba(81,79,71,0.8);
}
.landing-page__form-group input::-moz-placeholder {
  color: rgba(81,79,71,0.8);
}
.landing-page__form-group input:-moz-placeholder {
  color: rgba(81,79,71,0.8);
}
.landing-page__form-group input:-ms-input-placeholder {
  color: rgba(81,79,71,0.8);
}
.landing-page__form-group input:nth-last-child(1) {
  flex: 0 0 140px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .landing-page__form-group input:nth-last-child(1) {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.landing-page__form-checkbox {
  padding-top: 10px;
}
.landing-page__form-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-left: -20px;
}
.landing-page__form-checkbox input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 15px;
}
@media (max-width: 767px) {
  .landing-page__form-checkbox input[type="checkbox"] + label {
    font-size: 12px;
  }
}
.landing-page__form-checkbox input[type="checkbox"] + label:before {
  content: '';
  background-color: #fff;
  border: 1px solid rgba(119,119,119,0.5);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}
.landing-page__form-checkbox input[type="checkbox"]:checked + label:before {
  content: '\e818';
  font-family: 'fontello';
  background-color: #0f9298;
  border-color: #0f9298;
  color: #fff;
  font-size: 15px;
}
.landing-page__form button {
  font-family: 'Lato', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  height: 52px;
  padding: 0 65px !important;
  letter-spacing: 0.4px !important;
  transform: skew(0) !important;
  border-radius: 4px !important;
  text-transform: none !important;
}
.landing-page__form button span {
  transform: skew(0) !important;
}
@media (max-width: 479px) {
  .landing-page__form button span {
    white-space: pre-wrap;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .landing-page__form button {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .landing-page__form button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: auto;
  }
}
.landing-page__footer {
  background-color: #0f9298;
  box-shadow: 0 0 11px 3px rgba(0,0,0,0.1);
  padding: 70px 0 100px;
}
@media (max-width: 767px) {
  .landing-page__footer {
    padding: 65px 0;
  }
}
.landing-page__footer-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .landing-page__footer-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .landing-page__footer-menu {
    padding-top: 20px;
  }
}
.landing-page__footer-menu a {
  color: #fff;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  padding: 0 10px;
  position: relative;
  text-decoration: underline;
}
.landing-page__footer-menu a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 10px;
  margin-top: 2px;
}
.landing-page__footer-menu a:nth-last-child(1):after {
  display: none;
}
.landing-page__footer-menu a:hover {
  text-decoration: none;
}
.landing-page__coop {
  color: #fff;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}
@media (max-width: 767px) {
  .landing-page__coop {
    text-align: center;
  }
}
.footer__msg p.ok {
  color: #0f9298;
}
.new-footer {
  background-color: #0f9298;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.new-footer a {
  color: #fff;
  opacity: 0.5;
}
.new-footer a:hover,
.new-footer a:focus {
  opacity: 1;
  outline: none;
}
.new-footer .container-fluid {
  max-width: 975px;
  padding: 0 15px;
  margin: 0 auto;
}
.new-footer-row {
  margin: 0 -15px;
}
.new-footer-col {
  padding: 0 15px;
}
.new-footer-col h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .new-footer-col {
    width: 33.3333333%;
    float: left;
  }
}
.new-footer-col._in-touch div {
  margin-bottom: 10px;
}
.new-footer-social a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.new-footer-social a img {
  width: 22px;
}
.new-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 15px 0 0;
  margin-top: 2rem;
}
.new-footer-bottom a {
  margin-left: 20px;
}
.new-footer-subscribe {
  max-width: 300px;
  display: inline-block;
}
.new-footer-subscribe small {
  display: block;
  margin-bottom: 1rem;
  padding: 0 5%;
  font-size: 12px;
  line-height: normal;
}
.new-footer-subscribe .skew-form {
  width: calc(100% - 125px);
  float: left;
}
.new-footer-subscribe .btn {
  padding: 7px 10px;
  width: 115px;
  float: right;
}
body .btn-skew {
  transform: skew(-15deg);
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 26px;
  background-color: #ecb73e;
  border-radius: 0;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 1.4px;
  color: #fff;
  position: relative;
}
body .btn-skew--large {
  height: 50px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 50px;
  padding: 0 30px;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 479px) {
  body .btn-skew--large {
    font-size: 16px;
    padding: 0 20px;
  }
}
body .btn-skew:before {
  display: block;
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f0c565;
  transition: width 0.5s, left 0.5s;
}
body .btn-skew span {
  display: inline-block;
  vertical-align: top;
  transform: skew(15deg);
}
body .btn-skew span img {
  vertical-align: middle;
}
body .btn-skew:hover,
body .btn-skew:focus {
  color: #fff;
  outline: none;
}
body .btn-skew:hover:before,
body .btn-skew:focus:before {
  width: 100%;
  left: 0;
}
body .btn-skew-border {
  border: 1px solid #fff;
}
body .btn-skew.blue-green {
  background-color: #0f9298;
}
body .btn-skew.blue-green:before {
  background-color: #15ced6;
}
.skew-form {
  transform: skew(-15deg);
  background-color: #fff;
  height: 40px;
  padding: 0 25px;
}
.skew-form input {
  height: 40px;
  display: block;
  border: none;
  line-height: 40px;
  padding: 0 0;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  color: #000;
  transform: skew(15deg);
  outline: none !important;
  width: 100%;
}
@media (min-width: 768px) {
  .d-f-sm {
    display: flex;
    flex: 1;
  }
}
.blue-green {
  background-color: #0f9298;
}
.pale-grey {
  background-color: #ebeeef;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-l-a {
  margin-left: auto;
}
.m-r-a {
  margin-right: auto;
}
.p-t-0 {
  padding-top: 0;
}
.p-t-20 {
  padding-top: 1.3rem !important;
}
.p-t-30 {
  padding-top: 2rem !important;
}
.p-t-160 {
  padding-top: 10rem;
}
.p-0 {
  padding: 0 !important;
}
.p-b-30 {
  padding-bottom: 2rem !important;
}
.opacity-05 {
  opacity: 0.5;
}
.img-w-a img {
  width: auto;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.h-140 {
  height: 140px;
}
.f-s-24 {
  font-size: 1.5rem !important;
  line-height: 1.5;
}
.f-s-15 {
  font-size: 15px;
}
.l-h-193 {
  line-height: 1.93;
}
.f-f-at {
  font-family: "American Typewriter";
}
.m-w-163 {
  min-width: 163px;
}
.width-158 {
  width: 158px !important;
}
.ov-h {
  overflow: hidden;
}
.p-0 {
  padding: 0;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-r-0 {
  margin-right: 0;
}
.p-0 {
  padding: 0;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-b-3 {
  margin-bottom: 3rem;
}
.new-navbar {
  position: fixed;
  top: 40px;
  z-index: 10;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}
.new-navbar .container-fluid {
  max-width: 1360px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 34px 10px;
  position: relative;
  min-height: 78px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
}
.new-navbar.with-shadow .container-fluid {
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.new-navbar-logo {
  float: left;
  height: 60px;
  display: flex;
  align-items: center;
}
.new-navbar-logo a {
  display: inherit;
}
.new-navbar-logo img {
  max-width: 121px;
  max-height: 60px;
  min-height: 21px;
  width: auto;
  object-fit: contain;
}
.new-navbar-show {
  display: none;
  float: right;
  padding-top: 3px;
}
.new-navbar-show span {
  height: 3px;
  width: 22px;
  position: relative;
  display: inline-block;
  backface-visibility: hidden;
  transition: background-color 0.3s ease-in-out;
  background-color: #ecb73e;
  top: -6px;
}
.new-navbar-show span:before,
.new-navbar-show span:after {
  content: '';
  width: 22px;
  height: 3px;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease 0.3s;
  background-color: #ecb73e;
  transform: translateZ(0);
  left: 0;
}
.new-navbar-show span:before {
  transform: translateY(-6px);
}
.new-navbar-show span:after {
  transform: translateY(6px);
}
.new-navbar-nav {
  float: right;
  padding-top: 11px;
}
.new-navbar-nav li {
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 900;
  line-height: 26px;
  padding: 0 0 0 32px;
  position: relative;
}
.new-navbar-nav li:hover > ul {
  display: block;
}
.new-navbar-nav li.drop-hide > ul {
  display: none;
}
.new-navbar-nav li > ul {
  display: none;
  position: absolute;
  padding-top: 26px;
  min-width: 200px;
  right: 50%;
  margin-right: -116px;
}
@media (max-width: 991px) {
  .new-navbar-nav li > ul {
    display: block;
    position: relative;
    padding-top: 10px;
    min-width: 0;
    right: 0;
    margin: 0;
  }
}
.new-navbar-nav li > ul li {
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 4px;
}
.new-navbar-nav li > ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.new-navbar-nav li > ul li a {
  padding: 0;
  background-color: #fff;
  line-height: 54px;
  font-size: 0.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  color: #555 !important;
}
@media (max-width: 991px) {
  .new-navbar-nav li > ul li a {
    line-height: 24px;
    padding: 0;
    box-shadow: none;
  }
}
.new-navbar-nav li a {
  text-transform: uppercase;
  color: #555;
  padding: 7px 0 0;
  display: block;
}
.new-navbar-nav li a:after {
  display: block;
  content: '';
  height: 4px;
  background-color: #edb723;
  transform: skew(-30deg);
  width: 0;
  transition: width 0.5s, margin 0.5s;
  margin-left: 50%;
}
.new-navbar-nav li a:hover,
.new-navbar-nav li a:focus,
.new-navbar-nav li a.active {
  outline: none;
}
.new-navbar-nav li a:hover:after,
.new-navbar-nav li a:focus:after,
.new-navbar-nav li a.active:after {
  width: 100%;
  margin-left: 0;
}
.new-navbar-nav li.like-btn {
  font-size: 12px;
}
.new-navbar-nav li.like-btn a {
  transform: skew(-15deg);
  background-color: #ecb73e;
  color: #fff;
  padding: 7px 26px;
  position: relative;
}
.new-navbar-nav li.like-btn a.blue-green {
  background-color: #0f9298;
}
.new-navbar-nav li.like-btn a.blue-green:before {
  background-color: #14bfc7;
}
.new-navbar-nav li.like-btn a span {
  transform: skew(15deg);
  display: inline-block;
  vertical-align: top;
}
.new-navbar-nav li.like-btn a:after {
  display: none;
}
.new-navbar-nav li.like-btn a:before {
  display: block;
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f0c565;
  transition: width 0.5s, left 0.5s;
}
.new-navbar-nav li.like-btn a:hover,
.new-navbar-nav li.like-btn a:focus {
  outline: none;
}
.new-navbar-nav li.like-btn a:hover:before,
.new-navbar-nav li.like-btn a:focus:before {
  width: 100%;
  left: 0;
}
.new-navbar-nav li.like-btn:last-child {
  padding-left: 20px;
}
.new-navbar-green .container-fluid {
  background-color: #0f9298;
}
@media (max-width: 991px) {
  .new-navbar-green .new-navbar-nav {
    background-color: #0f9298;
  }
}
@media (max-width: 991px) {
  .new-navbar-green .new-navbar-nav li >ul li a {
    background-color: transparent;
    color: #fff !important;
  }
}
.new-navbar-green .new-navbar-nav li a {
  color: #fff;
}
.new-navbar-green .new-navbar-nav li a.blue-green {
  background-color: #fff;
  color: #0f9298;
}
.new-navbar-green .new-navbar-nav li a.blue-green:before {
  background-color: #e0fbfc;
}
@media (max-width: 991px) {
  .new-navbar {
    top: 20px;
  }
  .new-navbar .container-fluid {
    padding: 10px 15px;
    min-height: 0;
  }
  .new-navbar-logo {
    margin-top: 0;
    height: 30px;
  }
  .new-navbar-logo img {
    max-height: 30px;
  }
  .new-navbar-show {
    display: block;
    cursor: pointer;
    font-size: 22px;
    line-height: 25px;
    color: #ecb73e;
  }
  .new-navbar-nav {
    position: absolute;
    top: 100%;
    background-color: #fff;
    float: none;
    right: 0;
    margin: 1px 0 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .new-navbar-nav.active {
    display: block;
  }
  .new-navbar-nav.active + .new-navbar-show span {
    background-color: transparent;
  }
  .new-navbar-nav.active + .new-navbar-show span:before {
    transform: translateY(0) rotate(-45deg);
  }
  .new-navbar-nav.active + .new-navbar-show span:after {
    transform: translateY(0) rotate(45deg);
  }
  .new-navbar-nav li {
    float: none;
    display: block;
    padding: 0 20px;
    text-align: center;
  }
  .new-navbar-nav li.like-btn {
    padding-top: 10px;
  }
}
