body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #141af7 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ffbc00 !important;
}
.bg-warning {
  background-color: #f90c0c !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #141af7 !important;
  border-color: #141af7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #060bb8 !important;
  border-color: #060bb8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #060bb8 !important;
  border-color: #060bb8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f90c0c !important;
  border-color: #f90c0c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #b40404 !important;
  border-color: #b40404 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b40404 !important;
  border-color: #b40404 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #050aa0;
  color: #050aa0 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #141af7;
  border-color: #141af7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #141af7 !important;
  border-color: #141af7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #997100;
  color: #997100 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #9b0404;
  color: #9b0404 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #f90c0c;
  border-color: #f90c0c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f90c0c !important;
  border-color: #f90c0c !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #141af7 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ffbc00 !important;
}
.text-warning {
  color: #f90c0c !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #050aa0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #997100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9b0404 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbc00;
}
.alert-warning {
  background-color: #f90c0c;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #141af7;
  border-color: #141af7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #141af7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9dafe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fed3d3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #ffbc00;
}
#scrollToTop a i:before {
  background: #000000;
}
#scrollToTop a i:after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.mbr-arrow {
  background-color: #ffbc00;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #000000;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #141af7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #141af7;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #141af7;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #141af7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #141af7;
  border-bottom-color: #141af7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #141af7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e97d1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23141af7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-qFIpwLhgHn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c4f9c;
}
.cid-qFIpwLhgHn .navbar.opened {
  transition: all .3s;
  background: #1c4f9c !important;
}
.cid-qFIpwLhgHn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #b3b3b3;
  color: #000000 !important;
  background: #cccccc !important;
}
.cid-qFIpwLhgHn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-qFIpwLhgHn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-qFIpwLhgHn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qFIpwLhgHn .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-qFIpwLhgHn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #141af7;
}
.cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-qFIpwLhgHn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qFIpwLhgHn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-qFIpwLhgHn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-qFIpwLhgHn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-qFIpwLhgHn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-qFIpwLhgHn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qFIpwLhgHn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-qFIpwLhgHn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-qFIpwLhgHn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qFIpwLhgHn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-qFIpwLhgHn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-qFIpwLhgHn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qFIpwLhgHn .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-qFIpwLhgHn .navbar.navbar-short {
  background: #1c4f9c !important;
  min-height: 60px;
}
.cid-qFIpwLhgHn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qFIpwLhgHn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qFIpwLhgHn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qFIpwLhgHn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qFIpwLhgHn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qFIpwLhgHn .dropdown-item.active,
.cid-qFIpwLhgHn .dropdown-item:active {
  background-color: transparent;
}
.cid-qFIpwLhgHn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qFIpwLhgHn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qFIpwLhgHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qFIpwLhgHn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c4f9c;
}
.cid-qFIpwLhgHn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-qFIpwLhgHn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFIpwLhgHn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qFIpwLhgHn .navbar-buttons {
  text-align: center;
}
.cid-qFIpwLhgHn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qFIpwLhgHn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qFIpwLhgHn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFIpwLhgHn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFIpwLhgHn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFIpwLhgHn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFIpwLhgHn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFIpwLhgHn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFIpwLhgHn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFIpwLhgHn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFIpwLhgHn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qFIpwLhgHn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-qFIpwLhgHn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qFIpwLhgHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-qFIpwLhgHn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-qFIpwLhgHn .nav-link:hover,
.cid-qFIpwLhgHn .dropdown-item:hover {
  color: #ff8f00 !important;
}
.cid-rFiaDouyxD {
  background-image: url("../../../assets/images/lockport-ny-1920x800.jpg");
}
.cid-rFiaDouyxD .mbr-text,
.cid-rFiaDouyxD .typed-text,
.cid-rFiaDouyxD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rFiaDouyxD .btn {
  margin-left: 4px !important;
}
.cid-rFiaDouyxD .animated-element {
  color: #ffbc00;
}
.cid-rFiaDouyxD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rFiaDouyxD .mbr-section-title {
  text-align: left;
}
.cid-rFiaDouyxD SPAN {
  text-align: center;
}
.cid-tTVgugiqFv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-tTVgugiqFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTVgugiqFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTVgugiqFv .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tTVgugiqFv .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tTVgugiqFv .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tTVgugiqFv .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tTVgugiqFv .image-wrapper {
  position: relative;
  height: 50%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tTVgugiqFv .image-wrapper {
    margin: 0;
  }
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tTVgugiqFv .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tTVgugiqFv .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tTVgugiqFv .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tTVgugiqFv .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tTVgugiqFv .mbr-section-title {
  color: #000000;
}
.cid-tTVgugiqFv .mbr-text {
  color: #000000;
}
.cid-tTVgugiqFv .card-title {
  color: #000000;
  text-align: center;
}
.cid-sa6GE17VtI {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sa6GE17VtI {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.cid-sa6GE17VtI .text {
  padding: 0;
}
.cid-sa6GE17VtI section {
  position: relative;
}
.cid-sa6GE17VtI h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sa6GE17VtI .mbr-iconfont {
  padding: 0!important;
}
.cid-sa6GE17VtI .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #1c4f9c;
}
.cid-sa6GE17VtI .box {
  background-image: url("../../../assets/images/wedo-800x444.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sa6GE17VtI .icon-wrap {
  background-color: #f90c0c !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sa6GE17VtI .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sa6GE17VtI .icon-wrap span {
  padding-left: 8px;
}
.cid-sa6GE17VtI .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sa6GE17VtI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sa6GE17VtI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sa6GE17VtI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sa6GE17VtI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sa6GE17VtI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sa6GE17VtI a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sa6GE17VtI {
    padding-top: 56px;
    padding-bottom: 35px;
  }
  .cid-sa6GE17VtI .box {
    height: 250px;
  }
  .cid-sa6GE17VtI .row {
    padding: 1rem!important;
  }
}
.cid-sa2Erct3Cu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sa2Erct3Cu .mbr-iconfont {
  color: #767676;
  font-size: 0.9rem;
}
.cid-sa2Erct3Cu .title,
.cid-sa2Erct3Cu .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sa2Erct3Cu .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sa2Erct3Cu .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sa2Erct3Cu .phone {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-sa2Erct3Cu .text-box {
  padding: 0rem;
}
.cid-sa2Erct3Cu .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sa2Erct3Cu .card-title {
  color: #4324a6;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sa2Erct3Cu .card-img {
  overflow: hidden;
}
.cid-sa2Erct3Cu .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sa2Erct3Cu .card-box {
  padding: 0rem;
}
.cid-sa2Erct3Cu img {
  transition: all 0.3s;
}
.cid-sa2Erct3Cu .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sa2Erct3Cu .status {
  color: #000000;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sa2Erct3Cu .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sa2Erct3Cu .card-img {
    width: 30%;
  }
  .cid-sa2Erct3Cu .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sa2Erct3Cu .card-img {
    width: 50%;
  }
  .cid-sa2Erct3Cu .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sa2Erct3Cu .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sa2Erct3Cu .card-img {
    width: 100%;
  }
  .cid-sa2Erct3Cu .card-box {
    width: 100%;
  }
}
.cid-sa2Erct3Cu .card-box > p,
.cid-sa2Erct3Cu .mbr-section-btn {
  color: #000000;
}
.cid-sa27n0r4bz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sa27n0r4bz h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sa27n0r4bz .pt-4 {
  padding-top: 2rem!important;
}
.cid-sa27n0r4bz .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sa27n0r4bz p {
  color: #767676;
  text-align: left;
}
.cid-sa27n0r4bz .card-wrapper {
  height: 100%;
}
.cid-sa27n0r4bz .container-fluid {
  max-width: 1600px;
}
.cid-sa27n0r4bz img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-sa27n0r4bz h4 {
  margin: 0;
}
.cid-sa27n0r4bz .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sa27n0r4bz .mbr-iconfont {
  color: #149dcc;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sa27n0r4bz .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sa27n0r4bz .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sa27n0r4bz .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sa27n0r4bz .icons {
    opacity: 1;
  }
}
.cid-sa27n0r4bz .name,
.cid-sa27n0r4bz .title-align {
  text-align: center;
}
.cid-sa27n0r4bz .card-title {
  text-align: center;
}
.cid-sa27n0r4bz .maintitle {
  text-align: center;
}
.cid-tIwVkEYjf2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eff1f2;
}
.cid-tIwVkEYjf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIwVkEYjf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIwVkEYjf2 .container {
    padding: 0 16px;
  }
}
.cid-tIwVkEYjf2 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIwVkEYjf2 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIwVkEYjf2 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIwVkEYjf2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tIwVkEYjf2 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIwVkEYjf2 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIwVkEYjf2 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIwVkEYjf2 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIwVkEYjf2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIwVkEYjf2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-sa6tUuTT2v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sa6tUuTT2v .mbr-iconfont {
  color: #767676;
  font-size: 1.4rem;
}
.cid-sa6tUuTT2v .title,
.cid-sa6tUuTT2v .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sa6tUuTT2v .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #cccccc;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sa6tUuTT2v .ico-wrap {
  background: #cccccc;
  padding: 1rem;
}
.cid-sa6tUuTT2v .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sa6tUuTT2v .text-box {
  padding: 0rem;
}
.cid-sa6tUuTT2v .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sa6tUuTT2v .card-title {
  color: #4324a6;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sa6tUuTT2v .card-img {
  overflow: hidden;
}
.cid-sa6tUuTT2v .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sa6tUuTT2v .card-box {
  padding: 0rem;
}
.cid-sa6tUuTT2v img {
  transition: all 0.3s;
}
.cid-sa6tUuTT2v .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-sa6tUuTT2v .status {
  color: #000000;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sa6tUuTT2v .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sa6tUuTT2v .card-img {
    width: 30%;
  }
  .cid-sa6tUuTT2v .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sa6tUuTT2v .card-img {
    width: 50%;
  }
  .cid-sa6tUuTT2v .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sa6tUuTT2v .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sa6tUuTT2v .card-img {
    width: 100%;
  }
  .cid-sa6tUuTT2v .card-box {
    width: 100%;
  }
}
.cid-sa6tUuTT2v .card-box > p,
.cid-sa6tUuTT2v .mbr-section-btn {
  color: #767676;
}
.cid-rCDArgr8pQ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #1c4f9c;
}
.cid-rCDArgr8pQ .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-rCDArgr8pQ .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-rCDArgr8pQ .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rCDArgr8pQ .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rCDArgr8pQ .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-rCDArgr8pQ .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-rCDArgr8pQ H2 {
  color: #ffffff;
}
.cid-rCDArgr8pQ LABEL {
  color: #ffffff;
}
.cid-rzlmRcGxvy {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contactimage-1793x1425.jpg");
}
.cid-rzlmRcGxvy .mbr-section-heading {
  margin-bottom: 1.5em;
  color: #ffbc00;
}
.cid-rzlmRcGxvy .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-rzlmRcGxvy .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rzlmRcGxvy .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rzlmRcGxvy .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-rzlmRcGxvy .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-rzlrgPkjJ7 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #060845;
}
.cid-rzlrgPkjJ7 a:link {
  text-decoration: none;
}
.cid-rzlrgPkjJ7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rzlrgPkjJ7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rzlrgPkjJ7 .inner-text {
  line-height: 3em;
}
.cid-rzlrgPkjJ7 .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-rzlrgPkjJ7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rzlrgPkjJ7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rzlrgPkjJ7 .content-text,
.cid-rzlrgPkjJ7 .inner-text {
  color: #ffffff;
}
.cid-rARqkzpXWF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #574eb7;
}
.cid-rARqkzpXWF .navbar.opened {
  transition: all .3s;
  background: #574eb7 !important;
}
.cid-rARqkzpXWF .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #b3b3b3;
  color: #000000 !important;
  background: #cccccc !important;
}
.cid-rARqkzpXWF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rARqkzpXWF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rARqkzpXWF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rARqkzpXWF .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rARqkzpXWF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #141af7;
}
.cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rARqkzpXWF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rARqkzpXWF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rARqkzpXWF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rARqkzpXWF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rARqkzpXWF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rARqkzpXWF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rARqkzpXWF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rARqkzpXWF .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rARqkzpXWF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rARqkzpXWF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rARqkzpXWF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rARqkzpXWF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rARqkzpXWF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-rARqkzpXWF .navbar.navbar-short {
  background: #574eb7 !important;
  min-height: 60px;
}
.cid-rARqkzpXWF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rARqkzpXWF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rARqkzpXWF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rARqkzpXWF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rARqkzpXWF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rARqkzpXWF .dropdown-item.active,
.cid-rARqkzpXWF .dropdown-item:active {
  background-color: transparent;
}
.cid-rARqkzpXWF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rARqkzpXWF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rARqkzpXWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rARqkzpXWF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #574eb7;
}
.cid-rARqkzpXWF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rARqkzpXWF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rARqkzpXWF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rARqkzpXWF .navbar-buttons {
  text-align: center;
}
.cid-rARqkzpXWF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rARqkzpXWF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rARqkzpXWF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rARqkzpXWF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rARqkzpXWF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rARqkzpXWF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rARqkzpXWF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rARqkzpXWF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rARqkzpXWF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rARqkzpXWF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rARqkzpXWF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rARqkzpXWF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rARqkzpXWF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rARqkzpXWF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rARqkzpXWF .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rARqkzpXWF .nav-link:hover,
.cid-rARqkzpXWF .dropdown-item:hover {
  color: #ff8f00 !important;
}
.cid-rARqkAk4x6 {
  background: #574eb7;
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-rARqkAk4x6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rARqkAk4x6 .video-block {
    width: 100% !important;
  }
}
.cid-rARqkAKfkp {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rARqkAKfkp blockquote {
  color: #232323;
  font-size: inherit;
  font-style: normal;
}
.cid-rARqkAKfkp .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #232323;
  opacity: .1;
}
.cid-rARqkAKfkp .mbr-iconfont.right-top {
  right: -1rem;
  top: -1rem;
}
.cid-rARqkBbJsO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-rARqkBbJsO .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-rARqkBbJsO .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-rARqkBbJsO .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rARqkBbJsO .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rARqkBbJsO .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-rARqkBbJsO .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-rARqkBYjcR {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contactimage-1793x1425.jpg");
}
.cid-rARqkBYjcR .mbr-section-heading {
  margin-bottom: 1.5em;
  color: #ffbc00;
}
.cid-rARqkBYjcR .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-rARqkBYjcR .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-rARqkBYjcR .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rARqkBYjcR .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-rARqkBYjcR .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-rARqkCFuku {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rARqkCFuku a:link {
  text-decoration: none;
}
.cid-rARqkCFuku .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rARqkCFuku .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-rARqkCFuku .inner-text {
  line-height: 3em;
}
.cid-rARqkCFuku .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-rARqkCFuku .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rARqkCFuku .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rARqkCFuku .content-text,
.cid-rARqkCFuku .inner-text {
  color: #c1c1c1;
}
.cid-u8fzcuqSU8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1c4f9c;
}
.cid-u8fzcuqSU8 .navbar.opened {
  transition: all .3s;
  background: #1c4f9c !important;
}
.cid-u8fzcuqSU8 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #b3b3b3;
  color: #000000 !important;
  background: #cccccc !important;
}
.cid-u8fzcuqSU8 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u8fzcuqSU8 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u8fzcuqSU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8fzcuqSU8 .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u8fzcuqSU8 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #141af7;
}
.cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u8fzcuqSU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8fzcuqSU8 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u8fzcuqSU8 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u8fzcuqSU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u8fzcuqSU8 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u8fzcuqSU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8fzcuqSU8 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u8fzcuqSU8 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u8fzcuqSU8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8fzcuqSU8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u8fzcuqSU8 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u8fzcuqSU8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8fzcuqSU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8fzcuqSU8 .navbar.navbar-short {
  background: #1c4f9c !important;
  min-height: 60px;
}
.cid-u8fzcuqSU8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8fzcuqSU8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8fzcuqSU8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8fzcuqSU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8fzcuqSU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fzcuqSU8 .dropdown-item.active,
.cid-u8fzcuqSU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fzcuqSU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fzcuqSU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fzcuqSU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fzcuqSU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1c4f9c;
}
.cid-u8fzcuqSU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u8fzcuqSU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fzcuqSU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8fzcuqSU8 .navbar-buttons {
  text-align: center;
}
.cid-u8fzcuqSU8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u8fzcuqSU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8fzcuqSU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8fzcuqSU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fzcuqSU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fzcuqSU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8fzcuqSU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fzcuqSU8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8fzcuqSU8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8fzcuqSU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fzcuqSU8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8fzcuqSU8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u8fzcuqSU8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8fzcuqSU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u8fzcuqSU8 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u8fzcuqSU8 .nav-link:hover,
.cid-u8fzcuqSU8 .dropdown-item:hover {
  color: #ff8f00 !important;
}
.cid-u8fzcuSF18 {
  background-image: url("../../../assets/images/lockport-ny-1920x800.jpg");
}
.cid-u8fzcuSF18 .mbr-text,
.cid-u8fzcuSF18 .typed-text,
.cid-u8fzcuSF18 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-u8fzcuSF18 .btn {
  margin-left: 4px !important;
}
.cid-u8fzcuSF18 .animated-element {
  color: #ffbc00;
}
.cid-u8fzcuSF18 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u8fzcuSF18 .mbr-section-title {
  text-align: left;
}
.cid-u8fzcuSF18 SPAN {
  text-align: center;
}
.cid-u8lAGlEHgM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u8lAGlEHgM .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8lAGlEHgM .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8lAGlEHgM .photo-split {
  padding: 0;
}
.cid-u8lAGlEHgM .photo-split img {
  width: 100%;
}
.cid-u8lAGlEHgM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-u8lAGlEHgM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8lAGlEHgM .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-u8lAGlEHgM .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-u8lAGlEHgM .wrap-block {
  padding: 3rem 3rem;
}
.cid-u8lAGlEHgM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-u8lAGlEHgM .wrap-block ul li {
  display: inline-block;
}
.cid-u8lAGlEHgM .wrap-block ul li span {
  text-align: center;
}
.cid-u8lAGlEHgM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-u8lAGlEHgM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u8lAGlEHgM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u8lAGlEHgM .mbr-list,
.cid-u8lAGlEHgM .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-u8lAGlEHgM .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u8lAGlEHgM .mbr-section-title,
  .cid-u8lAGlEHgM .mbr-section-subtitle,
  .cid-u8lAGlEHgM .mbr-text {
    text-align: center !important;
  }
  .cid-u8lAGlEHgM .social-list {
    text-align: center !important;
  }
}
.cid-u8lAGlEHgM .mbr-section-title {
  color: #a65c00;
  text-align: center;
}
.cid-u8lAGlEHgM .mbr-section-subtitle {
  text-align: center;
}
.cid-u8lCldDQRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8lCldDQRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8lCldDQRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8lCldDQRO .container {
    padding: 0 22px;
  }
}
.cid-u8lCldDQRO .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8lCldDQRO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8lCldDQRO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8lCldDQRO .mbr-section-title {
  color: #000000;
}
.cid-u8lCldDQRO .mbr-text {
  color: #000000;
}
.cid-u8fzcz9Sv0 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contactimage-1793x1425.jpg");
}
.cid-u8fzcz9Sv0 .mbr-section-heading {
  margin-bottom: 1.5em;
  color: #ffbc00;
}
.cid-u8fzcz9Sv0 .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-u8fzcz9Sv0 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-u8fzcz9Sv0 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-u8fzcz9Sv0 .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-u8fzcz9Sv0 .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-u8fzcyvtA7 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #1c4f9c;
}
.cid-u8fzcyvtA7 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-u8fzcyvtA7 .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-u8fzcyvtA7 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-u8fzcyvtA7 .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-u8fzcyvtA7 .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-u8fzcyvtA7 .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-u8fzcyvtA7 H2 {
  color: #ffffff;
}
.cid-u8fzcyvtA7 LABEL {
  color: #ffffff;
}
.cid-u8fzczJJdR {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #060845;
}
.cid-u8fzczJJdR a:link {
  text-decoration: none;
}
.cid-u8fzczJJdR .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8fzczJJdR .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-u8fzczJJdR .inner-text {
  line-height: 3em;
}
.cid-u8fzczJJdR .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-u8fzczJJdR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u8fzczJJdR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u8fzczJJdR .content-text,
.cid-u8fzczJJdR .inner-text {
  color: #ffffff;
}
.cid-u8fzoj6HJK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #574eb7;
}
.cid-u8fzoj6HJK .navbar.opened {
  transition: all .3s;
  background: #574eb7 !important;
}
.cid-u8fzoj6HJK .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #b3b3b3;
  color: #000000 !important;
  background: #cccccc !important;
}
.cid-u8fzoj6HJK .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u8fzoj6HJK .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u8fzoj6HJK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8fzoj6HJK .navbar .dropdown-menu {
  width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-u8fzoj6HJK .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #141af7;
}
.cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u8fzoj6HJK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8fzoj6HJK .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u8fzoj6HJK .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-u8fzoj6HJK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u8fzoj6HJK .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u8fzoj6HJK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8fzoj6HJK .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u8fzoj6HJK .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-u8fzoj6HJK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8fzoj6HJK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-u8fzoj6HJK .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u8fzoj6HJK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8fzoj6HJK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8fzoj6HJK .navbar.navbar-short {
  background: #574eb7 !important;
  min-height: 60px;
}
.cid-u8fzoj6HJK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8fzoj6HJK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8fzoj6HJK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8fzoj6HJK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8fzoj6HJK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fzoj6HJK .dropdown-item.active,
.cid-u8fzoj6HJK .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fzoj6HJK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fzoj6HJK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fzoj6HJK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fzoj6HJK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #574eb7;
}
.cid-u8fzoj6HJK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u8fzoj6HJK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fzoj6HJK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8fzoj6HJK .navbar-buttons {
  text-align: center;
}
.cid-u8fzoj6HJK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u8fzoj6HJK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8fzoj6HJK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8fzoj6HJK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fzoj6HJK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fzoj6HJK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8fzoj6HJK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fzoj6HJK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8fzoj6HJK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8fzoj6HJK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fzoj6HJK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8fzoj6HJK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-u8fzoj6HJK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8fzoj6HJK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u8fzoj6HJK .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-u8fzoj6HJK .nav-link:hover,
.cid-u8fzoj6HJK .dropdown-item:hover {
  color: #ff8f00 !important;
}
.cid-u8fzojpxFy {
  background-image: url("../../../assets/images/lockport-ny-1920x800.jpg");
}
.cid-u8fzojpxFy .mbr-text,
.cid-u8fzojpxFy .typed-text,
.cid-u8fzojpxFy .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-u8fzojpxFy .btn {
  margin-left: 4px !important;
}
.cid-u8fzojpxFy .animated-element {
  color: #ffbc00;
}
.cid-u8fzojpxFy .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-u8fzojpxFy .mbr-section-title {
  text-align: left;
}
.cid-u8fzojpxFy SPAN {
  text-align: center;
}
.cid-u8fzoppJSo {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8fzoooEYT {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #1c4f9c;
}
.cid-u8fzoooEYT .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-u8fzoooEYT .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-u8fzoooEYT .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-u8fzoooEYT .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-u8fzoooEYT .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-u8fzoooEYT .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-u8fzoooEYT H2 {
  color: #ffffff;
}
.cid-u8fzoooEYT LABEL {
  color: #ffffff;
}
.cid-u8fzooPvWe {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contactimage-1793x1425.jpg");
}
.cid-u8fzooPvWe .mbr-section-heading {
  margin-bottom: 1.5em;
  color: #ffbc00;
}
.cid-u8fzooPvWe .input-main {
  width: 99.6%;
  margin-left: .1em;
}
.cid-u8fzooPvWe .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-u8fzooPvWe .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-u8fzooPvWe .input-wrap input {
  border: 1px solid #ddd;
  padding-left: .5em;
  height: 2.5em;
  width: 96%;
}
.cid-u8fzooPvWe .form-group textarea {
  height: 15em;
  background-color: white;
  padding: 0.5em 0.6em;
  width: 98%;
}
.cid-u8fzop6fqI {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #060845;
}
.cid-u8fzop6fqI a:link {
  text-decoration: none;
}
.cid-u8fzop6fqI .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8fzop6fqI .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-u8fzop6fqI .inner-text {
  line-height: 3em;
}
.cid-u8fzop6fqI .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-u8fzop6fqI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u8fzop6fqI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u8fzop6fqI .content-text,
.cid-u8fzop6fqI .inner-text {
  color: #ffffff;
}
