body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #c70a00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c70a00 !important;
  border-color: #c70a00 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b0600 !important;
  border-color: #7b0600 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !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 {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c70a00;
  color: #c70a00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c70a00;
  border-color: #c70a00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c70a00 !important;
  border-color: #c70a00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #c70a00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff392e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #c70a00;
}
.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: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff5147;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #3c71d3 !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%;
  width: 100%;
  height: auto;
}
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='%23848abd' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVs3EEyyG4 .dropdown-menu {
  padding: 12px 0;
}
.cid-rVs3EEyyG4 .dropdown-item:hover,
.cid-rVs3EEyyG4 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rVs3EEyyG4 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rVs3EEyyG4 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVs3EEyyG4 .nav-link {
  position: relative;
}
.cid-rVs3EEyyG4 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rVs3EEyyG4 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rVs3EEyyG4 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rVs3EEyyG4 .dropdown-menu,
.cid-rVs3EEyyG4 .navbar.opened {
  background: #000000 !important;
}
.cid-rVs3EEyyG4 .nav-item:focus,
.cid-rVs3EEyyG4 .nav-link:focus {
  outline: none;
}
.cid-rVs3EEyyG4 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rVs3EEyyG4 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVs3EEyyG4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVs3EEyyG4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVs3EEyyG4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVs3EEyyG4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-rVs3EEyyG4 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rVs3EEyyG4 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rVs3EEyyG4 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rVs3EEyyG4 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rVs3EEyyG4 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rVs3EEyyG4 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rVs3EEyyG4 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rVs3EEyyG4 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rVs3EEyyG4 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rVs3EEyyG4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVs3EEyyG4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVs3EEyyG4 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened {
  position: fixed;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rVs3EEyyG4 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rVs3EEyyG4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVs3EEyyG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVs3EEyyG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rVs3EEyyG4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rVs3EEyyG4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVs3EEyyG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rVs3EEyyG4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rVs3EEyyG4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVs3EEyyG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVs3EEyyG4 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVs3EEyyG4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rVs3EEyyG4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rVs3EEyyG4 .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-rVs3EEyyG4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVs3EEyyG4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVs3EEyyG4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVs3EEyyG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVs3EEyyG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVs3EEyyG4 .dropdown-item.active,
.cid-rVs3EEyyG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVs3EEyyG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVs3EEyyG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVs3EEyyG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-rVs3EEyyG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVs3EEyyG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVs3EEyyG4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVs3EEyyG4 .navbar-buttons {
  text-align: center;
}
.cid-rVs3EEyyG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rVs3EEyyG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rVs3EEyyG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rVs3EEyyG4 .navbar-dropdown {
  position: fixed;
}
.cid-rVs3EEyyG4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVs3EEyyG4 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVs3EEyyG4 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rVs3EEyyG4 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVs3EEyyG4 .navbar {
    height: 77px;
  }
  .cid-rVs3EEyyG4 .navbar.opened {
    height: auto;
  }
  .cid-rVs3EEyyG4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVs3FWodnW {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-rVs3FWodnW .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-rVs3FWodnW .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-rVs3FWodnW .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-rVs3FWodnW .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNgIldaw5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sNgIldaw5q .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sNgIldaw5q .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sNgIldaw5q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sNgIldaw5q .title {
  font-weight: 700;
  color: #ffffff;
}
.cid-sNgIldaw5q .subtitle {
  padding-top: 11px;
  font-weight: 500;
}
.cid-sNgIldaw5q .top {
  padding-top: 55px;
}
.cid-sNgIldaw5q .number-left {
  padding-top: 4px;
  text-align: left;
  font-weight: 700;
  color: #c70a00;
}
.cid-sNgIldaw5q .number-right {
  padding-top: 4px;
  text-align: right;
  font-weight: 700;
  color: #c70a00;
}
.cid-sNgIldaw5q .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sNgIldaw5q .title-left {
  text-align: right;
  color: #606060;
}
.cid-sNgIldaw5q .subtitle-left {
  text-align: right;
  color: #606060;
}
.cid-sNgIldaw5q .subtitle-right {
  color: #606060;
}
.cid-sNgIldaw5q .title-right {
  color: #606060;
}
@media (max-width: 770px) {
  .cid-sNgIldaw5q .bottom {
    margin-bottom: 55px;
  }
}
.cid-sNgK12TUIQ {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sNgK12TUIQ .mbr-figure {
  padding: 0;
}
.cid-sNgK12TUIQ .content-row {
  background-color: #0c57bf;
}
.cid-sNgK12TUIQ .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (min-width: 992px) {
  .cid-sNgK12TUIQ .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sNgK12TUIQ .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-sNgK12TUIQ .content-row .media-content .content-block {
  z-index: 1;
}
.cid-sNgK12TUIQ .testimonial-text {
  color: #ecedee;
}
.cid-sNgJZdbVmc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sNgJZdbVmc .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-rVs3IvIhI2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVs3IvIhI2 .container {
    max-width: 1400px;
  }
}
.cid-rVs3IvIhI2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs3IvIhI2 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-rVs3IvIhI2 .main-title {
  margin-bottom: 56px;
}
.cid-rVs3IvIhI2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVs3IvIhI2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs3IvIhI2 img {
  width: 100%;
}
.cid-rVs3IvIhI2 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-rVs3IvIhI2 .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-rVs3IvIhI2 .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box {
  height: 100%;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-rVs3IvIhI2 .mbr-section-btn {
  text-align: center;
}
.cid-rVs3IvIhI2 .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-rVs3IvIhI2 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rVs3IvIhI2 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-rVs3IvIhI2 .card-box {
    padding: 1rem;
  }
}
.cid-sNgKljmCAK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNgKljmCAK .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNgKljmCAK .first-column .mbr-text {
  margin: 0;
}
.cid-sNgKljmCAK .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNgKljmCAK .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNgKljmCAK .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNgKljmCAK .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNgKljmCAK .form-group {
  max-width: 55%;
}
.cid-sNgKljmCAK .form-group,
.cid-sNgKljmCAK .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNgKljmCAK .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNgKljmCAK .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNgKljmCAK .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNgKljmCAK .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNgKljmCAK .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNgKljmCAK .col + .mbr-section-btn .btn,
.cid-sNgKljmCAK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNgKljmCAK .dragArea > *:nth-last-child(2).col,
.cid-sNgKljmCAK .dragArea > *:nth-last-child(2).col-auto,
.cid-sNgKljmCAK .col + .mbr-section-btn,
.cid-sNgKljmCAK .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNgKljmCAK .first-column,
  .cid-sNgKljmCAK .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNgKljmCAK .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNgKljmCAK .first-column,
  .cid-sNgKljmCAK .second-column,
  .cid-sNgKljmCAK .third-column {
    text-align: center;
  }
}
.cid-sNwu1eDDzh .dropdown-menu {
  padding: 12px 0;
}
.cid-sNwu1eDDzh .dropdown-item:hover,
.cid-sNwu1eDDzh .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sNwu1eDDzh .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sNwu1eDDzh .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sNwu1eDDzh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNwu1eDDzh .nav-link {
  position: relative;
}
.cid-sNwu1eDDzh .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sNwu1eDDzh .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNwu1eDDzh .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sNwu1eDDzh .dropdown-menu,
.cid-sNwu1eDDzh .navbar.opened {
  background: #000000 !important;
}
.cid-sNwu1eDDzh .nav-item:focus,
.cid-sNwu1eDDzh .nav-link:focus {
  outline: none;
}
.cid-sNwu1eDDzh .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sNwu1eDDzh .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sNwu1eDDzh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwu1eDDzh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNwu1eDDzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNwu1eDDzh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwu1eDDzh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNwu1eDDzh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNwu1eDDzh .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sNwu1eDDzh .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sNwu1eDDzh .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sNwu1eDDzh .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sNwu1eDDzh .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sNwu1eDDzh .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sNwu1eDDzh .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sNwu1eDDzh .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sNwu1eDDzh .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sNwu1eDDzh .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sNwu1eDDzh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNwu1eDDzh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNwu1eDDzh .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sNwu1eDDzh .navbar.collapsed.opened {
  position: fixed;
}
.cid-sNwu1eDDzh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sNwu1eDDzh .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sNwu1eDDzh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sNwu1eDDzh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNwu1eDDzh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNwu1eDDzh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNwu1eDDzh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNwu1eDDzh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNwu1eDDzh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNwu1eDDzh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNwu1eDDzh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNwu1eDDzh .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sNwu1eDDzh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNwu1eDDzh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNwu1eDDzh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sNwu1eDDzh .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sNwu1eDDzh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNwu1eDDzh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNwu1eDDzh .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNwu1eDDzh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sNwu1eDDzh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNwu1eDDzh .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sNwu1eDDzh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNwu1eDDzh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNwu1eDDzh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNwu1eDDzh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNwu1eDDzh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNwu1eDDzh .dropdown-item.active,
.cid-sNwu1eDDzh .dropdown-item:active {
  background-color: transparent;
}
.cid-sNwu1eDDzh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNwu1eDDzh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNwu1eDDzh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNwu1eDDzh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sNwu1eDDzh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNwu1eDDzh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNwu1eDDzh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNwu1eDDzh .navbar-buttons {
  text-align: center;
}
.cid-sNwu1eDDzh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNwu1eDDzh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNwu1eDDzh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNwu1eDDzh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwu1eDDzh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwu1eDDzh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNwu1eDDzh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwu1eDDzh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNwu1eDDzh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNwu1eDDzh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwu1eDDzh .navbar-dropdown {
  position: fixed;
}
.cid-sNwu1eDDzh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNwu1eDDzh .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNwu1eDDzh .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sNwu1eDDzh .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNwu1eDDzh .navbar {
    height: 77px;
  }
  .cid-sNwu1eDDzh .navbar.opened {
    height: auto;
  }
  .cid-sNwu1eDDzh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNwu1fpwCm {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-sNwu1fpwCm .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sNwu1fpwCm .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sNwu1fpwCm .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNwu1fpwCm .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNwukR4inV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-sNwukR4inV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sNwukR4inV H4 {
  color: #595959;
}
.cid-sNwukR4inV LABEL {
  color: #595959;
}
.cid-sNwu1hCDwq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNwu1hCDwq .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNwu1hCDwq .first-column .mbr-text {
  margin: 0;
}
.cid-sNwu1hCDwq .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNwu1hCDwq .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNwu1hCDwq .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNwu1hCDwq .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNwu1hCDwq .form-group {
  max-width: 55%;
}
.cid-sNwu1hCDwq .form-group,
.cid-sNwu1hCDwq .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNwu1hCDwq .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNwu1hCDwq .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwu1hCDwq .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwu1hCDwq .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwu1hCDwq .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwu1hCDwq .col + .mbr-section-btn .btn,
.cid-sNwu1hCDwq .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNwu1hCDwq .dragArea > *:nth-last-child(2).col,
.cid-sNwu1hCDwq .dragArea > *:nth-last-child(2).col-auto,
.cid-sNwu1hCDwq .col + .mbr-section-btn,
.cid-sNwu1hCDwq .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNwu1hCDwq .first-column,
  .cid-sNwu1hCDwq .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNwu1hCDwq .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNwu1hCDwq .first-column,
  .cid-sNwu1hCDwq .second-column,
  .cid-sNwu1hCDwq .third-column {
    text-align: center;
  }
}
.cid-sNwuVTkX1G .dropdown-menu {
  padding: 12px 0;
}
.cid-sNwuVTkX1G .dropdown-item:hover,
.cid-sNwuVTkX1G .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sNwuVTkX1G .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sNwuVTkX1G .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sNwuVTkX1G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNwuVTkX1G .nav-link {
  position: relative;
}
.cid-sNwuVTkX1G .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sNwuVTkX1G .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNwuVTkX1G .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sNwuVTkX1G .dropdown-menu,
.cid-sNwuVTkX1G .navbar.opened {
  background: #000000 !important;
}
.cid-sNwuVTkX1G .nav-item:focus,
.cid-sNwuVTkX1G .nav-link:focus {
  outline: none;
}
.cid-sNwuVTkX1G .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sNwuVTkX1G .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sNwuVTkX1G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwuVTkX1G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNwuVTkX1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNwuVTkX1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwuVTkX1G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNwuVTkX1G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNwuVTkX1G .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sNwuVTkX1G .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sNwuVTkX1G .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sNwuVTkX1G .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sNwuVTkX1G .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sNwuVTkX1G .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sNwuVTkX1G .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sNwuVTkX1G .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sNwuVTkX1G .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sNwuVTkX1G .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sNwuVTkX1G .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNwuVTkX1G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNwuVTkX1G .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sNwuVTkX1G .navbar.collapsed.opened {
  position: fixed;
}
.cid-sNwuVTkX1G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sNwuVTkX1G .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sNwuVTkX1G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sNwuVTkX1G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNwuVTkX1G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNwuVTkX1G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNwuVTkX1G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNwuVTkX1G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNwuVTkX1G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNwuVTkX1G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNwuVTkX1G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNwuVTkX1G .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sNwuVTkX1G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNwuVTkX1G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNwuVTkX1G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sNwuVTkX1G .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sNwuVTkX1G .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNwuVTkX1G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNwuVTkX1G .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNwuVTkX1G .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sNwuVTkX1G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNwuVTkX1G .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sNwuVTkX1G .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNwuVTkX1G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNwuVTkX1G .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNwuVTkX1G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNwuVTkX1G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNwuVTkX1G .dropdown-item.active,
.cid-sNwuVTkX1G .dropdown-item:active {
  background-color: transparent;
}
.cid-sNwuVTkX1G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNwuVTkX1G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNwuVTkX1G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNwuVTkX1G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sNwuVTkX1G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNwuVTkX1G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNwuVTkX1G ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNwuVTkX1G .navbar-buttons {
  text-align: center;
}
.cid-sNwuVTkX1G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNwuVTkX1G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNwuVTkX1G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNwuVTkX1G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwuVTkX1G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwuVTkX1G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNwuVTkX1G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwuVTkX1G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNwuVTkX1G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNwuVTkX1G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwuVTkX1G .navbar-dropdown {
  position: fixed;
}
.cid-sNwuVTkX1G a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNwuVTkX1G .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNwuVTkX1G .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sNwuVTkX1G .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNwuVTkX1G .navbar {
    height: 77px;
  }
  .cid-sNwuVTkX1G .navbar.opened {
    height: auto;
  }
  .cid-sNwuVTkX1G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNwuVTWP1G {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-sNwuVTWP1G .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sNwuVTWP1G .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sNwuVTWP1G .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNwuVTWP1G .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNwvngL1Qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNwvngL1Qb .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sNwvngL1Qb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sNwvngL1Qb .panel-group {
  border: none;
}
.cid-sNwvngL1Qb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sNwvngL1Qb .panel-body,
.cid-sNwvngL1Qb .card-header {
  padding: 1rem 0;
}
.cid-sNwvngL1Qb .panel-title-edit {
  color: #606060;
}
.cid-sNwvngL1Qb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sNwvngL1Qb H3 {
  color: #878787;
}
.cid-sNwvngL1Qb .panel-text {
  color: #606060;
}
.cid-sNwuVUGZI0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sNwuVUGZI0 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sNwuVUZ18f {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNwuVUZ18f .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNwuVUZ18f .first-column .mbr-text {
  margin: 0;
}
.cid-sNwuVUZ18f .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNwuVUZ18f .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNwuVUZ18f .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNwuVUZ18f .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNwuVUZ18f .form-group {
  max-width: 55%;
}
.cid-sNwuVUZ18f .form-group,
.cid-sNwuVUZ18f .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNwuVUZ18f .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNwuVUZ18f .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwuVUZ18f .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwuVUZ18f .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwuVUZ18f .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwuVUZ18f .col + .mbr-section-btn .btn,
.cid-sNwuVUZ18f .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNwuVUZ18f .dragArea > *:nth-last-child(2).col,
.cid-sNwuVUZ18f .dragArea > *:nth-last-child(2).col-auto,
.cid-sNwuVUZ18f .col + .mbr-section-btn,
.cid-sNwuVUZ18f .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNwuVUZ18f .first-column,
  .cid-sNwuVUZ18f .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNwuVUZ18f .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNwuVUZ18f .first-column,
  .cid-sNwuVUZ18f .second-column,
  .cid-sNwuVUZ18f .third-column {
    text-align: center;
  }
}
.cid-sNwzVXOyRu .dropdown-menu {
  padding: 12px 0;
}
.cid-sNwzVXOyRu .dropdown-item:hover,
.cid-sNwzVXOyRu .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sNwzVXOyRu .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sNwzVXOyRu .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sNwzVXOyRu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNwzVXOyRu .nav-link {
  position: relative;
}
.cid-sNwzVXOyRu .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sNwzVXOyRu .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNwzVXOyRu .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sNwzVXOyRu .dropdown-menu,
.cid-sNwzVXOyRu .navbar.opened {
  background: #000000 !important;
}
.cid-sNwzVXOyRu .nav-item:focus,
.cid-sNwzVXOyRu .nav-link:focus {
  outline: none;
}
.cid-sNwzVXOyRu .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sNwzVXOyRu .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sNwzVXOyRu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwzVXOyRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNwzVXOyRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNwzVXOyRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNwzVXOyRu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNwzVXOyRu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNwzVXOyRu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sNwzVXOyRu .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sNwzVXOyRu .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sNwzVXOyRu .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sNwzVXOyRu .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sNwzVXOyRu .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sNwzVXOyRu .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sNwzVXOyRu .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sNwzVXOyRu .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sNwzVXOyRu .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sNwzVXOyRu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNwzVXOyRu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNwzVXOyRu .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sNwzVXOyRu .navbar.collapsed.opened {
  position: fixed;
}
.cid-sNwzVXOyRu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sNwzVXOyRu .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sNwzVXOyRu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sNwzVXOyRu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNwzVXOyRu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNwzVXOyRu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNwzVXOyRu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNwzVXOyRu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNwzVXOyRu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNwzVXOyRu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNwzVXOyRu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNwzVXOyRu .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sNwzVXOyRu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNwzVXOyRu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNwzVXOyRu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sNwzVXOyRu .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sNwzVXOyRu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNwzVXOyRu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNwzVXOyRu .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNwzVXOyRu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sNwzVXOyRu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNwzVXOyRu .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sNwzVXOyRu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNwzVXOyRu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNwzVXOyRu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNwzVXOyRu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNwzVXOyRu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNwzVXOyRu .dropdown-item.active,
.cid-sNwzVXOyRu .dropdown-item:active {
  background-color: transparent;
}
.cid-sNwzVXOyRu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNwzVXOyRu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNwzVXOyRu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNwzVXOyRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sNwzVXOyRu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNwzVXOyRu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNwzVXOyRu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNwzVXOyRu .navbar-buttons {
  text-align: center;
}
.cid-sNwzVXOyRu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNwzVXOyRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNwzVXOyRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNwzVXOyRu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwzVXOyRu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNwzVXOyRu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNwzVXOyRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwzVXOyRu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNwzVXOyRu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNwzVXOyRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNwzVXOyRu .navbar-dropdown {
  position: fixed;
}
.cid-sNwzVXOyRu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNwzVXOyRu .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNwzVXOyRu .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sNwzVXOyRu .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNwzVXOyRu .navbar {
    height: 77px;
  }
  .cid-sNwzVXOyRu .navbar.opened {
    height: auto;
  }
  .cid-sNwzVXOyRu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNwzVYl2I5 {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-sNwzVYl2I5 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sNwzVYl2I5 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sNwzVYl2I5 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNwzVYl2I5 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNwAwfvatA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff1f5;
}
.cid-sNwAwfvatA .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sNwAwfvatA .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sNwAwfvatA .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #c70a00;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sNwAwfvatA .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sNwAwfvatA .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sNwAwfvatA .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sNwAwfvatA .main_title {
  margin-bottom: 2.5rem;
}
.cid-sNwAwfvatA .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sNwAwfvatA .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sNwAwfvatA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sNwAwfvatA .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sNwAwfvatA .row {
    flex-direction: column-reverse;
  }
  .cid-sNwAwfvatA .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sNwAwfvatA .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sNwAwfvatA .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sNwAwfvatA .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sNwAwfvatA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sNwAwfvatA .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sNwAwfvatA .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sNwAwfvatA .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sNwAwfvatA .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sNwAwfvatA .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNwAwfvatA .card:hover .square_fill {
    transform: none;
  }
  .cid-sNwAwfvatA .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sNwAwfvatA .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sNwAwfvatA .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sNwAwfvatA .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sNwAwfvatA .mbr-text,
.cid-sNwAwfvatA .linkBtn {
  color: #606060;
}
.cid-sNwAwfvatA .card-title {
  color: #606060;
}
.cid-sNwAwGAplv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNwAwGAplv .row {
  align-items: center;
}
.cid-sNwAwGAplv .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sNwAwGAplv .card .square_fill {
  background-color: #9ccd7e;
  transform: translate(-2.5rem, 0rem);
}
.cid-sNwAwGAplv .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sNwAwGAplv .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sNwAwGAplv .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sNwAwGAplv .square_animation .square_null {
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sNwAwGAplv .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sNwAwGAplv .main_title {
  margin-bottom: 2.5rem;
}
.cid-sNwAwGAplv .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sNwAwGAplv .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sNwAwGAplv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sNwAwGAplv .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sNwAwGAplv .row {
    flex-direction: column-reverse;
  }
  .cid-sNwAwGAplv .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sNwAwGAplv .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sNwAwGAplv .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sNwAwGAplv .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sNwAwGAplv .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNwAwGAplv .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sNwAwGAplv .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sNwAwGAplv .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sNwAwGAplv .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sNwAwGAplv .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sNwAwGAplv .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sNwAwGAplv .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNwAwGAplv .card:hover .square_fill {
    transform: none;
  }
  .cid-sNwAwGAplv .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sNwAwGAplv .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sNwAwGAplv .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sNwAwGAplv .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sNwAwGAplv .mbr-text,
.cid-sNwAwGAplv .linkBtn {
  color: #606060;
}
.cid-sNwAwGAplv .card-title {
  color: #606060;
}
.cid-sNwzVZhAFQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sNwzVZhAFQ .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
}
.cid-sNy2u0d1Bo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff1f5;
}
.cid-sNy2u0d1Bo .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sNy2u0d1Bo .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sNy2u0d1Bo .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #c70a00;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sNy2u0d1Bo .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sNy2u0d1Bo .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sNy2u0d1Bo .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sNy2u0d1Bo .main_title {
  margin-bottom: 2.5rem;
}
.cid-sNy2u0d1Bo .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sNy2u0d1Bo .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sNy2u0d1Bo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sNy2u0d1Bo .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sNy2u0d1Bo .row {
    flex-direction: column-reverse;
  }
  .cid-sNy2u0d1Bo .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sNy2u0d1Bo .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2u0d1Bo .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sNy2u0d1Bo .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2u0d1Bo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sNy2u0d1Bo .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sNy2u0d1Bo .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sNy2u0d1Bo .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sNy2u0d1Bo .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sNy2u0d1Bo .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNy2u0d1Bo .card:hover .square_fill {
    transform: none;
  }
  .cid-sNy2u0d1Bo .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sNy2u0d1Bo .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sNy2u0d1Bo .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sNy2u0d1Bo .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sNy2u0d1Bo .mbr-text,
.cid-sNy2u0d1Bo .linkBtn {
  color: #606060;
}
.cid-sNy2u0d1Bo .card-title {
  color: #606060;
}
.cid-sNy2uJKdqN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNy2uJKdqN .row {
  align-items: center;
}
.cid-sNy2uJKdqN .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sNy2uJKdqN .card .square_fill {
  background-color: #9ccd7e;
  transform: translate(-2.5rem, 0rem);
}
.cid-sNy2uJKdqN .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sNy2uJKdqN .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sNy2uJKdqN .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sNy2uJKdqN .square_animation .square_null {
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sNy2uJKdqN .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sNy2uJKdqN .main_title {
  margin-bottom: 2.5rem;
}
.cid-sNy2uJKdqN .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sNy2uJKdqN .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sNy2uJKdqN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sNy2uJKdqN .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sNy2uJKdqN .row {
    flex-direction: column-reverse;
  }
  .cid-sNy2uJKdqN .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sNy2uJKdqN .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2uJKdqN .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sNy2uJKdqN .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2uJKdqN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNy2uJKdqN .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sNy2uJKdqN .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sNy2uJKdqN .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sNy2uJKdqN .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sNy2uJKdqN .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sNy2uJKdqN .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sNy2uJKdqN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNy2uJKdqN .card:hover .square_fill {
    transform: none;
  }
  .cid-sNy2uJKdqN .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sNy2uJKdqN .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sNy2uJKdqN .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sNy2uJKdqN .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sNy2uJKdqN .mbr-text,
.cid-sNy2uJKdqN .linkBtn {
  color: #606060;
}
.cid-sNy2uJKdqN .card-title {
  color: #606060;
}
.cid-sNy2wkhEL2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff1f5;
}
.cid-sNy2wkhEL2 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sNy2wkhEL2 .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sNy2wkhEL2 .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #c70a00;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sNy2wkhEL2 .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sNy2wkhEL2 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sNy2wkhEL2 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sNy2wkhEL2 .main_title {
  margin-bottom: 2.5rem;
}
.cid-sNy2wkhEL2 .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sNy2wkhEL2 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sNy2wkhEL2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sNy2wkhEL2 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sNy2wkhEL2 .row {
    flex-direction: column-reverse;
  }
  .cid-sNy2wkhEL2 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sNy2wkhEL2 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2wkhEL2 .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sNy2wkhEL2 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sNy2wkhEL2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sNy2wkhEL2 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sNy2wkhEL2 .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sNy2wkhEL2 .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sNy2wkhEL2 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sNy2wkhEL2 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sNy2wkhEL2 .card:hover .square_fill {
    transform: none;
  }
  .cid-sNy2wkhEL2 .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sNy2wkhEL2 .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sNy2wkhEL2 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sNy2wkhEL2 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sNy2wkhEL2 .mbr-text,
.cid-sNy2wkhEL2 .linkBtn {
  color: #606060;
}
.cid-sNy2wkhEL2 .card-title {
  color: #606060;
}
.cid-sQgI8D6xVp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sQgI8D6xVp .row {
  align-items: center;
}
.cid-sQgI8D6xVp .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sQgI8D6xVp .card .square_fill {
  background-color: #9ccd7e;
  transform: translate(-2.5rem, 0rem);
}
.cid-sQgI8D6xVp .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sQgI8D6xVp .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sQgI8D6xVp .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sQgI8D6xVp .square_animation .square_null {
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sQgI8D6xVp .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sQgI8D6xVp .main_title {
  margin-bottom: 2.5rem;
}
.cid-sQgI8D6xVp .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sQgI8D6xVp .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sQgI8D6xVp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sQgI8D6xVp .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgI8D6xVp .row {
    flex-direction: column-reverse;
  }
  .cid-sQgI8D6xVp .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sQgI8D6xVp .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sQgI8D6xVp .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sQgI8D6xVp .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sQgI8D6xVp .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sQgI8D6xVp .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sQgI8D6xVp .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sQgI8D6xVp .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sQgI8D6xVp .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sQgI8D6xVp .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sQgI8D6xVp .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sQgI8D6xVp .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sQgI8D6xVp .card:hover .square_fill {
    transform: none;
  }
  .cid-sQgI8D6xVp .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sQgI8D6xVp .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sQgI8D6xVp .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sQgI8D6xVp .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sQgI8D6xVp .mbr-text,
.cid-sQgI8D6xVp .linkBtn {
  color: #606060;
}
.cid-sQgI8D6xVp .card-title {
  color: #606060;
}
.cid-sQgSQXKYNc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff1f5;
}
.cid-sQgSQXKYNc .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sQgSQXKYNc .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #848abd;
}
.cid-sQgSQXKYNc .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #c70a00;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sQgSQXKYNc .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sQgSQXKYNc .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sQgSQXKYNc .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sQgSQXKYNc .main_title {
  margin-bottom: 2.5rem;
}
.cid-sQgSQXKYNc .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sQgSQXKYNc .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sQgSQXKYNc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sQgSQXKYNc .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgSQXKYNc .row {
    flex-direction: column-reverse;
  }
  .cid-sQgSQXKYNc .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sQgSQXKYNc .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sQgSQXKYNc .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sQgSQXKYNc .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sQgSQXKYNc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sQgSQXKYNc .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sQgSQXKYNc .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sQgSQXKYNc .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sQgSQXKYNc .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sQgSQXKYNc .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sQgSQXKYNc .card:hover .square_fill {
    transform: none;
  }
  .cid-sQgSQXKYNc .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sQgSQXKYNc .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sQgSQXKYNc .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sQgSQXKYNc .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sQgSQXKYNc .mbr-text,
.cid-sQgSQXKYNc .linkBtn {
  color: #606060;
}
.cid-sQgSQXKYNc .card-title {
  color: #606060;
}
.cid-sNwzVZBZf0 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNwzVZBZf0 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNwzVZBZf0 .first-column .mbr-text {
  margin: 0;
}
.cid-sNwzVZBZf0 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNwzVZBZf0 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNwzVZBZf0 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNwzVZBZf0 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNwzVZBZf0 .form-group {
  max-width: 55%;
}
.cid-sNwzVZBZf0 .form-group,
.cid-sNwzVZBZf0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNwzVZBZf0 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNwzVZBZf0 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwzVZBZf0 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwzVZBZf0 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNwzVZBZf0 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNwzVZBZf0 .col + .mbr-section-btn .btn,
.cid-sNwzVZBZf0 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNwzVZBZf0 .dragArea > *:nth-last-child(2).col,
.cid-sNwzVZBZf0 .dragArea > *:nth-last-child(2).col-auto,
.cid-sNwzVZBZf0 .col + .mbr-section-btn,
.cid-sNwzVZBZf0 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNwzVZBZf0 .first-column,
  .cid-sNwzVZBZf0 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNwzVZBZf0 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNwzVZBZf0 .first-column,
  .cid-sNwzVZBZf0 .second-column,
  .cid-sNwzVZBZf0 .third-column {
    text-align: center;
  }
}
.cid-sNBWr2xE9i .dropdown-menu {
  padding: 12px 0;
}
.cid-sNBWr2xE9i .dropdown-item:hover,
.cid-sNBWr2xE9i .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sNBWr2xE9i .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sNBWr2xE9i .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sNBWr2xE9i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNBWr2xE9i .nav-link {
  position: relative;
}
.cid-sNBWr2xE9i .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sNBWr2xE9i .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNBWr2xE9i .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sNBWr2xE9i .dropdown-menu,
.cid-sNBWr2xE9i .navbar.opened {
  background: #000000 !important;
}
.cid-sNBWr2xE9i .nav-item:focus,
.cid-sNBWr2xE9i .nav-link:focus {
  outline: none;
}
.cid-sNBWr2xE9i .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sNBWr2xE9i .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sNBWr2xE9i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNBWr2xE9i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNBWr2xE9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNBWr2xE9i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNBWr2xE9i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNBWr2xE9i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNBWr2xE9i .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sNBWr2xE9i .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sNBWr2xE9i .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sNBWr2xE9i .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sNBWr2xE9i .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sNBWr2xE9i .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sNBWr2xE9i .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sNBWr2xE9i .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sNBWr2xE9i .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sNBWr2xE9i .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sNBWr2xE9i .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNBWr2xE9i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNBWr2xE9i .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sNBWr2xE9i .navbar.collapsed.opened {
  position: fixed;
}
.cid-sNBWr2xE9i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sNBWr2xE9i .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sNBWr2xE9i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sNBWr2xE9i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNBWr2xE9i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNBWr2xE9i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNBWr2xE9i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNBWr2xE9i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNBWr2xE9i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNBWr2xE9i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNBWr2xE9i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNBWr2xE9i .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sNBWr2xE9i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNBWr2xE9i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNBWr2xE9i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sNBWr2xE9i .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sNBWr2xE9i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNBWr2xE9i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNBWr2xE9i .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNBWr2xE9i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sNBWr2xE9i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNBWr2xE9i .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sNBWr2xE9i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNBWr2xE9i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNBWr2xE9i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNBWr2xE9i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNBWr2xE9i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNBWr2xE9i .dropdown-item.active,
.cid-sNBWr2xE9i .dropdown-item:active {
  background-color: transparent;
}
.cid-sNBWr2xE9i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNBWr2xE9i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNBWr2xE9i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNBWr2xE9i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sNBWr2xE9i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNBWr2xE9i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNBWr2xE9i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNBWr2xE9i .navbar-buttons {
  text-align: center;
}
.cid-sNBWr2xE9i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNBWr2xE9i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNBWr2xE9i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNBWr2xE9i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBWr2xE9i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBWr2xE9i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNBWr2xE9i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBWr2xE9i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNBWr2xE9i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNBWr2xE9i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBWr2xE9i .navbar-dropdown {
  position: fixed;
}
.cid-sNBWr2xE9i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNBWr2xE9i .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNBWr2xE9i .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sNBWr2xE9i .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNBWr2xE9i .navbar {
    height: 77px;
  }
  .cid-sNBWr2xE9i .navbar.opened {
    height: auto;
  }
  .cid-sNBWr2xE9i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNBWr30Wd4 {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-sNBWr30Wd4 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sNBWr30Wd4 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sNBWr30Wd4 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNBWr30Wd4 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNBWMGHQUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNBWMGHQUw .mbr-text {
  color: #777d74;
}
.cid-sNBWMGHQUw .mbr-section-subtitle {
  color: #404040;
}
.cid-sNBWr3AwP4 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNBWr3AwP4 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNBWr3AwP4 .first-column .mbr-text {
  margin: 0;
}
.cid-sNBWr3AwP4 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNBWr3AwP4 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNBWr3AwP4 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNBWr3AwP4 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNBWr3AwP4 .form-group {
  max-width: 55%;
}
.cid-sNBWr3AwP4 .form-group,
.cid-sNBWr3AwP4 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNBWr3AwP4 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNBWr3AwP4 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNBWr3AwP4 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNBWr3AwP4 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNBWr3AwP4 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNBWr3AwP4 .col + .mbr-section-btn .btn,
.cid-sNBWr3AwP4 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNBWr3AwP4 .dragArea > *:nth-last-child(2).col,
.cid-sNBWr3AwP4 .dragArea > *:nth-last-child(2).col-auto,
.cid-sNBWr3AwP4 .col + .mbr-section-btn,
.cid-sNBWr3AwP4 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNBWr3AwP4 .first-column,
  .cid-sNBWr3AwP4 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNBWr3AwP4 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNBWr3AwP4 .first-column,
  .cid-sNBWr3AwP4 .second-column,
  .cid-sNBWr3AwP4 .third-column {
    text-align: center;
  }
}
.cid-sNBX3u2ndL .dropdown-menu {
  padding: 12px 0;
}
.cid-sNBX3u2ndL .dropdown-item:hover,
.cid-sNBX3u2ndL .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sNBX3u2ndL .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sNBX3u2ndL .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sNBX3u2ndL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNBX3u2ndL .nav-link {
  position: relative;
}
.cid-sNBX3u2ndL .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sNBX3u2ndL .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNBX3u2ndL .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sNBX3u2ndL .dropdown-menu,
.cid-sNBX3u2ndL .navbar.opened {
  background: #000000 !important;
}
.cid-sNBX3u2ndL .nav-item:focus,
.cid-sNBX3u2ndL .nav-link:focus {
  outline: none;
}
.cid-sNBX3u2ndL .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sNBX3u2ndL .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sNBX3u2ndL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNBX3u2ndL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNBX3u2ndL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNBX3u2ndL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sNBX3u2ndL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNBX3u2ndL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNBX3u2ndL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sNBX3u2ndL .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sNBX3u2ndL .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sNBX3u2ndL .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sNBX3u2ndL .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sNBX3u2ndL .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sNBX3u2ndL .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sNBX3u2ndL .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sNBX3u2ndL .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sNBX3u2ndL .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sNBX3u2ndL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sNBX3u2ndL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNBX3u2ndL .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sNBX3u2ndL .navbar.collapsed.opened {
  position: fixed;
}
.cid-sNBX3u2ndL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sNBX3u2ndL .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sNBX3u2ndL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sNBX3u2ndL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNBX3u2ndL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNBX3u2ndL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sNBX3u2ndL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNBX3u2ndL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNBX3u2ndL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNBX3u2ndL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNBX3u2ndL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNBX3u2ndL .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sNBX3u2ndL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNBX3u2ndL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNBX3u2ndL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sNBX3u2ndL .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sNBX3u2ndL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNBX3u2ndL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNBX3u2ndL .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNBX3u2ndL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sNBX3u2ndL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNBX3u2ndL .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sNBX3u2ndL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNBX3u2ndL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNBX3u2ndL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNBX3u2ndL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNBX3u2ndL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNBX3u2ndL .dropdown-item.active,
.cid-sNBX3u2ndL .dropdown-item:active {
  background-color: transparent;
}
.cid-sNBX3u2ndL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNBX3u2ndL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNBX3u2ndL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNBX3u2ndL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sNBX3u2ndL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNBX3u2ndL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNBX3u2ndL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNBX3u2ndL .navbar-buttons {
  text-align: center;
}
.cid-sNBX3u2ndL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNBX3u2ndL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sNBX3u2ndL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNBX3u2ndL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBX3u2ndL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNBX3u2ndL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNBX3u2ndL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBX3u2ndL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNBX3u2ndL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNBX3u2ndL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNBX3u2ndL .navbar-dropdown {
  position: fixed;
}
.cid-sNBX3u2ndL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNBX3u2ndL .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sNBX3u2ndL .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sNBX3u2ndL .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNBX3u2ndL .navbar {
    height: 77px;
  }
  .cid-sNBX3u2ndL .navbar.opened {
    height: auto;
  }
  .cid-sNBX3u2ndL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNBX3uBk2K {
  padding-top: 270px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/meaningful-use-electronic-1000x667.jpg");
}
.cid-sNBX3uBk2K .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-sNBX3uBk2K .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-sNBX3uBk2K .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sNBX3uBk2K .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-sNBX3uTEFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNBX3uTEFG .mbr-text {
  color: #777d74;
}
.cid-sNBX3uTEFG .mbr-section-subtitle {
  color: #404040;
  text-align: center;
}
.cid-sNBX3v943B {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #242930;
}
.cid-sNBX3v943B .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sNBX3v943B .first-column .mbr-text {
  margin: 0;
}
.cid-sNBX3v943B .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sNBX3v943B .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sNBX3v943B .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sNBX3v943B .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sNBX3v943B .form-group {
  max-width: 55%;
}
.cid-sNBX3v943B .form-group,
.cid-sNBX3v943B .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sNBX3v943B .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sNBX3v943B .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sNBX3v943B .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNBX3v943B .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sNBX3v943B .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sNBX3v943B .col + .mbr-section-btn .btn,
.cid-sNBX3v943B .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sNBX3v943B .dragArea > *:nth-last-child(2).col,
.cid-sNBX3v943B .dragArea > *:nth-last-child(2).col-auto,
.cid-sNBX3v943B .col + .mbr-section-btn,
.cid-sNBX3v943B .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sNBX3v943B .first-column,
  .cid-sNBX3v943B .second-column {
    padding-bottom: 2rem;
  }
  .cid-sNBX3v943B .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sNBX3v943B .first-column,
  .cid-sNBX3v943B .second-column,
  .cid-sNBX3v943B .third-column {
    text-align: center;
  }
}
