@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
body {
  font-family: Lato;
  color: #858585;
}
@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf');
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #50c787;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  content: '';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #121212;
  color: #ffffff;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #004584;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #121212;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #004584;
  color: #ffffff;
}
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #121212;
  color: #ffffff;
}
.bg-theme-primary a {
  color: #ffffff;
}
.bg-theme-primary a:hover {
  background-color: #121212;
  color: #ffffff;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-secondary {
  background-color: #004584;
  color: #ffffff;
}
.bg-theme-secondary a {
  color: #ffffff;
}
.bg-theme-secondary a:hover {
  background-color: #ffffff;
  color: #004584;
}
.bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-tertiary {
  background-color: #aaabbb;
  color: #ffffff !important;
}
.bg-theme-tertiary a {
  color: #ffffff;
}
.bg-theme-tertiary a:hover {
  color: #ffffff;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quaternary {
  background-color: #121212;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #217cb9;
}
.bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-quinary {
  background-color: #777777;
  color: #ffffff !important;
}
.bg-theme-quinary a {
  color: #ffffff;
}
.bg-theme-quinary a:hover {
  color: #004584;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #ffffff;
}
/* COLORS */
.text-theme-primary {
  color: #121212;
}
.text-theme-primary .btn-sort {
  color: #121212;
}
.text-theme-secondary {
  color: #004584;
}
.text-theme-secondary .btn-sort {
  color: #004584;
}
.text-theme-tertiary {
  color: #aaabbb;
}
.text-theme-tertiary .btn-sort {
  color: #aaabbb;
}
.text-theme-quaternary {
  color: #121212;
}
.text-theme-quaternary .btn-sort {
  color: #121212;
}
.text-theme-quinary {
  color: #777777;
}
.text-theme-quinary .btn-sort {
  color: #777777;
}
/* CONTENT LINKS */
a {
  color: #858585;
}
a:hover, a:focus {
  color: #444444;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #ffffff !important;
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #ffffff;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #ffffff;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #ffffff;
  background-color: black;
  border-color: #0d0d0d;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: black !important;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: #0d0d0d;
}
.btn-theme-primary:active:hover, .btn-theme-primary:active:focus, .btn-theme-primary:active.focus, .btn-theme-primary.active:hover, .btn-theme-primary.active:focus, .btn-theme-primary.active.focus, .open > .btn-theme-primary.dropdown-toggle:hover, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .btn-theme-primary.dropdown-toggle.focus, .badge-theme-primary:active:hover, .badge-theme-primary:active:focus, .badge-theme-primary:active.focus, .badge-theme-primary.active:hover, .badge-theme-primary.active:focus, .badge-theme-primary.active.focus, .open > .badge-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .badge-theme-primary.dropdown-toggle {
  background-image: none;
}
.btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled.focus, .btn-theme-primary[disabled]:hover, .btn-theme-primary[disabled]:focus, .btn-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .btn-theme-primary.focus, .badge-theme-primary.disabled:hover, .badge-theme-primary.disabled:focus, .badge-theme-primary.disabled.focus, .badge-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .badge-theme-primary:hover, fieldset[disabled] .badge-theme-primary:focus, fieldset[disabled] .badge-theme-primary.focus {
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #121212;
  background-color: #ffffff;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #ffffff;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #ffffff !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #ffffff !important;
  background-color: #004584;
  border-color: #00407a;
}
.btn-theme-secondary .fa, .badge-theme-secondary .fa {
  color: #ffffff;
}
.btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
  color: #004584;
}
.btn-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary:focus, .badge-theme-secondary.focus {
  color: #ffffff;
  background-color: #002a51;
  border-color: #00407a;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #004584 !important;
  background-color: #ffffff !important;
  border-color: #e0e0e0 !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #002a51;
  border-color: #00407a;
}
.btn-theme-secondary:active:hover, .btn-theme-secondary:active:focus, .btn-theme-secondary:active.focus, .btn-theme-secondary.active:hover, .btn-theme-secondary.active:focus, .btn-theme-secondary.active.focus, .open > .btn-theme-secondary.dropdown-toggle:hover, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .btn-theme-secondary.dropdown-toggle.focus, .badge-theme-secondary:active:hover, .badge-theme-secondary:active:focus, .badge-theme-secondary:active.focus, .badge-theme-secondary.active:hover, .badge-theme-secondary.active:focus, .badge-theme-secondary.active.focus, .open > .badge-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
  color: #004584;
  background-color: #ffffff;
  border-color: #fafafa;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  background-image: none;
}
.btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled.focus, .btn-theme-secondary[disabled]:hover, .btn-theme-secondary[disabled]:focus, .btn-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .btn-theme-secondary.focus, .badge-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:focus, .badge-theme-secondary.disabled.focus, .badge-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .badge-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary.focus {
  background-color: #004584;
  border-color: #00407a;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #004584;
  background-color: #ffffff;
}
.btn-theme-secondary a, .badge-theme-secondary a {
  color: #ffffff;
}
.btn-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:hover, .badge-theme-secondary a:focus {
  color: #004584;
}
.btn-theme-tertiary, .badge-theme-tertiary {
  color: #ffffff !important;
  background-color: #aaabbb;
  border-color: #a4a5b6;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #ffffff;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #ffffff;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #ffffff;
  background-color: #8e8fa4;
  border-color: #a4a5b6;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #ffffff !important;
  background-color: #aaabbb !important;
  border-color: #8889a0 !important;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  color: #ffffff;
  background-color: #8e8fa4;
  border-color: #a4a5b6;
}
.btn-theme-tertiary:active:hover, .btn-theme-tertiary:active:focus, .btn-theme-tertiary:active.focus, .btn-theme-tertiary.active:hover, .btn-theme-tertiary.active:focus, .btn-theme-tertiary.active.focus, .open > .btn-theme-tertiary.dropdown-toggle:hover, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .btn-theme-tertiary.dropdown-toggle.focus, .badge-theme-tertiary:active:hover, .badge-theme-tertiary:active:focus, .badge-theme-tertiary:active.focus, .badge-theme-tertiary.active:hover, .badge-theme-tertiary.active:focus, .badge-theme-tertiary.active.focus, .open > .badge-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #aaabbb;
  border-color: #a4a5b6;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .badge-theme-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-theme-tertiary.disabled:hover, .btn-theme-tertiary.disabled:focus, .btn-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled]:hover, .btn-theme-tertiary[disabled]:focus, .btn-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .btn-theme-tertiary.focus, .badge-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled.focus, .badge-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .badge-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary.focus {
  background-color: #aaabbb;
  border-color: #a4a5b6;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #aaabbb;
  background-color: #ffffff;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #ffffff;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #ffffff;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #217cb9;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: black;
  border-color: #0d0d0d;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #217cb9 !important;
  background-color: #121212 !important;
  border-color: black !important;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: #0d0d0d;
}
.btn-theme-quaternary:active:hover, .btn-theme-quaternary:active:focus, .btn-theme-quaternary:active.focus, .btn-theme-quaternary.active:hover, .btn-theme-quaternary.active:focus, .btn-theme-quaternary.active.focus, .open > .btn-theme-quaternary.dropdown-toggle:hover, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .btn-theme-quaternary.dropdown-toggle.focus, .badge-theme-quaternary:active:hover, .badge-theme-quaternary:active:focus, .badge-theme-quaternary:active.focus, .badge-theme-quaternary.active:hover, .badge-theme-quaternary.active:focus, .badge-theme-quaternary.active.focus, .open > .badge-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
  color: #217cb9;
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .badge-theme-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quaternary.disabled:hover, .btn-theme-quaternary.disabled:focus, .btn-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled]:hover, .btn-theme-quaternary[disabled]:focus, .btn-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .btn-theme-quaternary.focus, .badge-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled.focus, .badge-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .badge-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary.focus {
  background-color: #121212;
  border-color: #0d0d0d;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #121212;
  background-color: #ffffff;
}
.btn-theme-quaternary a, .badge-theme-quaternary a {
  color: #ffffff;
}
.btn-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:hover, .badge-theme-quaternary a:focus {
  color: #217cb9;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #ffffff !important;
  background-color: #777777;
  border-color: #727272;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #ffffff;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #004584;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #727272;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #004584 !important;
  background-color: #ffffff !important;
  border-color: #e0e0e0 !important;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #727272;
}
.btn-theme-quinary:active:hover, .btn-theme-quinary:active:focus, .btn-theme-quinary:active.focus, .btn-theme-quinary.active:hover, .btn-theme-quinary.active:focus, .btn-theme-quinary.active.focus, .open > .btn-theme-quinary.dropdown-toggle:hover, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .btn-theme-quinary.dropdown-toggle.focus, .badge-theme-quinary:active:hover, .badge-theme-quinary:active:focus, .badge-theme-quinary:active.focus, .badge-theme-quinary.active:hover, .badge-theme-quinary.active:focus, .badge-theme-quinary.active.focus, .open > .badge-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
  color: #004584;
  background-color: #ffffff;
  border-color: #fafafa;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .badge-theme-quinary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quinary.disabled:hover, .btn-theme-quinary.disabled:focus, .btn-theme-quinary.disabled.focus, .btn-theme-quinary[disabled]:hover, .btn-theme-quinary[disabled]:focus, .btn-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .btn-theme-quinary.focus, .badge-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:focus, .badge-theme-quinary.disabled.focus, .badge-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .badge-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary.focus {
  background-color: #777777;
  border-color: #727272;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #777777;
  background-color: #ffffff;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #ffffff;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #004584;
}
.btn-theme-primary-outline {
  color: #121212;
  border-color: #121212;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #ffffff;
  background-color: #121212;
  border-color: #121212;
}
.btn-theme-secondary-outline {
  color: #004584;
  border-color: #004584;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #ffffff !important;
  background-color: #004584;
  border-color: #004584;
}
.btn-theme-tertiary-outline {
  color: #aaabbb;
  border-color: #aaabbb;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #ffffff;
  background-color: #aaabbb;
  border-color: #aaabbb;
}
.btn-theme-quaternary-outline {
  color: #121212;
  border-color: #121212;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #121212;
  border-color: #121212;
}
.btn-theme-quinary-outline {
  color: #777777;
  border-color: #777777;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #121212;
  border-color: black;
}
.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show > .btn-theme-secondary.dropdown-toggle {
  color: #004584;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px;
}
.heading-theme, .heading-theme > a {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 1.75rem;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-secondary {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-sub {
  font-weight: 300;
}
.heading-theme, .heading-theme > a {
  color: #121212;
}
.heading-secondary, .heading-secondary > a {
  color: #444444;
}
.list-theme, .list-flip {
  font-size: 0.875rem;
  font-weight: 400;
}
.list-theme .fa, .list-flip .fa {
  margin-right: 10px;
  font-size: 0.875rem;
}
.list-theme > li > a, .list-flip > li > a {
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
}
.btn-theme, .btn-flip {
  border-radius: 0px;
}
/* PAGINATION */
.pagination .page-item.active {
  background-color: #004584;
  border-color: #004584;
  color: #ffffff;
}
.pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
  background-color: #004584;
  border-color: #004584;
  color: #ffffff;
}
.pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #004584;
}
.shopping-cart-box {
  background-color: #004584;
  color: #ffffff;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #004584;
}
#shopping-cart-results .cart-list-item {
  background-color: #004584;
  color: #ffffff;
}
#shopping-cart-results .cart-list-item a {
  color: #ffffff !important;
}
#shopping-cart-results .cart-saving {
  color: #ffffff;
}
::selection {
  background-color: #121212;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}
.btn-theme-lg {
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.list-check li::before {
  color: #004584;
}
.bg-theme {
  background-color: #eee;
}
.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}
/* Box issue on focus and hover */
*, *:focus, *:hover {
  outline: none;
}
.bg-gradient-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001e4e+0,83b2e4+100 */
  background: #004584;
  /* Old browsers */
  background: -moz-linear-gradient(top, #001e4e 0%, #83b2e4 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #001e4e 0%, #83b2e4 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #001e4e 0%, #83b2e4 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e4e', endColorstr='#83b2e4',GradientType=0);
  /* IE6-9 */
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand > a, .sidebar-wrapper .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .page-wrapper .page-content, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------page-wrapper----------------*/
.page-wrapper {
  height: 100vh;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}
.sidebar-content::-webkit-scrollbar {
  width: 10px;
}
.sidebar-content::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-content::-webkit-scrollbar-thumb {
  background: #888;
}
.sidebar-content::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: auto;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
.page-wrapper .page-content > div {
  padding: 20px 40px;
}
.page-wrapper .page-content {
  overflow-x: hidden;
}
/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #31353D;
}
.chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search, .chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, .chiller-theme .sidebar-wrapper .sidebar-brand > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a, .chiller-theme .sidebar-footer > a {
  color: #818896;
}
.sidebar-submenu li.active a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .chiller-theme .sidebar-wrapper .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover, .chiller-theme .sidebar-footer > a:hover i {
  color: #b8bfce !important;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}
.sidebar-submenu li.active a:before, .chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #3a3f48;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}
.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}
/* Responsive Image */
.page-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.video-thumbnail:before {
  text-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
  background-color: #c4302b;
  color: #fff;
}
