/*! 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"], /* 1 */
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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@charset "UTF-8";

@font-face {
  font-family: "stars";
  src:url("/wp-content/themes/union/awards/fonts/stars.eot");
  src:url("/wp-content/themes/union/awards/fonts/stars.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/union/awards/fonts/stars.woff") format("woff"),
    url("/wp-content/themes/union/awards/fonts/stars.ttf") format("truetype"),
    url("/wp-content/themes/union/awards/fonts/stars.svg#stars") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "stars" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "stars" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\6a";
}
.icon-union-logo:before {
  /*content: "\6c";*/
  content: " ";
  background: url("/wp-content/themes/union/img/new-logos/union-logo-blue.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  display: block;
}
.icon-union-logo-compact:before {
  /*content: "\6d";*/
  content: "";
  width: 80px;
  height: 50px;
  background: url("/wp-content/themes/union/img/new-logos/union-letter-logo.png") no-repeat;
  background-size: contain;
  display: block;
}
.icon-union-logo-compact.icon-union-logo-compact-white:before {
  content: "";
  width: 80px;
  height: 50px;
  background: url("/wp-content/themes/union/img/new-logos/union-letter-logo-white.png") no-repeat;
  background-size: contain;
  display: block;
}
.icon-union-logo-compact.icon-union-logo-white:before {
  content: " ";
  background: url("/wp-content/themes/union/img/union-logo-new-white.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
  display: block;
}
.icon-union-logo-compact:hover:before{
  filter: contrast(0.5);
}
.icon-angle-down:before {
  content: "\61";
}
.icon-angle-left:before {
  content: "\62";
}
.icon-angle-right:before {
  content: "\63";
}
.icon-facebook:before {
  content: "\64";
}
.icon-linkedin:before {
  content: "\65";
}
.icon-play:before {
  content: "\66";
}
.icon-star:before {
  content: "\67";
}
.icon-twitter:before {
  content: "\68";
}
.icon-youtube:before {
  content: "\69";
}
.icon-close:before {
  content: "\6b";
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * A better looking for heading tags
 */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

html, body {
    height: 100%;
    min-height:100%;
}

body {
    background-color: #efefef;

    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h1 {
    box-shadow: -1px 0 47px rgba(6, 0, 0, 0.6);
    font-family: "Open Sans","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    text-transform: uppercase;
    font-size: 6rem;
    width: 250px;
    line-height: 5rem;
    background-color: #44abff;
    padding: 2rem 2rem 2.3rem 2rem;
    display:table;
    text-align: left;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

h2 {
    color: #023F5E;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.04rem;
    text-align: center;
    margin-bottom: 3.125rem;
}

.button {
    font-size: 1.1rem;
    color: #fff;
    margin: 0 0.625rem;
}

.icon-union-logo-compact {
    position: fixed;
    color: #44ABFF;
    font-size: 3rem;
    top: 1.25rem;
    right: 1.25rem;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
.icon-union-logo-compact:hover {
    color: #fff;
}

.star-awards-logo-group {
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
    flex-wrap: wrap;
}
svg.star-awards-union-logo-icon  {
    fill: #023F5E;
    height: 23px;
    width: auto;
    margin-right: 30px;
    margin-bottom: 30px;
}

.hide   {
    display: none;
}


.icon-union-logo {
    color: #44ABFF;
    font-size: 10rem;
    display: inline-block;
    line-height: 0;
}
.icon-angle-down {
    font-size: 2rem;
}

.intro {
    color: white;
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
}

.intro-text {
    color: white;
    max-width: 37.5rem;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
}

.intro-bottom.blue-bg p, .mast .container {
    max-width: 62.5rem;
}

.container {
    position: relative;
    max-width: 85.38rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
    box-sizing: border-box;
}

.full-width {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 auto;
    background: #efefef;
}
.full-width.white {
    background: #fff;
    color: #01adff;
}

.intro-bottom {
    color: #023F5E;
    background: blue;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.563rem 0 0.4rem;
}
.intro-bottom p{
    max-width: 73.44rem;
    padding: 0 0.9375rem;
    margin: 0 auto;
}

.blue-bg {
    background: #2DCCD3;
    text-align: center;
    /*color: #fff;*/
}

footer.blue-bg,
footer .blue-bg {
    background: #023F5E;
    color: #fff !important;
}

#confetti{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer-logo {
    text-align: center;
    height: 6rem;
}
.footer-logo span {
    margin-top: -3.5rem;
    cursor: default;
}

.container.nominations {
    padding-top: 3.125rem;
}

.container.nominations .gutter {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}
.gutter-0 {
    padding-left: 0;
    padding-right: 0;
}

.container.zoom-tables div{
    color: #44ABFF;
    margin-bottom: 2rem;
}

.container.zoom-tables img{
    width: 100%;
}

.container.people {
    padding: 0.625rem 0 3.125rem 0;
}
.container.people.row {
    margin-left: 0;
    margin-right: 0;
}

.container.contact {
    padding: 6rem 0;
}
.container.contact p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    margin-top: 0;
    color: #fff;
}

.container.people {
    text-align:center;
}
.container.people .unit {
    height: 401px;
}


.container.people img {
    border-radius: 50%;
    border: 8px solid #fff;
    margin-bottom: 5%;
    margin-top: 2%;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
}
.people-round-img {
    display: inline-block !important;
    position: relative;
}
/*shrinking the images*/
.people-round-img:hover img {
    border: 8px solid #44ABFF;
    padding: 2%;
    transform: scale(0.9);
    margin-bottom: 0;
    margin-top: 0;
}

.container.people img:hover {
    /*border: 8px solid #44ABFF;*/
    /*padding: 2%;*/
    /*transform: scale(0.9);*/
    /*margin-bottom: 3%;*/
    /*margin-top: 0;*/
}

.container.people h2 {
    margin-bottom: 2.125rem;
}

.container.social .columns {
    border-right: 1px solid #44abff;
}
.container.social .columns:last-of-type {
    border-right: none;
}
.transition {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.container.social .columns {
    width: 25%;
    margin: 0;
}

.c-white {
    color: #fff !important;
}

.container.social a {
    font-size: 1.625rem;
    color: inherit;
    text-decoration: none;
    text-align: left;
    display:block;
    position: relative;
    line-height: 1.6rem;
    padding: 1rem 10%;
    border-right: 1px solid #023F5E;
    z-index: 1;
    overflow: hidden;
    color: #023F5E;
}
.container.social a:hover {
    color: #fff;
}
.container.social a span {
    font-size: 1rem;
    white-space: nowrap;
    display:block;
}
.container.social a:after {
    font-family: "stars";
    content: "\64";
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -0.9rem;
    font-size: 3.4rem;
}
.container.social a.twitter:after {
    content: "\68";
}
.container.social a.linkedin:after {
    content: "\65";
}
.container.social a.youtube:after {
    content: "\69";
}
a.arrow {
    color: #023F5E;
    text-decoration: none;
    border: none;
}
a.arrow:after {
    font-family: "stars";
    content: "\61";
    font-size: 3rem;
    line-height: 2.5rem;
}

.container.social a::before {
    content: '';
    width: 110%;
    height: 200px;
    background:  #023F5E;
    display: block;
    position: absolute;
    top: -70%;
    transform: rotate(15deg) translateX(-110%);
    left: -10%;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.container.social a:hover::before{
    transform: translateX(5%) rotate(15deg);
}
.container.social a.youtube {
    border-right: none;
}

.card {
    border: 8px solid #fff;
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.5rem;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.card::before {
    content: '';
    width: 50rem;
    height: 50rem;
    background: #2DCCD3;
    display: block;
    position: absolute;
    top: -25%;
    transform: rotate(15deg) translateX(-110%);
    left: 12%;
    z-index: -1;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.card:hover::before {
    transform: translateX(-25%) rotate(15deg);
}

.card:hover img {
    opacity: 0.2;
}
.card:hover,
.card:hover.gold,
.card:hover.silver,
.card:hover.bronze {
    border-color: #2DCCD3;

}
.card:hover.gold:after,
.card:hover.silver:after,
.card:hover.bronze:after{
    opacity: 0;
}
.card:hover h3,
.card:hover strong,
.card:hover p,
.card:hover h3 span {
    color: #fff !important;

}
.card img {
    width: 100%; max-width: 100%; height: auto;
}
.card .content-wrapper {
    padding: 0.8rem;
    color: #9a9997;
    display: inline-block;
}
.card h3,
.people h3 {
    color: #023F5E;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
.card h3 span {
    font-size: 0.92rem;
    padding-right: 0.3rem;
    display:none;
}
.card.gold h3 span {
    display: inline-block;
    color: #cea33e;
}
.card.silver h3 span {
    display: inline-block;
    color: #858182;
}
.card.bronze h3 span {
    display: inline-block;
    color: #D06633;
}
.card strong {
    color: #023F5E;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.card p,
.people p {
    color: #023F5E;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    margin-top: 0.2rem;
}
.people p {
    padding-top: 0.2rem;
}

.card.gold {
    border: 8px solid #cea33e;
}
.card.silver {
    border: 8px solid #858182;
}
.card.bronze {
    border: 8px solid #d06633;
}
.card:after {
    content: '';
    text-transform: uppercase;
    padding: 0.625rem 0 1.875rem;
    background: transparent;
    position: absolute;
    right: -2.313rem;
    color: #fff;
    font-size: 0.75rem;
    transform: rotate(-45deg);
    bottom: -0.9375rem;
    width: 6.625rem;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.card.gold:after {
    content: 'gold';
    background: #cea33e;
}
.card.silver:after {
    content: 'silver';
    background: #858182;
}
.card.bronze:after {
    content: 'bronze';
    background: #d06633;
}

#contact-details a {
    color: #44ABFF;
}
.container.people .clients img:hover {
    border: 8px solid #fff;
    transform: scale(1);
    padding: 0;
    margin-bottom: 5%;
    margin-top: 2%;
}

/* Fancybox */
.fancybox-lock {
    overflow: visible !important;
}
.lightbox, .showcase {
    color: #fff;
}
.lightbox img, .showcase img {
    width: 100%;
}
.lightbox .text-wrapper, .showcase .text-wrapper {
    padding: 1.875em;
    text-align: center;
    display: inline-block;
    background: #2DCCD3;
    width: 100%;
}
.lightbox ul, .showcase ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lightbox li, .showcase li {
    padding: 0;
    margin: 0;
}
.lightbox .text-wrapper h4, .showcase .text-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}
.lightbox .text-wrapper h4 span, .showcase .text-wrapper h4 span {
    font-weight: 400;
}
.lightbox .text-wrapper strong, .showcase .text-wrapper strong {
    font-weight: 400;
    padding-bottom: 1rem;
}
.lightbox .text-wrapper p, .showcase .text-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 1.25rem;
    line-height: 1.4rem;
}
.slider li {
    display:none;
}
.slider li:first-of-type {
    display:block;
}

/*.lightbox .video-wrapper {*/
/*position:relative;*/
/*padding-bottom:54%;*/
/*height:0;*/
/*overflow:hidden;*/
/*}*/
.fancybox-close {
    position: absolute;
    top: -36px;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 1;
    background-color:  #2DCCD3;
}
iframe.video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fancybox-skin {
    float: left;
    margin: 15px;
    background: #45ABFF;
    letter-spacing: 0;
    text-align: left;
    border-radius: 0;
}

/* Slides */
.rslides_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    text-decoration: none;
    height: 3.75rem;
    width: 1.875rem;
    background: #000;
    margin-top: -1.875rem;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rslides_nav:hover {
    opacity: 1;
}
.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.rslides-container {
    position: relative;
    float: left;
    width: 100%;
}
.rslides_nav.next::before,
.rslides_nav.prev::before {
    content: "\63";
    font-family: "stars";
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.75rem;
}
.rslides_nav.prev::before {
    content: "\62";
    float: right;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
    display: inline-block;
    padding: 0 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    letter-spacing: .04rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 3px solid #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.button::after {
    content: '';
    width: 110%;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: -100%;
    transform: rotate(15deg) translateX(-110%);
    left: -10%;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.button:hover {
    color: #023F5E;
}
.button:hover::after {
    transform: translateX(0) rotate(15deg);
}
.videoWrapper {
    position: relative;
}
.videoWrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.total {
    width: 100%;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}




/* Contact form */

#contact-form .icon-union-logo, #contact-form h2{
    color: white;
    margin-top: -30px;
    margin-bottom: 30px;
}
#contact-form-form input, #contact-form-form .button, #contact-form-form textarea{
    height: 50px;
    width: 90%;
    display: inline-block;
    margin: 20px auto 0px auto;
    box-sizing: border-box;
    line-height: 5px;
    padding: 20px;
}
#contact-form-form input, #contact-form-form textarea{
    background-color: #3698e8;
    border: 2px solid #3698e8;
    padding: 0px 20px;
    color: white;
}
#contact-form-form textarea{
    height: 150px;
    padding: 20px;
}

.prize {
    position: absolute;
    background: none;
    width: 125px;
    height: 31px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}
.unit.gold .prize {
    background: url("/wp-content/themes/union/awards/img/gold.png");
}
.unit.silver .prize {
    background: url("/wp-content/themes/union/awards/img/silver.png");
}
.unit.bronze .prize {
    background: url("/wp-content/themes/union/awards/img/bronze.png");
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .container.social a {
        visibility: hidden;
    }
    .container.social a:hover {
        color: #44ABFF;
    }
    .container.social a:after {
        visibility: visible;
        right: 50%;
        transform: translateX(20px);
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    html {
        font-size: 0.85em;
        line-height: 1.3;
    }
    body {
        /*background: url("/wp-content/themes/union/awards/img/intro-xs.jpg");*/
    }
    .container.nominations .gutter {
        padding-left: 0;
        padding-right: 0;
    }
    .container.contact {
        padding: 4rem 0;
    }
    .container.contact a:first-of-type {
        margin-bottom: 1rem;
    }
    .container.people .unit {
        margin-bottom: 2.5rem;
        height: 100%;
    }
    .container.people img {
        width: 55%;
    }
    .container.people img:hover {
        border: 8px solid #44ABFF;
        transform: none;
        padding: 0;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .lightbox .text-wrapper {
        padding: 1.375em;
    }
    .fancybox-close {
        top: 0;
        right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: 8040;
    }
    .intro-text {
        /*vertical-align: bottom;
        padding-bottom: 50%;*/
    }
    h1 {
        box-shadow: -1px 0 20px rgba(6, 0, 0, 0.6);
        font-size: 2rem;
        width: 100%;
        line-height: 2rem;
        padding: 1rem;
        text-align: center;

    }
    h1 span.hidden {
        display: inline !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .intro-text {
        padding-bottom: 65%;
    }
    h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

img { height: auto; }

.terms > :not(:last-child):after { content: ','; padding-right: 5px; }

.nominations img, .hero-image-text img, .hero-image-text iframe { max-width: 100%; }

.unit img { max-width: 300px; }

.hero-image-text { position: relative; left: -1rem; }

.hero-image-text img { display: block; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* 2018 */

.layouts [class^="col-"] { padding: 10px !important; }
.extras { padding-top: 50px !important; }
.graphic { height: auto !important; }
iframe { max-width: 100%; }
.lightbox .text-wrapper { background-color: #fff; border-top: solid 1px #ccc; }
.lightbox .text-wrapper h4 { color: #44ABFF; }
.lightbox .text-wrapper strong * { color: #888; font-weight: 700; }
.lightbox .text-wrapper p { color: #444; }

.modal-wrap { background: #fff; width: 95%; max-width: 850px; margin: 65px auto 40px auto; position: relative; }
.mfp-close { color: #fff !important; background-color: #2DCCD3 !important; top: -44px !important; opacity: 1 !important; }
.rslides_nav { background: #2DCCD3 !important; opacity: 1 !important; }

.modal-info { background-color: #2DCCD3; padding: 40px 50px; text-align: center; clear: both; border-top: solid 1px rgba(0,0,0,.2); }
.modal-info * { color: #fff; }
.modal-info > :not(:last-child) { margin-bottom: 25px; }
.modal-info_heading, .modal-info p { margin: 0; }
.modal-info_heading { font-weight: 700; }
.modal-info_long a { text-decoration: underline; }

.title-split > span { display: block; }

.round-image { display: block; position: relative; }
.prize-grade { bottom: 18px; transition: bottom .4s; }
.button-trigger:hover + .prize-grade { bottom: 100px; }

a.card { display: block; }

@media (max-width: 767px) {

    .icon-union-logo-compact { color: #fff; }
}

@media (min-width: 768px) {

    .nominations .card { height: 100% !important; margin: 0 !important; }
}

@media (min-width: 768px) and (max-width: 991px) {

    .nominations .row > :nth-child(2n+1) { clear:left; }

}

@media (min-width: 992px){

    .nominations .row > :nth-child(3n+1) { clear:left; }

}

@media (max-width: 991px) {

    #social-links .text { display: none; }
    #social-links .social-button .icon { left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 45px; height: 40px; }
    #social-links .inner { min-height: 50px; }

}

#social-links .row > :not(:last-child) { border-right: solid 1px #023F5E; }

.social-button { display: block; color: #023F5E; padding: 15px 30px; text-decoration: none; transition: background-color .3s; }
.social-button:hover { background-color: #023F5E; color: #fff; }

.social-button .inner { position: relative; }
.social-button .icon { width: 55px; height: 50px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.social-button .icon:before { content: ''; background-color: #023F5E; transform: skewX(-10deg); -webkit-transform: skewX(-10deg); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.social-button .icon svg { fill: #fff; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.social-button .text { padding-right: 100px; }
.social-button .text span { display: block; text-align: left; }
.social-button .larger { font-size: 26px; }
.social-button .smaller { font-size: 16px; }

.social-wrap, .foot-text { padding: 50px 0; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.people-modal {
    width: 30% !important;
}
.star-awards-title {
    width: 500px;
    padding: 20px 30px;
    margin: 60px auto 0 auto;
    background: #fff;
}
.star-awards-title img {
    width: 400px;
}
.star-awards-title h1 {
    box-shadow: none;
    text-transform: uppercase;
    font-size: 4rem;
    width: auto;
    line-height: unset;
    padding: 0;
    display: inline;
    text-align: initial;
    color: #023F5E;
    background: unset;
}
.star-awards-hero-image-text img {
    max-width: 600px;
}

.ubraket:first-of-type {
    display: inline-block;
    transform: translate(-10px, -5px);
}
.ubraket:last-of-type {
    display: inline-block;
    transform: translate(10px, -5px);
}
.row.clients .unit {
    height: auto !important;
    margin-bottom: 20px;
}

.modal-info_long a {
    color: #fff !important;
}

@media (min-width: 1024px) {
    .star-awards-hero-image-text {
        position: absolute;
        margin-top: -8rem;
        margin-left: -9rem;
    }
}

@media (max-width: 1600px) {
    .star-awards-hero-image-text img {
       max-width: 500px;
    }
    .star-awards-hero-image-text {
        margin-left: -6rem;
    }
}

@media (max-width: 1000px) {
    .star-awards-hero-image-text {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .mfp-container .people-modal {
        width: 50% !important;
    }
}
@media (max-width: 1000px) {
    .mfp-container .people-modal {
        width: 80% !important;
    }
}

@media (max-width: 800px) {
    .star-awards-hero-video {
        display: none!important;
    }
    video.star-awards-hero-mobile-video {
        display: block!important;
    }
}
@media (max-width: 1023px) {
    .star-awards-hero-image-text {
        margin-top: 0px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -160%);
        -webkit-transform: translate(-50%, -160%);
        -moz-transform: translate(-50%, -160%);
        -ms-transform: translate(-50%, -160%);
        -o-transform: translate(-50%, -160%);
    }
    .star-awards-hero-image-text img {
        max-width: 340px;
    }
}
/* Imac laptop ----------- */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .star-awards-hero-image-text img {
        max-width: 450px;
    }
    .star-awards-hero-image-text {
        margin-top: -16rem;
        margin-left: 35rem;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .star-awards-hero-image-text {
        transform: translate(-50%, -220%);
        -webkit-transform: translate(-50%, -220%);
        -moz-transform: translate(-50%, -220%);
        -ms-transform: translate(-50%, -220%);
        -o-transform: translate(-50%, -220%);
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .star-awards-hero-image-text {transform: translate(-50%, -190%);
        -webkit-transform: translate(-50%, -190%);
        -moz-transform: translate(-50%, -190%);
        -ms-transform: translate(-50%, -190%);
        -o-transform: translate(-50%, -190%);
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
    .star-awards-hero-image-text {transform: translate(-50%, -120%);
        -webkit-transform: translate(-50%, -120%);
        -moz-transform: translate(-50%, -120%);
        -ms-transform: translate(-50%, -120%);
        -o-transform: translate(-50%, -120%);
    }
}
@media (max-width: 769px) {
    .star-awards-title {
        width: 100%;
    }
    .star-awards-title img {
        width: 60%;
    }
}
@media (max-width: 540px) {
    .mfp-container .people-modal {
        width: 95% !important;
    }
    .people-modal .modal-info {
        padding: 50px 30px !important;
    }

    .star-awards-hero-image-text img {
        max-width: 275px;
    }

}
@media (max-width: 400px) {
    .star-awards-hero-video, .star-awards-hero-mobile-video {
        height: 70vh!important;
    }
    .star-awards-hero-image-text {
        margin-top: 2rem;
    }
}
@media (max-width: 325px) {
    .star-awards-hero-image-text {
        margin-top: 11rem;
    }
}

@media (max-width: 285px) {
    .star-awards-hero-video {
        height: 70vh!important;
    }
    .star-awards-hero-image-text {
        margin-top: 20vh;
    }
}
.union-video-modal {
    width: 95% !important;
}