@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@charset "UTF-8";
body {
  font-family: Lato, arial, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
}
/* .fonts-loaded body {
   font-family: Gilroy, arial, sans-serif;
} */
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, Arial, sans-serif;
  line-height: 1em;
  display: block;
  margin-bottom: 0.75rem;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 1.625em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.375em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
  text-transform: uppercase;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
  color: #313131;
}
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 {
  font-weight: 900;
  color: #73b502;
}
h2.section-heading {
  font-size: 1.75em;
  padding-bottom: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: center;
  background: transparent url("/files-custom/img/headings/bg-section-heading.png") center bottom no-repeat;
}
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 {
  list-style-image: url("/files-custom/img/bullet-blue.png");
}
section.content .content-text ul li ul,
section.content .content-text ul li ol {
  padding-left: 40px;
  list-style-image: none;
  list-style-type: disc;
}
section.content .content-text ul li ul li,
section.content .content-text ul li ol li {
  color: #666;
}
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: 25px;
}
section.content .content-text ol li {
  counter-increment: custom-counter;
}
section.content .content-text ol li:before {
  content: counter(custom-counter) ". ";
  color: #0d3b90;
  font-weight: 700;
}
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: #666;
}
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: 900;
  color: #313131;
}
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 {
  font-weight: 900;
  color: #73b502;
}
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: 900;
  color: #fff;
}
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 {
  font-weight: 900;
  color: #a2e72c;
}
section.content.content-style-2 a {
  color: #a8e532;
}
section.content.content-style-2 p {
  color: #d1d1d1;
}
section.content.content-style-2 .content-text ul {
  list-style-image: url("/files-custom/img/bullet-green.png");
}
section.content.content-style-2 .content-text ul li {
  color: #d1d1d1;
}
section.content.content-style-2 .content-text ul li ul,
section.content.content-style-2 .content-text ul li ol {
  padding-left: 40px;
  list-style-image: none;
  list-style-type: disc;
}
section.content.content-style-2 .content-text ol li {
  color: #d1d1d1;
}
section.content.content-style-2 .content-text ol li:before {
  color: #a8e532;
}
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: 900;
  color: #fff;
}
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 {
  font-weight: 900;
  color: #a2e72c;
}
section.content.content-style-3 a {
  color: #a2e72c;
}
section.content.content-style-3 p {
  color: #b1c0f7;
}
section.content.content-style-3 .content-text ul {
  list-style-image: url("/files-custom/img/bullet-green.png");
}
section.content.content-style-3 .content-text ul li {
  color: #b1c0f7;
}
section.content.content-style-3 .content-text ul li ul,
section.content.content-style-3 .content-text ul li ol {
  padding-left: 40px;
  list-style-image: none;
  list-style-type: disc;
}
section.content.content-style-3 .content-text ol li {
  color: #b1c0f7;
}
section.content.content-style-3 .content-text ol li:before {
  color: #a8e532;
}
p,
address {
  font-size: 0.9375em;
  color: #666;
  margin-bottom: 1.5rem;
}
p.text-lg,
address.text-lg {
  font-size: 1.125em;
}
p.text-sm,
address.text-sm {
  font-size: 0.75em;
}
.modal {
  z-index: 999999;
}
.modal-content {
  border-radius: 6px;
  border: 0;
}
.modal-content .modal-header {
  background-color: #2945ba;
  padding: 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}
.modal-content .modal-header .modal-header-title {
  background-color: #2945ba;
  border-left: 15px #6c83e1 solid;
  padding: 20px 20px 20px 35px;
  border-radius: 6px 6px 0 0;
}
.modal-content .modal-header .modal-header-title h3 {
  color: #ffffff;
  margin: 0;
}
.modal-content .modal-header .close {
  color: #ffffff;
  text-shadow: none;
  font-size: 2em;
  border-radius: 6px;
  margin: 0 10px;
}
.modal-content .modal-body {
  padding: 30px;
  background: #ffffff;
}
.modal-content .modal-body p,
.modal-content .modal-body p.text-lg,
.modal-content .modal-body p.text.sm {
  color: #666;
}
.modal-content .modal-body h2, .modal-content .modal-body h3, .modal-content .modal-body h4 {
  font-weight: 900;
  color: #98c632;
}
.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: #313131;
}
.modal-content .modal-body ul {
  list-style-image: url("/files-custom/img/bullet-blue.png");
}
.modal-content .modal-body ul li ul, .modal-content .modal-body ul li ol {
  padding-left: 40px;
  list-style-image: none;
  list-style-type: disc;
}
.modal-content .modal-body ul li ul li, .modal-content .modal-body ul li ol li {
  color: #666;
}
.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: 25px;
}
.modal-content .modal-body ol li {
  counter-increment: custom-counter;
}
.modal-content .modal-body ol li:before {
  content: counter(custom-counter) ". ";
  color: #0d3b90;
  font-weight: 700;
}
.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: #666;
}
.modal-content .modal-body ol li ul li:before, .modal-content .modal-body ol li ol li:before {
  content: "";
}
.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: 0;
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
  background: #a8e532;
  border-top: 6px #98c632 solid;
}
.modal-content .modal-footer .modal-footer-container {
  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 6px 6px;
  text-align: center;
}
.modal-content .modal-footer .modal-footer-container .btn-default {
  background: #a8e532;
  color: #2945ba;
  border: 1px solid #2945ba;
  padding: 8px 50px !important;
  margin-top: 0;
  margin-right: 0;
}
.modal-content .modal-footer .modal-footer-container .btn-default:hover, .modal-content .modal-footer .modal-footer-container .btn-default:active, .modal-content .modal-footer .modal-footer-container .btn-default:focus, .modal-content .modal-footer .modal-footer-container .btn-default:not(:disabled):not(.disabled):active {
  background-color: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
.modal-backdrop {
  z-index: 999998;
}
@media (min-width: 768px) {
  .modal-dialog.modal-md {
    max-width: 550px;
  }
}
.pagination-container .page-number {
  color: #313131;
}
.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: #313131;
}
.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: #313131;
}
/*.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;
    		}
			}
		}
	}
}*/
section.content.content-style-1.content-gap {
  margin-top: 0 !important;
}
.content-note {
  position: relative;
  background-color: #f1f5f8;
  text-align: left;
}
.content-note .overlay-1 {
  position: absolute;
  width: 100%;
  height: 10px;
}
.content-note .overlay-2 {
  height: 78px;
}
.content-note .content-note-content {
  padding: 30px 20px 30px 20px;
}
.content-note .content-note-content h5 {
  text-align: center;
}
.content-note.content-note-tip {
  border-top: 7px solid #65c22b;
}
.content-note.content-note-tip .overlay-2 {
  background: #85d341 url("/files-custom/img/components/content-note/icon-tip.png") center center no-repeat;
}
.content-note.content-note-tip .overlay-1 {
  background-color: #85d341;
}
.content-note.content-note-tip .content-note-content {
  background: #e4fab1;
  border: 2px solid #85d341;
}
.content-note.content-note-warning {
  border-top: 7px solid #d1d63b;
}
.content-note.content-note-warning .overlay-2 {
  background: #e6e976 url("/files-custom/img/components/content-note/icon-warning.png") center center no-repeat;
}
.content-note.content-note-warning .overlay-1 {
  background-color: #e6e976;
}
.content-note.content-note-warning .content-note-content {
  background: #feffd3;
  border: 2px solid #e6e976;
}
.content-note.content-note-danger {
  border-top: 7px solid #ea6256;
}
.content-note.content-note-danger .overlay-2 {
  background: #f18277 url("/files-custom/img/components/content-note/icon-danger.png") center center no-repeat;
}
.content-note.content-note-danger .overlay-1 {
  background-color: #f18277;
}
.content-note.content-note-danger .content-note-content {
  background: #ffeae9;
  border: 2px solid #f18277;
}
.content-note.content-note-info {
  border-top: 7px solid #52b5dc;
}
.content-note.content-note-info .overlay-2 {
  background: #73cae6 url("/files-custom/img/components/content-note/icon-info.png") center center no-repeat;
}
.content-note.content-note-info .overlay-1 {
  background-color: #73cae6;
}
.content-note.content-note-info .content-note-content {
  background: #e7f8ff;
  border: 2px solid #73cae6;
}
.content-note.content-note-question {
  border-top: 7px solid #716bd5;
}
.content-note.content-note-question .overlay-2 {
  background: #928de1 url("/files-custom/img/components/content-note/icon-question.png") center center no-repeat;
}
.content-note.content-note-question .overlay-1 {
  background-color: #928de1;
}
.content-note.content-note-question .content-note-content {
  background: #f1f0ff;
  border: 2px solid #928de1;
}
section.content-style-1 .content-note {
  background-color: #ffffff;
}
section.content-style-2 .content-note h5 {
  color: #313131;
}
section.content-style-2 .content-note p {
  color: #666;
}
section.content-style-2 .content-note .content-note-content {
  background: #ffffff;
}
section.content-style-3 .content-note h5 {
  color: #313131;
}
section.content-style-3 .content-note p {
  color: #666;
}
section.content-style-3 .content-note .content-note-content {
  background: #ffffff;
}
@media (max-width: 575.98px) {
  .content-note {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 576px) {
  .content-note {
    border-left: 7px solid #cdcdcd;
  }
  .content-note .overlay-1 {
    width: 70px;
    height: 100%;
  }
  .content-note .overlay-2 {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 53px;
    height: 53px;
    transform: translateY(-50%);
  }
  .content-note .content-note-content {
    padding: 30px 20px 30px 95px;
  }
  .content-note .content-note-content h5 {
    text-align: left;
  }
  .content-note.content-note-tip {
    border-top: 0;
    border-left-color: #65c22b;
  }
  .content-note.content-note-tip .overlay-2 {
    background: url("/files-custom/img/components/content-note/icon-tip.png") 6px 6px no-repeat;
  }
  .content-note.content-note-warning {
    border-top: 0;
    border-left-color: #d1d63b;
  }
  .content-note.content-note-warning .overlay-2 {
    background: url("/files-custom/img/components/content-note/icon-warning.png") 7px 5px no-repeat;
  }
  .content-note.content-note-danger {
    border-top: 0;
    border-left-color: #ea6256;
  }
  .content-note.content-note-danger .overlay-2 {
    background: url("/files-custom/img/components/content-note/icon-danger.png") 6px 6px no-repeat;
  }
  .content-note.content-note-info {
    border-top: 0;
    border-left-color: #52b5dc;
  }
  .content-note.content-note-info .overlay-2 {
    background: url("/files-custom/img/components/content-note/icon-info.png") 6px 6px no-repeat;
  }
  .content-note.content-note-question {
    border-top: 0;
    border-left-color: #716bd5;
  }
  .content-note.content-note-question .overlay-2 {
    background: url("/files-custom/img/components/content-note/icon-question.png") 8px 8px no-repeat;
  }
}
.content-note-content :first-child {
  margin-top: 0px;
}
.content-note-content :last-child {
  margin-bottom: 0px;
}
.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.content-fixed > div.content-featured-container {
  background: #303030 url("/files-custom/img/featured-content-bg.jpg") no-repeat center center;
  background-size: cover;
}
section.content.content-featured.content-full p, section.content.content-featured > div.content-featured-container p {
  color: #d1d1d1;
}
section.content.content-featured.content-full.container, section.content.content-featured > div.content-featured-container.container {
  padding: 70px;
}
section.content.content-featured.content-full .row, section.content.content-featured > div.content-featured-container .row {
  border-top: 7px solid #2945ba;
}
section.content.content-featured h1, section.content.content-featured h2, section.content.content-featured h3, section.content.content-featured h4, section.content.content-featured h5 {
  font-weight: 700;
  color: #ffffff;
}
section.content.content-featured h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999999;
  text-transform: initial;
}
section.content.content-featured .content-image {
  padding: 0;
}
section.content.content-featured .content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.content.content-featured .content-text a {
  color: #a8e532;
}
section.content.content-featured .content-text p {
  border-right: 7px solid #a8e532;
  padding-right: 10px;
}
section.content.content-featured .content-text p:last-child {
  border: 0;
}
section.content.content-featured .content-text blockquote {
  color: #d1d1d1;
}
section.content.content-featured .content-text ul {
  list-style-image: url("/files-custom/img/bullet-green.png");
}
section.content.content-featured .content-text ul li {
  color: #d1d1d1;
}
section.content.content-featured .content-text ol li {
  color: #d1d1d1;
}
section.content.content-featured .content-text ol li:before {
  color: #a8e532;
}
@media (min-width: 768px) {
  .content-featured-container .content-text {
    padding: 70px;
  }
}
.column-text {
  padding: 10px;
}
.column-image {
  padding-top: 10px;
}
.column-content.column-link {
  transition: all 1s;
}
div.column-text > p:last-of-type {
  margin-bottom: 0 !important;
}
/* .column-content h3 { // Default content style
    color: #313131; 
}
.column-content h3.strong { // Default content style
    color: #73b502; 
} */
/* .column-content p { // Default content style
    color: #999999; 
} */
.column-content.column-link:hover {
  background: #e3e3e3;
  border-radius: 4px;
}
.content-style-1 .column-content.column-link:hover {
  background: #fefefe;
}
.content-style-2 .column-content.column-link:hover {
  background: rgba(80, 80, 80, 0.5);
}
.content-style-3 .column-content.column-link:hover {
  background: #3050ca;
}
img.column-image-style {
  border-bottom: 5px #0d3b90 solid;
}
.content-style-1 img.column-image-style {
  border-bottom: 5px #0d3b90 solid;
}
.content-style-2 img.column-image-style {
  border-bottom: 5px #98c632 solid;
}
.content-style-3 img.column-image-style {
  border-bottom: 5px #98c632 solid;
}
@media (max-width: 767.98px) {
  .column-content {
    margin-top: 20px;
  }
}
blockquote {
  padding-left: 45px;
  margin: 40px 0 40px 20px;
  background: url("/files-custom/img/components/blockquote/blockqoute-lightbg.png") no-repeat top left;
}
blockquote p {
  color: #666;
}
section.content.content-style-2 blockquote {
  color: #d1d1d1;
  background: url("/files-custom/img/components/blockquote/blockqoute-darkbg.png") no-repeat top left;
}
section.content.content-style-3 blockquote {
  color: #b1c0f7;
  background: url("/files-custom/img/components/blockquote/blockqoute-darkbg.png") no-repeat top left;
}
#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: 0.875em;
  padding: 10px 40px;
  margin-right: 7px;
  margin-top: 20px;
  background: transparent;
  color: #2945ba;
}
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: #2945ba;
  color: #ffffff;
  border: 1px solid #2945ba;
}
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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
button.btn.btn-outline,
a.btn.btn-outline,
.btn-md.btn-outline {
  background: #ffffff;
  color: #2945ba;
  border: 1px #2945ba 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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
section.content-style-1 button.btn.btn-color,
section.content-style-1 a.btn.btn-color {
  background: #2945ba;
  color: #ffffff;
  border: 1px solid #2945ba;
}
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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
section.content-style-1 button.btn.btn-outline,
section.content-style-1 a.btn.btn-outline {
  background: #f3f3f3;
  color: #2945ba;
  border: 1px #2945ba 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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
section.content-style-2 button.btn.btn-color,
section.content-style-2 a.btn.btn-color {
  background: #a8e532;
  color: #ffffff;
  border: 1px solid #a8e532;
}
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: #ffffff;
  color: #73b502;
  border: 1px solid #ffffff;
}
section.content-style-2 button.btn.btn-outline,
section.content-style-2 a.btn.btn-outline {
  background: #303030;
  color: #a8e532;
  border: 1px #a8e532 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: #ffffff;
  color: #73b502;
  border: 1px solid #ffffff;
}
section.content-style-3 button.btn.btn-color,
section.content-style-3 a.btn.btn-color {
  background: #a8e532;
  color: #ffffff;
  border: 1px solid #a8e532;
}
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: #ffffff;
  color: #73b502;
  border: 1px solid #ffffff;
}
section.content-style-3 button.btn.btn-outline,
section.content-style-3 a.btn.btn-outline {
  background: #1f41bf;
  color: #a8e532;
  border: 1px #a8e532 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: #ffffff;
  color: #73b502;
  border: 1px solid #ffffff;
}
section.content-featured button.btn.btn-color,
section.content-featured a.btn.btn-color {
  background: #a8e532;
  color: #ffffff;
  border: 1px solid #a8e532;
}
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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
section.content-featured button.btn.btn-outline,
section.content-featured a.btn.btn-outline {
  background: transparent;
  color: #a8e532;
  border: 1px #a8e532 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: #6c83e2;
  color: #ffffff;
  border: 1px solid #6c83e2;
}
.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 {
  border-radius: 0;
  padding: 0px;
}
.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);
}
.thumb-info img {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}
.masonry.main-gallery .thumb-info-caption-title {
  display: block;
  border-bottom: 1px #999999 solid;
  font-size: 1.07em;
  font-weight: 700;
  padding: 0 0 20px 0;
  margin: 30px 4px 0px 4px;
  color: #0d3b90;
  text-transform: uppercase;
  text-align: center;
}
.masonry.main-gallery .thumb-info-caption-text {
  padding: 20px 7px;
  text-align: center;
}
.thumb-info-caption .thumb-info-caption-text,
.thumb-info-caption p {
  line-height: 20px;
  margin: 0 0 8px;
  padding: 10px;
  display: block;
}
.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;
}
.masonry.main-gallery .thumb-info .thumb-info-wrapper {
  border-bottom: 5px #a2e72c solid;
  transition: border-bottom 0.3s;
}
section.content.content-style-2 .masonry.main-gallery .thumb-info-caption-title {
  color: #a2e72c;
  border-bottom: 1px #a2e72c solid;
}
section.content.content-style-2 .thumb-info-caption .thumb-info-caption-text,
section.content.content-style-2 .thumb-info-caption p {
  color: #d1d1d1;
}
section.content.content-style-3 .masonry.main-gallery .thumb-info-caption-title {
  color: #a2e72c;
  border-bottom: 1px #a2e72c solid;
}
section.content.content-style-3 .thumb-info-caption .thumb-info-caption-text,
section.content.content-style-3 .thumb-info-caption p {
  color: #b1c0f7;
}
@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;
  }
}
section.content .content-basic img {
  border-bottom: 5px #0d3b90 solid;
}
section.content.content-style-1 .content-basic img {
  border-bottom: 5px #0d3b90 solid;
}
section.content.content-style-2 .content-basic img {
  border-bottom: 5px #98c632 solid;
}
section.content.content-style-3 .content-basic img {
  border-bottom: 5px #98c632 solid;
}
section.content .content-basic img.img-no-style {
  border-bottom: none !important;
}
.hero {
  background: #143F90;
}
.hero-cover h1 {
  color: #fff;
  font-weight: 900;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 0.0416666667em;
}
.hero-cover h4 {
  color: #a2e72c;
  font-size: 2.0625em;
  font-weight: 300;
  letter-spacing: 0.0208333333em;
  margin-top: 0.9090909091em;
}
.hero-cover button.btn,
.hero-cover a.btn {
  margin-top: 2.1428571429em;
}
.hero-cover button.btn.btn-default,
.hero-cover a.btn.btn-default {
  background: transparent;
  color: #a8e532;
  border: 1px solid #a8e532;
}
.hero-cover button.btn.btn-default:hover, .hero-cover button.btn.btn-default:active, .hero-cover button.btn.btn-default:focus, .hero-cover button.btn.btn-default:not(:disabled):not(.disabled):active,
.hero-cover a.btn.btn-default:hover,
.hero-cover a.btn.btn-default:active,
.hero-cover a.btn.btn-default:focus,
.hero-cover a.btn.btn-default:not(:disabled):not(.disabled):active {
  background-color: #a8e532;
  color: #fff;
  border: 1px solid #a8e532;
}
.hero-cover button.btn.btn-alt,
.hero-cover a.btn.btn-alt {
  background: #7eb417;
  color: #fff;
  border: 1px solid #7eb417;
}
.hero-cover button.btn.btn-alt:hover, .hero-cover button.btn.btn-alt:active, .hero-cover button.btn.btn-alt:focus, .hero-cover button.btn.btn-alt:not(:disabled):not(.disabled):active,
.hero-cover a.btn.btn-alt:hover,
.hero-cover a.btn.btn-alt:active,
.hero-cover a.btn.btn-alt:focus,
.hero-cover a.btn.btn-alt:not(:disabled):not(.disabled):active {
  background-color: #a8e532;
  color: #fff;
  border: 1px solid #a8e532;
}
.hero-content-container {
  padding: 2.5em;
}
.hero-content-container.hero-text-bg .underlay-1 {
  border-radius: 4px;
  background-size: 50px 50px;
  background-color: #143f90;
  background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.18) 25%, rgba(255, 255, 255, 0.18) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.18) 75%, rgba(255, 255, 255, 0.18) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.18) 25%, rgba(255, 255, 255, 0.18) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.18) 75%, rgba(255, 255, 255, 0.18) 76%, transparent 77%, transparent);
}
.hero-content-container {
  font-size: 12px;
}
.hero-content-container .btn {
  font-size: 14px;
}
@media (min-width: 768px) {
  .hero-content-container {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .hero-content-container {
    font-size: 16px;
  }
}
.accordion-faq {
  margin: 20px 0;
}
.accordion-faq :first-child {
  margin-top: 0 !important;
}
.accordion-faq :last-child {
  margin-bottom: 0 !important;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card {
  margin: 20px 0;
  border: 0;
  border-left: 6px #73b502 solid;
  border-radius: 0;
  background: #ffffff;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header {
  border-bottom: 0;
  background: #ffffff;
  padding: 0;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-link {
  display: block;
  cursor: pointer;
  padding: 20px 15px;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-link .row {
  margin: 8px;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-title {
  margin: 0;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-title span {
  color: #2945ba;
  font-weight: 700;
  margin-bottom: 0;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon {
  text-align: left;
  font-size: 15px;
  padding: 0 0 0 15px;
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon .collapsed .icon:before {
  content: "\f055";
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon .expanded .icon:before {
  content: "\f057";
}
.accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-body {
  margin: 0 20px;
  border-top: 1px #e4e4e4 solid;
  font-size: 0.9em;
}
section.content.content-default .accordion-faq.accordion-faq-style-1 .accordion-faq-card {
  border: 1px solid #e4e4e4;
  border-left: 6px solid #73b502;
  border-bottom: 1px solid #e4e4e4 !important;
}
section.content.content-style-2 .accordion-faq p,
section.content.content-style-3 .accordion-faq p {
  color: #666;
}
[aria-expanded=false] > .row > .accordion-faq-card-icon > .expanded,
[aria-expanded=true] > .row > .accordion-faq-card-icon > .collapsed {
  display: none;
}
@media (max-width: 991px) {
  .accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-card-icon {
    padding: 0 0 0 5px;
  }
  .accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-header .accordion-faq-link {
    padding: 15px 0;
  }
  .accordion-faq.accordion-faq-style-1 .accordion-faq-card .accordion-faq-card-body {
    margin: 0;
  }
}
section.content .hr-thin {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section.content .hr-thick {
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
section.content.content-style-1 .hr-thin {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section.content.content-style-1 .hr-thick {
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
section.content.content-style-2 .hr-thin {
  border-top: 1px solid #d1d1d1;
}
section.content.content-style-2 .hr-thick {
  border-top: 5px solid #d1d1d1;
}
section.content.content-style-3 .hr-thin {
  border-top: 1px solid #d1d1d1;
}
section.content.content-style-3 .hr-thick {
  border-top: 5px solid #d1d1d1;
}
.page-header {
  position: relative;
}
.page-header-breadcrumbs {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  color: #979797;
  font-size: 1em;
}
.page-header-breadcrumbs .container {
  padding: 0.9375em 3.125em;
}
.page-header-breadcrumbs a {
  color: #979797;
}
.page-header-breadcrumbs a:hover {
  color: #333333;
  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 5px 0 10px;
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  color: #979797;
  font-weight: bold;
}
.page-header-breadcrumbs ul li:last-child::after {
  content: "  ";
}
.page-header-breadcrumbs i {
  color: #a6ce39;
  padding-right: 5px;
}
.page-header-title {
  position: relative;
  background: #0d3b90;
  border-top: 2px solid #062f7b;
}
.page-header-title .container {
  padding: 1.875em 3.125em;
}
.page-header-title .container h1 {
  color: #ffffff;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 0;
}
.page-header-title .container p {
  color: #ececec;
  margin: 0.4em 0 0;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1;
}
#page-header-element-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #a8eb32;
  border-top: 1px solid #c7fa6c;
  border-bottom: 1px solid #96cb49;
  z-index: 1001;
}
@media (min-width: 768px) {
  #page-header-element-1 {
    height: 5px;
  }
}
.blog-header {
  border-top: 20px #313131 solid;
}
.blog-header .container {
  text-align: center;
  padding: 50px 0;
}
.blog-header .container h1 {
  color: #73b502;
  text-transform: uppercase;
}
.featured-img {
  margin: -30px -15px;
  background: linear-gradient(to right, #22a7f0 0%, #59cdf7 30%);
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.featured-img img {
  max-width: 100%;
  margin-top: 15px;
}
.featured-img .design-element-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #59cdf7 transparent transparent;
  transition: border-color 0.1s;
}
.blog-content {
  background: #ffffff;
}
.blog-content .posts-container .post {
  margin-bottom: 0;
}
.blog-content .posts-container .post .image img {
  max-width: 100%;
}
.blog-content .posts-container button.btn.btn-color,
.blog-content .posts-container a.btn.btn-color {
  background: #a6ce39;
  color: #ffffff;
  border: 1px solid #a6ce39;
}
.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: transparent;
  color: #a6ce39;
  border: 1px solid #a6ce39;
}
.blog-content .posts-container button.btn.btn-outline,
.blog-content .posts-container a.btn.btn-outline {
  background: transparent;
  color: #a6ce39;
  border: 1px #a6ce39 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: #a6ce39;
  color: #ffffff;
  border: 1px solid #a6ce39;
}
.blog-content .posts-container .title .date {
  position: relative;
  border-top: 1px #0d3b90 solid;
  margin: 0 0 20px 0;
}
.blog-content .posts-container .title .date a {
  position: absolute;
  top: -22px;
  background: white;
  padding: 10px 15px 0 10px;
  text-transform: uppercase;
  color: #0d3b90;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top: 1px #0d3b90 solid;
  border-right: 1px #0d3b90 solid;
}
.blog-content .posts-container .title h3 {
  margin-top: 40px;
  text-transform: uppercase;
}
.blog-content .posts-container .title h3 a {
  color: #313131;
}
.blog-content .posts-container .title .metadata span {
  display: inline-block;
  padding-left: 5px;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}
.blog-content .posts-container .title .metadata span a {
  color: #666666;
}
.blog-content .posts-container .title .metadata .user {
  background: url("/files-custom/img/user-icon.png") no-repeat;
}
.blog-content .posts-container .title .metadata .comments {
  background: url("/files-custom/img/comment-icon.png") no-repeat;
}
.blog-content .posts-container .excerpt {
  margin: 20px 0;
}
.blog-content .posts-container .excerpt .btn.btn-primary {
  margin-top: 20px;
}
.blog-content .blog-sidebar .search input {
  width: 100%;
  padding: 10px;
}
.blog-content .blog-sidebar .search input::-moz-placeholder {
  font-style: italic;
}
.blog-content .blog-sidebar .search input:-ms-input-placeholder {
  font-style: italic;
}
.blog-content .blog-sidebar .search input::placeholder {
  font-style: italic;
}
.blog-content .blog-sidebar .blog-sidebar-widget {
  margin: 0 0 30px 0;
}
.blog-content .blog-sidebar .blog-sidebar-widget .blog-sidebar-widget-element-1 {
  background-color: #6c83e1;
  border-left: 30px solid #2945ba;
  padding: 0px 20px 20px 35px;
}
.blog-content .blog-sidebar .blog-sidebar-widget h4 {
  padding: 20px 0;
  text-transform: uppercase;
  color: #2945ba;
}
.blog-content .blog-sidebar .blog-sidebar-widget h5 {
  text-transform: uppercase;
}
.blog-content .blog-sidebar .blog-sidebar-widget h5 a {
  color: #313131;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 {
  padding: 0;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li {
  border-bottom: 1px #e4e4e4 solid;
  list-style: none;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li:first-child {
  border-top: 1px #e4e4e4 solid;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li:hover {
  background: #f5ffdc;
  color: #73b502;
  text-decoration: none;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li:hover a {
  color: #73b502;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li a {
  display: block;
  color: #666666;
  padding: 15px 20px;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.style-2 li a:hover {
  text-decoration: none;
  font-weight: bold;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row {
  border-bottom: 1px #e4e4e4 solid;
  padding: 20px 0 10px 0;
  position: relative;
  cursor: pointer;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row:hover {
  background: #e4e4e4;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row .col-sm-3 {
  width: 25%;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row .col-sm-9 {
  width: 75%;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto !important;
  padding-bottom: 20px;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row .excerpt p {
  font-size: 0.875em;
}
.blog-content .blog-sidebar .blog-sidebar-widget .recent .row .excerpt span a:hover {
  color: #22a7f0;
  text-decoration: none;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent {
  padding: 0;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li {
  list-style: none;
  border-bottom: 1px #e4e4e4 solid;
  padding: 20px 0 10px 0;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li img {
  width: 75px;
  height: 75px;
  float: left;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li span, .blog-content .blog-sidebar .blog-sidebar-widget ul.recent li p {
  width: 75%;
  float: right;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li span {
  text-transform: uppercase;
  font-weight: bold;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li span a {
  color: #cdcdcd;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li span a:hover {
  color: #22a7f0;
  text-decoration: none;
}
.blog-content .blog-sidebar .blog-sidebar-widget ul.recent li p {
  font-size: 0.75em;
}
.blog-content .mobile-content-separator {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .blog-sidebar .blog-sidebar-widget .blog-sidebar-recent img {
    height: 50%;
    padding-bottom: 0;
  }

  .featured-img .design-element-2 {
    border-width: 0 80px 80px 0;
  }
}
@media (min-width: 768px) {
  .featured-img .design-element-2 {
    border-width: 0 100px 100px 0;
  }
}
@media (min-width: 992px) {
  .blog-content .posts-container .post {
    margin-bottom: 40px;
  }

  .featured-img {
    max-height: 600px;
  }
  .featured-img .design-element-2 {
    border-width: 0 153px 150px 0;
  }
}
@media (min-width: 991px) {
  .blog-content .mobile-content-separator {
    margin-bottom: 40px;
    display: none;
  }
}
.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: Lato, Arial, 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 .contact-details {
  border: 2px dashed #a8e532;
  padding: 1.875em;
  margin-top: 2.5em;
  font-size: 1em;
}
.contact .contact-details h3 {
  text-transform: uppercase;
  color: #2945ba;
  margin-bottom: 0;
}
.contact-details-address,
.contact-details-email,
.contact-details-phone {
  margin-top: 1em;
}
.contact .contact-details i {
  width: 1.25em;
  height: 1.5625em;
  font-size: 1.25em;
  display: inline-block;
  float: left;
  color: #a8e532;
  margin-top: 4px;
}
.contact-more .contact-more-text h3 {
  text-transform: uppercase;
  color: #a8e532 !important;
}
@media (min-width: 768px) {
  .contact .contact-details {
    margin: 0;
  }
}
/* PT Header CSS - to be cleaned up */
body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a.active {
  color: #a8e532;
}
body.nav-hidden #header {
  transition: 0.35s ease;
  filter: alpha(opacity=0);
  background: transparent;
  min-height: 0px !important;
  height: 0;
}
body.nav-hidden #header .header-body {
  background: rgba(20, 63, 144, 0.3);
  filter: alpha(opacity=0);
  border-bottom: 0;
  position: relative;
}
body.nav-hidden #header .header-body .header-nav-main nav > ul > li > a {
  color: #fff;
}
body.nav-hidden #header .header-body .header-nav-main nav > ul > li > a:hover {
  color: #a8e532;
}
body.nav-hidden #header .header-body .header-nav.header-nav-top-line nav > ul > li > a.active {
  border: 0;
}
body.nav-hidden #header .header-body .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-item:before {
  background: none;
}
body.nav-hidden #header .header-body .header-nav.header-nav-top-line nav > ul > li > a.dropdown-item.dropdown-toggle:after {
  border-color: #ffffff transparent transparent transparent;
}
body.nav-hidden #header .header-body .header-nav.header-nav-top-line nav > ul > li > a.dropdown-item.dropdown-toggle:hover:after {
  border-color: #a8e532 transparent transparent transparent;
}
body.nav-hidden #header .header-logo img {
  filter: brightness(0) invert(1);
}
body.nav-hidden #header .header-contact-phone {
  position: absolute;
  right: 0;
  top: 40px;
  padding-right: 30px;
  transition: 0.35s ease;
  z-index: 999999;
}
body.nav-hidden #header .header-contact-phone i {
  color: #e1ff94;
}
body.nav-hidden #header .header-contact-phone span a {
  color: #fff;
}
@media (min-width: 997px) {
  html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a {
    margin-top: 56px;
    height: 80px;
  }

  html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-item:before {
    content: "";
    position: absolute;
    background: #2945ba !important;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    opacity: 1;
  }

  html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-item.dropdown-toggle:after,
html.sticky-header-active body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-item.dropdown-toggle:hover:after,
html.sticky-header-active body.nav-hidden #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-item.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }
}
html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a.active {
  font-weight: bold;
  color: #616161 !important;
  border-bottom: 2px #2945ba solid !important;
  height: 82px;
}
html.sticky-header-active .header-body {
  border-bottom: 2px #2945ba solid !important;
  background-position: left top !important;
}
html.sticky-header-active .header-body .header-nav-main nav > ul > li > a,
html.sticky-header-active .header-body .header-nav-main nav > ul > li > a:hover {
  color: #616161 !important;
}
html.sticky-header-active .header-body .header-logo img {
  filter: none !important;
}
html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li > a,
html.sticky-header-active #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
  font-size: 14px;
}
.sticky-header-active .nav-shown .body {
  margin-top: 160.391px;
}
html.sticky-header-active body.nav-hidden #header {
  transition: 0.35s ease;
  display: inline-block;
  filter: alpha(opacity=100);
  opacity: 1;
}
html.sticky-header-active body.nav-hidden #header .header-body {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #f9f9f9 url("/files-custom/img/header/bg-header.png") left bottom repeat-x;
}
/* Header */
#header {
  position: relative;
  z-index: 1030;
}
#header .header-body {
  background: #f9f9f9 url("/files-custom/img/header/bg-header.png") left bottom repeat-x;
  transition: min-height 0.3s ease;
  width: 100%;
  border-bottom: 2px #2945ba solid;
  z-index: 1001;
}
#header .header-contact-phone {
  color: #616161;
  position: absolute;
  right: 0;
  top: 40px;
  padding-right: 30px;
  transition: 0.35s ease;
  z-index: 2;
}
#header .header-contact-phone i {
  color: #2945ba;
}
#header .header-contact-phone span a {
  color: #616161;
}
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}
#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-logo {
  height: 72px !important;
  margin: 3rem 0 2.4rem;
}
#header .header-logo img {
  position: relative;
  transition: all 0.3s ease;
}
#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  background: #CCC;
  color: #FFF;
  display: none;
}
#header .nav {
  margin-top: 30px;
}
html.sticky-header-active #header .header-logo {
  margin: 2.1rem 0 2rem;
}
html.sticky-header-active #header .header-body {
  position: fixed;
}
/* Header Nav Main */
@media (min-width: 992px) {
  #header .header-body {
    height: auto !important;
  }

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

  #header .header-nav-main nav > ul > li {
    margin: 0 0.9rem;
  }

  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    padding: 0;
  }

  #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-item.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,
#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 > a.active.dropdown-item.dropdown-toggle:after {
    border-color: #FFF transparent transparent transparent;
  }

  #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 #2945ba;
    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,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0 !important;
  }

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

  #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: #616161;
    font-weight: normal;
    font-size: 15px;
    min-height: 70px;
    height: 100%;
    /* transition: all 0.2s ease; */
  }

  #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,
#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 {
    font-weight: bold;
    color: #616161;
    border-bottom: 2px #2945ba solid;
  }

  #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-item:before {
    content: "";
    position: absolute;
    background: #2945ba;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  #header .header-nav.header-nav-top-line nav > ul > li:hover > a.active:before {
    height: 0;
  }

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

  #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;
  }

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

  #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: -2px;
  }

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

  #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,
#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 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:hover > .dropdown-menu {
    transform: translate3d(0, 2px, 0);
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#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;
    opacity: 0;
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
#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 .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transform: translate3d(-20px, 0, 0);
  }

  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
  }
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
  body.nav-hidden #header {
    min-height: 55px !important;
  }
  body.nav-hidden #header .header-body .header-nav-main nav > ul > li > a {
    color: #616161;
  }

  #header .header-container:not(.container) .header-nav-main {
    padding: 0 0.75rem;
  }

  #header .header-logo img {
    z-index: 1;
  }
  #header .header-contact-phone {
    display: none;
  }
  #header .header-nav {
    display: flex;
    align-items: center;
  }

  #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,
#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;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #616161 !important;
  }

  #header .header-nav-main nav > ul > li > a.active {
    color: #a8e532 !important;
    background: transparent;
  }

  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: absolute;
    z-index: 1;
    right: 30px;
    font-size: 20px;
    padding: 5px 10px;
  }

  html.sticky-header-active .header-btn-collapse-nav {
    bottom: 20px;
  }

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

  /*Make header smaller on mobile */
  html.sticky-header-active #header .header-body {
    margin-top: 0;
  }

  html.sticky-header-active .header-btn-collapse-nav,
.header-btn-collapse-nav {
    bottom: 20px;
  }

  #header .header-body {
    margin-top: -55px;
  }
  #header .header-logo {
    height: 72px !important;
    margin: 2.1rem 0 2.4rem;
  }
  #header .header-logo img {
    top: 44px !important;
    width: 200px !important;
    height: 49px !important;
  }
}
html.safari.sticky-header-active #header .header-body {
  overflow: visible !important;
}
html.ie #header .header-column .header-extra-info .feature-box .feature-box-info {
  flex: none;
}
.nav-masthead {
  margin-top: 50px;
}
.nav-masthead .active {
  font-family: Gilroy;
  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;
}
@media (min-width: 576px) {
  blockquote.img {
    padding: 200px 70px 70px 100px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .cover h1 {
    font-size: 2.4em;
    margin-top: 45px !important;
    letter-spacing: 1px;
    line-height: 1.4em;
  }

  blockquote.img {
    padding: 250px 70px 70px 100px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .masthead .masthead-brand {
    float: left;
  }
  .masthead .navbar-collapse {
    float: right;
    margin-top: 0px;
    position: relative;
    width: auto;
  }

  .section .section-caption {
    margin-top: 0;
  }
  .section .section-caption h2 {
    text-align: left !important;
  }
  .section .section-caption p {
    width: 80% !important;
    text-align: justify !important;
  }

  .inside .blog-inner .container {
    padding: 70px;
  }
  .inside .blog-inner .featured-img {
    margin: -70px -70px 70px -70px;
  }
  .inside .blog-inner .block {
    margin: 100px -70px;
  }
  .inside .blog-inner .block.content .text {
    padding: 0 70px 0 40px;
  }

  blockquote.normal {
    margin: 50px 0 50px 70px;
  }
  blockquote.img {
    margin: 100px 0px;
    padding: 70px 70px 70px 500px;
    background: #e4e4e4 url("/files-custom/img/blockquote-img.png") -81px 0px no-repeat;
    background-size: contain;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .section .container {
    padding: 100px 150px;
  }

  blockquote.img {
    background: #e4e4e4 url("/files-custom/img/blockquote-img.png") 0px 0px no-repeat;
    background-size: contain;
    padding: 70px 70px 70px 400px;
  }
}
.footer-section {
  background: #ffffff;
  padding: 50px 0;
  border-top: 1px solid #f3f3f3;
}
.footer-section-logo, .footer-section-contact, .footer-section-form {
  margin: 20px 0;
}
.footer-section-logo h3, .footer-section-contact h3, .footer-section-form h3 {
  color: #0d3b90;
}
.footer-section-logo {
  text-align: center;
}
.footer-section-logo img {
  width: 50%;
}
.footer-section-form iframe {
  min-height: auto !important;
}
.footer-section-contact i {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: inline-block;
  float: left;
  color: #a8e532;
  margin-top: 4px;
}
.footer-section-contact h3 {
  margin-bottom: 20px;
}
.footer-section-contact span a {
  color: #616161;
}
.footer-section-contact-phone {
  font-weight: bold;
  font-size: 1.7em;
}
footer {
  background: #2945ba;
  text-align: center;
}
footer a, footer a:hover {
  color: #ffffff;
}
.row.bottom {
  padding: 30px 0;
}
.row.bottom .footer-copyright span {
  color: #a8e532;
}
.row.bottom p {
  margin-bottom: 0;
  color: #fff;
}
.footer-isoft {
  text-align: center;
}
.footer-isoft a:hover {
  text-decoration: none;
}
.footer-isoft-logo {
  display: inline-block;
  background: url(/files-custom/img/footer/isoft-footer-logo-green.svg) 0 1px no-repeat;
  color: transparent;
  width: 89px;
  vertical-align: text-bottom;
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  .footer-section-logo {
    text-align: left;
  }
  .footer-section-logo img {
    width: 100%;
  }
}
@media (min-width: 997px) {
  .footer-section-logo {
    text-align: left;
  }
  .footer-section-logo img {
    width: 80%;
  }

  .footer-section-form iframe {
    width: 90%;
  }

  footer {
    text-align: left;
  }

  .row.bottom .footer-isoft {
    text-align: right;
  }
}
.cmt-none {
  margin-top: 1.5em !important;
}
.cmt-sm {
  margin-top: 1.8125em !important;
}
.cmt-md {
  margin-top: 2.125em !important;
}
.cmt-lg {
  margin-top: 2.75em !important;
}
.cmt-xl {
  margin-top: 3.375em !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;
  }
}
/* @include media-breakpoint-up(lg) {
   .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: #f3f3f3;
  width: 250%;
  height: 15px;
  margin: 1em -160px;
  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;
}
.text-sm {
  font-size: 0.875em !important;
}
.text-lg {
  font-size: 1.125em !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;
}
/*
 * Mobile sizes are added here
 * --------------------------------------------------
 */
.page-header-title {
  font-size: 12px;
}
/*
 * End mobile sizes
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  .page-header-title {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .page-header-title {
    font-size: 16px;
  }
}
html, body {
  font-family: Lato, Arial, sans-serif;
  font-size: 1em;
  height: 100%;
}
body {
  background: #f3f3f3;
  color: #797979;
  line-height: 1.5em;
}
button {
  border-radius: 4px;
}
*:focus {
  outline: 0;
}

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