/*!
========== INIT
*/
/*! normalize.css v3.0.1 | 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,
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
   ========================================================================== */
*:focus {
  outline: none; }

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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
*/
/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
.articleSeparator {
  display: none !important;
  visibility: hidden; }
#wrapper, .mainContainer, .staticContainer {
  *zoom: 1; }
  #wrapper:before, .mainContainer:before, .staticContainer:before, #wrapper:after, .mainContainer:after, .staticContainer:after {
    content: " ";
    display: table; }
  #wrapper:after, .mainContainer:after, .staticContainer:after {
    clear: both; }
/* ===== PROJECT ===== */
/* _____ VARIABLES _____ */
@font-face {
  font-family: "ProximaNovaCond-Regular";
  src: url("/static/fonts/ProximaNova/ProximaNovaCond-Regular.eot");
  src: url("/static/fonts/ProximaNova/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNovaCond-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Light";
  src: url("/static/fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("/static/fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNova-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/static/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("/static/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNova-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/static/fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("/static/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNova-Semibold.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/static/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("/static/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNova-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNovaCond-Light";
  src: url("/static/fonts/ProximaNova/ProximaNovaCond-Light.eot");
  src: url("/static/fonts/ProximaNova/ProximaNovaCond-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova/ProximaNovaCond-Light.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Abel-Regular";
  src: url("/static/fonts/abel/abel-regular.eot");
  src: url("/static/fonts/abel/abel-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/abel/abel-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/font-awesome/FontAwesome.eot");
  src: url("/static/fonts/font-awesome/FontAwesome.eot?#iefix") format("embedded-opentype"), url("/static/fonts/font-awesome/FontAwesome.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Poppins-Light";
  src: url("/static/fonts/poppins/Poppins-Light.eot");
  src: url("/static/fonts/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("/static/fonts/poppins/Poppins-SemiBold.eot");
  src: url("/static/fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Poppins-Regular";
  src: url("/static/fonts/poppins/Poppins-Regular.eot");
  src: url("/static/fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "BlackJack";
  src: url("/static/fonts/blackjack/black_jack.eot");
  src: url("/static/fonts/blackjack/black_jack.eot?#iefix") format("embedded-opentype"), url("/static/fonts/blackjack/black_jack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "IntroHeader";
  src: url("/static/fonts/introheader/introrustg-base2line-webfont.eot");
  src: url("/static/fonts/introheader/introrustg-base2line-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/introheader/introrustg-base2line-webfont.woff2") format("woff2"), url("/static/fonts/introheader/introrustg-base2line-webfont.woff") format("woff"), url("/static/fonts/introheader/introrustg-base2line-webfont.ttf") format("truetype"), url("/static/fonts/introheader/introrustg-base2line-webfont.svg#IntroHeader") format("svg"), url("/static/fonts/introheader/introrustg-base2line-webfont.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "IntroHeader-Regular";
  src: url("/static/fonts/introheader/introscriptr-h2base-webfont.eot");
  src: url("/static/fonts/introheader/introscriptr-h2base-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/introheader/introscriptr-h2base-webfont.woff2") format("woff2"), url("/static/fonts/introheader/introscriptr-h2base-webfont.woff") format("woff"), url("/static/fonts/introheader/introscriptr-h2base-webfont.ttf") format("truetype"), url("/static/fonts/introheader/introscriptr-h2base-webfont.svg#introheader") format("svg"), url("/static/fonts/introheader/introscriptr-h2base-webfont.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Lobster";
  src: url("/static/fonts/lobster/Lobster_1.3.eot");
  src: url("/static/fonts/lobster/Lobster_1.3.eot?#iefix") format("embedded-opentype"), url("/static/fonts/lobster/Lobster_1.3.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* _____ GLOBAL DEFAULTS _____ */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%;
  width: 100%; }

body {
  font-size: 16px;
  line-height: 1.4;
  background: #ffffff;
  font-family: "ProximaNova-Light", Arial, "sans-serif";
  width: 100%;
  color: #959595;
  min-height: 100%;
  height: auto;
  overflow-x: auto; }
  .cssremunit body {
    font-size: 1rem; }
  .csstransitions body {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out; }
  @media (min-width: 900px) {
    body {
      max-width: 1920px;
      margin: 0 auto; } }

body.coming_soon_page {
  display: table;
  color: #ffffff;
  height: 100%; }
  .no-cssgradients body.coming_soon_page {
    background-color: #fbd4a2; }
  .cssgradients body.coming_soon_page {
    background: -moz-radial-gradient(center, ellipse cover, #F7F9FA 0%, #ffaf49 100%) fixed;
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #F7F9FA), color-stop(100%, #ffaf49)) fixed;
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #F7F9FA 0%, #ffaf49 100%) fixed;
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #F7F9FA 0%, #ffaf49 100%) fixed;
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #F7F9FA 0%, #ffaf49 100%) fixed;
    /* IE10+ */
    background: radial-gradient(ellipse at center, #F7F9FA 0%, #ffaf49 100%) fixed;
    /* W3C */ }
  body.coming_soon_page div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  body.coming_soon_page .logo {
    display: inline-block;
    font-size: 7em;
    font-family: BlackJack, arial, sans-serif;
    color: white;
    background: orange;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    line-height: 115px;
    text-transform: lowercase; }
  body.coming_soon_page .site-title {
    font-family: IntroHeader, arial, sans-serif;
    text-transform: capitalize;
    font-size: 5em; }
  body.coming_soon_page h2 {
    font-size: 3em;
    text-transform: capitalize;
    color: white;
    text-shadow: 0px 2px 3px #555; }
  body.coming_soon_page p {
    font-size: 1.5em; }

#wrapper {
  width: 100%;
  background: white;
  padding: 0px 10px; }
  @media (min-width: 1200px) {
    #wrapper {
      max-width: 1540px;
      margin: 0px auto; } }
  #wrapper #content {
    padding-bottom: 30px; }

body.homepage #wrapper {
  margin-top: 50px; }
  @media (min-width: 900px) {
    body.homepage #wrapper {
      margin-top: 0; } }

h1, h2, h3, h4, h6 {
  text-transform: inherit; }

h1 {
  font-family: Poppins-Regular;
  color: #FFA65D;
  font-size: 1.4em;
  padding: 0;
  margin: 0; }
  @media (min-width: 900px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-family: Poppins-Light;
  font-size: 1.8em;
  color: #666666 !important; }

h3 {
  font-family: Poppins-Light;
  font-size: 1.5em;
  color: #666666 !important;
  text-align: left; }

h4 {
  font-family: Poppins-Light;
  font-size: 1em;
  color: #666666 !important;
  text-align: left; }

h5 {
  font-family: Poppins-Light;
  font-size: 0.8em;
  color: #666666 !important; }

a {
  font-family: Poppins-SemiBold;
  font-size: 1em;
  color: #ffa65d;
  text-align: left; }

ul {
  list-style-type: none; }

ul:not(.menu):not(.orbit-container):not(.breadcrumbs):not(.accordion) li:before {
  content: "";
  border-color: transparent #ffa65d;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.15em;
  position: relative; }

ul li {
  font-family: Poppins-SemiBold;
  font-size: 0.8em;
  color: #666666; }

a.button {
  border-radius: 20px;
  background: #F7F9FA;
  border-color: #FFA65D; }
  a.button:hover {
    background: #FFA65D;
    border-color: #F7F9FA;
    color: #F7F9FA !important; }
  a.button :focus {
    background: #FFA65D;
    border-color: #F7F9FA; }

.searchbutton {
  padding: 8px 15px;
  border-radius: 20px;
  background: #FFA65D;
  border-color: #F7F9FA;
  color: #F7F9FA;
  margin: 0 auto;
  width: 100%;
  text-align: left; }
  .searchbutton::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: bold; }
  .searchbutton::-moz-placeholder {
    color: #ffffff;
    font-weight: bold; }
  .searchbutton:-ms-input-placeholder {
    color: #ffffff;
    font-weight: bold; }
  .searchbutton:-moz-placeholder {
    color: #ffffff;
    font-weight: bold; }
  .searchbutton::placeholder {
    color: #ffffff;
    font-weight: bold; }
  .searchbutton:hover {
    background: #F7F9FA;
    border-color: #FFA65D;
    color: #FFA65D !important; }
    .searchbutton:hover::-webkit-input-placeholder {
      color: #FFA65D; }
    .searchbutton:hover::-moz-placeholder {
      color: #FFA65D; }
    .searchbutton:hover:-ms-input-placeholder {
      color: #FFA65D; }
    .searchbutton:hover:-moz-placeholder {
      color: #FFA65D; }
    .searchbutton:hover::placeholder {
      color: #FFA65D; }
  .searchbutton :focus {
    background: #F7F9FA;
    border-color: #FFA65D; }
  @media (min-width: 900px) {
    .searchbutton {
      max-width: 400px; } }

i.fa {
  font-size: 3em;
  color: #FFA65D; }

h1.section_title {
  text-align: center;
  font-size: 1.5em;
  padding: 15px;
  position: relative;
  margin: 0; }
  @media (min-width: 900px) {
    h1.section_title {
      font-size: 3em; } }

h2.section-title {
  color: #272727 !important;
  margin: 40px auto;
  width: 70%;
  text-align: center;
  word-wrap: break-word; }

h3.section-title {
  font-size: 1.2em; }

h2, h3, h4, h5, h6 {
  color: rgba(53, 53, 53, 0.55); }

center {
  float: left;
  width: 100%; }

a {
  text-decoration: none;
  color: rgba(53, 53, 53, 0.55); }
  a:hover {
    text-decoration: none; }

.orbit-container h1 {
  color: #F7F9FA; }
.orbit-container h2 {
  color: #F7F9FA;
  font-family: 'poppins-semibold';
  color: #F7F9FA !important; }
.orbit-container .circle {
  stroke: #f8aa28;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3; }
.orbit-container .playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  -webkit-transition: all 0.5s ease; }
  .orbit-container .playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #F7F9FA;
    transform: translateY(0); }
  .orbit-container .playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #f8aa28;
    animation: nudge 0.7s ease-in-out; }
@keyframes nudge {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(5px); }
  70% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }
  .orbit-container .playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1; }

ul {
  margin: 0;
  padding: 0; }

ul.list-unstyled {
  list-style: none; }

.sub-sublist {
  font-family: Poppins-Light;
  font-size: 0.8em;
  color: #666666 !important; }

pre {
  background: #fff;
  padding: 10px; }

p {
  margin: 0px; }

::-webkit-input-placeholder {
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px; }

:-ms-input-placeholder {
  font-size: 12px; }

.txt-uppercase {
  text-transform: uppercase; }

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

/* _____ LAYOUT _____ */
.mainContainer {
  width: 100%;
  margin: 0 auto; }

.staticContainer {
  position: relative;
  width: 100%;
  display: table; }

.full_width {
  position: relative;
  max-width: 1700px;
  width: auto;
  margin: 0 auto; }

.full_row {
  width: 100%;
  float: left;
  position: relative; }

.sticky {
  position: fixed;
  top: 10px;
  right: 100px;
  margin: 0 !important; }

.primary-color {
  color: #ffa65d; }

.semibold-title {
  font-family: Poppins-SemiBold; }

.regular-title {
  font-family: Poppins-Light; }

.equalized {
  width: 60%;
  margin: 0 auto;
  height: 75px;
  margin-bottom: 20px; }

@media only screen and (max-width: 600px) {
  body.homepage #wrapper {
    margin-top: 0px; }

  .mobile-content {
    margin: 0 auto; }
    .mobile-content h1 {
      text-align: center;
      color: #F7F9FA;
      font-size: 1.2em; }
    .mobile-content h2 {
      display: none; }
    .mobile-content a.playBut {
      display: none !important; }
    .mobile-content a.button {
      display: block !important;
      margin: 0 auto;
      width: 38%;
      margin-top: 2px !important; }

  h2 {
    font-size: 1em; }

  h3 {
    font-size: 1.15em; }

  h3.height1 {
    height: 60px !important; }

  h3.height2 {
    height: 33px !important; }

  h3.height3 {
    height: 34px !important; }

  h4.height1 {
    height: 153px !important; }

  h4.height2 {
    height: 128px !important; }

  h4.height3 {
    height: 133px !important; }

  h4.height1.eng {
    height: 134px !important; }

  h4.height2.eng {
    height: 111px !important; }

  .equalized.second {
    margin-bottom: 54px !important; }

  a.searchbutton {
    width: 50%; }

  .vigilsearch {
    width: 87% !important; } }
/* _____ PROJECT HELPERS _____ */
.navLink, .externalLink {
  color: #FFA65D;
  text-decoration: none; }
  .navLink:hover, .externalLink:hover {
    color: #ffaf49;
    text-decoration: none; }
/*!
========== COMPONENTS
*/
/* ===== UTILS ===== */
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
.articleSeparator {
  display: none !important;
  visibility: hidden; }
#wrapper, .mainContainer, .staticContainer {
  *zoom: 1; }
  #wrapper:before, .mainContainer:before, .staticContainer:before, #wrapper:after, .mainContainer:after, .staticContainer:after {
    content: " ";
    display: table; }
  #wrapper:after, .mainContainer:after, .staticContainer:after {
    clear: both; }
/* _____ VARIABLES _____ */
/* _____ PROJECT HELPERS _____ */
.navLink, .externalLink {
  color: #FFA65D;
  text-decoration: none; }
  .navLink:hover, .externalLink:hover {
    color: #ffaf49;
    text-decoration: none; }
/*!
========== SPECIFICS
*/
/* _____ SPECIFICS _____ */
header {
  position: fixed;
  margin-bottom: 0px;
  padding: 10px;
  float: left;
  width: 100%;
  max-width: 1920px;
  background: rgba(53, 53, 53, 0.55);
  z-index: 9999; }
  header #select-language {
    width: auto;
    background: rgba(53, 53, 53, 0.94);
    border: none;
    padding: 5px;
    margin-top: 20px;
    min-width: 40px;
    max-width: 80px;
    border-radius: 0;
    border-top: 2px solid white; }
    header #select-language a {
      width: 100%;
      float: left;
      font-family: Poppins;
      color: #FFFFFF;
      padding-top: 6px; }
      header #select-language a:hover {
        color: #FFA65D;
        background-color: rgba(53, 53, 53, 0.55); }
  header button {
    margin-top: 2px;
    color: #FFFFFF; }
    header button .nav_arrows {
      background-size: 10px;
      background-position: 2px 8px; }
  header button.hover .nav_arrows {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 2px 2px; }
  header .social-media {
    float: left;
    border-right: 1px solid #FFFFFF;
    padding-right: 10px;
    margin-right: 10px; }
    header .social-media a {
      padding: 0 4px; }
      header .social-media a i {
        color: white;
        font-size: inherit; }

.nav_arrows {
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 12px;
  margin-left: 5px; }

nav#menu {
  max-width: 1200px; }

nav .hideMenuOnLoad {
  display: none; }
nav .dropdown.menu {
  justify-content: flex-start;
  float: left;
  margin-right: 20px; }
  nav .dropdown.menu li.selected > a {
    color: #FFA65D; }
  nav .dropdown.menu li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #e9e9e0;
    font-family: "Poppins-SemiBold", Arial, Helvetica, sans-serif; }
    nav .dropdown.menu li a::after {
      content: none !important; }
    nav .dropdown.menu li a:hover {
      color: #FFA65D; }
  nav .dropdown.menu .menu {
    background: #c2c0bc; }
nav .dropdown.menu a {
  padding: 5px 10px; }
nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 10px; }

.dropdown.menu > li.opens-right.is-active .nav_arrows {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 2px 6px; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 10px;
  background: rgba(53, 53, 53, 0.94);
  border: none;
  min-width: 0;
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 2px solid white; }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu li:hover {
    background-color: rgba(53, 53, 53, 0.55); }
  .dropdown.menu > li.opens-right > .is-dropdown-submenu li a {
    padding: 8px 15px;
    white-space: nowrap; }

#vigilzone-mobi-menu {
  padding: 0; }
  #vigilzone-mobi-menu .nav_arrows {
    background-position: center;
    background-size: auto;
    margin-right: 30px; }
  #vigilzone-mobi-menu ul.accordion li.accordion-item {
    width: 100%;
    float: left;
    background-color: #606060; }
    #vigilzone-mobi-menu ul.accordion li.accordion-item.is-active {
      background-color: #3F3F3F; }
    #vigilzone-mobi-menu ul.accordion li.accordion-item.is-active a {
      border-bottom-color: rgba(128, 128, 128, 0.45); }
    #vigilzone-mobi-menu ul.accordion li.accordion-item:last-child a {
      border-bottom: none; }
    #vigilzone-mobi-menu ul.accordion li.accordion-item.selected > a {
      color: #FFA65D;
      background-color: #3F3F3F;
      border-radius: 0px; }
    #vigilzone-mobi-menu ul.accordion li.accordion-item > a {
      font-family: Poppins-SemiBold;
      text-transform: uppercase;
      color: #FFFFFF;
      width: 100%;
      display: block;
      padding: 10px 0 10px 30px;
      border-bottom: 1px solid #606060; }
  #vigilzone-mobi-menu ul.accordion .accordion-content {
    width: 100%;
    float: left;
    border: none;
    padding: 10px 0 10px 30px;
    background-color: #3F3F3F; }
    #vigilzone-mobi-menu ul.accordion .accordion-content a {
      font-family: Poppins-Regular;
      color: #FFFFFF;
      width: 100%;
      float: left;
      padding: 10px 0px 10px 20px; }
      #vigilzone-mobi-menu ul.accordion .accordion-content a.active {
        color: #FFA65D;
        font-weight: bold; }

.accordion-item.is-active .nav_arrows {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 2px 6px; }

.title-bar {
  background-color: #ffffff; }

.menu-icon::after {
  background-color: #2c2e2f;
  box-shadow: 0 7px 0 #2c2e2f, 0 14px 0 #2c2e2f; }

.fixed-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 1px solid #e9e9e0; }

.title-bar-left button {
  color: #666666;
  font-weight: bold;
  padding: 0 10px; }

#select-language-mobi {
  width: auto;
  background: rgba(53, 53, 53, 0.94);
  border: none;
  padding: 5px;
  margin-top: 20px;
  min-width: 50px;
  max-width: 80px;
  border-radius: 0;
  border-top: 2px solid white;
  left: 15px !important; }
  #select-language-mobi a {
    width: 100%;
    float: left;
    font-family: Poppins;
    color: #FFFFFF;
    padding-top: 6px;
    text-align: center; }
    #select-language-mobi a:hover {
      color: #FFA65D;
      background-color: rgba(53, 53, 53, 0.55); }

.small-pad-top-0 {
  padding-top: 0px; }

.small-pad-right-0 {
  padding-right: 0px; }

.small-pad-left-0 {
  padding-left: 0px; }

.small-pad-bottom-0 {
  padding-bottom: 0px; }

.small-pad-sides-0 {
  padding: 0 0px; }

.small-pad-tb-0 {
  padding: 0px 0; }

.small-pad-0 {
  padding: 0px; }

@media (min-width: 900px) {
  .medium-pad-top-0 {
    padding-top: 0px; }

  .medium-pad-right-0 {
    padding-right: 0px; }

  .medium-pad-left-0 {
    padding-left: 0px; }

  .medium-pad-bottom-0 {
    padding-bottom: 0px; }

  .medium-pad-sides-0 {
    padding: 0 0px; }

  .medium-pad-tb-0 {
    padding: 0px 0; }

  .medium-pad-0 {
    padding: 0px; } }
@media (min-width: 1200px) {
  .large-pad-top-0 {
    padding-top: 0px; }

  .large-pad-right-0 {
    padding-right: 0px; }

  .large-pad-left-0 {
    padding-left: 0px; }

  .large-pad-bottom-0 {
    padding-bottom: 0px; }

  .large-pad-sides-0 {
    padding: 0 0px; }

  .large-pad-tb-0 {
    padding: 0px 0; }

  .large-pad-0 {
    padding: 0px; } }
.small-pad-top-10 {
  padding-top: 10px; }

.small-pad-right-10 {
  padding-right: 10px; }

.small-pad-left-10 {
  padding-left: 10px; }

.small-pad-bottom-10 {
  padding-bottom: 10px; }

.small-pad-sides-10 {
  padding: 0 10px; }

.small-pad-tb-10 {
  padding: 10px 0; }

.small-pad-10 {
  padding: 10px; }

@media (min-width: 900px) {
  .medium-pad-top-10 {
    padding-top: 10px; }

  .medium-pad-right-10 {
    padding-right: 10px; }

  .medium-pad-left-10 {
    padding-left: 10px; }

  .medium-pad-bottom-10 {
    padding-bottom: 10px; }

  .medium-pad-sides-10 {
    padding: 0 10px; }

  .medium-pad-tb-10 {
    padding: 10px 0; }

  .medium-pad-10 {
    padding: 10px; } }
@media (min-width: 1200px) {
  .large-pad-top-10 {
    padding-top: 10px; }

  .large-pad-right-10 {
    padding-right: 10px; }

  .large-pad-left-10 {
    padding-left: 10px; }

  .large-pad-bottom-10 {
    padding-bottom: 10px; }

  .large-pad-sides-10 {
    padding: 0 10px; }

  .large-pad-tb-10 {
    padding: 10px 0; }

  .large-pad-10 {
    padding: 10px; } }
.small-pad-top-20 {
  padding-top: 20px; }

.small-pad-right-20 {
  padding-right: 20px; }

.small-pad-left-20 {
  padding-left: 20px; }

.small-pad-bottom-20 {
  padding-bottom: 20px; }

.small-pad-sides-20 {
  padding: 0 20px; }

.small-pad-tb-20 {
  padding: 20px 0; }

.small-pad-20 {
  padding: 20px; }

@media (min-width: 900px) {
  .medium-pad-top-20 {
    padding-top: 20px; }

  .medium-pad-right-20 {
    padding-right: 20px; }

  .medium-pad-left-20 {
    padding-left: 20px; }

  .medium-pad-bottom-20 {
    padding-bottom: 20px; }

  .medium-pad-sides-20 {
    padding: 0 20px; }

  .medium-pad-tb-20 {
    padding: 20px 0; }

  .medium-pad-20 {
    padding: 20px; } }
@media (min-width: 1200px) {
  .large-pad-top-20 {
    padding-top: 20px; }

  .large-pad-right-20 {
    padding-right: 20px; }

  .large-pad-left-20 {
    padding-left: 20px; }

  .large-pad-bottom-20 {
    padding-bottom: 20px; }

  .large-pad-sides-20 {
    padding: 0 20px; }

  .large-pad-tb-20 {
    padding: 20px 0; }

  .large-pad-20 {
    padding: 20px; } }
.small-pad-top-30 {
  padding-top: 30px; }

.small-pad-right-30 {
  padding-right: 30px; }

.small-pad-left-30 {
  padding-left: 30px; }

.small-pad-bottom-30 {
  padding-bottom: 30px; }

.small-pad-sides-30 {
  padding: 0 30px; }

.small-pad-tb-30 {
  padding: 30px 0; }

.small-pad-30 {
  padding: 30px; }

@media (min-width: 900px) {
  .medium-pad-top-30 {
    padding-top: 30px; }

  .medium-pad-right-30 {
    padding-right: 30px; }

  .medium-pad-left-30 {
    padding-left: 30px; }

  .medium-pad-bottom-30 {
    padding-bottom: 30px; }

  .medium-pad-sides-30 {
    padding: 0 30px; }

  .medium-pad-tb-30 {
    padding: 30px 0; }

  .medium-pad-30 {
    padding: 30px; } }
@media (min-width: 1200px) {
  .large-pad-top-30 {
    padding-top: 30px; }

  .large-pad-right-30 {
    padding-right: 30px; }

  .large-pad-left-30 {
    padding-left: 30px; }

  .large-pad-bottom-30 {
    padding-bottom: 30px; }

  .large-pad-sides-30 {
    padding: 0 30px; }

  .large-pad-tb-30 {
    padding: 30px 0; }

  .large-pad-30 {
    padding: 30px; } }
.small-pad-top-40 {
  padding-top: 40px; }

.small-pad-right-40 {
  padding-right: 40px; }

.small-pad-left-40 {
  padding-left: 40px; }

.small-pad-bottom-40 {
  padding-bottom: 40px; }

.small-pad-sides-40 {
  padding: 0 40px; }

.small-pad-tb-40 {
  padding: 40px 0; }

.small-pad-40 {
  padding: 40px; }

@media (min-width: 900px) {
  .medium-pad-top-40 {
    padding-top: 40px; }

  .medium-pad-right-40 {
    padding-right: 40px; }

  .medium-pad-left-40 {
    padding-left: 40px; }

  .medium-pad-bottom-40 {
    padding-bottom: 40px; }

  .medium-pad-sides-40 {
    padding: 0 40px; }

  .medium-pad-tb-40 {
    padding: 40px 0; }

  .medium-pad-40 {
    padding: 40px; } }
@media (min-width: 1200px) {
  .large-pad-top-40 {
    padding-top: 40px; }

  .large-pad-right-40 {
    padding-right: 40px; }

  .large-pad-left-40 {
    padding-left: 40px; }

  .large-pad-bottom-40 {
    padding-bottom: 40px; }

  .large-pad-sides-40 {
    padding: 0 40px; }

  .large-pad-tb-40 {
    padding: 40px 0; }

  .large-pad-40 {
    padding: 40px; } }
.small-pad-top-50 {
  padding-top: 50px; }

.small-pad-right-50 {
  padding-right: 50px; }

.small-pad-left-50 {
  padding-left: 50px; }

.small-pad-bottom-50 {
  padding-bottom: 50px; }

.small-pad-sides-50 {
  padding: 0 50px; }

.small-pad-tb-50 {
  padding: 50px 0; }

.small-pad-50 {
  padding: 50px; }

@media (min-width: 900px) {
  .medium-pad-top-50 {
    padding-top: 50px; }

  .medium-pad-right-50 {
    padding-right: 50px; }

  .medium-pad-left-50 {
    padding-left: 50px; }

  .medium-pad-bottom-50 {
    padding-bottom: 50px; }

  .medium-pad-sides-50 {
    padding: 0 50px; }

  .medium-pad-tb-50 {
    padding: 50px 0; }

  .medium-pad-50 {
    padding: 50px; } }
@media (min-width: 1200px) {
  .large-pad-top-50 {
    padding-top: 50px; }

  .large-pad-right-50 {
    padding-right: 50px; }

  .large-pad-left-50 {
    padding-left: 50px; }

  .large-pad-bottom-50 {
    padding-bottom: 50px; }

  .large-pad-sides-50 {
    padding: 0 50px; }

  .large-pad-tb-50 {
    padding: 50px 0; }

  .large-pad-50 {
    padding: 50px; } }
.small-pad-top-60 {
  padding-top: 60px; }

.small-pad-right-60 {
  padding-right: 60px; }

.small-pad-left-60 {
  padding-left: 60px; }

.small-pad-bottom-60 {
  padding-bottom: 60px; }

.small-pad-sides-60 {
  padding: 0 60px; }

.small-pad-tb-60 {
  padding: 60px 0; }

.small-pad-60 {
  padding: 60px; }

@media (min-width: 900px) {
  .medium-pad-top-60 {
    padding-top: 60px; }

  .medium-pad-right-60 {
    padding-right: 60px; }

  .medium-pad-left-60 {
    padding-left: 60px; }

  .medium-pad-bottom-60 {
    padding-bottom: 60px; }

  .medium-pad-sides-60 {
    padding: 0 60px; }

  .medium-pad-tb-60 {
    padding: 60px 0; }

  .medium-pad-60 {
    padding: 60px; } }
@media (min-width: 1200px) {
  .large-pad-top-60 {
    padding-top: 60px; }

  .large-pad-right-60 {
    padding-right: 60px; }

  .large-pad-left-60 {
    padding-left: 60px; }

  .large-pad-bottom-60 {
    padding-bottom: 60px; }

  .large-pad-sides-60 {
    padding: 0 60px; }

  .large-pad-tb-60 {
    padding: 60px 0; }

  .large-pad-60 {
    padding: 60px; } }
.small-pad-top-70 {
  padding-top: 70px; }

.small-pad-right-70 {
  padding-right: 70px; }

.small-pad-left-70 {
  padding-left: 70px; }

.small-pad-bottom-70 {
  padding-bottom: 70px; }

.small-pad-sides-70 {
  padding: 0 70px; }

.small-pad-tb-70 {
  padding: 70px 0; }

.small-pad-70 {
  padding: 70px; }

@media (min-width: 900px) {
  .medium-pad-top-70 {
    padding-top: 70px; }

  .medium-pad-right-70 {
    padding-right: 70px; }

  .medium-pad-left-70 {
    padding-left: 70px; }

  .medium-pad-bottom-70 {
    padding-bottom: 70px; }

  .medium-pad-sides-70 {
    padding: 0 70px; }

  .medium-pad-tb-70 {
    padding: 70px 0; }

  .medium-pad-70 {
    padding: 70px; } }
@media (min-width: 1200px) {
  .large-pad-top-70 {
    padding-top: 70px; }

  .large-pad-right-70 {
    padding-right: 70px; }

  .large-pad-left-70 {
    padding-left: 70px; }

  .large-pad-bottom-70 {
    padding-bottom: 70px; }

  .large-pad-sides-70 {
    padding: 0 70px; }

  .large-pad-tb-70 {
    padding: 70px 0; }

  .large-pad-70 {
    padding: 70px; } }
.small-pad-top-80 {
  padding-top: 80px; }

.small-pad-right-80 {
  padding-right: 80px; }

.small-pad-left-80 {
  padding-left: 80px; }

.small-pad-bottom-80 {
  padding-bottom: 80px; }

.small-pad-sides-80 {
  padding: 0 80px; }

.small-pad-tb-80 {
  padding: 80px 0; }

.small-pad-80 {
  padding: 80px; }

@media (min-width: 900px) {
  .medium-pad-top-80 {
    padding-top: 80px; }

  .medium-pad-right-80 {
    padding-right: 80px; }

  .medium-pad-left-80 {
    padding-left: 80px; }

  .medium-pad-bottom-80 {
    padding-bottom: 80px; }

  .medium-pad-sides-80 {
    padding: 0 80px; }

  .medium-pad-tb-80 {
    padding: 80px 0; }

  .medium-pad-80 {
    padding: 80px; } }
@media (min-width: 1200px) {
  .large-pad-top-80 {
    padding-top: 80px; }

  .large-pad-right-80 {
    padding-right: 80px; }

  .large-pad-left-80 {
    padding-left: 80px; }

  .large-pad-bottom-80 {
    padding-bottom: 80px; }

  .large-pad-sides-80 {
    padding: 0 80px; }

  .large-pad-tb-80 {
    padding: 80px 0; }

  .large-pad-80 {
    padding: 80px; } }
.small-pad-top-90 {
  padding-top: 90px; }

.small-pad-right-90 {
  padding-right: 90px; }

.small-pad-left-90 {
  padding-left: 90px; }

.small-pad-bottom-90 {
  padding-bottom: 90px; }

.small-pad-sides-90 {
  padding: 0 90px; }

.small-pad-tb-90 {
  padding: 90px 0; }

.small-pad-90 {
  padding: 90px; }

@media (min-width: 900px) {
  .medium-pad-top-90 {
    padding-top: 90px; }

  .medium-pad-right-90 {
    padding-right: 90px; }

  .medium-pad-left-90 {
    padding-left: 90px; }

  .medium-pad-bottom-90 {
    padding-bottom: 90px; }

  .medium-pad-sides-90 {
    padding: 0 90px; }

  .medium-pad-tb-90 {
    padding: 90px 0; }

  .medium-pad-90 {
    padding: 90px; } }
@media (min-width: 1200px) {
  .large-pad-top-90 {
    padding-top: 90px; }

  .large-pad-right-90 {
    padding-right: 90px; }

  .large-pad-left-90 {
    padding-left: 90px; }

  .large-pad-bottom-90 {
    padding-bottom: 90px; }

  .large-pad-sides-90 {
    padding: 0 90px; }

  .large-pad-tb-90 {
    padding: 90px 0; }

  .large-pad-90 {
    padding: 90px; } }
.small-pad-top-100 {
  padding-top: 100px; }

.small-pad-right-100 {
  padding-right: 100px; }

.small-pad-left-100 {
  padding-left: 100px; }

.small-pad-bottom-100 {
  padding-bottom: 100px; }

.small-pad-sides-100 {
  padding: 0 100px; }

.small-pad-tb-100 {
  padding: 100px 0; }

.small-pad-100 {
  padding: 100px; }

@media (min-width: 900px) {
  .medium-pad-top-100 {
    padding-top: 100px; }

  .medium-pad-right-100 {
    padding-right: 100px; }

  .medium-pad-left-100 {
    padding-left: 100px; }

  .medium-pad-bottom-100 {
    padding-bottom: 100px; }

  .medium-pad-sides-100 {
    padding: 0 100px; }

  .medium-pad-tb-100 {
    padding: 100px 0; }

  .medium-pad-100 {
    padding: 100px; } }
@media (min-width: 1200px) {
  .large-pad-top-100 {
    padding-top: 100px; }

  .large-pad-right-100 {
    padding-right: 100px; }

  .large-pad-left-100 {
    padding-left: 100px; }

  .large-pad-bottom-100 {
    padding-bottom: 100px; }

  .large-pad-sides-100 {
    padding: 0 100px; }

  .large-pad-tb-100 {
    padding: 100px 0; }

  .large-pad-100 {
    padding: 100px; } }
#mobile-poster .text-center {
  text-align: left !important; }

.page-title-bar {
  width: 100%;
  min-height: 175px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 900px) {
    .page-title-bar {
      margin-bottom: 80px; } }
  .page-title-bar .page-title {
    margin-top: 75px; }
    @media (min-width: 900px) {
      .page-title-bar .page-title {
        max-width: 1540px;
        margin: 90px auto 0; } }
    .page-title-bar .page-title h1 {
      font-size: 2rem;
      color: white;
      font-family: "Poppins-Light", Arial, Helvetica, sans-serif; }

#hero-video {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 900px) {
    #hero-video {
      height: calc(100vh - 175px);
      max-height: 700px; } }
  #hero-video .video-container-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover; }
    #hero-video .video-container-bg .video-playing {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #hero-video .play-button-container {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 99;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #hero-video .play-button-container .play-button {
      display: inline-block; }
      #hero-video .play-button-container .play-button i {
        color: rgba(255, 255, 255, 0.76) !important; }
  #hero-video #youtube-video {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    z-index: 999; }
  #hero-video .close {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-family: Abel-Regular, arial, sans-serif;
    font-size: 40px;
    opacity: 1;
    z-index: 99999;
    line-height: 1em;
    cursor: pointer; }

.breadcrumbs {
  margin-top: 10px; }
  .breadcrumbs a {
    color: #e4e4e4; }

.breadcrumbs li:not(:last-child)::after {
  color: #e4e4e4; }

.orbit-slide {
  height: 550px; }
  @media (min-width: 1600px) {
    .orbit-slide {
      height: 750px; } }
  .orbit-slide img {
    display: block;
    width: 100%; }
    @media (min-width: 1600px) {
      .orbit-slide img {
        width: 100vw;
        object-fit: cover; } }
  .orbit-slide p {
    height: 100%; }

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  border-radius: 0px; }

.orbit-previous, .orbit-next {
  background-color: rgba(10, 10, 10, 0.3);
  border-radius: 0; }

.orbit-bullets {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 20px !important; }
  .orbit-bullets button {
    width: 1em;
    height: 1em; }
    .orbit-bullets button.is-active {
      background-color: #FFA65D; }

.side-nav {
  border: 3px solid #ffaf49; }
  .side-nav .side-nav {
    border: none;
    padding: 20px; }
  .side-nav .side-nav-item {
    padding: 5px; }
    .side-nav .side-nav-item a {
      color: #666666; }
    .side-nav .side-nav-item.active a {
      color: #ffaf49; }

.types-of-cameras-section {
  margin-top: 60px;
  background-color: #F7F9FA; }
  .types-of-cameras-section .card img {
    margin: 0 auto; }
  .types-of-cameras-section .card-section h4 {
    font-weight: bold; }

#error-404-bg {
  background: url("/static/img/barrett-ward-440851-unsplash.jpg") center;
  background-size: cover; }
  #error-404-bg .content {
    margin-top: 100px;
    min-height: 600px; }

footer {
  color: #666666;
  background: #F7F9FA;
  padding: 10px 0;
  font-family: poppins-semibold;
  font-size: 0.8rem; }
  footer .footer-container {
    max-width: 1540px;
    margin: 0 auto; }
  footer .social-media a {
    padding: 0 4px; }
    footer .social-media a i {
      color: rgba(53, 53, 53, 0.55);
      font-size: inherit; }

.navOpener {
  display: block;
  position: fixed;
  top: 50px;
  left: 10px;
  padding: 0;
  width: 44px;
  height: 44px;
  color: rgba(53, 53, 53, 0.55);
  z-index: 998;
  background-image: url("/static/svg/menu_button.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .boxshadow .navOpener {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .csstransitions .navOpener {
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    transition: left .2s linear; }
  @media (min-width: 600px) {
    .navOpener {
      left: 15px; } }
  ._nav_is_open .navOpener {
    left: 60%;
    z-index: 9999; }
  .navOpener:before {
    width: 28px;
    height: 30px;
    line-height: 1.8;
    display: block;
    text-align: center; }

.goTop {
  position: fixed;
  padding: 0;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: rgba(53, 53, 53, 0.55);
  background: transparent;
  text-align: center;
  z-index: 0;
  font-size: 0; }
  .boxshadow .goTop {
    -webkit-box-shadow: none;
    box-shadow: none; }

.playVideoButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  -webkit-transition: all 0.5s ease; }
  .playBut .triangle {
    -webkit-transition: all 0.7s ease-in-out;
    stroke-dasharray: 240;
    stroke-dashoffset: 480;
    stroke: #F7F9FA;
    transform: translateY(0); }
  .playBut:hover .triangle {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke: #f8aa28;
    animation: nudge 0.7s ease-in-out; }
@keyframes nudge {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-5px); }
  50% {
    transform: translateX(5px); }
  70% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }
  .playBut:hover .circle {
    stroke-dashoffset: 0;
    opacity: 1; }

.circle {
  stroke: #f8aa28;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3; }

.error-page-text {
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0;
  max-width: none; }
  .error-page-text h1 {
    position: relative;
    font-size: 3em;
    white-space: nowrap; }
    @media (min-width: 600px) {
      .error-page-text h1 {
        font-size: 5em; } }
    @media (min-width: 900px) {
      .error-page-text h1 {
        font-size: 8em; } }
    .error-page-text h1 span {
      position: absolute;
      bottom: 10px;
      left: 50%;
      width: 80%;
      font-size: 12px;
      font-weight: bold;
      color: #ffaa73;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
      .error-page-text h1 span:first-child {
        position: relative;
        top: -20px;
        left: 0;
        width: auto;
        font-size: 18px; }
        @media (min-width: 600px) {
          .error-page-text h1 span:first-child {
            font-size: 38px; } }
        @media (min-width: 900px) {
          .error-page-text h1 span:first-child {
            top: -35px;
            font-size: 48px; } }
        @media (min-width: 1200px) {
          .error-page-text h1 span:first-child {
            font-size: 70px; } }
      .csstransforms .error-page-text h1 span {
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
      @media (min-width: 600px) {
        .error-page-text h1 span {
          font-size: 18px; } }
      @media (min-width: 900px) {
        .error-page-text h1 span {
          bottom: 35px;
          font-size: 24px; } }
      @media (min-width: 1200px) {
        .error-page-text h1 span {
          bottom: 10px;
          font-size: 38px; } }

.pagination {
  margin: 50px 0;
  font-family: Abel-Regular, arial, sans-serif; }

.pagination li {
  margin-left: 0;
  font-size: 1em;
  color: rgba(53, 53, 53, 0.55) !important;
  /*border radius*/ }
  .borderradius .pagination li {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .pagination li:hover a {
    background: #ffaf49 !important;
    color: #ffaa73 !important; }

.pagination li.active a {
  background: #ffaf49;
  color: #ffaa73; }

.pagination li.disabled a:hover {
  background: transparent !important;
  color: #999 !important; }

.ui-datepicker-trigger {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
  padding: 0.5625rem 0; }

#dobpicker, #datepicker, #datetimepicker {
  float: left;
  width: auto; }

.ui-widget-header {
  font-weight: normal !important;
  border: none !important;
  padding: 0 !important;
  background: #FF7C00 !important; }

a.ui-state-default, td.ui-state-disabled span {
  border: none !important;
  background: none !important;
  color: #787878 !important;
  text-align: center !important;
  font-weight: normal !important; }

a.ui-state-default:hover {
  border: none !important;
  background: #ffaf49 !important;
  border-radius: 4px;
  color: #FFFFFF !important;
  font-weight: normal !important; }

td.ui-datepicker-today a {
  background: #e5e5e5 !important;
  color: #787878 !important;
  border-radius: 4px;
  font-weight: normal !important; }

td.ui-datepicker-current-day > a.ui-state-active {
  background: #ffaf49 !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
  font-weight: normal !important; }

.ui-datepicker td {
  padding: 0px !important;
  font-weight: normal !important;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-family: "ProximaNova-Light" !important;
  font-size: 12px !important; }

.ui-datepicker td a {
  height: 40px; }

table.ui-datepicker-calendar tr.even, table.ui-datepicker-calendar tr.alt, table.ui-datepicker-calendar tr:nth-of-type(even) {
  background: white !important; }

.ui-datepicker {
  padding: 0px !important;
  font-weight: normal !important;
  box-shadow: 15px 10px 20px rgba(68, 68, 68, 0.3); }

.ui-datepicker table {
  padding: 10px;
  border-collapse: separate !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  margin-bottom: 0px !important; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 52px !important;
  padding: 0 !important;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  font-family: "ProximaNova-Semibold" !important;
  font-size: 12px !important;
  line-height: 53px !important; }

.ui-widget-content {
  border: none !important;
  background: none !important;
  font-weight: normal !important; }

.ui-datepicker .ui-datepicker-header {
  border-radius: 0 !important;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  height: 53px;
  background-image: url("/static/svg/calendar_white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 70px 16px !important; }

table thead {
  background: none !important; }

table thead tr th, table thead tr td {
  color: #959595 !important; }

.ui-widget-header span.ui-icon-circle-triangle-w {
  background: url("/static/svg/calendar_arrow_left.svg") !important; }

.ui-widget-header span.ui-icon-circle-triangle-e {
  background: url("/static/svg/calendar_arrow_right.svg") !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 10px !important; }

.ui-datepicker .ui-datepicker-prev {
  left: 8px !important; }

.ui-datepicker .ui-datepicker-next {
  right: 8px !important; }

.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  border: none !important;
  background: none !important;
  top: 8px !important; }

#ui-datepicker-div {
  width: 100%;
  z-index: 9 !important; }
  @media (min-width: 600px) {
    #ui-datepicker-div {
      width: auto; } }

.slideshow-content h1, .slideshow-content h3 {
  color: #ffffff !important; }
.slideshow-content h3 {
  text-align: center;
  font-family: Poppins-SemiBold; }

.section-two .vigil-content {
  text-align: center; }

.section-three {
  text-align: center; }
  .section-three i.fa {
    color: #2c2e2f; }

.vigilzone-pages {
  margin: 50px 0px; }

.vigilzone-contents ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .vigilzone-contents ul li:before {
    content: "";
    border-color: transparent #ffa65d;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.40em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 01em;
    position: relative; }

.custom-form {
  width: 100%; }
  @media (min-width: 900px) {
    .custom-form {
      max-width: 600px;
      float: left; } }
  .custom-form .grid-container {
    margin-bottom: 20px; }
  .custom-form label {
    font-weight: bold; }
  .custom-form input, .custom-form input:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    margin-bottom: 10px; }

.is-invalid-input:not(:focus) {
  background-color: transparent; }

.is-invalid-label {
  color: #0a0a0a; }

#contact-map {
  height: 400px; }
  @media (min-width: 900px) {
    #contact-map {
      height: 600px; } }
  @media (min-width: 1200px) {
    #contact-map {
      height: 800px; } }

.checkbox {
  margin: 3px 5px 20px 0 !important; }

.firstOrderList_item {
  list-style-type: square;
  color: #00AAE2; }

.firstOrderList_item_content {
  color: #000; }

.secondaryList_item {
  list-style-type: square;
  color: #00AAE2; }

.secondaryList_item_content {
  color: #000; }

.note {
  padding: 15px;
  border: solid 1px rgba(255, 170, 115, 0.3);
  background: rgba(255, 170, 115, 0.2); }

.exampleNote {
  padding: 15px;
  border: dotted 1px #00AAE2;
  margin-bottom: 15px; }

.sampleTitle {
  background: #F7F9FA;
  display: inline-block;
  padding: 5px 20px; }

.codeSample {
  background: #e9e9e0;
  border: solid 1px #F7F9FA;
  margin-top: 0;
  padding: 20px;
  color: #F7F9FA;
  font-size: 14px;
  line-height: 1.3; }
  .cssremunit .codeSample {
    font-size: 0.875rem; }

.error input {
  border-color: #CC3434; }

#downloads-table {
  width: 100%; }
  @media (min-width: 900px) {
    #downloads-table {
      width: 70%; } }

/*# sourceMappingURL=custom.css.map */
