@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");

body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;;
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #D00000;
}


[id] {
  scroll-margin-top: 6rem;
}

.anchor {
    display: block;
    height: 6.4rem;
    margin-top: -6.4rem;
    visibility: hidden;
}

.btn-main {
  /*display: inline-block; */
  background: #900000;
  border: none;
  color: #fff;
  font-size: .875rem;
  letter-spacing: 1.25px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

.btn-main:hover {
  color: #FFF;
  background: #D00000;
  box-shadow: 5px 11px 18px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}


.btn-contactsubmit {
  background: #900000;
  border: none;
  color: #fff;
  font-size: .875rem;
  letter-spacing: 1.25px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}

.btn-contactsubmit:hover:not([disabled]) {
  color: #FFF;
  background: #D00000;
  box-shadow: 5px 11px 18px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus:not([disabled]) {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 2.5rem;
  padding-left: 0;
}
.section-sm {
  padding: 3.75rem 0;
}

.section-xs {
  padding: 2.5rem 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #900000;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background:  rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #900000;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding-bottom: 40px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}

.title-sm {
  padding-bottom: 10px;
  overflow: hidden;
}
.title-sm h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title-sm p {
  color: #848484;
  width: 60%;
  margin: 0 auto;
}

.title-sm.title-white h2 {
  color: #fff;
}

.border {
  height: .125rem;
  margin: 20px auto 20px;
  position: relative;
  width: 5rem;
  background: #900000;
}

.borderline {
  height: .125rem;
  margin: 2.5rem auto 2.5rem;
  position: relative;
  width: 5rem;
  background: #cfcfcf;
}

.bg-gray {
  background: #f9f9f9;
}


.slick-slide {
  outline: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}





/*=======================================================
  Header Section
========================================================*/

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #D00000;
}

.contact-page-header {
  background-image: url("../images/contact/dark-keys.png");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.contact-page-header:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.product-page-header {
  background-image: url("../images/products/products_header.png");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.product-page-header:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.single-page-header {
  background-image: url("../images/about/aboutus-header.png");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.support-page-header {
  background-image: url("../images/support/support-header-bg.png");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.support-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}




/*=================================================================
  Footer section
==================================================================*/

.footer-top {
  background-color: #222222;
  padding: 60px 0 30px ;
}

.footer-top .container {
  align: center;
  padding-left: 2%;
}

.footer-top h3 {  
  transition: .3s all;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-top p {
  transition: .3s all;
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.footer-top li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.footer-top li a:hover {
  color: #D00000;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 25px 0;
}

.footer-bottom h5 {
  font-size: .75rem;
  line-height: 1rem;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: .6875rem;
  line-height: 1rem;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #D00000;
}




/*=================================================================
  Navigation
==================================================================*/

.navigation {
  transition: .3s all;
}

.navigation .logo-default {
  display: none;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: .875rem;
  line-height: 26px;
  padding: 20px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .3s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: transparent;
  color: #D00000;
  opacity: 1;
  visibility: visible;
  text-shadow: 0 0 1px #FF0000;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #D00000;
}

@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 10px !important;
  }
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #000;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.navigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
}

.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: .3s ease;
  padding: 10px;
}

.navigation .dropdown-item:hover {
  color: #D00000;
  background: transparent;
  padding-left: 12px;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}




/*=========================================================
  Full Screen Static Image on Home Page (pesently not used, replaced with video)
=========================================================*/

.hero-area {
  background-image: url("../images/slider/slider-bg-2.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area.block {
  color: #fff;
}

.hero-area.block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area.block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area.block, .hero-area.btn-main {
  margin-right: 8px;
}

.hero-area.block, .hero-area.btn-main:hover {
  opacity: .8;
}




/*===============================================
  Full Screen Video on Home Page
===============================================*/

.hero-slider {
  overflow-x: hidden;
}

.hero-area-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  object-fit: cover;
  overflow-x: hidden;
}

.hero-area-video:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-right: 8px;
}

.hero-area-video.block, .hero-area-video.btn-main:hover {
  opacity: .6;
}

.hero-area-video > video {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    margin: auto; 
    position: relative; 
    z-index: -1; 
    top: 50%; 
    left: 50%; 
    visibility: visible; 
    opacity: 1;
    inset: 0px; 
    overflow: hidden; 
    background-color: transparent; 
    background-repeat: no-repeat; 
    object-fit: cover;
}


/*=== simple opacity overlay ===*/

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}




/*========================================
  Slider - Only used on Index page
========================================*/

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  object-fit: cover;
  display: flex;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.23); /* Overlay to dim home page video slightly */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-item h1 {
  color: #fff;
  font-size: 3.75rem;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}




/*=================================================================
  Page formatting for most pages - ALTER THOUGHTFULLY
==================================================================*/

.page {
  padding: 3.75rem, 0, 1.5rem, 0;
  background: #f7f7f7; 
}

.page h4 {
  margin-top: 30px;
}

.shadow {
  -webkit-box-shadow: 5px 10px 10px gray;  
  box-shadow: 5px 12px 18px 2px gray;
}


.float_l { 
  float: left; 
  margin: 10px 15px 3px 0px;
}

.float_r { 
  float: right; 
}

.indent-list li {
  padding-left: 1em;
}

.check-circle {
  margin-top: 2rem; 
  color: #848484;
  font-family: "Source Sans Pro", sans-serif;
}

.check-circle li {
  position: relative;
  padding-left: 3em;
  text-indent: -1.3em;
  vertical-align: middle;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.check-circle li img {
  margin-right: .8rem;
  margin-left: -.7rem;
  opacity: 1;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  filter: invert(46%) sepia(10%) saturate(9%) hue-rotate(23deg) brightness(99%) contrast(88%);
}

.check-circle-sm {
  margin-top: .5rem; 
  padding-left: 3.75em;
  color: #848484;
  font-family: "Source Sans Pro", sans-serif;
}

.check-circle-sm li {
  position: relative;
  text-indent: -1.1em;
  vertical-align: middle;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.check-circle-sm li img {
  margin-right: .7rem;
  margin-left: -.6rem;
  opacity: 1;
  width: 17px;
  height: 17px;
  filter: invert(46%) sepia(10%) saturate(9%) hue-rotate(23deg) brightness(99%) contrast(88%);
}

.check-feature li {
  width: 48%;
  text-indent: -1.1em;
  display: inline-block;
  line-height: 1.3em;
  padding-right: .5rem;
}

.partners a img {
margin: 0px 15px 0px 15px;
}




/*===========================================================
  Image controls
===========================================================*/

.img-responsive {
  display: flex; 
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  flex-grow: 1;
}

.img-bio img {
  width: auto;
  height: 230px;
  padding-top: 12px;
  padding-right: 18px;
}

.img-evo img {
  width: auto;
  height: 260px;
  padding: 12px;
}

.img-themisid img { 
  width: auto;
  height: 240px;
  padding: 12px;
}

.fade-in {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
}



/*=================================================================
  Table of Contents, currently only used on Florida Price List Page
==================================================================*/

.toc {
    font-size: .875rem;
    margin-left: 1.75rem;
}

.toc a {
    color: #900000;
}

.toc a:hover {
    color: #FF1111;
}

.toc ul {
    padding-left: 1.75em;
    width: 100%;
    display: inline-block;
    list-style: circle inside;
}

.toc li {
    padding-left: 10.5em;
    text-indent: -7.8em;
}

.contractinfo {
    color: #232323;
    font-size: 1.125em;
    font-family: "Catamaran", sans-serif;
    margin-bottom: 0px;
    font-weight: 600;
    padding-left: 3em;
}

/* end Page formatting */




/*=================================================================
 Call To Action Section
==================================================================*/

.call-to-action {
  padding: 40px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action.btn-main {
  margin-top: 20px;
}




/*=================================================================
  Contact Us page
  ==================================================================*/

.contact-us {
  padding: 50px 0 50px 0;
}

form {
    transition: all 4s ease-in-out;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form.form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #D00000;
}

.contact-form #submit {
  cursor: not-allowed;
}

.contact-form #submit {
  padding: 15px 0;
  width: 120px;
  margin: 0;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  font-size: .9em;
}

.centered-contain {
    text-align: center;
}

.centered-contain .g-recaptcha > div {
    width: auto !important;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}


.checklist-contain {
  display: grid;
  grid-template-columns: auto auto max-content; 
  column-gap: 20px;
  row-gap: 5px;
}

.checks-column {
  display: inline-block;
  height: auto;
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: .9rem;
}

    /* checkbox label styling */
.checkbox-label:hover {
  color: #D00000;
  text-shadow: 0 0 .5px #FF0000;
    
}
.contact-checkbox:not(:checked),
.contact-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.contact-checkbox:not(:checked) + label,
.contact-checkbox:checked + label {
  display:inline-block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}

    /* checkbox styling */
.contact-checkbox:not(:checked) + label:before,
.contact-checkbox:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 1px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);    
}

    /* checkmark styling */
.contact-checkbox:not(:checked) + label:after,
.contact-checkbox:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px; left: 5px;
  font-size: 14px;
  color: #900000;
  transition: all .4s;
}

    /* checked mark aspect changes */
.contact-checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.contact-checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.contact-checkbox {
  display: inline-block;
  width: 110px;
  height: 24px;
  margin: 1em;
}
  /* https://stackoverflow.com/questions/70770878/designing-a-horizontal-checkbox */


.contact-details {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.contact-info img {
  opacity: 1;
  width: 1.125rem;
  height: 1.125rem;
  filter: invert(46%) sepia(10%) saturate(9%) hue-rotate(23deg) brightness(99%) contrast(88%);
  vertical-align: middle;
}

.contact-info ion-icon {
  opacity: 1;
  font-size: 1.125rem;
  color: #777;
  vertical-align: middle;
}

.social-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.social-icon img {
  margin-top: .875rem;
  opacity: 1;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  filter: invert(46%) sepia(10%) saturate(9%) hue-rotate(23deg) brightness(99%) contrast(88%);
}

.social-icon img:hover {
filter: invert(13%) sepia(76%) saturate(5894%) hue-rotate(10deg) brightness(85%) contrast(128%);
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}




/*=================================================================
  Products Page Filter & Image Controllers
==================================================================*/

.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-transform: uppercase;
  background: #900000;
  border: none;
  color: #fff;
  outline: none;
  transition: .3s ease;
}

.portfolio-filter button:hover {
  color: #FFF;
  background: #D00000;
  box-shadow: 5px 12px 18px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.portfolio-filter button.active {
  background: #900000;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block h5 {
  margin: 0;
  color: #B00000;
  text-align: center;
  opacity: 1;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.product-image {
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.portfolio-block:hover .product-image {
  opacity: 0.3; 
}

.portfolio-block:hover .title-hover {
   opacity: 0.3; 
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;  
  color: #900000;
}

.portfolio-block .caption {
  position: absolute;
  top: 47%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-47%, -50%);
          transform: translate(-47%, -50%);
  z-index: 9;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h6 {
  font-size: 1.125rem;
  font-weight: 650;
  margin-top: .75rem;
}

.portfolio-block .caption h6 a {
  color: #fff;
}

.portfolio-block .caption .fingerprint-icon {
  background: #900000;
  color: #fff;
  display: inline-block;
  padding-top: .9375rem;
  padding-bottom: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.875rem;
  border-radius: 3.125rem;
  vertical-align: middle;
  text-align: center;
}




/*=================================================================
  Tradeshow Events table section
==================================================================*/

.events table {
  padding: 10px 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 90%; 
}

.events h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
  align: center
}

.events td, .events th {
  border: 1px solid #ccc;
  text-align: left; 
  padding: 10px;
}


.events th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #900000;
  color: white;
}

.events tr {
  background-color: #fff;
}

.events tr:nth-of-type(odd) { 
  background: #EAECFF; 
}




/*=================================================================
  For More Info section - On Index page only
==================================================================*/

.more {
  padding-top: 70px;
  padding: 40px 0;
  background: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.info-box {
  margin-bottom: 20px;
}

.info-box .content {
  padding: 20px;
}

.info-box h4 {
   color: ffff;
}

.info-box .content h3 a {
  color: #fff;
}

.info-box .content p {
  color: #fff;
  font-size: 1em;
  margin: 10px 0;
}

.info-box .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}


/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #D00000;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: .3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #D00000;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: .3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #D00000;
}




/*=================================================================
  Sales Page - Manager Results Text Box
===================================================================*/

.sales {
  background-color: transparent;
  border: 0px;
  padding: 0px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #4e595f;
  font-weight: 500;
  width: 260px;
  height: 75px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

svg#sales_map {
  width: 100%; 
  height: auto;  
  z-index: 1;  
  transition: 0.3s;
  paint-order: stroke;
}

.borders {
    stroke: #cfcfcf;
    stroke-width: 1;    /* color and width of borders between states */
}

.dccircle {
    display: yes;      /* set display to yes to show the circle for the District of Columbia, or none to hide it */
}

.separator1 {
    stroke:#B0B0B0; 
    stroke-width:0    /* color and width of lines around Alaska and Hawaii. Currently not showing. */
}

svg.west {
    fill: #9B51EC;
}

svg.central {
    fill: #2EA343;
}

svg.north {
    fill: #DD5900;
}

svg.southcent {
    fill: #B70003;
}

svg.southeast {
    fill: #0018D8
}

path {
  transition: 0.5s;
  transform-origin: center;
    transform-box: fill-box;
}

path:hover {
  z-index: 1;
  transform: scale(1.15);
}

svg.west:hover {
  fill: #B680F1;
}

svg.central:hover {
  fill: #7FDA8F;
}

svg.north:hover {
  fill: #FFA060;
}

svg.southcent:hover {
  fill: #FC4346;
}

svg.southeast:hover {
  fill: #707FFF;
}




/*=================================================================
  IC2 Pages
==================================================================*/

#ichotel {
  background-color: #F7F7F7;
  padding: 60px;
}

.ichoteltable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.ichoteltable th, .ichoteltable td {
  background-color: #F7F7F7;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  overflow: hidden;
}

.ichoteltable h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.ichoteltable p {
  color: #848484;
  margin: 0 auto;
}

.ichoteltable .checklist {
  padding-left: 70px;
} 

.ichoteltable .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.ichoteltable .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 12px;
  font-size: 16px;
}  

.committee {
  overflow: hidden;
}

.committee h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.committee p {
  color: #848484;
  margin-left: 55px;
  margin-right: 55px;
}

.committee ul li {
  margin-left: 65px;
  text-align: left;
  position: relative;
  font-size: 1rem;
  color: #848484;
  list-style-type: none;
  line-height: .9rem;
}

.product-demo {
  line-height: 1.8rem;
  text-align: left;
}

.product-demo p {
  color: #848484;
  margin-bottom: 5px;
}




/*=================================================================
  Brochure Page - not linked directly from any other page 
  Located: /downloads/brochures.html
==================================================================*/

.brochure-block h5 {
  font-size: .9375rem;
  margin: 0;
  color: #B00000;
  text-align: center;
  opacity: 1;
}

.brochure-block {
  position: relative;
  margin-bottom: 30px;
  align-content: center;
  width: 8em;
  flex-wrap: wrap;
  padding: 15px;
  align: center;
}

.brochure-image {
  opacity: 1;
  display: block;
  width:  140px;
  height: auto;
  transition: .5s ease;
  box-shadow: 4px 9px 16px rgba(0, 0, 0, 0.3);
}

.brochure-block:hover .brochure-image {
  opacity: 0.2;
}

.brochure-block:hover .title-hover {
  opacity: 0.05;
}

.brochure-block:hover .caption {
  opacity: 1;
  top: 55%;
  color: #900000;
}

.brochure-block .caption {
  position: absolute;
  top: 47%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-47%, -50%);
          transform: translate(-47%, -50%);
  z-index: 9;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.brochure-block .caption h6 {
  font-size: 1rem;
  font-weight: 650;
  margin-top: 1rem;
}

.brochure-block .caption h6 a {
  color: #fff;
}

.brochure-block .caption .download-icon {
  background: #900000;
  color: #fff;
  display: inline-block;
  padding-top: .9375rem;
  padding-bottom: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.3rem;
  border-radius: 3.125rem;
  vertical-align: middle;
  text-align: center;
}




/*=================================================================
  FL Prices Table and Order Info Page Table
==================================================================*/

.price-table {
  width: 95%;
  border-collapse: collapse;
}

.price-table p {
  color: #434343;
  font-size: 1em;
  text-align: left;
  padding: 0;
  font-weight: bold;
}

.price-table-caption td {
  width: 100%;
  text-align: center;
  color: #900000;
  font-size: 1em;
  font-weight: bold;
  caption-side: top;    
  border: none;
  vertical-align: middle;
  padding: 3px;
}

.price-table-header td {
  font-weight: bold;
  font-size: .875em;    
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  background-color: #C8C8C8;
  border: 1px solid #ACACAC;
}

.price-table-subheader td {
  text-align: left;
  font-size: .875em;
  font-weight: bold;  
  color: #900000;
  width: 100%;
  vertical-align: middle;
  padding: 2px;
  background-color: #F7F7F7; 
  border: none;
}

.price-table-body td {  
  border: .5px solid #B4B4B4;
  font-size: .875em;
  padding: 2px;
  background-color: #fff;
}

.price-table-body td:nth-child(1),
.price-table-body td:nth-child(4) {
  text-align: center;
} 

.price-table-body td:nth-child(2),
.price-table-body td:nth-child(3) {
  text-align: left;
}

.price-table-body td:nth-child(5), 
.price-table-body td:nth-child(6),
.price-table-body td:nth-child(7),
.price-table-body td:nth-child(8),
.price-table-body td:nth-child(9),
.price-table-body td:nth-child(10) {
  text-align: right;
}



/*=================================================================
  CSS Table on Florida Order Info Page, florder.html 
=================================================================*/

.grid-container {
  display: inline-grid;
  grid-template-columns: 160px auto;
  line-height: 1.5rem;
  text-align: left;
  position: relative;
}

.grid-item {
  background-color: #fff;
  border: .5px solid #B4B4B4;
  padding: 5px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}





/*==========================================================
  Page 404
==========================================================*/

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
  color: #bdbdbd;
  background-color: #1b1b1b;
}

.page-404 h1 {
  font-size: 200px;
}




/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
    
  .committee p {
    margin-left: 35px;
    margin-right: 35px;
  }

 .committee ul li {
    margin-left: 45px;
  }

}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }

}



/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
  
  .title-sm p {
    width: 75%;
  }
    /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
    
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
    
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
    
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
    
  /* list on IC2 page */
  .product-list {
    margin: 0 auto 30px;
    width: 280px;
  }
    
  /* SVG Map on Sales Page */
  #sales_map {
    width: 100%;
      height: 100%;
  }
    
  /* FL Pricing Table */
  .pricing {
    margin: 0 auto 30px;
    width: 330px;
  }
    
  .pricing-table {
    margin: 0 auto 30px;
    width: 330px;
  }
    
  /* Hotel table, ICHotel page */
  .ichoteltable {
     margin: 0 auto 30px;
     width: 330px;
  }
    
  /* Events table, Sales page */
  .events {
    margin: 0 auto 20px;
    width: 100%;
  }

  .portfolio-block:hover .title-hover {
   opacity: 0.1; 
  } 

  .brochure-block:hover .title-hover {
   opacity: 0.05; 
  } 
    
  .committee p {
    margin-left: 25px;
    margin-right: 25px;
  }

 .committee ul li {
    margin-left: 35px;
  }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
=============================================================*/

@media only screen and (max-width: 767px) {
    
  .title-sm p {
    width: 75%;
  }
    
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
    
  /* h1 font size home title */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }

  /* services */
  #services .title {
    padding-bottom: 60px;
  }
    
  /* SVG Map on Sales Page */
  #sales_map {
    width: 100%;
    height: auto;
  }
    
    
  /* Florida pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
    
  .pricing-table {
    margin: 0 auto 30px;
    width: 280px;
  }
    
  /* Hotel table */
  .ichoteltable table {
     margin: 0 auto 30px;
     width: 280px;
  }
    
  /* Events table for mobile portrait screen, Sales page */
  .events table { 
	display: block; 
    border-collapse: collapse; 
    word-wrap: break-word;
   }
    
  .events table, 
  .events thead, 
  .events tbody, 
  .events th, 
  .events td, 
  .events tr { 
	display: block; 
	}
	
	/* Hide full size table headers */
  .events th { 
    position: absolute;
	top: -9999px;
	left: -9999px;
	}
	
  .events tr { 
    border: 1px solid #ccc; 
    }
    
	/* Behave  like a row */
  .events td {               
     border: none;
	 border-bottom: 1px solid #ccc; 
	 position: relative;
	 padding-left: 30%; 
	}
    
	 /* Now behave like a table header */
  .events td:before {
	 position: absolute;
	 top: 6px;          /* Top & left values mimic padding */
	 left: 6px;
	 width: 25%; 
	 padding-right: 10px; 
	 white-space: nowrap;
     background: #900000;
     color: #fff;
     font-size: 1.2rem;
	}
	
	/*  Header Labels for mobile portrait view */
  .events td:nth-of-type(1):before { 
    content: "Event"; 
    }
  .events td:nth-of-type(2):before { 
    content: "Location"; 
    }
  .events td:nth-of-type(3):before { 
    content: "Agent"; 
    }
  .events td:nth-of-type(4):before { 
    content: "Date"; 
    }
    
    
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  .portfolio-block:hover .title-hover {
    opacity: 0.1; 
  }
    
  /* brochure page */
  .brochure-block:hover .title-hover {
    opacity: 0.05; 
  }
    
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #more {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .more-title h1 {
    font-size: 28px;
  }

  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
    
  .committee p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .committee ul li {
    margin-left: 30px;
  }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
 
  .title-sm p {
    width: 75%;
  }
    
  .title h2 {
    font-size: 32px;
  }

  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }

  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  #sales_map {
    width: 100%;
    height: auto;
  }
    
    
  .portfolio-block:hover .title-hover {
    opacity: 0.1; 
  }

  .brochure-block:hover .title-hover {
    opacity: 0.05; 
  }
    
  /* Florida pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  .pricing-table {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* Hotel table */
  .ichoteltable {
     margin: 0 auto 30px;
     width: 350px;
  }
    
 /* Events table, Sales page */
   .events {
    margin: 0 auto 20px;
    width: 100%;
  }
    
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
    
  .committee p {
    margin-left: 20px;
    margin-right: 20px;
  }

 .committee ul li {
    margin-left: 30px;

  }
} 