@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
/*
 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
 */
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
 font-size: $font-base-size !important; 
 }
 .btn {
 font-size: .75rem;
 }*/
body {
  font-family: Lato; }

::selection {
  background-color: #68c;
  color: #fff; }

@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf'); }
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important; }

.margin-top-sm {
  margin-top: 0.75rem !important; }

.margin-top-md {
  margin-top: 1.875rem !important; }

.margin-top-lg {
  margin-top: 3.75rem !important; }

.margin-top-hg {
  margin-top: 6.25rem !important; }

.margin-bottom-xs {
  margin-bottom: 0.5rem !important; }

.margin-bottom-sm {
  margin-bottom: 0.75rem !important; }

.margin-bottom-md {
  margin-bottom: 1.875rem !important; }

.margin-bottom-lg {
  margin-bottom: 3.75rem !important; }

.margin-bottom-hg {
  margin-bottom: 6.25rem !important; }
/* Others */
.no-border {
  border: medium none;
  border-radius: 0; }
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #68c;
  color: #fff; }
  .bg-theme-primary a {
    color: #fff; }
    .bg-theme-primary a:hover {
      color: #e1efef; }
  .bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
    color: #fff; }
    .bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
      color: #fff; }
  .bg-theme-secondary {
    background-color: #0e1d5d;
    color: #fff; }
  .bg-theme-secondary a {
    color: #fff; }
    .bg-theme-secondary a:hover {
      color: #fff; }
  .bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme > a {
    color: #fff; }
    .bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > a {
      color: #fff; }
  .bg-theme-tertiary {
    background-color: #fff;
    color: #0e1d5d !important; }
  .bg-theme-tertiary a {
    color: #0e1d5d; }
    .bg-theme-tertiary a:hover {
      color: #0e1d5d; }
  .bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
    color: #0e1d5d; }
    .bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
      color: #0e1d5d; }
  .bg-theme-quaternary {
    background-color: #0e1d5d;
    color: #fff !important; }
  .bg-theme-quaternary a {
    color: #fff; }
    .bg-theme-quaternary a:hover {
      color: #fff; }
  .bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme > a {
    color: #fff; }
    .bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > a {
      color: #fff; }
  .bg-theme-quinary {
    background-color: #acbfe6;
    color: #0e1d5d !important; }
  .bg-theme-quinary a {
    color: #0e1d5d; }
    .bg-theme-quinary a:hover {
      color: #0b174a; }
  .bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
    color: #0e1d5d; }
    .bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
      color: #0e1d5d; }
/* COLORS */
.text-theme-primary {
  color: #68c; }
  .text-theme-primary .btn-sort {
    color: #68c; }
  .text-theme-secondary {
    color: #0e1d5d; }
  .text-theme-secondary .btn-sort {
    color: #0e1d5d; }
  .text-theme-tertiary {
    color: #fff; }
  .text-theme-tertiary .btn-sort {
    color: #fff; }
  .text-theme-quaternary {
    color: #0e1d5d; }
  .text-theme-quaternary .btn-sort {
    color: #0e1d5d; }
  .text-theme-quinary {
    color: #acbfe6; }
  .text-theme-quinary .btn-sort {
    color: #acbfe6; }
/* CONTENT LINKS */
a {
  color: #253452; }
  a:hover, a:focus {
    color: #1b2436; }
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #fff !important;
  background-color: #68c;
  border-color: #5e82c9; }
  .btn-theme-primary .fa, .badge-theme-primary .fa {
    color: #fff; }
  .btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
    color: #e1efef; }
  .btn-theme-primary:focus, .badge-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary.focus {
    color: #fff;
    background-color: #406abf;
    border-color: #5e82c9; }
  .btn-theme-primary:hover, .badge-theme-primary:hover {
    color: #e1efef !important;
    background-color: #182978 !important;
    border-color: #0e1845 !important; }
  .btn-theme-primary:active, .badge-theme-primary:active, .btn-theme-primary.active, .badge-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .open > .badge-theme-primary.dropdown-toggle {
    color: #fff;
    background-color: #406abf;
    border-color: #5e82c9; }
  .btn-theme-primary:active:hover, .badge-theme-primary:active:hover, .btn-theme-primary.active:hover, .badge-theme-primary.active:hover, .open > .btn-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:hover, .btn-theme-primary:active:focus, .badge-theme-primary:active:focus, .btn-theme-primary.active:focus, .badge-theme-primary.active:focus, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle:focus, .btn-theme-primary:active.focus, .badge-theme-primary:active.focus, .btn-theme-primary.active.focus, .badge-theme-primary.active.focus, .open > .btn-theme-primary.dropdown-toggle.focus, .open > .badge-theme-primary.dropdown-toggle.focus {
    color: #e1efef;
    background-color: #182978;
    border-color: #162670; }
  .btn-theme-primary:active, .badge-theme-primary:active, .btn-theme-primary.active, .badge-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .open > .badge-theme-primary.dropdown-toggle {
    background-image: none; }
  .btn-theme-primary.disabled:hover, .badge-theme-primary.disabled:hover, .btn-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:hover, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .badge-theme-primary:hover, .btn-theme-primary.disabled:focus, .badge-theme-primary.disabled:focus, .btn-theme-primary[disabled]:focus, .badge-theme-primary[disabled]:focus, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .badge-theme-primary:focus, .btn-theme-primary.disabled.focus, .badge-theme-primary.disabled.focus, .btn-theme-primary[disabled].focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary.focus, fieldset[disabled] .badge-theme-primary.focus {
    background-color: #68c;
    border-color: #5e82c9; }
  .btn-theme-primary .badge, .badge-theme-primary .badge {
    color: #68c;
    background-color: #fff; }
  .btn-theme-primary a, .badge-theme-primary a {
    color: #fff; }
  .btn-theme-primary a:hover, .badge-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:focus {
    color: #e1efef !important; }

.btn-theme-secondary, .badge-theme-secondary {
  color: #fff !important;
  background-color: #0e1d5d;
  border-color: #0d1a54; }
  .btn-theme-secondary .fa, .badge-theme-secondary .fa {
    color: #fff; }
  .btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
    color: #fff; }
  .btn-theme-secondary:focus, .badge-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary.focus {
    color: #fff;
    background-color: #070f31;
    border-color: #0d1a54; }
  .btn-theme-secondary:hover, .badge-theme-secondary:hover {
    color: #fff !important;
    background-color: #0e1d5d !important;
    border-color: #060c28 !important; }
  .btn-theme-secondary:active, .badge-theme-secondary:active, .btn-theme-secondary.active, .badge-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .open > .badge-theme-secondary.dropdown-toggle {
    color: #fff;
    background-color: #070f31;
    border-color: #0d1a54; }
  .btn-theme-secondary:active:hover, .badge-theme-secondary:active:hover, .btn-theme-secondary.active:hover, .badge-theme-secondary.active:hover, .open > .btn-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:hover, .btn-theme-secondary:active:focus, .badge-theme-secondary:active:focus, .btn-theme-secondary.active:focus, .badge-theme-secondary.active:focus, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle:focus, .btn-theme-secondary:active.focus, .badge-theme-secondary:active.focus, .btn-theme-secondary.active.focus, .badge-theme-secondary.active.focus, .open > .btn-theme-secondary.dropdown-toggle.focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0e1d5d;
    border-color: #0d1a54; }
  .btn-theme-secondary:active, .badge-theme-secondary:active, .btn-theme-secondary.active, .badge-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .open > .badge-theme-secondary.dropdown-toggle {
    background-image: none; }
  .btn-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:hover, .btn-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:hover, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:hover, .btn-theme-secondary.disabled:focus, .badge-theme-secondary.disabled:focus, .btn-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled]:focus, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary:focus, .btn-theme-secondary.disabled.focus, .badge-theme-secondary.disabled.focus, .btn-theme-secondary[disabled].focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary.focus, fieldset[disabled] .badge-theme-secondary.focus {
    background-color: #0e1d5d;
    border-color: #0d1a54; }
  .btn-theme-secondary .badge, .badge-theme-secondary .badge {
    color: #0e1d5d;
    background-color: #fff; }
  .btn-theme-secondary a, .badge-theme-secondary a {
    color: #fff; }
  .btn-theme-secondary a:hover, .badge-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:focus {
    color: #fff; }

.btn-theme-tertiary, .badge-theme-tertiary {
  color: #0e1d5d !important;
  background-color: #fff;
  border-color: #fafafa; }
  .btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
    color: #0e1d5d; }
  .btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
    color: #0e1d5d; }
  .btn-theme-tertiary:focus, .badge-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary.focus {
    color: #0e1d5d;
    background-color: #e6e6e6;
    border-color: #fafafa; }
  .btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
    color: #0e1d5d !important;
    background-color: #fff !important;
    border-color: #e0e0e0 !important; }
  .btn-theme-tertiary:active, .badge-theme-tertiary:active, .btn-theme-tertiary.active, .badge-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .open > .badge-theme-tertiary.dropdown-toggle {
    color: #0e1d5d;
    background-color: #e6e6e6;
    border-color: #fafafa; }
  .btn-theme-tertiary:active:hover, .badge-theme-tertiary:active:hover, .btn-theme-tertiary.active:hover, .badge-theme-tertiary.active:hover, .open > .btn-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:hover, .btn-theme-tertiary:active:focus, .badge-theme-tertiary:active:focus, .btn-theme-tertiary.active:focus, .badge-theme-tertiary.active:focus, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle:focus, .btn-theme-tertiary:active.focus, .badge-theme-tertiary:active.focus, .btn-theme-tertiary.active.focus, .badge-theme-tertiary.active.focus, .open > .btn-theme-tertiary.dropdown-toggle.focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
    color: #0e1d5d;
    background-color: #fff;
    border-color: #fafafa; }
  .btn-theme-tertiary:active, .badge-theme-tertiary:active, .btn-theme-tertiary.active, .badge-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .open > .badge-theme-tertiary.dropdown-toggle {
    background-image: none; }
  .btn-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:hover, .btn-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:hover, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:hover, .btn-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled:focus, .btn-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled]:focus, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary:focus, .btn-theme-tertiary.disabled.focus, .badge-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled].focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary.focus, fieldset[disabled] .badge-theme-tertiary.focus {
    background-color: #fff;
    border-color: #fafafa; }
  .btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
    color: #fff;
    background-color: #0e1d5d; }
  .btn-theme-tertiary a, .badge-theme-tertiary a {
    color: #0e1d5d; }
  .btn-theme-tertiary a:hover, .badge-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:focus {
    color: #0e1d5d; }

.btn-theme-quaternary, .badge-theme-quaternary {
  color: #fff !important;
  background-color: #0e1d5d;
  border-color: #0d1a54; }
  .btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
    color: #fff; }
  .btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
    color: #fff; }
  .btn-theme-quaternary:focus, .badge-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary.focus {
    color: #fff;
    background-color: #070f31;
    border-color: #0d1a54; }
  .btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
    color: #fff !important;
    background-color: #0e1d5d !important;
    border-color: #060c28 !important; }
  .btn-theme-quaternary:active, .badge-theme-quaternary:active, .btn-theme-quaternary.active, .badge-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .open > .badge-theme-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #070f31;
    border-color: #0d1a54; }
  .btn-theme-quaternary:active:hover, .badge-theme-quaternary:active:hover, .btn-theme-quaternary.active:hover, .badge-theme-quaternary.active:hover, .open > .btn-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:hover, .btn-theme-quaternary:active:focus, .badge-theme-quaternary:active:focus, .btn-theme-quaternary.active:focus, .badge-theme-quaternary.active:focus, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle:focus, .btn-theme-quaternary:active.focus, .badge-theme-quaternary:active.focus, .btn-theme-quaternary.active.focus, .badge-theme-quaternary.active.focus, .open > .btn-theme-quaternary.dropdown-toggle.focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
    color: #fff;
    background-color: #0e1d5d;
    border-color: #0d1a54; }
  .btn-theme-quaternary:active, .badge-theme-quaternary:active, .btn-theme-quaternary.active, .badge-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .open > .badge-theme-quaternary.dropdown-toggle {
    background-image: none; }
  .btn-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:hover, .btn-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:hover, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:hover, .btn-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled:focus, .btn-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled]:focus, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary:focus, .btn-theme-quaternary.disabled.focus, .badge-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled].focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary.focus, fieldset[disabled] .badge-theme-quaternary.focus {
    background-color: #0e1d5d;
    border-color: #0d1a54; }
  .btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
    color: #0e1d5d;
    background-color: #fff; }
  .btn-theme-quaternary a, .badge-theme-quaternary a {
    color: #fff; }
  .btn-theme-quaternary a:hover, .badge-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:focus {
    color: #fff; }

.btn-theme-quinary, .badge-theme-quinary {
  color: #0e1d5d !important;
  background-color: #acbfe6;
  border-color: #a4b9e4; }
  .btn-theme-quinary .fa, .badge-theme-quinary .fa {
    color: #0e1d5d; }
  .btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
    color: #0b174a; }
  .btn-theme-quinary:focus, .badge-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary.focus {
    color: #0e1d5d;
    background-color: #85a1da;
    border-color: #a4b9e4; }
  .btn-theme-quinary:hover, .badge-theme-quinary:hover {
    color: #0b174a !important;
    background-color: #acbfe6 !important;
    border-color: #7d9bd8 !important; }
  .btn-theme-quinary:active, .badge-theme-quinary:active, .btn-theme-quinary.active, .badge-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .open > .badge-theme-quinary.dropdown-toggle {
    color: #0e1d5d;
    background-color: #85a1da;
    border-color: #a4b9e4; }
  .btn-theme-quinary:active:hover, .badge-theme-quinary:active:hover, .btn-theme-quinary.active:hover, .badge-theme-quinary.active:hover, .open > .btn-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:hover, .btn-theme-quinary:active:focus, .badge-theme-quinary:active:focus, .btn-theme-quinary.active:focus, .badge-theme-quinary.active:focus, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle:focus, .btn-theme-quinary:active.focus, .badge-theme-quinary:active.focus, .btn-theme-quinary.active.focus, .badge-theme-quinary.active.focus, .open > .btn-theme-quinary.dropdown-toggle.focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
    color: #0b174a;
    background-color: #acbfe6;
    border-color: #a4b9e4; }
  .btn-theme-quinary:active, .badge-theme-quinary:active, .btn-theme-quinary.active, .badge-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .open > .badge-theme-quinary.dropdown-toggle {
    background-image: none; }
  .btn-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:hover, .btn-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:hover, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:hover, .btn-theme-quinary.disabled:focus, .badge-theme-quinary.disabled:focus, .btn-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled]:focus, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary:focus, .btn-theme-quinary.disabled.focus, .badge-theme-quinary.disabled.focus, .btn-theme-quinary[disabled].focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary.focus, fieldset[disabled] .badge-theme-quinary.focus {
    background-color: #acbfe6;
    border-color: #a4b9e4; }
  .btn-theme-quinary .badge, .badge-theme-quinary .badge {
    color: #acbfe6;
    background-color: #0e1d5d; }
  .btn-theme-quinary a, .badge-theme-quinary a {
    color: #0e1d5d; }
  .btn-theme-quinary a:hover, .badge-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:focus {
    color: #0b174a; }

.btn-theme-primary-outline {
  color: #68c;
  border-color: #68c; }
  .btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
    color: #fff;
    background-color: #68c;
    border-color: #68c; }

.btn-theme-secondary-outline {
  color: #0e1d5d;
  border-color: #0e1d5d; }
  .btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
    color: #fff !important;
    background-color: #0e1d5d;
    border-color: #0e1d5d; }

.btn-theme-tertiary-outline {
  color: #fff;
  border-color: #fff; }
  .btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
    color: #0e1d5d;
    background-color: #fff;
    border-color: #fff; }

.btn-theme-quaternary-outline {
  color: #0e1d5d;
  border-color: #0e1d5d; }
  .btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
    color: #fff;
    background-color: #0e1d5d;
    border-color: #0e1d5d; }

.btn-theme-quinary-outline {
  color: #acbfe6;
  border-color: #acbfe6; }
  .btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
    color: #0e1d5d;
    background-color: #acbfe6;
    border-color: #acbfe6; }

.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #e1efef;
  background-color: #182978;
  border-color: #101a4e; }

.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show > .btn-theme-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0e1d5d;
  border-color: #070f31; }
/* nav-pills */
.nav-pills .nav-item .nav-link {
  background-color: #68c;
  color: #fff; }
  .nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.active {
    background-color: #0e1d5d;
    color: #fff; }
  .nav-pills .nav-item .nav-link .badge {
    background-color: #f00;
    color: #fff; }
/* nav-tabs */
.nav-tabs-theme .nav-item .nav-link {
  background-color: #68c;
  border-color: #68c;
  color: #fff; }
  .nav-tabs-theme .nav-item .nav-link:hover, .nav-tabs-theme .nav-item .nav-link.active {
    background-color: #0e1d5d;
    border-color: #0e1d5d;
    color: #fff; }
  .nav-tabs-theme .nav-item .nav-link .badge {
    background-color: #f00;
    color: #fff; }
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px; }

.shopping-cart-box {
  background-color: #68c;
  color: #fff; }
  .shopping-cart-box:after {
    border-bottom: 8px solid #68c; }

#shopping-cart-results .cart-list-item {
  background-color: #0e1d5d;
  color: #fff; }
  #shopping-cart-results .cart-list-item a {
    color: #fff !important; }
  #shopping-cart-results .cart-saving {
    color: #fff; }
/* pagination */
.page-item.active .page-link, .page-link:hover, .page-link:focus {
  background-color: #68c;
  border-color: #68c;
  color: #fff; }

.page-link {
  background-color: #0e1d5d;
  border-color: #0e1d5d;
  color: #fff; }

.site-bg {
  background-color: #ddd; }

.bg-image {
  background: url('../images/bg-image.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.25; }
  .bg-image_content {
    height: auto;
    width: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 75em) {
    .bg-image_content {
      height: 100%; } }

.heading-theme-primary, .heading-theme-primary > a {
  margin-top: 0.31rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.12rem;
  font-size: 24px; }
  .heading-theme-secondary, .heading-theme-secondary > a {
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.12rem;
    font-size: 24px; }

.text-decoration-none, .text-decoration-none:hover {
  text-decoration: none; }

.mh-150 {
  max-height: 150px; }

.h-150 {
  height: 150px !important; }
/*
 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
 */
.top-header {
  background-position: center center;
  background-size: cover;
  width: 100% !important;
  background-color: #fff;
  padding-top: 0.625rem;
  height: 25rem;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05); }

#startchange {
  margin-top: 8.75rem; }
  #startchange .text-sm {
    font-size: 0.875rem; }

.slider-html-text {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3.125rem;
  letter-spacing: 0.125rem;
  text-decoration: none;
  padding: 0.31rem 0.625rem;
  background-color: #0e1d5d;
  display: inline-block; }
  @media only screen and (max-width: 37.5em) {
  .slider-html-text {
    font-size: 1rem; } }
/*-------------------------------------------*/
/* Media Queries
 /*-------------------------------------------*/
@media (max-width: 767px) {
  .mob-sm-text {
    display: block; }

  .mob-text {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem; } }
/*
 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
 */
#brand {
  margin-left: 15px; }

.navbar-brand > a:hover, .navbar-brand > a:focus {
  color: #253452; }

.nav-margin {
  margin-top: 10px;
  margin-bottom: 10px; }

.main-header {
  background-color: #fff;
  padding-top: 10px;
  width: 100%; }

.main-header-affect {
  width: 100% !important;
  padding-top: 1rem;
  background: none;
  filter: none;
  background-color: transparent; }
/*--------------------------------------*/
/* ICONS
 /*--------------------------------------*/
#sidebar-wrapper {
  margin-right: -15.62rem;
  right: 0;
  width: 15.625rem;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  background: #0e1d5d none repeat scroll 0 0;
  color: #fff; }
  #sidebar-wrapper.active {
    left: 0px;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s; }

.sidebar-menucl {
  font-size: 1.5rem;
  color: #fff; }
  .sidebar-menucl:not(:last-child) {
    border-bottom: 1px solid #68c; }

.sidebar-btn {
  width: 90%;
  margin: 0.62rem 0.62rem 0; }

.toggle {
  margin: 3px 5px 0 -7px;
  cursor: pointer; }
/*----------------------------------*/
/* Search Bar Settings
 /*----------------------------------*/
#menu-toggle {
  position: fixed;
  top: 0;
  z-index: 1;
  color: #0e1d5d !important; }

.left-toogle {
  line-height: 3; }

#search input[type="text"] {
  background: url(../images/search-white.png) no-repeat 0.62rem 0.62rem #1b2436;
  border: 1px solid #d1d1d1;
  color: #bebebe;
  padding: 0.62rem 0.93rem 6px 2.18rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  width: 99%;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

#search input[type="text"]:focus {
  width: 100%; }

.sidebar-nav {
  position: absolute;
  top: 0;
  list-style: none;
  margin: 0;
  width: 100%; }

.navbar-inverse1 {
  background-color: #1b2436;
  border-color: #1b2436; }
/* BUTTONS */
.navbar-brand > a:hover, .navbar-brand > a:focus {
  color: #1b2436; }
/*----------------------------------------*/
/* Sidebar Social Icons
 /*----------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0; }

ul.social-network li {
  display: inline;
  margin: 0 5px; }

.social-network a.icoRss:hover {
  background-color: #f56505; }

.social-network a.icoFacebook:hover {
  background-color: #3b5998; }

.social-network a.icoTwitter:hover {
  background-color: #3cf; }

.social-network a.icoGoogle:hover {
  background-color: #bd3518; }

.social-network a.icoVimeo:hover {
  background-color: #0590b8; }

.social-network a.icoLinkedin:hover {
  background-color: #007bb7; }

.social-network a.icoYoutube:hover {
  background-color: #b00; }

.social-network a.icoPinterest:hover {
  background-color: #c92228; }

.social-network a.icoInstagram:hover {
  background-color: #f94877; }

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff; }

a.socialIcon:hover, .socialHoverClass {
  color: #44bcdd; }

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #d3d3d3; }

.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center; }

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.social-circle i {
  color: #0e1d5d;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
/*--------------------------------------------------*/
/* NAVBAR SETTINGS
 /*--------------------------------------------------*/
.logo {
  padding: 1.25rem;
  padding-left: 3.12rem; }

.search-selectize > .selectize-input {
  min-height: 2.12rem;
  min-width: 9.37rem;
  border-radius: 0px;
  padding: 0.68rem 0.75rem;
  max-height: 2.5rem;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem; }

.selectize-first-child > .selectize-input, .selectize-first-child > .dropdown-active {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.search-input-width {
  width: 9.37rem; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
  font-size: 1rem; }

.form-control.selectize-control {
  height: 2.5rem; }

.navsearch .selectize-control {
  width: 100%; }

.my-account {
  height: 2.5rem; }

.sidebar-btn {
  width: 90%;
  margin: 0.62rem 0.62rem 0; }

.navsearch .selectize-input {
  min-height: 2.5rem; }

.navbar-theme {
  padding-bottom: 1.5rem !important; }

.searchbar .input-group-addon {
  background-color: inherit;
  border: none;
  vertical-align: top; }
  .searchbar .input-group-btn {
    vertical-align: top; }
  .searchbar .navbar-toggle {
    font-size: 1.12rem;
    color: #1b2436; }
  .searchbar .navbar-collapse {
    box-shadow: none; }

.search-input {
  height: 2.5rem;
  font-size: 1rem; }

.search-circle {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem; }

.search-btn {
  height: 2.5rem;
  font-size: 1.25rem; }
/*-------------------------------------------*/
/* OnType City/Locality Selection
 /*-------------------------------------------*/
.search-input-group-btn {
  vertical-align: top !important; }

.search-typeahead {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.fa-spinner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#nav01 {
  margin-top: 5.3rem; }

.toggler-search {
  margin-top: -5px;
  color: #fff !important;
  border-color: #fff !important; }

.nav-right {
  margin-left: 0.5rem; }

.navsearch .twitter-typeahead {
  width: 100% !important; }
/*--------------------------------------------------*/
/* Navbar Mobile View Settings
 /*--------------------------------------------------*/
@media (max-width: 480px) {
  .searchbar > .input-group-addon, .searchbar > .input-group .form-control {
    display: block;
    margin-bottom: 2px;
    clear: both; }

  .navsearch > .input-group {
    position: relative;
    display: block;
    border-collapse: separate; }

  .search-btn {
    margin-top: 2px;
    margin-left: 0px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc; }

  .searchbar > .input-group .form-control:not(:first-child):not(:last-child), .searchbar > .input-group-addon:not(:first-child):not(:last-child), .searchbar > .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 4px; }

  .searchbar > .input-group .form-control:first-child, .searchbar > .input-group-addon:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

  .searchbar > .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

  .selectize-control {
    margin-bottom: -4px; }

  .selectize-input {
    border-radius: 4px;
    width: 100%; }

  .selectize-first-child > .selectize-input, .selectize-first-child > .dropdown-active {
    border-radius: 4px; }

  .search-selectize > .selectize-input {
    border-radius: 4px; }

  .login-separator {
    border-right: 0;
    border-bottom: 4px solid #ddd; }

  .form-horizontal .lbh {
    width: 12.5rem; }

  .navbar-theme {
    padding-bottom: 0.5rem !important; }

  .toggler-search {
    margin-top: -20px !important; }

  #nav02 {
    margin-top: 4.2rem !important; } }

@media only screen and (max-width: 320px) {
  #brand {
    width: 60%;
    height: auto; }

  #nav02 {
    margin-top: 5.2rem !important; } }

@media only screen and (max-width: 768px) {
  .navsearch .input-group-append {
    display: block;
    margin-top: 1.2rem; }

  .navsearch .search-btn, .navsearch .form-inline .form-control {
    width: 100%; }

  .navsearch .form-control {
    margin-bottom: 5px; } }

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .container-theme {
    max-width: 960px; } }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .container-theme {
    max-width: 1024px; }

  #brand {
    width: 160px; }

  .selectize-input > .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    margin-right: 9px; } }
/*
 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-form .form-control-lg {
  font-size: 0.875rem; }

.navbar-form .form-control-lg .selectize-input {
  min-height: 47px !important;
  padding-top: 12px !important;
  border-radius: 0px !important; }
/*
 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
 */
@media only screen and (min-width: 75em) {
      .menu-links li {
        padding-left: 2px;
        padding-right: 2px; } }
  @media only screen and (max-width: 37.5em) {
    .menu-links li {
      padding-left: 2px;
      padding-right: 2px; } }
/*
 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
 */
.row-mobile {
  background-color: #68c;
  color: #fff; }
/*
 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
 */
.footer {
  background: #0e1d5d none repeat scroll 0 0;
  border-top: 1px dashed #0e1d5d;
  display: block;
  line-height: 1.2; }
  .footer .column.logo {
    background: #0e1d5d none repeat scroll 0 0;
    border-bottom-left-radius: 0.93rem;
    border-bottom-right-radius: 0.93rem;
    display: block;
    margin-bottom: -1.87rem;
    margin-top: -1.87rem;
    padding-bottom: 3.12rem;
    padding-top: 3.12rem; }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.87rem; }
    .footer a:hover, .footer a:focus, .footer a:active {
      color: #ccc;
      text-decoration: none; }
  .footer ul li a {
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff; }
    .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
      color: #ccc; }
  .footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-size: 1.4rem; }
  .footer h6 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.75rem; }
  .footer__header {
    padding-bottom: 9px;
    margin: 2.5rem 0 1.25rem;
    border-bottom: 1px solid #eee; }

.footer-social-btn > a:hover {
  font-size: 188%; }

.footer-about {
  color: #ccc;
  border-left: 1px #ccc solid;
  padding-left: 3rem;
  font-weight: 500; }

.fa-angle-double-right {
  margin-right: 8px; }

.footer-top {
  background-color: #68c;
  color: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }

.footer-menu li a {
  color: #fff;
  font-weight: 500; }
  .footer-menu li a:hover {
    color: #ccc;
    font-weight: 500;
    text-decoration: none; }

.footer-menu li {
  color: #ccc; }

.popular-link > a {
  color: #fff;
  font-weight: 500; }
  .popular-link > a:hover {
    color: #ccc;
    font-weight: 500;
    text-decoration: none; }

.footer-social-btn a {
  margin-left: 6px;
  width: 2.5rem;
  font-size: 188%;
  padding: 0;
  margin-bottom: 0.62rem; }

@media only screen and (max-width: 468px) {
  .footer-about {
    padding-left: 0rem;
    border-left: none; } }
