@charset "UTF-8";
@font-face {
  font-family: "Pontiac";
  font-style: normal;
  font-weight: 300;
  src: url("/files-custom/fonts/pontiac/light/pontiac_light-webfont.otf") format("opentype"), url("/files-custom/fonts/pontiac/light/pontiac_light-webfont.woff") format("woff"), url("/files-custom/fonts/pontiac/light/pontiac_light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Pontiac";
  font-style: normal;
  font-weight: 400;
  src: url("/files-custom/fonts/pontiac/regular/pontiac_regular-webfont.otf") format("opentype"), url("/files-custom/fonts/pontiac/regular/pontiac_regular-webfont.woff") format("woff"), url("/files-custom/fonts/pontiac/regular/pontiac_regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Pontiac";
  font-style: normal;
  font-weight: 700;
  src: url("/files-custom/fonts/pontiac/bold/pontiac_bold-webfont.otf") format("opentype"), url("/files-custom/fonts/pontiac/bold/pontiac_bold-webfont.woff") format("woff"), url("/files-custom/fonts/pontiac/bold/pontiac_bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Pontiac";
  font-style: normal;
  font-weight: 900;
  src: url("/files-custom/fonts/pontiac/black/pontiac_black-webfont.otf") format("opentype"), url("/files-custom/fonts/pontiac/black/pontiac_black-webfont.woff") format("woff"), url("/files-custom/fonts/pontiac/black/pontiac_black-webfont.ttf") format("truetype");
}
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.75;
}
.fonts-loaded body {
  font-family: Pontiac, arial, helvetica, sans-serif;
}
a,
a:hover {
  color: #ed1c24;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Pontiac, arial, helvetica, sans-serif;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.6666666667rem;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 1.875em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.375em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: #ed1c24;
}
h1 > strong,
h1 > b,
h1 > span.alt, h1.alt,
h2 > strong,
h2 > b,
h2 > span.alt,
h2.alt,
h3 > strong,
h3 > b,
h3 > span.alt,
h3.alt,
h4 > strong,
h4 > b,
h4 > span.alt,
h4.alt,
h5 > strong,
h5 > b,
h5 > span.alt,
h5.alt {
  color: #000000;
}
section.content .content-text h1,
section.content .content-text h2,
section.content .content-text h3,
section.content .content-text h4,
section.content .content-text h5 {
  margin-top: 1em;
}
section.content .content-text ul li {
  color: #ed1c24;
  list-style: none;
  background: transparent url("/files-custom/img/bullet-red.png") no-repeat 0 7px;
  background-size: 10px;
  padding-left: 20px;
}
section.content .content-text ul li ul,
section.content .content-text ul li ol {
  padding-left: 40px;
}
section.content .content-text ul li ul li,
section.content .content-text ul li ol li {
  color: #999999;
  background: none;
  list-style-type: disc;
  padding-left: 0;
}
section.content .content-text ul li ul li:before,
section.content .content-text ul li ol li:before {
  content: "";
}
section.content .content-text ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 45px;
}
section.content .content-text ol li {
  counter-increment: custom-counter;
  color: #ed1c24;
}
section.content .content-text ol li:before {
  content: counter(custom-counter) ". ";
  color: #ed1c24;
}
section.content .content-text ol li ul,
section.content .content-text ol li ol {
  padding-left: 55px;
}
section.content .content-text ol li ul li,
section.content .content-text ol li ol li {
  list-style-image: none;
  list-style-type: disc;
  color: #999999;
}
section.content .content-text ol li ul li:before,
section.content .content-text ol li ol li:before {
  content: "";
}
section.content.content-style-1 h1,
section.content.content-style-1 h2,
section.content.content-style-1 h3,
section.content.content-style-1 h4,
section.content.content-style-1 h5 {
  font-weight: 700;
  color: #ed1c24;
}
section.content.content-style-1 h1 > strong,
section.content.content-style-1 h1 > b,
section.content.content-style-1 h1 > span.alt, section.content.content-style-1 h1.alt,
section.content.content-style-1 h2 > strong,
section.content.content-style-1 h2 > b,
section.content.content-style-1 h2 > span.alt,
section.content.content-style-1 h2.alt,
section.content.content-style-1 h3 > strong,
section.content.content-style-1 h3 > b,
section.content.content-style-1 h3 > span.alt,
section.content.content-style-1 h3.alt,
section.content.content-style-1 h4 > strong,
section.content.content-style-1 h4 > b,
section.content.content-style-1 h4 > span.alt,
section.content.content-style-1 h4.alt,
section.content.content-style-1 h5 > strong,
section.content.content-style-1 h5 > b,
section.content.content-style-1 h5 > span.alt,
section.content.content-style-1 h5.alt {
  color: #000000;
}
section.content.content-style-2 h1,
section.content.content-style-2 h2,
section.content.content-style-2 h3,
section.content.content-style-2 h4,
section.content.content-style-2 h5 {
  font-weight: 700;
  color: #ffffff;
}
section.content.content-style-2 h1 > strong,
section.content.content-style-2 h1 > b,
section.content.content-style-2 h1 > span.alt, section.content.content-style-2 h1.alt,
section.content.content-style-2 h2 > strong,
section.content.content-style-2 h2 > b,
section.content.content-style-2 h2 > span.alt,
section.content.content-style-2 h2.alt,
section.content.content-style-2 h3 > strong,
section.content.content-style-2 h3 > b,
section.content.content-style-2 h3 > span.alt,
section.content.content-style-2 h3.alt,
section.content.content-style-2 h4 > strong,
section.content.content-style-2 h4 > b,
section.content.content-style-2 h4 > span.alt,
section.content.content-style-2 h4.alt,
section.content.content-style-2 h5 > strong,
section.content.content-style-2 h5 > b,
section.content.content-style-2 h5 > span.alt,
section.content.content-style-2 h5.alt {
  color: #000000;
}
section.content.content-style-2 p,
section.content.content-style-2 a {
  color: #ffcccc;
}
section.content.content-style-2 .content-text ul li {
  color: #000000;
  list-style: none;
  background: transparent url(/files-custom/img/bullet-black.png) no-repeat 0 7px;
  background-size: 10px;
  padding-left: 20px;
}
section.content.content-style-2 .content-text ul li ul,
section.content.content-style-2 .content-text ul li ol {
  padding-left: 40px;
}
section.content.content-style-2 .content-text ul li ul li,
section.content.content-style-2 .content-text ul li ol li {
  color: #ffcccc;
  background: none;
  list-style-type: disc;
  padding-left: 0;
}
section.content.content-style-2 .content-text ul li ul li:before,
section.content.content-style-2 .content-text ul li ol li:before {
  content: "";
}
section.content.content-style-2 .content-text ol li {
  color: #000000;
}
section.content.content-style-2 .content-text ol li ul li,
section.content.content-style-2 .content-text ol li ol li {
  color: #ffcccc;
}
section.content.content-style-2 .content-text ol li:before {
  color: #000000;
}
section.content.content-style-3 h1,
section.content.content-style-3 h2,
section.content.content-style-3 h3,
section.content.content-style-3 h4,
section.content.content-style-3 h5 {
  font-weight: 700;
  color: #ed1c24;
}
section.content.content-style-3 h1 > strong,
section.content.content-style-3 h1 > b,
section.content.content-style-3 h1 > span.alt, section.content.content-style-3 h1.alt,
section.content.content-style-3 h2 > strong,
section.content.content-style-3 h2 > b,
section.content.content-style-3 h2 > span.alt,
section.content.content-style-3 h2.alt,
section.content.content-style-3 h3 > strong,
section.content.content-style-3 h3 > b,
section.content.content-style-3 h3 > span.alt,
section.content.content-style-3 h3.alt,
section.content.content-style-3 h4 > strong,
section.content.content-style-3 h4 > b,
section.content.content-style-3 h4 > span.alt,
section.content.content-style-3 h4.alt,
section.content.content-style-3 h5 > strong,
section.content.content-style-3 h5 > b,
section.content.content-style-3 h5 > span.alt,
section.content.content-style-3 h5.alt {
  color: #ffffff;
}
section.content.content-style-3 p,
section.content.content-style-3 a {
  color: #f7f7f7;
}
section.content.content-style-3 .content-text ul li {
  color: #ed1c24;
  list-style: none;
  background: transparent url(/files-custom/img/bullet-white.png) no-repeat 0 7px;
  background-size: 10px;
  padding-left: 20px;
}
section.content.content-style-3 .content-text ul li ul,
section.content.content-style-3 .content-text ul li ol {
  padding-left: 40px;
}
section.content.content-style-3 .content-text ul li ul li,
section.content.content-style-3 .content-text ul li ol li {
  color: #f7f7f7;
  background: none;
  list-style-type: disc;
  padding-left: 0;
}
section.content.content-style-3 .content-text ul li ul li:before,
section.content.content-style-3 .content-text ul li ol li:before {
  content: "";
}
section.content.content-style-3 .content-text ol li {
  color: #ed1c24;
}
section.content.content-style-3 .content-text ol li ul li,
section.content.content-style-3 .content-text ol li ol li {
  color: #f7f7f7;
}
section.content.content-style-3 .content-text ol li:before {
  color: #ed1c24;
}
section.content li {
  font-size: 1em;
  margin-bottom: 0.3125em;
}
section.content li li {
  font-size: 1em;
}
p,
address {
  font-size: 1em;
  color: #000000;
  margin-bottom: 1rem;
}
section.content p {
  font-size: 1em;
}
section.content p.text-lg {
  font-size: 1.4375em;
  line-height: 1.4;
}
section.content p.text-sm {
  font-size: 0.875em;
}
section.content blockquote {
  font-size: 1em;
  min-height: 35px;
}
.modal {
  z-index: 999999;
}
.modal-content {
  background: #f7f7f7;
  border: 0;
  border-radius: 0;
}
.modal-content .modal-header {
  background-color: #ed1c24;
  padding: 0;
  border-bottom: 0;
  position: relative;
  border-radius: 0;
}
.modal-content .modal-header:after {
  content: "";
  background: #09090B url(/files-custom/img/components/modal/bg-modal-header.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100px;
  margin: 0 auto;
  border-bottom: 2px solid #1b1b1b;
  top: 60px;
  left: 0;
  right: 0;
}
.modal-content .modal-header .modal-header-title {
  padding: 21px 120px 21px 25px;
  border-radius: 0;
  border-left: 20px solid #ba040b;
}
.modal-content .modal-header h3 {
  color: #ffffff !important;
  margin: 0;
  text-transform: uppercase;
}
.modal-content .modal-header .close {
  color: #ffffff;
  text-shadow: none;
  font-size: 2em;
  border-radius: 6px;
  margin: 0 10px;
}
.modal-content .modal-body {
  padding: 20px;
  margin-top: 110px;
}
.modal-content .modal-body p,
.modal-content .modal-body p.text-lg,
.modal-content .modal-body p.text-sm {
  color: #000000 !important;
  margin-bottom: 1.5em;
  padding: 0 15px;
}
.modal-content .modal-body h2,
.modal-content .modal-body h3,
.modal-content .modal-body h4 {
  font-weight: 700;
  color: #ed1c24 !important;
  margin-bottom: 1rem;
  padding: 0 15px;
}
.modal-content .modal-body h2 > strong,
.modal-content .modal-body h2 > b,
.modal-content .modal-body h2 > span.alt, .modal-content .modal-body h2.alt,
.modal-content .modal-body h3 > strong,
.modal-content .modal-body h3 > b,
.modal-content .modal-body h3 > span.alt,
.modal-content .modal-body h3.alt,
.modal-content .modal-body h4 > strong,
.modal-content .modal-body h4 > b,
.modal-content .modal-body h4 > span.alt,
.modal-content .modal-body h4.alt {
  color: #000000 !important;
}
.modal-content .modal-body a,
.modal-content .modal-body a:hover {
  color: #ed1c24 !important;
}
.modal-content .modal-body ul li {
  color: #ed1c24 !important;
  list-style: none;
  background: transparent url("/files-custom/img/bullet-red.png") no-repeat 0 7px;
  background-size: 10px;
  padding-left: 20px;
}
.modal-content .modal-body ul li ul,
.modal-content .modal-body ul li ol {
  padding-left: 40px;
}
.modal-content .modal-body ul li ul li,
.modal-content .modal-body ul li ol li {
  color: #999999 !important;
  background: none;
  list-style-type: disc;
  padding-left: 0;
}
.modal-content .modal-body ul li ul li:before,
.modal-content .modal-body ul li ol li:before {
  content: "";
}
.modal-content .modal-body ol {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 45px;
}
.modal-content .modal-body ol li {
  counter-increment: custom-counter;
  color: #ed1c24 !important;
}
.modal-content .modal-body ol li:before {
  content: counter(custom-counter) ". ";
  color: #ed1c24 !important;
}
.modal-content .modal-body ol li ul,
.modal-content .modal-body ol li ol {
  padding-left: 55px;
}
.modal-content .modal-body ol li ul li,
.modal-content .modal-body ol li ol li {
  list-style-image: none;
  list-style-type: disc;
  color: #999999 !important;
}
.modal-content .modal-body ol li ul li:before,
.modal-content .modal-body ol li ol li:before {
  content: "";
}
.modal-content .modal-body blockquote {
  color: #999999 !important;
  background: url("/files-custom/img/components/blockquote-default.png") top left repeat-y;
}
.modal-content .modal-body :first-child {
  margin-top: 0 !important;
}
.modal-content .modal-body :last-child {
  margin-bottom: 0 !important;
}
.modal-content .modal-footer {
  padding: 20px 0;
  border-radius: 0;
  border-bottom: 0;
  background-color: #1b1b1b;
}
.modal-content .modal-footer .modal-footer-container {
  text-align: center;
  width: 100%;
}
.modal-content .modal-footer .btn-default {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 0;
}
.modal-content .modal-footer .btn-default:hover, .modal-content .modal-footer .btn-default:active, .modal-content .modal-footer .btn-default:focus, .modal-content .modal-footer .btn-default:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #ed1c24;
  border: 1px solid #ffffff;
}
.modal-backdrop {
  z-index: 999998;
}
@media (min-width: 992px) {
  .modal-lg .modal-content .modal-body h2,
.modal-lg .modal-content .modal-body h3,
.modal-lg .modal-content .modal-body h4,
.modal-lg .modal-content .modal-body p {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .modal-dialog.modal-md {
    max-width: 550px;
  }
}
.pagination-container .page-number {
  color: #2c3d50;
}
.pagination-container .pagination {
  width: 100%;
}
.pagination-container .pagination ul {
  margin-bottom: 0;
}
.pagination-container .pagination ul li.page-item {
  border-color: #e4e4e4;
}
.pagination-container .pagination ul li.page-item.active a {
  background-color: #ffffff;
  border-color: #e4e4e4;
  font-weight: 700;
  color: #2c3d50;
}
.pagination-container .pagination ul li.page-item.active a:hover {
  font-weight: 700;
}
.pagination-container .pagination ul li.page-item a {
  padding: 15px 20px;
  color: #999999;
}
.pagination-container .pagination ul li.page-item a:hover {
  font-weight: 400;
  color: #2c3d50;
}
/*.nav-pills {
	&.nav-stacked {
		li {
			width: 100%;
			a {display: block;}
		}
	}
	li {
   	display: inline-block;
		a {
			padding: 10px 15px;
   		margin: 0 2px;
   		text-transform: uppercase;
   		color: $dark-blue-100;
    	text-decoration: none;

    	&:hover {
    		background: $dark-blue-200;
    		color: $white;

    		span {
	   			background: $white;
	   			color: $dark-blue-100;
	   		}
    	}

   		span {
   			background: $dark-blue-200;
   			color: $white;
   			border-radius: 4px;
   			margin-left: 5px;
   			padding: 5px;
   		}
		}

		&.active {
			a, a:hover, a:focus {
				color: $white;
    		background: $dark-blue-100;

    		span {
					background: $white;
	   			color: $dark-blue-100;
    		}
			}
		}
	}
}*/
.page-header-breadcrumbs {
  background: #263747;
  border-bottom: 1px solid #42586e;
  color: #e4e4e4;
  font-size: 1em;
}
.page-header-breadcrumbs .container {
  padding: 1.8125em 1.25em 0.75em 3.125em;
}
.page-header-breadcrumbs a {
  color: #e4e4e4;
}
.page-header-breadcrumbs a:hover {
  color: #cdcdcd;
  text-decoration: none;
}
.page-header-breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.page-header-breadcrumbs ul li {
  display: inline-block;
}
.page-header-breadcrumbs ul li::after {
  content: "\f105";
  padding: 0 0.3125em 0 0.625em;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75em;
  color: #999999;
  font-weight: bold;
}
.page-header-breadcrumbs ul li:last-child::after {
  content: "  ";
}
.page-header-breadcrumbs i {
  color: #22a7f0;
  padding-right: 5px;
}
section.content.page-header {
  overflow: visible;
}
.page-header-title {
  position: relative;
  background-color: #B6040A;
  text-align: center;
}
.page-header-title .container {
  padding-top: 1.4em;
  padding-bottom: 1.2em;
}
.page-header-title h1 {
  color: #ffffff;
  font-size: 2.375em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.page-header-title h1::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 7.816em;
  height: 0.45em;
  background: url("/files-custom/img/components/line-page-title-header.png") bottom no-repeat;
}
.page-header-title p {
  font-size: 1.3125em !important;
  color: #ffffff;
  margin: 0.4em 0 0 0;
  font-weight: normal;
}
#page-header-element-1 {
  position: absolute;
  bottom: -1.5625em;
  height: 1.5625em;
  width: 100%;
  background: transparent url("/files-custom/img/components/bg-page-title-header.png") bottom repeat-x;
  background-size: 120em;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-header-title h1:after {
    height: 0.4em;
  }
}
section.content.content-fixed {
  padding-bottom: 1px;
}
section.content.content-fixed > .content-container {
  border-radius: 4px;
}
div.content-section-bg-area-fixed {
  border: 1px solid #eee;
  border-radius: 3px;
}
.content-note {
  position: relative;
  background-color: #ffffff;
  text-align: left;
  margin: 20px 0;
}
.content-note .overlay-1 {
  position: absolute;
  width: 100%;
  height: 45px;
  z-index: 0;
  top: -45px;
}
.content-note .underlay-1 {
  position: absolute;
  left: -24px;
  top: -75px;
  width: 92px;
  height: 92px;
  z-index: 1;
}
.content-note .content-note-content {
  padding: 1.5625em;
  margin-top: 54px;
  box-shadow: 2px 3px 18px 0 #d9d9d9;
}
.content-note .content-note-content h5 {
  color: #333333 !important;
  position: absolute;
  left: 0;
  top: -54px;
  width: 100%;
  padding: 1.25em 1.25em 0.3125em 5.625em;
  text-transform: uppercase;
  line-height: 1;
}
.content-note .content-note-content p {
  color: #828282 !important;
}
.content-note.content-note-tip .content-note-content {
  border-bottom: 5px #79FD18 solid;
}
.content-note.content-note-tip .underlay-1 {
  background: transparent url("/files-custom/img/components/content-note/icon-tip.png") no-repeat;
  background-size: 100%;
}
.content-note.content-note-tip .overlay-1 {
  background-color: #56cb00;
  background-image: -webkit-linear-gradient(160deg, #56cb00 17%, #79FD18 17%);
}
.content-note.content-note-warning .content-note-content {
  border-bottom: 5px #fefb10 solid;
}
.content-note.content-note-warning .underlay-1 {
  background: transparent url("/files-custom/img/components/content-note/icon-warning.png") no-repeat;
  background-size: 100%;
}
.content-note.content-note-warning .overlay-1 {
  background-color: #c0be21;
  background-image: -webkit-linear-gradient(160deg, #c0be21 17%, #fefb10 17%);
}
.content-note.content-note-warning h5 {
  color: #333333;
}
.content-note.content-note-danger .content-note-content {
  border-bottom: 5px #ff2a2a solid;
}
.content-note.content-note-danger .underlay-1 {
  background: transparent url("/files-custom/img/components/content-note/icon-danger.png") no-repeat;
  background-size: 100%;
}
.content-note.content-note-danger .overlay-1 {
  background-color: #7c0606;
  background-image: -webkit-linear-gradient(160deg, #7c0606 17%, #ff2a2a 17%);
}
.content-note.content-note-danger h5 {
  color: #fefefe;
}
.content-note.content-note-info .content-note-content {
  border-bottom: 5px #2cc8fc solid;
}
.content-note.content-note-info .underlay-1 {
  background: transparent url("/files-custom/img/components/content-note/icon-info.png") no-repeat;
  background-size: 100%;
}
.content-note.content-note-info .overlay-1 {
  background-color: #0f81a7;
  background-image: -webkit-linear-gradient(160deg, #0f81a7 17%, #2cc8fc 17%);
}
.content-note.content-note-info h5 {
  color: #fefefe;
}
.content-note.content-note-question .content-note-content {
  border-bottom: 5px #8781e9 solid;
}
.content-note.content-note-question .underlay-1 {
  background: transparent url("/files-custom/img/components/content-note/icon-question.png") no-repeat;
  background-size: 100%;
}
.content-note.content-note-question .overlay-1 {
  background-color: #3c36ad;
  background-image: -webkit-linear-gradient(160deg, #3c36ad 17%, #8781e9 17%);
}
.content-note.content-note-question h5 {
  color: #fefefe;
}
.content-note-content :first-child {
  margin-top: 0px;
}
.content-note-content :last-child {
  margin-bottom: 0px;
}
section.content-style-2 .content-note .content-note-content,
section.content-style-3 .content-note .content-note-content {
  box-shadow: none;
}
@media (max-width: 768px) {
  .content-note .content-note-content {
    padding: 30px;
  }
}
.content-big-heading h2 {
  font-size: 2.375em;
  margin: 0;
  padding: 1.5em;
  font-weight: 900;
  text-align: center;
  background: transparent url("/files-custom/img/headings/bg-big-heading-default.png") center bottom no-repeat;
}
.content-big-heading h2 > strong,
.content-big-heading h2 > b {
  font-weight: 900;
}
section.content-style-2 .content-big-heading h2 {
  background: transparent url("/files-custom/img/headings/bg-big-heading-2.png") center bottom no-repeat;
}
section.content-style-3 .content-big-heading h2 {
  background: transparent url("/files-custom/img/headings/bg-big-heading-3.png") center bottom no-repeat;
}
.content-basic .content-text :first-child {
  margin-top: 0px;
}
.content-basic .content-text :last-child {
  margin-bottom: 0px;
}
.content-basic .text-left {
  text-align: left;
}
.content-basic .text-right {
  text-align: right;
}
.content-basic .image-left {
  float: left;
}
.content-basic .image-right {
  float: right;
}
@media (max-width: 767.98px) {
  div.content-basic > div.row > div + div {
    margin-top: 20px;
  }
}
section.content.content-featured.content-full, section.content.content-featured > div.content-featured-container {
  background: url("/files-custom/img/components/bg-featured-content.jpg") no-repeat top left;
  background-size: cover;
}
section.content.content-featured.content-full.container, section.content.content-featured > div.content-featured-container.container {
  padding: 0;
}
section.content-featured h1,
section.content-featured h2,
section.content-featured h3,
section.content-featured h4,
section.content-featured h5 {
  font-weight: 700;
  color: #ed1c24;
  text-transform: uppercase;
}
section.content-featured h1 > strong,
section.content-featured h1 > b,
section.content-featured h1 > span.alt, section.content-featured h1.alt,
section.content-featured h2 > strong,
section.content-featured h2 > b,
section.content-featured h2 > span.alt,
section.content-featured h2.alt,
section.content-featured h3 > strong,
section.content-featured h3 > b,
section.content-featured h3 > span.alt,
section.content-featured h3.alt,
section.content-featured h4 > strong,
section.content-featured h4 > b,
section.content-featured h4 > span.alt,
section.content-featured h4.alt,
section.content-featured h5 > strong,
section.content-featured h5 > b,
section.content-featured h5 > span.alt,
section.content-featured h5.alt {
  color: #000000;
}
section.content-featured .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.content-featured .content-text p,
section.content-featured .content-text blockquote {
  color: #000000;
}
section.content-featured .content-text a {
  color: #ed1c24;
}
section.content-featured .content-text .content-text-block {
  background: url("/files-custom/img/components/line-featured.png") no-repeat top left;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .content-featured-container {
    overflow: hidden;
  }

  .content-featured .content-text {
    padding: 3.75em;
  }
}
@media (min-width: 768px) {
  .content-featured .content-text {
    padding: 4.375em;
  }
}
.column-text {
  padding: 25px 10px;
}
.column-text .btn {
  margin-top: 15px;
}
.column-image {
  padding-top: 10px;
  position: relative;
}
.column-content.column-link {
  transition: all 1s;
}
div.column-text > p:last-of-type {
  margin-bottom: 0 !important;
}
.column-image .column-element-1 {
  position: absolute;
  width: 20%;
  height: 5px;
  margin: 0 auto;
  background: #ffffff;
  bottom: 5px;
  left: 0;
  right: 0;
}
.content-style-1 .column-image .column-element-1 {
  background: #f7f7f7;
}
.content-style-2 .column-image .column-element-1 {
  background: #ed1c24;
}
.content-style-3 .column-image .column-element-1 {
  background: #1c1c1c;
}
.column-content.column-link:hover {
  background: rgba(237, 28, 36, 0.05);
  border-radius: 4px;
}
.content-style-1 .column-content.column-link:hover {
  background: rgba(237, 28, 36, 0.05);
}
.content-style-2 .column-content.column-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
.content-style-3 .column-content.column-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
img.column-image-style {
  border-bottom: 5px #ed1c24 solid;
}
.content-style-1 img.column-image-style {
  border-bottom: 5px #ed1c24 solid;
}
.content-style-2 img.column-image-style {
  border-bottom: 5px #ffffff solid;
}
.content-style-3 img.column-image-style {
  border-bottom: 5px #ed1c24 solid;
}
@media (max-width: 767.98px) {
  .column-content {
    margin-top: 20px;
  }

  .column-image .column-element-1 {
    bottom: 4px;
  }
}
blockquote {
  padding-left: 45px;
  margin: 40px 0 40px 20px;
  color: #999999;
  background: url(/files-custom/img/components/blockquote-default.png) 0 0 repeat-y;
}
section.content-style-2 blockquote {
  color: #ffcccc;
  background: url("/files-custom/img/components/blockquote-2.png") top left repeat-y;
}
section.content-style-3 blockquote {
  color: #f7f7f7;
  background: url("/files-custom/img/components/blockquote-3.png") top left repeat-y;
}
#cp-login-button {
  position: fixed;
  z-index: 999999;
  top: 1px;
  right: 1px;
}
#cp-login-button button {
  padding: 8px 8px 8px 12px;
  margin-right: 1px;
  margin-top: 1px;
}
.btn-cp {
  background-color: #22a7f0 !important;
  color: #fff !important;
  border: 1px solid #22a7f0 !important;
}
.btn-cp:hover {
  color: #2c3e50 !important;
}
button,
.btn-sm,
.btn-md,
.btn-lg {
  border: 0;
}
button:focus,
.btn-sm:focus,
.btn-md:focus,
.btn-lg:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.button-block {
  position: relative;
  margin-top: -5px;
}
.button-block a.btn:last-child,
.button-block button.btn:last-child {
  margin-right: 0;
}
button.btn,
a.btn,
.btn-md {
  font-weight: 700;
  font-size: 1em;
  padding: 10px 40px;
  margin-right: 7px;
  margin-top: 5px;
  background: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
}
button.btn.btn-sm,
a.btn.btn-sm,
.btn-md.btn-sm {
  font-size: 0.75em;
  padding: 8px 30px;
}
button.btn.btn-lg,
a.btn.btn-lg,
.btn-md.btn-lg {
  padding: 12px 40px;
  font-size: 1.125em;
}
button.btn.text-uppercase,
a.btn.text-uppercase,
.btn-md.text-uppercase {
  text-transform: uppercase;
}
button.btn.btn-color,
a.btn.btn-color,
.btn-md.btn-color {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
button.btn.btn-color:hover, button.btn.btn-color:active, button.btn.btn-color:focus, button.btn.btn-color:not(:disabled):not(.disabled):active,
a.btn.btn-color:hover,
a.btn.btn-color:active,
a.btn.btn-color:focus,
a.btn.btn-color:not(:disabled):not(.disabled):active,
.btn-md.btn-color:hover,
.btn-md.btn-color:active,
.btn-md.btn-color:focus,
.btn-md.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
button.btn.btn-outline,
a.btn.btn-outline,
.btn-md.btn-outline {
  background: transparent;
  color: #666666;
  border: 1px #ed1c24 solid;
}
button.btn.btn-outline:hover, button.btn.btn-outline:active, button.btn.btn-outline:focus, button.btn.btn-outline:not(:disabled):not(.disabled):active,
a.btn.btn-outline:hover,
a.btn.btn-outline:active,
a.btn.btn-outline:focus,
a.btn.btn-outline:not(:disabled):not(.disabled):active,
.btn-md.btn-outline:hover,
.btn-md.btn-outline:active,
.btn-md.btn-outline:focus,
.btn-md.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
section.content-style-1 button.btn.btn-color,
section.content-style-1 a.btn.btn-color {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
section.content-style-1 button.btn.btn-color:hover, section.content-style-1 button.btn.btn-color:active, section.content-style-1 button.btn.btn-color:focus, section.content-style-1 button.btn.btn-color:not(:disabled):not(.disabled):active,
section.content-style-1 a.btn.btn-color:hover,
section.content-style-1 a.btn.btn-color:active,
section.content-style-1 a.btn.btn-color:focus,
section.content-style-1 a.btn.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
section.content-style-1 button.btn.btn-outline,
section.content-style-1 a.btn.btn-outline {
  background: #f7f7f7;
  color: #666666;
  border: 1px #ed1c24 solid;
}
section.content-style-1 button.btn.btn-outline:hover, section.content-style-1 button.btn.btn-outline:active, section.content-style-1 button.btn.btn-outline:focus, section.content-style-1 button.btn.btn-outline:not(:disabled):not(.disabled):active,
section.content-style-1 a.btn.btn-outline:hover,
section.content-style-1 a.btn.btn-outline:active,
section.content-style-1 a.btn.btn-outline:focus,
section.content-style-1 a.btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
section.content-style-2 button.btn.btn-color,
section.content-style-2 a.btn.btn-color {
  background: #ffffff;
  color: #666666;
  border: 1px solid #ffffff;
}
section.content-style-2 button.btn.btn-color:hover, section.content-style-2 button.btn.btn-color:active, section.content-style-2 button.btn.btn-color:focus, section.content-style-2 button.btn.btn-color:not(:disabled):not(.disabled):active,
section.content-style-2 a.btn.btn-color:hover,
section.content-style-2 a.btn.btn-color:active,
section.content-style-2 a.btn.btn-color:focus,
section.content-style-2 a.btn.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #666666;
  border: 1px solid #ffcccc;
}
section.content-style-2 button.btn.btn-outline,
section.content-style-2 a.btn.btn-outline {
  background: #ed1c24;
  color: #ffffff;
  border: 1px #ffffff solid;
}
section.content-style-2 button.btn.btn-outline:hover, section.content-style-2 button.btn.btn-outline:active, section.content-style-2 button.btn.btn-outline:focus, section.content-style-2 button.btn.btn-outline:not(:disabled):not(.disabled):active,
section.content-style-2 a.btn.btn-outline:hover,
section.content-style-2 a.btn.btn-outline:active,
section.content-style-2 a.btn.btn-outline:focus,
section.content-style-2 a.btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #666666;
  border: 1px solid #ffcccc;
}
section.content-style-3 button.btn.btn-color,
section.content-style-3 a.btn.btn-color {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
section.content-style-3 button.btn.btn-color:hover, section.content-style-3 button.btn.btn-color:active, section.content-style-3 button.btn.btn-color:focus, section.content-style-3 button.btn.btn-color:not(:disabled):not(.disabled):active,
section.content-style-3 a.btn.btn-color:hover,
section.content-style-3 a.btn.btn-color:active,
section.content-style-3 a.btn.btn-color:focus,
section.content-style-3 a.btn.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #ed1c24;
  border: 1px solid #ffffff;
}
section.content-style-3 button.btn.btn-outline,
section.content-style-3 a.btn.btn-outline {
  background: #1c1c1c;
  color: #ffffff;
  border: 1px #ffffff solid;
}
section.content-style-3 button.btn.btn-outline:hover, section.content-style-3 button.btn.btn-outline:active, section.content-style-3 button.btn.btn-outline:focus, section.content-style-3 button.btn.btn-outline:not(:disabled):not(.disabled):active,
section.content-style-3 a.btn.btn-outline:hover,
section.content-style-3 a.btn.btn-outline:active,
section.content-style-3 a.btn.btn-outline:focus,
section.content-style-3 a.btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #ed1c24;
  border: 1px solid #ffffff;
}
section.content-featured button.btn.btn-color,
section.content-featured a.btn.btn-color {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
section.content-featured button.btn.btn-color:hover, section.content-featured button.btn.btn-color:active, section.content-featured button.btn.btn-color:focus, section.content-featured button.btn.btn-color:not(:disabled):not(.disabled):active,
section.content-featured a.btn.btn-color:hover,
section.content-featured a.btn.btn-color:active,
section.content-featured a.btn.btn-color:focus,
section.content-featured a.btn.btn-color:not(:disabled):not(.disabled):active {
  background: #666666;
  color: #ffffff;
  border: 1px solid #666666;
}
section.content-featured button.btn.btn-outline,
section.content-featured a.btn.btn-outline {
  background: #ffc000;
  color: #000000;
  border: 1px #000000 solid;
}
section.content-featured button.btn.btn-outline:hover, section.content-featured button.btn.btn-outline:active, section.content-featured button.btn.btn-outline:focus, section.content-featured button.btn.btn-outline:not(:disabled):not(.disabled):active,
section.content-featured a.btn.btn-outline:hover,
section.content-featured a.btn.btn-outline:active,
section.content-featured a.btn.btn-outline:focus,
section.content-featured a.btn.btn-outline:not(:disabled):not(.disabled):active {
  background: #666666;
  color: #ffffff;
  border: 1px solid #666666;
}
.masonry .masonry-item.image-gallery-masonry {
  width: auto;
  margin: 0 5px 10px 5px;
}
.masonry.main-gallery .masonry-item.image-gallery-masonry {
  width: auto;
  margin: 0 5px 10px 5px;
  width: 100%;
  margin: 0 0 20px 0;
}
.masonry.main-gallery .masonry-item img {
  max-width: initial;
}
div.gallery-container {
  width: 350px;
  margin: 0 auto;
}
.masonry.main-gallery .thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  padding: 0px;
}
.masonry.main-gallery .thumb-info:hover {
  box-shadow: inset 0 0 14px 1px #000;
  transition: all 0.3s;
}
.masonry.main-gallery .thumb-info:hover .design-element-2 {
  opacity: 0;
  transition: opacity 0.6s;
}
.masonry.main-gallery .thumb-info img {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}
.design-element-2 {
  position: absolute;
  background: transparent url("/files-custom/img/components/img-shape-gallery-default.png") top center no-repeat;
  background-size: cover;
  height: 55px;
  width: 100%;
  z-index: 999999;
  transition: opacity 0.3s;
}
.masonry.main-gallery .thumb-info-caption-title {
  display: block;
  font-size: 1.07em;
  line-height: 1.2;
  font-weight: 700;
  margin: 30px 4px 0px 4px;
  color: #ed1c24;
}
.masonry.main-gallery .thumb-info-caption-text {
  padding-left: 20px;
}
.masonry.main-gallery .thumb-info-caption-text,
.masonry.main-gallery .thumb-info-caption p {
  line-height: 1.3;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}
.masonry.main-gallery .thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
section.content-style-1 .design-element-2 {
  background: transparent url("/files-custom/img/components/img-shape-gallery-1.png") top center no-repeat;
}
section.content-style-2 .masonry.main-gallery .thumb-info-caption-title {
  color: #000000;
}
section.content-style-2 .masonry.main-gallery .thumb-info-caption-text,
section.content-style-2 .masonry.main-gallery .thumb-info-caption p {
  color: #ffcccc;
}
section.content-style-2 .design-element-2 {
  background: transparent url("/files-custom/img/components/img-shape-gallery-2.png") top center no-repeat;
}
section.content-style-3 .masonry.main-gallery .thumb-info-caption-title {
  color: #ed1c24;
}
section.content-style-3 .masonry.main-gallery .thumb-info-caption-text,
section.content-style-3 .masonry.main-gallery .thumb-info-caption p {
  color: #f7f7f7;
}
section.content-style-3 .design-element-2 {
  background: transparent url("/files-custom/img/components/img-shape-gallery-3.png") top center no-repeat;
}
@media (max-width: 425px) {
  .masonry.main-gallery .masonry-item.image-gallery-masonry {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .masonry.main-gallery .masonry-item img {
    left: -19px;
  }

  div.gallery-container {
    width: 315px;
  }
}
@media (min-width: 768px) {
  .masonry.main-gallery .masonry-item.image-gallery-masonry {
    width: 270px;
    margin: 0 15px 20px 15px;
  }

  div.gallery-container {
    width: 600px;
    margin: 0 auto;
  }

  .masonry.main-gallery .thumb-info-caption-title {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .masonry.main-gallery .masonry-item.image-gallery-masonry {
    width: 30%;
    margin: 0 13px 20px 13px;
  }

  .masonry.main-gallery .masonry-item img {
    left: -29px;
  }

  div.gallery-container {
    width: 980px;
  }

  .masonry.main-gallery .thumb-info-caption-title {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .masonry.main-gallery .masonry-item.image-gallery-masonry {
    width: 300px;
    margin: 0 13px 20px 13px;
  }
}
@media (min-width: 1570px) {
  div.gallery-container {
    width: 1480px;
  }
}
.hero {
  background: #333333;
}
.hero .hero-cover img {
  max-width: 218px;
  margin-top: -130px;
}
.hero .hero-cover h1 {
  color: #ed1c24;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.875em;
}
.hero .hero-cover h4 {
  color: #000000;
  font-weight: 400;
  font-size: 1.5em;
}
.hero .hero-cover button.btn,
.hero .hero-cover a.btn {
  margin-top: 15px;
  text-transform: uppercase;
}
.hero .hero-cover button.btn.btn-default,
.hero .hero-cover a.btn.btn-default {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
.hero .hero-cover button.btn.btn-default:hover, .hero .hero-cover button.btn.btn-default:active, .hero .hero-cover button.btn.btn-default:focus, .hero .hero-cover button.btn.btn-default:not(:disabled):not(.disabled):active,
.hero .hero-cover a.btn.btn-default:hover,
.hero .hero-cover a.btn.btn-default:active,
.hero .hero-cover a.btn.btn-default:focus,
.hero .hero-cover a.btn.btn-default:not(:disabled):not(.disabled):active {
  background: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
.hero .hero-cover button.btn.btn-alt,
.hero .hero-cover a.btn.btn-alt {
  background: transparent;
  color: #666666;
  border: 1px solid #ed1c24;
}
.hero .hero-cover button.btn.btn-alt:hover, .hero .hero-cover button.btn.btn-alt:active, .hero .hero-cover button.btn.btn-alt:focus, .hero .hero-cover button.btn.btn-alt:not(:disabled):not(.disabled):active,
.hero .hero-cover a.btn.btn-alt:hover,
.hero .hero-cover a.btn.btn-alt:active,
.hero .hero-cover a.btn.btn-alt:focus,
.hero .hero-cover a.btn.btn-alt:not(:disabled):not(.disabled):active {
  background: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
.hero-content-container {
  padding: 1.875em;
}
.hero-content-container.hero-text-bg .underlay-1 {
  background: #fff;
}
.hero-content-container.hero-text-bg .underlay-2 {
  background-image: url("/files-custom/img/components/hero/bg-hero-pattern.png");
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hero .hero-cover h1 {
    font-size: 2.25em;
  }

  .hero .hero-cover button.btn,
.hero .hero-cover a.btn {
    margin-top: 30px;
  }

  .hero-content-container {
    padding: 50px 100px;
  }
}
.accordion-faq {
  margin: 1.25em 0;
  color: #ffffff;
}
.accordion-faq :first-child {
  margin-top: 0 !important;
}
.accordion-faq :last-child {
  margin-bottom: 0 !important;
}
.accordion-faq .accordion-faq-card {
  margin: 1.25em 0 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header {
  border-bottom: 0;
  border-left: 7px #ed1c24 solid;
  background: #1c1c1c url(/files-custom/img/components/icon-faq.png) 15px no-repeat;
  background-size: 40px;
  padding: 0;
  border-radius: 0;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header [aria-expanded=false] {
  background: #1c1c1c url(/files-custom/img/components/icon-faq.png) 15px no-repeat;
  background-size: 40px;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-link {
  display: block;
  cursor: pointer;
  padding: 1.25em 2.8125em;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-link .row {
  margin: 0.5em;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-title {
  margin: 0;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-title span {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1em;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon {
  text-align: right;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon span {
  color: #ffffff;
  background: #333333;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 0.9375em;
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon .collapsed .icon:before {
  content: "\f054";
}
.accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon .expanded .icon:before {
  content: "\f00d";
}
.accordion-faq .accordion-faq-card .accordion-faq-card-body {
  margin-top: 7px !important;
  border-left: 7px solid #ed1c24;
  font-size: 1em;
}
[aria-expanded=false] > .row > .accordion-faq-card-icon > .expanded,
[aria-expanded=true] > .row > .accordion-faq-card-icon > .collapsed {
  display: none;
}
section.content-style-2 .accordion-faq .accordion-faq-card .accordion-faq-card-header,
section.content-style-2 .accordion-faq .accordion-faq-card .accordion-faq-card-body {
  border-left: 7px solid #ffffff;
}
section.content-style-2 .accordion-faq p {
  color: #ffcccc;
}
section.content-style-3 .accordion .accordion-faq-card .accordion-faq-card-header,
section.content-style-3 .accordion .accordion-faq-card .accordion-faq-card-header [aria-expanded=false] {
  background: #333333 url(/files-custom/img/components/icon-faq.png) 15px no-repeat;
  background-size: 40px;
}
section.content-style-3 .accordion p {
  color: #f7f7f7;
}
section.content-style-3 .accordion .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon span {
  background: #1c1c1c;
}
@media (max-width: 767px) {
  .accordion-faq .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon span {
    padding: 3px 10px;
  }
}
.hr-thin,
.hr-thick {
  border: 0;
  margin: 44px auto;
  background: #1c1c1c;
  text-align: center;
  position: relative;
  clear: both;
}
.hr-thin {
  height: 2px;
}
.hr-thick {
  height: 6px;
}
.hr-icon {
  background: #ffffff url("/files-custom/img/icon-hr-default.png") no-repeat center center;
  background-size: 36px;
  display: inline-block;
  height: 53px;
  width: 23px;
  position: absolute;
  top: 25px;
  left: 48%;
  z-index: 1;
}
section.content-style-1 .horizontal-rule .hr-thin,
section.content-style-1 .horizontal-rule .hr-thick {
  background: #ed1c24;
}
section.content-style-1 .horizontal-rule .hr-icon {
  background: #f7f7f7 url("/files-custom/img/icon-hr-1.png") no-repeat center center;
  background-size: 42px;
}
section.content-style-2 .horizontal-rule .hr-thin,
section.content-style-2 .horizontal-rule .hr-thick {
  background: #1c1c1c;
}
section.content-style-2 .horizontal-rule .hr-icon {
  background: #ed1c24 url("/files-custom/img/icon-hr-2.png") no-repeat center center;
  background-size: 42px;
}
section.content-style-3 .horizontal-rule .hr-thin,
section.content-style-3 .horizontal-rule .hr-thick {
  background: #ed1c24;
}
section.content-style-3 .horizontal-rule .hr-icon {
  background: #1c1c1c url("/files-custom/img/icon-hr-3.png") no-repeat center center;
  background-size: 42px;
}
.blog-content .posts-container .post {
  margin: 0 5px 30px;
  background: #fff;
  padding: 0;
  border: 3px solid #b6040a;
  border-top-width: 9px;
  border-radius: 6px;
  box-shadow: 0px 6px 11px #0000001f;
}
.blog-content .posts-container button.btn.btn-color,
.blog-content .posts-container a.btn.btn-color {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
.blog-content .posts-container button.btn.btn-color:hover, .blog-content .posts-container button.btn.btn-color:active, .blog-content .posts-container button.btn.btn-color:focus, .blog-content .posts-container button.btn.btn-color:not(:disabled):not(.disabled):active,
.blog-content .posts-container a.btn.btn-color:hover,
.blog-content .posts-container a.btn.btn-color:active,
.blog-content .posts-container a.btn.btn-color:focus,
.blog-content .posts-container a.btn.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
.blog-content .posts-container button.btn.btn-outline,
.blog-content .posts-container a.btn.btn-outline {
  background: transparent;
  color: #666666;
  border: 1px #ed1c24 solid;
}
.blog-content .posts-container button.btn.btn-outline:hover, .blog-content .posts-container button.btn.btn-outline:active, .blog-content .posts-container button.btn.btn-outline:focus, .blog-content .posts-container button.btn.btn-outline:not(:disabled):not(.disabled):active,
.blog-content .posts-container a.btn.btn-outline:hover,
.blog-content .posts-container a.btn.btn-outline:active,
.blog-content .posts-container a.btn.btn-outline:focus,
.blog-content .posts-container a.btn.btn-outline:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
.blog-content .posts-container .title {
  border-top: 13px solid #b6040a;
  margin: 0 -3px 0 -10px;
  border-top-left-radius: 5px;
}
.blog-content .posts-container .title h3 {
  line-height: 1.3;
  margin: -1px 0 0;
  background: #b6040a;
  width: 80%;
  padding: 0px 16px 16px;
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-content .posts-container .title h3 a {
  color: #ffffff;
}
.blog-content .posts-container .image img {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.blog-content .posts-container .excerpt {
  font-size: 16px;
  margin: 20px;
}
.blog-content .posts-container .excerpt .btn.btn-primary {
  margin-top: 20px;
}
.blog-content .page-link {
  border-color: #b6040a;
}
.blog-content .page-link:hover {
  border-color: #b6040a;
  background-color: #fcc;
  color: #ed1c24;
}
.blog-content .pagination-container .pagination ul li.page-item {
  box-shadow: 0 6px 11px #0000001f;
}
.blog-content .pagination-container .pagination ul li.page-item.active a {
  border-color: #b6040a;
}
.blog-content .pagination-container .pagination ul li.page-item a:hover {
  color: #ed1c24;
}
.blog-content .mobile-content-separator {
  margin-bottom: 30px;
}
.metadata {
  position: relative;
  width: 80%;
  margin: 2px 0 -7px;
  border-left: 2px solid transparent;
}
.metadata i:before {
  color: #7d0b0b;
}
span.news-type i {
  position: absolute;
  top: 7px;
  left: 12px;
}
span.news-type a {
  width: 100%;
  display: block;
  height: 100%;
  padding: 3px 5px 5px 35px;
  background-color: #cec9c940;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
span.news-type {
  transition: all 0.2s;
}
span.news-type:hover > i {
  left: 20px;
  transition: all 0.5s;
}
span.news-type:hover i:before {
  color: #3c0000;
  text-shadow: -2px 2px 3px #ab3d3d78;
}
span.news-type:hover > a {
  padding-left: 45px;
  background-color: #ffa9a959;
  text-shadow: -2px 2px 3px #ff7b7b45;
  transition: all 0.5s;
}
@media (min-width: 576px) {
  .blog-content .mobile-content-separator {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blog-content .posts-container .post {
    margin: 0 10px 40px;
  }
  .blog-content .posts-container .title {
    border-top-width: 15px;
  }
  .blog-content .posts-container .title h3 {
    padding: 1px 20px 19px;
  }
  .blog-content .posts-container .excerpt {
    margin: 30px 30px 28px;
  }
}
.is-page .page.container {
  margin-top: 200px;
}
body.style-guide {
  background: #ffffff !important;
  /* Colors
  ---------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------
   Colors
  ---------------------------------------------------------------------------- */
  /* Grid
  ---------------------------------------------------------------------------- */
  /* Fonts
  ---------------------------------------------------------------------------- */
}
body.style-guide .dark-bg {
  background: #e4e4e4;
  padding: 7px 50px 50px 50px;
  margin: 30px 0;
}
body.style-guide .dark-bg p {
  color: #22a7f0;
  font-size: 1.125em;
}
body.style-guide .light-bg {
  padding: 7px 50px 50px 50px;
}
body.style-guide .light-bg p {
  color: #22a7f0;
  font-size: 1.125em;
}
body.style-guide .dark-blue-bg {
  background: #2c3d50;
  padding: 7px 50px 50px 50px;
  margin: 30px 0;
}
body.style-guide h1,
body.style-guide h2,
body.style-guide h3,
body.style-guide h4,
body.style-guide h5,
body.style-guide h6 {
  margin-top: 40px;
}
body.style-guide .content-note-content h5 {
  margin-top: 0;
}
body.style-guide .sg-color {
  background: #fff;
  height: 200px;
  padding: 5px;
  position: relative;
}
body.style-guide .sg-color-swatch {
  display: flex;
  height: 100%;
  width: 100%;
}
body.style-guide .sg-color-swatch span {
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.style-guide .sg-color-swatch:hover span {
  opacity: 1;
}
body.style-guide .sg-gray-100 .sg-color-swatch {
  background: #666666;
}
body.style-guide .sg-gray-200 .sg-color-swatch {
  background: #6d6d6d;
}
body.style-guide .sg-gray-300 .sg-color-swatch {
  background: #999999;
}
body.style-guide .sg-gray-400 .sg-color-swatch {
  background: #a5a5a5;
}
body.style-guide .sg-gray-500 .sg-color-swatch {
  background: #cdcdcd;
}
body.style-guide .sg-gray-600 .sg-color-swatch {
  background: #e4e4e4;
}
body.style-guide .sg-dark-blue-100 .sg-color-swatch {
  background: #2c3d50;
}
body.style-guide .sg-dark-blue-200 .sg-color-swatch {
  background: #243952;
}
body.style-guide .sg-dark-blue-300 .sg-color-swatch {
  background: #2a5e82;
}
body.style-guide .sg-dark-blue-400 .sg-color-swatch {
  background: #286890;
}
body.style-guide .sg-blue-100 .sg-color-swatch {
  background: #0975e4;
}
body.style-guide .sg-light-blue-100 .sg-color-swatch {
  background: #b1c5da;
}
body.style-guide .sg-light-blue-200 .sg-color-swatch {
  background: #22a7f0;
}
body.style-guide .sg-light-blue-300 .sg-color-swatch {
  background: #34b7ff;
}
body.style-guide .sg-light-blue-400 .sg-color-swatch {
  background: #59cdf7;
}
body.style-guide .sg-light-blue-500 .sg-color-swatch {
  background: #8cd0f5;
}
body.style-guide .sg-light-blue-600 .sg-color-swatch {
  background: #eff9ff;
}
body.style-guide .sg-light-blue-600 .sg-color-swatch .sg-animated {
  color: #666666;
}
body.style-guide .sg-dark-yellow .sg-color-swatch {
  background: #8c600b;
}
body.style-guide .sg-yellow-100 .sg-color-swatch {
  background: #ffb931;
}
body.style-guide .sg-yellow-200 .sg-color-swatch {
  background: #ffcd04;
}
body.style-guide .show-grid {
  padding: 15px;
}
body.style-guide .show-grid div {
  background: #e4e4e4;
  border: 1px solid #cdcdcd;
  color: #666666;
  padding: 15px;
}
body.style-guide .sg-font {
  font-size: 1.8em;
  padding: 0 0 0.2em 0;
}
body.style-guide .sg-font-primary {
  font-family: Pontiac, arial, helvetica, sans-serif;
}
body.style-guide .sg-h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
  margin-top: 1.5em;
  border-bottom-width: 2px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.contact-container {
  margin: 25px auto;
}
.row.contact {
  box-shadow: -2px 7px 20px 1px #9e63633b;
  border-radius: 6px;
  overflow: hidden;
}
.contact-left {
  margin: 0;
  padding: 0;
  background: #1c1c1c url("/files-custom/img/pages/contact/bg-contact-details.jpg") no-repeat;
  background-size: cover;
}
.contact-right {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  border: 1px solid #1c1c1c38;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contact .contact-form {
  padding: 25px;
}
.contact .contact-details {
  padding: 25px 30px;
  font-size: 1em;
  color: #ffffff;
}
.contact .contact-details p,
.contact .contact-details a {
  color: #ffffff;
}
.contact .contact-details .contact-details-phone,
.contact .contact-details .contact-details-email,
.contact .contact-details .contact-details-schedule {
  margin-bottom: 15px;
  width: 100%;
}
.contact .contact-details .contact-details-email {
  word-break: break-word;
}
.contact .contact-details h4 {
  color: #ffffff;
  margin: 30px 0;
}
.contact .contact-details span.details-contact-phone {
  font-size: 1.375em;
  font-weight: bold;
}
.contact .contact-details i {
  width: 20px;
  height: 25px;
  font-size: 15px;
  display: inline-block;
  float: left;
  color: #ffffff;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .contact-right {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
@media (min-width: 992px) {
  .contact .contact-form,
.contact .contact-details {
    padding: 40px;
  }
}
.page-not-found {
  margin-bottom: -60px;
  text-align: center;
  padding: 100px 0;
  background: #ffffff url("/files-custom/img/pages/404/bg-404.jpg") no-repeat;
  background-size: cover;
}
.page-not-found .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.page-not-found h2 {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 3.125em;
}
.page-not-found h3 {
  color: #666666;
  font-size: 2em;
}
.page-not-found h4 {
  color: #999999;
  font-weight: normal;
  margin-bottom: 40px;
}
.page-not-found .btn.btn-color {
  background: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
}
.page-not-found .btn.btn-color:hover, .page-not-found .btn.btn-color:active, .page-not-found .btn.btn-color:focus, .page-not-found .btn.btn-color:not(:disabled):not(.disabled):active {
  background-color: #ffcccc;
  color: #ed1c24;
  border: 1px solid #ffcccc;
}
@media (min-width: 992px) {
  .page-content-404 {
    width: 68%;
    margin: 0 auto;
  }

  .page-not-found h2 {
    font-size: 5em;
  }

  .page-not-found h3 {
    font-size: 3.4375em;
  }

  .page-not-found h4 {
    font-size: 1.875em;
  }
}
/********************
 * Start Porto Code
 ********************/
/* Header */
#header {
  position: relative;
  z-index: 1030;
}
#header .header-body {
  display: flex;
  flex-direction: column;
  background: #FFF;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #EDEDED;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}
@media (max-width: 991px) {
  #header .header-container:not(.container) .header-nav-main {
    padding: 0 0.75rem;
  }
}
#header .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .container {
    width: 100%;
  }
}
#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
#header .header-column .header-row {
  justify-content: inherit;
}
#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#header .header-column .header-extra-info li {
  display: inline-flex;
  margin-left: 25px;
}
#header .header-column .header-extra-info li .feature-box p {
  margin: 0;
}
#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
  font-size: 80%;
}
#header.header-no-min-height .header-body {
  min-height: 0 !important;
}
#header .header-top {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  min-height: 51px;
  z-index: 4;
}
#header .header-top::after {
  clear: both;
  content: "";
  display: block;
}
#header .header-top p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
#header .header-top p .fa, #header .header-top p .fas, #header .header-top p .far, #header .header-top p .fal, #header .header-top p .fab, #header .header-top p .icons {
  position: relative;
  top: 1px;
}
#header .header-top .header-search {
  margin-left: 10px;
  margin-right: 0;
}
#header .header-top .header-nav-top {
  float: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}
#header .header-top.header-top-no-min-height {
  min-height: 0;
}
#header .header-top.header-top-colored {
  border-top: 5px solid #CCC;
  border-bottom: 0;
  color: #FFF;
}
#header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
  color: #FFF;
}
#header .header-top.header-top-colored .form-control {
  border: 0;
}
#header .header-top.header-top-style-2 {
  background: #f6f6f6;
}
#header .header-top.header-top-style-4 {
  background: #E4E6ED;
  border-bottom: 0;
}
#header .header-logo {
  margin: 16px 0;
  margin: 1rem 0;
}
#header .header-logo img {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px;
}
#header .header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}
#header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .fas, #header .header-nav-top .nav > li > a .far, #header .header-nav-top .nav > li > a .fal, #header .header-nav-top .nav > li > a .fab, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .fas, #header .header-nav-top .nav > li > span .far, #header .header-nav-top .nav > li > span .fal, #header .header-nav-top .nav > li > span .fab, #header .header-nav-top .nav > li > span .icons {
  margin-right: 3px;
}
#header .header-nav-top .nav > li > a {
  text-decoration: none;
}
#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: #EEE;
}
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
  background: #EEE;
}
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0 0;
}
#header .header-nav-top .dropdown .dropdown-item {
  font-size: 0.8em;
}
#header .header-nav-top .dropdown-menu {
  border-color: #EEE;
  margin-top: -2px;
  border-radius: 4px 0 4px 4px;
  padding: 0;
}
#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 6px 12px;
  font-size: 0.9em;
}
#header .header-nav-top .flag {
  margin-right: 2px;
  position: relative;
  top: -1px;
}
#header .header-search {
  margin-left: 16px;
  margin-left: 1rem;
}
#header .header-search .form-control {
  border-radius: 20px;
  font-size: 0.9em;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  transition: width 0.3s ease;
  perspective: 1000px;
  width: 170px;
}
#header .header-search .btn-light {
  background: transparent;
  border: 0 none;
  color: #CCC;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
#header .header-search .btn-light:hover {
  color: #000;
}
#header .header-social-icons {
  margin-left: 16px;
  margin-left: 1rem;
}
#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  display: none;
  float: right;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}
#header.header-narrow .header-body {
  min-height: 0;
}
#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}
#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}
#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  #header.has-nav-bar .header-search {
    display: block !important;
    visibility: hidden;
  }
}
html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
  max-width: none;
}
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}
html #header.header-transparent .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
html #header.header-transparent .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  opacity: 0;
  border-bottom: 1px solid #f1f1f1;
  transition: opacity 0.3s ease;
  perspective: 1000px;
}
html.sticky-header-enabled #header.header-transparent:not(.header-transparent-not-fixed) .header-body {
  position: fixed;
}
html.sticky-header-active #header.header-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}
html.sticky-header-active #header.header-transparent .header-body:before {
  opacity: 1;
}
html #header.header-semi-transparent, html #header.header-semi-transparent-light {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}
html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
  position: relative;
  top: 0;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  border-bottom: 0;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  perspective: 1000px;
}
html.sticky-header-enabled #header.header-semi-transparent .header-body {
  position: fixed;
}
html.sticky-header-active #header.header-semi-transparent .header-body {
  border-bottom: 0;
  box-shadow: none;
}
html.sticky-header-active #header.header-semi-transparent .header-body:before {
  opacity: 0.8;
}
html #header.header-semi-transparent-light .header-body:before {
  opacity: 0.1;
  background: #FFF;
}
html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
  position: fixed;
}
html.sticky-header-active #header.header-semi-transparent-light .header-body {
  border-bottom: 0;
  box-shadow: none;
}
html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.9;
}
html #header.header-transparent-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
  background: transparent !important;
}
html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent .header-nav-main:after, html:not(.sticky-header-active) #header.header-transparent-sticky-deactive.header-semi-transparent-light .header-nav-main:after {
  background: transparent !important;
}
/* Header Nav Main */
@media (min-width: 992px) {
  #header .header-nav-main nav {
    display: flex !important;
  }

  #header .header-nav-main nav > ul > li {
    margin-left: 2px;
  }

  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #CCC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 0.9rem;
    text-transform: uppercase;
  }

  #header .header-nav-main nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #CCC;
  }

  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }

  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
    border-width: 0.24rem;
    margin-left: 0.255em;
    margin-right: 0;
  }

  #header .header-nav-main nav > ul > li > a.active {
    background: #CCC;
    color: #FFF;
  }

  #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #CCC;
    color: #FFF;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 3px solid #CCC;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-transform: none;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: #f8f9fa;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
    display: none;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #CCC;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 100%;
    display: block;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
    border-color: transparent #CCC transparent transparent;
    border-width: 4px 4px 4px 4px;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 100%;
    transform: translate3d(0, 0, 0);
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    border-radius: 4px 4px 0 0;
    position: relative;
  }

  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #CCC;
  }

  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 1.6rem;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 3px -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #f4f4f4;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
    padding: 0.5rem 0.8rem;
  }

  #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle:after {
    display: none;
  }

  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }

  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0;
  }

  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
  }

  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0;
  }

  #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0;
  }

  #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
    color: #444;
  }

  #header .header-nav-main a > .thumb-info-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin-top: 15px;
    top: -10000px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
  }

  #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
    background: #FFF;
    display: block;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 190px;
  }

  #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
    transition: all 6s linear 0s;
    width: 182px;
    height: 136px;
    min-height: 0;
  }

  #header .header-nav-main a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }

  #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }

  #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
  }

  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }

  #header .header-nav.header-nav-stripe {
    padding: 0;
  }

  #header .header-nav.header-nav-stripe .header-nav-main {
    align-self: stretch;
    margin-top: -1px;
    min-height: 0;
  }

  #header .header-nav.header-nav-stripe nav {
    display: flex;
  }

  #header .header-nav.header-nav-stripe nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }

  #header .header-nav.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 0 0.9rem;
    margin: 1px 0 0;
    height: 100%;
    color: #444;
    min-height: 90px;
  }

  #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }

  #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
    color: #FFF;
    padding-bottom: 0;
  }

  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
    content: none;
  }

  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 1px;
  }

  #header .header-nav.header-nav-stripe.header-nav-main-dark nav > ul > li:hover > a {
    color: #FFF !important;
  }

  #header .header-nav.header-nav-top-line {
    padding: 0;
  }

  #header .header-nav.header-nav-top-line .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    color: #444;
    padding: 0 0.9rem;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    background: #CCC;
    width: 100%;
    height: 3px;
    top: -2px;
    left: 0;
    opacity: 0;
  }

  #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-top-line nav > ul > li.open > a:before {
    opacity: 1;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active {
    color: #CCC;
    background: transparent;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
    opacity: 1;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  #header .header-nav.header-nav-top-line nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }

  #header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }

  #header .header-nav.header-nav-dark-dropdown {
    padding: 0;
  }

  #header .header-nav.header-nav-dark-dropdown .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    background: transparent !important;
    color: #444;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
    padding: 0 0.9rem;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active {
    color: #CCC;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active.dropdown-toggle:after {
    color: #CCC;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
    border-bottom-color: #2a2a2a;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
    background: #1e1e1e;
    margin-top: 0;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #969696;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
    background: #282828;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
    color: #ababab;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
    background: #282828;
  }

  #header .header-nav-main {
    display: flex !important;
    height: auto !important;
  }

  #header .header-nav-bar {
    background: #F4F4F4;
    z-index: 1;
  }
}
/* Header Narrow */
@media (min-width: 992px) {
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a {
    min-height: 70px;
  }
  #header .header-nav-main.header-nav-main-light nav > ul > li > a {
    color: #FFF;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
    color: #CCC;
    background: #FFF;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    background: #FFF;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFF;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFF;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    background: #FFF;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFF;
  }

  #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
    background: #f5f5f5;
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    transform: translate3d(0, 0, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }

  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 2px, 0);
  }

  #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }

  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
  }

  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }

  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu .dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }

  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
  #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }

  #header .header-nav-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFF;
    z-index: -1;
    transform: translateX(-50%);
  }

  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
  }

  #header .header-nav-main nav.collapsing {
    overflow-y: hidden;
  }

  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }

  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgba(204, 204, 204, 0.5);
  }

  #header .header-nav-main nav > ul {
    flex-direction: column;
    padding: 0.8rem 0;
  }

  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
  }

  #header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }

  #header .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }

  #header .header-nav-main nav > ul li a:active {
    background-color: #f8f9fa;
    color: inherit;
  }

  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }

  #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }

  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }

  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
    text-align: left;
  }

  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }

  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    display: block;
    text-decoration: none;
  }

  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }

  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #CCC;
  }

  #header .header-nav-main nav > ul > li > a:active {
    color: #CCC;
  }

  #header .header-nav-main nav > ul > li > a.active {
    color: #FFF;
    background: #CCC;
  }

  #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
    color: #FFF;
    background: #CCC;
  }

  #header .header-nav-main nav .not-included {
    margin: 0;
  }

  #header .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }

  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }

  #header.header-transparent .header-nav-main:before, #header.header-semi-transparent .header-nav-main:before, #header.header-semi-transparent-light .header-nav-main:before {
    width: calc(100% - 30px);
    border-radius: 4px;
  }

  #header.header-transparent .header-nav-main nav, #header.header-semi-transparent .header-nav-main nav, #header.header-semi-transparent-light .header-nav-main nav {
    padding: 0 30px;
  }

  #header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb, #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb {
    border-color: transparent;
  }

  #header.header-transparent .header-body:before {
    border-bottom: none !important;
  }

  #header.header-semi-transparent-light .header-body:before {
    border-bottom: none !important;
  }

  #header .header-nav.header-nav-stripe {
    min-height: 90px;
  }

  #header .header-nav.header-nav-top-line {
    min-height: 70px;
  }

  #header .header-nav.header-nav-dark-dropdown {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a {
    color: #FFF;
  }

  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active {
    color: #CCC;
  }

  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active {
    color: #FFF;
  }

  html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
    color: #FFF;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
    color: #CCC;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active {
    color: #FFF;
  }

  html #header.header-semi-transparent .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html #header.header-semi-transparent .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a {
    color: #FFF;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
    color: #CCC;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #CCC transparent transparent transparent;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active {
    color: #FFF;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li.open > a.active.dropdown-toggle:after, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:hover > a.active.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }
}
/* Responsive */
@media (min-width: 992px) {
  #header .header-body {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #header .header-logo img {
    z-index: 1;
  }

  #header .header-nav {
    display: flex;
    align-items: center;
  }

  #header.header-narrow .header-nav.header-nav-stripe {
    min-height: 70px;
  }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin label {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #777;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
  width: 40%;
  right: 15px;
  left: auto;
  border-radius: 6px 0 6px 6px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
  padding: 0;
  transform: translate3d(0, 2px, 0);
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
  margin-right: 5px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
  margin-bottom: 10px;
  display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
  text-align: center;
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
  display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
  display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
  display: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
  display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form p {
  font-size: 14.4px;
  font-size: 0.9rem;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
  float: left;
  margin-right: 15px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
  max-width: 55px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
  display: block;
  padding-top: 7px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
  display: block;
  font-size: 12px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
  margin: 0 0 0 25px;
  text-align: left;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
  text-decoration: none;
}
/* Responsive */
@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
    margin-right: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
    display: none;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    display: block !important;
    margin: 0 !important;
    padding: 0 10px 0 10px;
    width: 100%;
    right: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 0;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
    display: none;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
    margin: 15px 0 !important;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    margin: 15px 0 0 0 !important;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
    line-height: 35px;
  }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
  width: 40%;
  right: 15px;
  left: auto;
  border-radius: 6px 0 6px 6px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
  width: 100%;
  margin-top: 0;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
  background-color: transparent !important;
  color: #333;
  padding: 0;
  margin: 0;
  display: block;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
  float: right;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
  text-decoration: none;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
  margin-right: 5px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
  width: 120px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
  text-align: right;
  width: 80px;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #DDD;
  clear: both;
}
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
  margin-bottom: 10px;
}
/********************
 * End Porto Code
 ********************/
/********************
 * Start Custom Code
 ********************/
#header {
  min-height: 132px;
}
#header .header-nav {
  min-height: 132px;
}
#header .header-body {
  border-top: 0;
  background: #f7f7f7 url(/files-custom/img/header/bg-menu.jpg) 50% no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ffffff;
}
#header .header-logo {
  margin: 0;
}
html.sticky-header-active #header .header-logo {
  margin: 1rem 0;
}
.header-nav.header-nav-top-line nav > ul > li > a {
  color: #1c1c1c;
}
#header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
  border-color: #1c1c1c transparent transparent transparent;
}
#header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
  border-color: #ed1c24 transparent transparent transparent;
}
.header-nav.header-nav-top-line nav > ul > li > ul > li {
  list-style-type: none;
}
/* Hero Page */
body.nav-hidden #header {
  background: rgba(247, 247, 247, 0.5);
  min-height: 0 !important;
  height: 0;
}
body.nav-hidden #header .header-body {
  background: rgba(247, 247, 247, 0.5);
  border-bottom: 0;
  opacity: 1;
}
body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
  border-color: #1c1c1c transparent transparent transparent;
}
body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
  border-color: #ed1c24 transparent transparent transparent;
}
/* When sticky */
html.sticky-header-active #header .header-body {
  border-bottom: 2px solid #4a4849;
  box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.61);
  transition: box-shadow 0.3s;
}
html.sticky-header-active body.nav-hidden #header .header-body {
  opacity: 1;
  background: #f7f7f7 url("/files-custom/img/header/bg-menu.jpg") 50% no-repeat;
  background-size: cover;
}
html.sticky-header-active #header .header-body .header-logo img {
  filter: none !important;
}
html.sticky-header-active body.nav-hidden #header .header-body .header-nav-main nav > ul > li > a {
  color: #1c1c1c;
}
html.sticky-header-active body.nav-hidden #header .header-body .header-nav-main nav > ul > li:hover > a,
html.sticky-header-active body.nav-hidden #header .header-body .header-nav-main nav > ul > li > a.active {
  color: #ed1c24;
}
html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a {
  padding-top: 70px;
  transition: 0.5s;
}
html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a:before {
  top: 38px;
}
/* Non Hero Pages */
/* Media Query */
@media (max-width: 991px) {
  #header {
    min-height: auto !important;
  }

  #header .header-logo {
    height: 45px !important;
    margin: -25px 0 32px !important;
  }

  #header .header-logo img {
    width: 200px !important;
    margin-top: -4px;
  }

  #header .header-btn-collapse-nav {
    color: #fff;
    background: #ed1c24;
    outline: 0;
    display: block;
    position: absolute;
    z-index: 1;
    right: 30px;
    font-size: 20px;
    padding: 1px 8px 0;
    height: 33px;
    box-shadow: 0 1px 8px #00000070 !important;
  }

  body.nav-hidden #header,
body.nav-hidden #header .header-body {
    opacity: 1;
  }

  body.nav-hidden #header .header-body {
    border-bottom: 0;
    position: relative;
  }
  body.nav-hidden #header .header-body .header-btn-collapse-nav {
    background: #ed1c24;
    display: block;
  }

  #header .header-nav-main nav {
    padding: 0;
    margin: 10px 15px;
  }

  #header .header-nav-main:before {
    background: #ffffffd1;
  }

  body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a,
#header .header-nav-main nav > ul > li > a {
    color: #1c1c1c;
    font-weight: 400;
  }

  #header .header-nav.header-nav-top-line nav > ul li > a:hover {
    color: #ab3036;
    background-color: #fff5f5;
    padding: 6px 7px;
    border: 1px solid #fde2e3;
  }

  body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a.active,
#header .header-nav-main nav > ul > li > a.active,
#header .header-nav-main nav > ul > li > a.active:hover,
#header .header-nav-main nav > ul > li > a.active:focus {
    color: #1c1c1c;
    font-weight: 700;
    background: #f1f1f1;
  }

  .dropdown-item.active,
.dropdown-item:active {
    color: #1c1c1c;
    background: #f1f1f1;
  }
}
@media (min-width: 992px) {
  #header .header-nav.header-nav-top-line nav > ul > li > a {
    color: #1c1c1c;
    font-weight: 700;
    text-transform: initial;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.875;
  }

  #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    color: #ed1c24;
    padding: 0 1rem;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a:before {
    content: "";
    position: absolute;
    background: none;
    width: 100%;
    height: 3px;
    left: 0;
    opacity: 0;
    top: -2px;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active,
#header .header-nav.header-nav-top-line nav > ul > li > a:hover {
    color: #ed1c24;
    border-radius: 0;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a:hover {
    background: #ec07071c !important;
    transition: all 0.3s;
    text-shadow: 0px 0px 12px white;
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
    background: none;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a:before,
#header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
    background: none;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
    border-color: #1c1c1c transparent transparent transparent;
  }

  #header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
    border-color: #ed1c24 transparent transparent transparent;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #b6040a;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
    border-color: transparent #b6040a transparent transparent;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top: 3px solid #ff000c;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ab3036;
    background-color: #fff5f5;
    padding: 5px 23px 6px 7px;
    margin: 0 -2px 0 0;
    border: 1px solid #fde2e3;
    border-radius: 2px;
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a.active,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a:active,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a:focus,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a:hover {
    padding: 5px 23px 5px 7px;
  }
}
.nav-masthead {
  margin-top: 50px;
}
.nav-masthead .active {
  font-family: "Pontiac", sans-serif;
  font-weight: 700;
}
.nav-masthead .nav-link {
  color: #2c3d50;
  margin-left: 30px;
  text-transform: uppercase;
}
.nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
  border-bottom: 2px #2c3d50 solid;
}
footer {
  color: #ffffff;
}
footer a, footer a:hover {
  color: #ffffff;
}
.footer-section {
  background: #000000;
  padding-bottom: 50px;
  padding-top: 70px;
}
.footer-section h3, .footer-section h4 {
  color: #ed1c24;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.footer-section img {
  max-width: 100%;
}
.footer-section-about {
  margin-bottom: 30px;
}
.footer-section-about p {
  color: #ffffff;
}
.footer-section-about img {
  width: 35%;
  margin-bottom: 30px;
  padding-right: 25px;
}
.footer-section-about img:last-child {
  padding-right: 0;
}
.footer-section-links,
.footer-section-contact {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 7px;
}
.footer-section-links {
  margin-bottom: 30px;
}
.footer-section-links ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-section-links ul li {
  list-style: none;
  margin-bottom: 1em;
}
.footer-section-links ul li a, .footer-section-links ul li a:hover {
  color: #ffffff;
}
.footer-section-contact span {
  color: #ed1c24;
  font-weight: 600;
}
.footer-copy {
  background: #000000;
  padding: 30px 0;
  color: #999999;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copy a {
  margin-bottom: 0;
}
.footer-copy a:hover {
  text-decoration: none;
}
.footer-copy-credit a, .footer-copy-credit a:hover {
  color: #999999;
  font-size: 17px;
  line-height: 24px;
}
.footer-isoft-logo {
  display: inline-block;
  background: url("/files-custom/img/footer/isoft-footer-logo-white.svg") 0 0 no-repeat;
  background-size: 100%;
  color: transparent;
  width: 86px;
  vertical-align: text-bottom;
  margin: 0px 2px 0px 3px;
}
span.footer-darker {
  color: #a2a29b;
  display: block;
}
@media (max-width: 483px) {
  .footer-copy-logo img {
    display: block;
    margin: 0 auto;
    margin-right: auto !important;
  }
}
@media (min-width: 400px) {
  .footer-section-about img {
    width: 125px;
  }
}
@media (min-width: 768px) {
  .footer-section-links {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-section h3, footer .footer-section h4 {
    margin-bottom: 1.3636363636em;
  }

  .footer-section-about,
.footer-section-links {
    margin-bottom: 0;
  }

  .footer-section-about p {
    font-size: 0.875em;
  }

  .footer-section-links,
.footer-section-contact {
    background-color: transparent;
    padding: 0;
    border-radius: none;
  }

  .footer-copy-logo {
    text-align: left;
  }

  .footer-copy-credit {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .footer-section-about p {
    font-size: 0.9375em;
    margin-right: 20px;
  }
}
footer {
  position: relative;
}
footer .footer-top {
  position: absolute;
  background: transparent url("/files-custom/img/footer/bg-footer.png") top center repeat-x;
  background-size: 100%;
  height: 20px;
  width: 100%;
  top: 0px;
}
@media (min-width: 768px) {
  footer .footer-top {
    background-size: auto;
    height: 26px;
    top: -26px;
  }
}
.cmt-none {
  margin-top: 1em !important;
}
.cmt-sm {
  margin-top: 1.3125em !important;
}
.cmt-md {
  margin-top: 1.625em !important;
}
.cmt-lg {
  margin-top: 2.25em !important;
}
.cmt-xl {
  margin-top: 2.875em !important;
}
.content-gap {
  margin-top: 20px;
}
.content-gap-slim {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .content-gap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .content-gap {
    margin-top: 50px;
  }

  .content-gap-slim {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  /* .content-gap {
     margin-top: $space-around-lg;
  } */
  .mobile-content-separator {
    display: none;
  }
}
/* @include media-breakpoint-up(xl) {
   .content-gap {
      margin-top: $space-around-xl;
   }
} */
.mobile-content-separator {
  position: relative;
  background-color: #e4e4e4;
  width: 150%;
  height: 15px;
  margin: 1em -80px;
  padding: 0;
}
.m-none {
  margin: 0 !important;
}
.m-xs {
  margin: 0.3125em !important;
}
.m-sm {
  margin: 0.625em !important;
}
.m-md {
  margin: 0.9375em !important;
}
.m-lg {
  margin: 1.25em !important;
}
.m-xl {
  margin: 1.875em !important;
}
.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 0.3125em !important;
}
.mt-sm {
  margin-top: 0.625em !important;
}
.mt-md {
  margin-top: 0.9375em !important;
}
.mt-lg {
  margin-top: 1.25em !important;
}
.mt-xl {
  margin-top: 1.875em !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 0.3125em !important;
}
.mb-sm {
  margin-bottom: 0.625em !important;
}
.mb-md {
  margin-bottom: 0.9375em !important;
}
.mb-lg {
  margin-bottom: 1.25em !important;
}
.mb-xl {
  margin-bottom: 1.875em !important;
}
.ml-none {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 0.3125em !important;
}
.ml-sm {
  margin-left: 0.625em !important;
}
.ml-md {
  margin-left: 0.9375em !important;
}
.ml-lg {
  margin-left: 1.25em !important;
}
.ml-xl {
  margin-left: 1.875em !important;
}
.mr-none {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 0.3125em !important;
}
.mr-sm {
  margin-right: 0.625em !important;
}
.mr-md {
  margin-right: 0.9375em !important;
}
.mr-lg {
  margin-right: 1.25em !important;
}
.mr-xl {
  margin-right: 1.875em !important;
}
.p-none {
  padding: 0 !important;
}
.p-xs {
  padding: 0.3125em !important;
}
.p-sm {
  padding: 0.625em !important;
}
.p-md {
  padding: 0.9375em !important;
}
.p-lg {
  padding: 1.25em !important;
}
.p-xl {
  padding: 1.875em !important;
}
.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: 0.3125em !important;
}
.pt-sm {
  padding-top: 0.625em !important;
}
.pt-md {
  padding-top: 0.9375em !important;
}
.pt-lg {
  padding-top: 1.25em !important;
}
.pt-xl {
  padding-top: 1.875em !important;
}
.pb-none {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 0.3125em !important;
}
.pb-sm {
  padding-bottom: 0.625em !important;
}
.pb-md {
  padding-bottom: 0.9375em !important;
}
.pb-lg {
  padding-bottom: 1.25em !important;
}
.pb-xl {
  padding-bottom: 1.875em !important;
}
.pl-none {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: 0.3125em !important;
}
.pl-sm {
  padding-left: 0.625em !important;
}
.pl-md {
  padding-left: 0.9375em !important;
}
.pl-lg {
  padding-left: 1.25em !important;
}
.pl-xl {
  padding-left: 1.875em !important;
}
.pr-none {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: 0.3125em !important;
}
.pr-sm {
  padding-right: 0.625em !important;
}
.pr-md {
  padding-right: 0.9375em !important;
}
.pr-lg {
  padding-right: 1.25em !important;
}
.pr-xl {
  padding-right: 1.875em !important;
}
.hand-cursor {
  cursor: pointer;
}
.sidebar-main-content {
  background: #ffffff;
  padding: 50px;
}
.sidebar-menu {
  background: #f3f3f3;
  padding: 50px;
}
.sidebar-menu h3::after {
  border-bottom: 4px #2c3d50 solid;
  width: 60px;
  height: 20px;
  content: "";
  display: block;
}
.page-header {
  font-size: 0.75em;
}
section.content.content-default,
section.content.content-style-1,
section.content.content-style-2,
section.content.content-style-3,
section.content.content-style-4,
section.content.content-style-5,
section.content.content-style-6,
section.content.content-style-7,
section.content.content-featured {
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .page-header {
    font-size: 1em;
  }

  section.content.content-default,
section.content.content-style-1,
section.content.content-style-2,
section.content.content-style-3,
section.content.content-style-4,
section.content.content-style-5,
section.content.content-style-6,
section.content.content-style-7,
section.content.content-featured {
    font-size: 1em;
  }
}
ul.nested-document li.top-level-heading,
ol.nested-document li.top-level-heading {
  color: #403e3f;
  border-bottom: 1px solid #eee;
}
ul.nested-document li.top-level-heading:before,
ol.nested-document li.top-level-heading:before {
  color: #ed1c24;
}
ul.nested-document .second-level li:before,
ol.nested-document .second-level li:before {
  color: #ed1c24;
}
ul.nested-document h4.second-level-heading,
ul.nested-document h4.third-level-heading,
ol.nested-document h4.second-level-heading,
ol.nested-document h4.third-level-heading {
  top: 0.1944444444em;
}
.document-details-section {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 0.625em;
}
h4.document-details-heading {
  background: #eaeaea;
  border: 1px solid #e2e2e2;
  border-radius: 0.2777777778em;
}
ul.nested-document li.top-level-heading {
  list-style: none;
  background: transparent url("/files-custom/img/bullet-red.png") no-repeat 0 0.5454545455em;
  background-size: 0.7272727273em;
  padding-left: 1.1818181818em;
  margin-left: -0.5909090909em;
}
ul.nested-document .second-level li {
  color: #999999;
}
ul.nested-document .second-level li:before {
  color: #ed1c24;
}
html, body {
  font-size: 1em;
  height: 100%;
}
body {
  color: #797979;
  line-height: 1.5;
  background: #fff url("/files-custom/img/bg-page.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
button {
  border-radius: 4px;
}
*:focus {
  outline: 0;
}

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