@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 */
}
/*
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
*/
/* Navbar section */
.navtrans {
  padding-top: 5px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 65px;
  position: fixed;
  line-height: 65px;
  text-align: center;
  z-index: 10001;
}
.navtrans__nav {
  background-color: #004584;
}
.navtrans__nav-desc {
  min-height: 65px !important;
  background: #004584;
}
.navtrans__collapse {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  display: none;
}
.navtrans__collapse i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.navtrans__collapse i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navtrans__collapse i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navtrans__collapse i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navtrans__collapse.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navtrans__collapse.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navtrans__collapse.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
.navtrans #brand {
  float: left;
  padding-left: 3rem;
  margin-top: 10px;
}
.navtrans #brand a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
}
.navtrans #brand a:hover {
  color: #00E676;
}
.navtrans__links {
  height: 65px;
  float: right;
}
@media screen and (min-width: 991px) {
  .navtrans__links ul li {
    position: relative;
  }
  .navtrans__links ul li ul {
    display: none;
    position: absolute;
    background: #fff;
  }
  .navtrans__links ul li ul a {
    color: #333 !important;
  }
  .navtrans__links ul li ul ul, .navtrans__links ul li ul ul ul, .navtrans__links ul li ul ul ul ul, .navtrans__links ul li ul ul ul ul ul {
    left: 100%;
    top: 0;
  }
  .navtrans__links ul > li:hover > ul {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .navtrans__links ul li ul {
    display: none;
  }
}
.navtrans__links ul {
  width: 100%;
  /*height: 65px;*/
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navtrans__links ul li {
  width: auto;
  /*height: 65px;*/
  padding: 0;
}
.navtrans__links ul li:not(:last-child) {
  padding-right: 1.5rem;
}
.navtrans__links ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 65px;
  font-size: 1.2rem;
}
.navtrans__links ul li a:hover {
  color: #fff;
}
.navtrans__links .dropdown-item {
  line-height: 1rem;
  color: #666;
}
.navtrans__links .dropdown-item:hover {
  color: #444;
}
.navtrans__links #currencyDropdown1 {
  font-size: 14px;
}
.navtrans__desc {
  width: 100%;
  min-height: 30vh;
  height: 100%;
  background: #004584;
  background-position: center top;
  background-size: cover;
}
.navtrans__content {
  padding-top: 10%;
  padding-bottom: 5%;
}
.navtrans__affix {
  padding: 0;
  background-color: #111;
  z-index: 10001;
}
.navtrans__affix #brand {
  margin-top: 10px;
}
/* Media qurey section */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navtrans.container {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .navtrans__collapse {
    display: block;
  }
  .navtrans #brand {
    margin-top: 0px;
    margin-left: 15px;
  }
  .navtrans__links {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .navtrans__links > ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
    /*same background color of navbar*/
    background-position: center top;
  }
  .navtrans__links > ul li {
    width: 100%;
    text-align: right;
    padding-right: 1.5rem;
  }
  .navtrans__links > ul li a {
    text-align: center;
    width: 100%;
    font-size: 2rem;
    padding: 10px;
  }
  .navtrans__links #currencyDropdown1 {
    font-size: 2rem;
    text-align: right;
  }
  .navtrans__links .dropdown-currencies {
    right: 0px;
    margin-left: 10px;
  }
  .navtrans div.show_list {
    height: auto;
    display: none;
  }
}
/* Scroll class */
.affix {
  padding: 0;
  background-color: #111;
  transition: all 0.4s ease;
}
.affix #brand {
  margin-top: 10px;
}
/*
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
*/
.gctftr {
  background: #121212;
  border-top: 4px solid #217cb9;
}
.gctftr_about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}
.gctftr_about p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}
.gctftr_about-social-media {
  margin-top: 15px;
}
.gctftr_about-social-media ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  border: 1px solid #ccc;
  display: flex;
  text-decoration: none;
  margin: 3px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.gctftr_about-social-media ul li a:hover {
  background: #121212;
  color: #ffffff;
  border-color: #217cb9;
}
.gctftr_single {
  margin-top: 30px;
}
.gctftr_single-tag ul, .gctftr_single-tag p {
  margin: 0;
}
.gctftr_single-tag li {
  border-right: 1px solid #ccc !important;
}
.gctftr_single-tag li:last-child {
  border-right: none !important;
}
.gctftr_single-tag a {
  padding: 0 4px !important;
}
.gctftr_single-tag.padding-ten {
  padding: 0 10%;
}
.gctftr_single h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  border-left: 4px solid #217cb9;
  padding-left: 5px;
}
.gctftr_single ul li a {
  display: block;
  color: #ffffff;
  padding: 2px 0;
  text-decoration: none;
}
.gctftr_single ul li a:hover {
  color: #217cb9;
}
.gctftr_single p, .gctftr_single dt, .gctftr_single dd, .gctftr_single a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}
.gctftr_copyright {
  margin-top: 15px;
  background: #121212;
  padding: 7px 0;
  color: #ffffff;
}
.gctftr_copyright p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
