body {
  font-family: Montserrat,sans-serif;
  font-size: 17px;
}

.btn, .btn-flat, .btn-large, .cbp-spmenu a, .menu_bar_navigation, h1, h2, h3, h4, h6 {
  font-family: Montserrat,sans-serif;
}

h3 {
  opacity: 1;
  font-weight: 300;
  letter-spacing: .01rem;
  font-size: 2.42rem;
  line-height: 2.86rem;
  margin: 1.72rem 0 1.14rem 0;
}

h4 {
  opacity: 1;
  font-weight: 300;
  letter-spacing: .01rem;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 1.72rem 0 1.14rem 0;
}

/*-- menu_bar --*/
.menu_bar {
  height: unset;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 3px 0px #323232;
  box-shadow: 0px 0px 3px 0px #323232;
  position: fixed;
  background: #1f232e;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}

.menu_bar-hide {
  height: 5.14rem;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}

.menu_bar-show {
  /* height: 5.14rem; */
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.menu_bar_navigation ul {
  float: right;
  padding: 10px 0 0;
  margin: 0;
  line-height: 0;
  list-style: none;
}

.menu_bar_navigation ul li {
  float: left;
  padding: 0;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 1200px) {
  .menu_bar_navigation ul li {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

.menu_bar_navigation ul li.mod {
  margin-right: 0rem;
  padding: 0 10px;
  background-color: #007ec7;
  color: #fff;
  border: unset;
  border-radius: 5px;
}

.menu_bar_navigation ul li.yellow {
  background-color: #ffc400;
}

.menu_bar_navigation ul li.yellow a {
  color: #000 !important;
}

.menu_bar_navigation ul li.mod:hover {
  background-color: #2196f3;
  /* border: 1px solid #607d8b; */
  color: #fff;
  cursor: pointer;
}

.menu_bar_navigation ul li.yellow:hover {
  background-color: #fddc70;
}

.menu_bar_navigation ul li.mod a,
.menu_bar_navigation ul li.mod.active a {
  color: white;
  opacity: 1;
}

.menu_bar_navigation ul li.mod:hover a,
.menu_bar_navigation ul li.mod a:hover {
  color: white;
}

.menu_bar_navigation ul li a {
  letter-spacing: normal;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.72rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-transform: uppercase;
}

.menu_bar_navigation ul li a:hover {
  opacity: 1;
}

.menu_bar_navigation ul li.active a {
  opacity: 1;
}

hr {
  width: 8%;
  border: solid 1px #007ec7;
  margin-top: 18px;
  margin-bottom: 25px;
}

.logo {
  float: left;
  line-height: 0;
  margin-top: 0.1rem;
  max-width: 160px;
}

.logo img {
  max-width: 100%;
}

/*-- Mobile Menu --*/
.cbp-spmenu {
  position: fixed;
  padding-top: 2rem;
  background-color: #424242;
  -webkit-box-shadow: -1px 0px 7px 0px #323232;
  box-shadow: -1px 0px 7px 0px #323232;
}

.cbp-spmenu a {
  display: block;
  font-size: 0.75rem;
  font-family: Montserrat,sans-serif;
  color: #fff;
  line-height: 1.2rem;
  text-decoration: none;
  text-align: left;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cbp-spmenu a:hover {
  opacity: 1;
}

.cbp-spmenu-vertical {
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 1001;
}

.cbp-spmenu-vertical a {
  padding: 1rem 1rem 1rem 2rem;
}

.cbp-spmenu-vertical a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.cbp-spmenu-right {
  right: -210px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-- Mobile Menu open & close buttons --*/
.mobile_nav_close_button {
  position: absolute;
  z-index: 100;
  right: 2rem;
  top: 1.75rem;
  border: 0;
}

.mobile_nav_close_button a {
  border: 0;
  color: white;
  font-size: 1.5rem !important;
  line-height: 1rem;
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_nav_close_button a:hover {
  opacity: 1 !important;
  margin-left: 0rem !important;
}

.mobile_nav_open_button a {
  border: 0;
  color: white;
  font-size: 2rem !important;
  line-height: 2rem;
}

.mobile_nav_open_button {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_nav_open_button:hover {
  opacity: 1;
}

#mobile_menu_content {
  clear: both;
  box-shadow: none;
  -webkit-box-shadow: none;
}

p {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  line-height: 2rem;
  margin: 0px 0px 1.72rem;
  color: black;
}

.video-embed iframe {
  max-width: 100% !important;
  height: auto;
  min-height: 315px;
}

.video-embed img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.hero_fullscreen {
  height: unset;
  padding: 120px 0px 40px;
}

.background_color2 {
  background: #fafafa;
}

.background_color1 {
  background: #ffffff;
}

.hero_fullscreen {
  text-align: center;
}

.hero_fullscreen h1 {
  font-weight: 600;
  letter-spacing: 0.01rem;
  text-align: center;
  text-shadow: unset;
  font-size: 32px;
  line-height: 1.2;
  padding: 0px;
  margin-bottom: 10px;
  color: #007ec7;
}

.hero_fullscreen h2 {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01rem;
  text-shadow: unset;
  font-size: 25px;
  line-height: 1.2;
  padding: 0px;
  margin-bottom: 20px;
  color: black;
}

.section-title {
  text-align: center;
  padding: 120px 0px 40px;
}

.section-title h1 {
  font-weight: 600;
  letter-spacing: 0.25em;
  text-shadow: unset;
  font-size: 32px;
  line-height: 1.2;
  padding: 0px;
  margin-bottom: 10px;
  color: #424242;
  text-transform: uppercase;
}

.section-title h1 span {
  color: #007ec7;
}

.feature_image img {
  max-width: 100%;
  margin: 0px auto;
}

.intro {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.intro h3 {
  margin-top: 0;
}

.intro p {
  font-size: 20px;
  opacity: 1;
  text-align: center;
  margin: 0 0 10px;
}

.intro h3 ~ hr {
  width: 10%;
  background: #007ec7;
  opacity: 1;
  height: 2px;
  border: unset;
}

.intro
i {
  font-size: 36px;
}

.feat-partner img {
  width: 100%;
  cursor: pointer;
}

.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  background: #f7f7f7;
}

.partners-item .col-md-4 {
  margin-bottom: 30px;
}

.partners-item .card {
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  border: 1px solid #ddd;
  height: 100%;
}

.partners-item .card:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}

.partners-item .card > a {
  display: block;
  margin: 0px 5%;
  text-align: center;
}

.partners-item .card .card-body {
  font-size: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-item .card .card-body P {
  font-size: 1rem;
  display: block;
  width: 100%;
}

.partners-item .card .card-body ul {
  list-style: none;
  padding: 0px;
}

.partners-item .card .card-body ul > li {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  padding: 3px 0px 3px 0px;
}

.partners-item .card .card-body ul > li ul {
  list-style: none;
  padding-left: 15px;
}

.partners-item .card .card-body ul > li ul li {
  padding: 3px 0px 3px 0px;
  margin-bottom: 0px;
}

.partners-item .card .card-body ul > li ul li:before {
  content: '\e110';
  font-family: "rapid-icon-font" !important;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  line-height: 12px;
  color: #007ec7;
}

.partners-item .card .card-body .text-center.mt-auto {
  width: 100%;
}

.partners-item .card .card-body .card-link {
  display: inline-block;
  line-height: 32px;
  color: #fff;
  background: #007ec7;
  padding: 0px 15px;
  min-width: 100px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #007ec7;
  margin-top: auto;
}

.partners-item .card .card-body .card-link:hover {
  color: #007ec7;
  background: transparent;
}

.partners-item .card .card-img-top {
  margin: 10px auto;
  width: auto;
  max-width: 80%;
  display: block;
  max-height: 100px;
}

@media (min-width: 1200px) {
  .container {
    width: 1248px;
  }
}

#calendly {
  display: none;
}

.mfp-content #calendly {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

.calendly-inline-widget {
  overflow: hidden !important;
}

#calendly .mfp-close {
  color: white !important;
  background: #007ec7 !important;
  border-radius: 50px;
  opacity: 1;
  right: 10px;
}
/*# sourceMappingURL=styles.css.map */