body .bm_back_white {
  background: #fff; }

body .bm_back_grey {
  background: #efefef; }

body .bm_back_blue {
  background: #3D72A4; }
  body .bm_back_blue h2 {
    color: #fff;
    background: none; }

body .bm_back_blue_dark {
  background: #547fa5; }

body .bm_back_light_grey {
  background: #fafafa; }

body .bm_border_bottom_grey {
  border-bottom: 2px solid #e6e6e6; }

body .bm_back_dark_light {
  background: #1a1a1a; }

body .bm_back_darker_light_grey {
  background: #f7f7f7; }

body .bm_back_dark {
  background: #000; }
  body .bm_back_dark h2 {
    background: #fff;
    color: #242530; }
  body .bm_back_dark * {
    color: #84848a; }

body .bm_margin_bottom_45 {
  margin-bottom: 45px; }

body, p {
  font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
  font-size: 16px; }

a {
  color: #3D72A4; }

h1, h2, h3, h4, h5 {
  font-family: "Poppins", Arial, Helvetica, Gotham, sans-serif;
  display: inline-block; }

h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em; }

h3 {
  font-size: 35px;
  font-weight: 600; }

h4 {
  font-size: 24px; }

@media (min-width: 768px) {
  h2 {
    font-size: 55px; }
  h4 {
    font-size: 28px; } }

a:hover {
  color: #3D72A4;
  text-decoration: none; }

button, input, optgroup, select, textarea {
  font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif; }

button, input[type=submit], .btn {
  padding: 10px 25px 10px;
  font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
  background: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  color: #000000;
  border: 3px solid #3D72A4;
  line-height: 28px;
  border-radius: 0; }
  button:hover, input[type=submit]:hover, .btn:hover {
    border: 3px solid #000000; }

input[type=text], input[type=search] {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  z-index: 20;
  color: #999;
  border: 0;
  padding: 12px 25px; }

.bm_section {
  padding-top: 60px;
  padding-bottom: 40px; }
  .bm_section h2 {
    font-size: 35px;
    max-width: 800px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .bm_section .vc_column-inner {
    padding-top: 0 !important; }
  .bm_section .border_section {
    margin-bottom: 50px; }
    .bm_section .border_section .wpb_wrapper:first-of-type {
      border-bottom: 4px solid #3D72A4; }
    .bm_section .border_section h2 {
      margin-bottom: -4px; }

.bm_opening strong {
  font-size: 25px; }

.bm_stats__single {
  margin-bottom: 40px; }
  .bm_stats__single .vc_column-inner > .wpb_wrapper {
    border: 2px solid #e6e6e6;
    min-height: 235px;
    padding: 40px 30px 0px 30px; }
    .bm_stats__single .vc_column-inner > .wpb_wrapper .wpb_content_element {
      margin-bottom: 15px; }

.bm_stats h4 {
  font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif; }

.bm_stats h4, .bm_stats .fa {
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 600;
  color: #3D72A4 !important; }

.bm_header_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-bottom: 60px; }
  .bm_header_image__overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 150px 0 170px 0; }
  .bm_header_image h2 {
    font-weight: 700;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase; }

@media (min-width: 992px) {
  .bm_stats__single {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .bm_section h2 {
    font-size: 40px; }
  .bm_stats h4, .bm_stats .fa {
    font-size: 65px; }
  .bm_stats__single .vc_column-inner > .wpb_wrapper {
    min-height: 275px; } }

.navbar {
  background: #232323;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 999;
  padding: 0;
  margin-bottom: 0;
  min-height: 0; }
  .navbar .container {
    width: 100%; }
  .navbar .navbar-brand {
    margin: 0;
    display: none; }
    .navbar .navbar-brand img {
      max-width: 75px;
      margin-right: 50px;
      margin-bottom: 5px; }
  .navbar.fixed-top {
    padding: 0 0 3px 0;
    position: fixed; }
    .navbar.fixed-top .navbar-brand {
      display: inline-block; }
  .navbar .navbar-header .navbar-nav {
    padding: 35px 35px 75px; }
  .navbar .navbar-header .menu-item.active, .navbar .navbar-header .menu-item:hover, .navbar .navbar-header .menu-item:focus {
    border-bottom: 2px solid #3D72A4; }
  .navbar .navbar-header .nav-link {
    line-height: 35px;
    padding: 12px 5px 10px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px; }
    .navbar .navbar-header .nav-link:hover, .navbar .navbar-header .nav-link:focus {
      color: #fff; }
  .navbar .navbar-header * {
    font-family: "Poppins", Arial, Helvetica, Gotham, sans-serif;
    text-transform: uppercase;
    color: #fff; }
  .navbar .navbar-collapse {
    width: auto; }
  .navbar.navbar-offset-top {
    top: 32px; }

.bm_utility_bar {
  background: rgba(255, 255, 255, 0.98);
  padding: 17px 0 17px;
  width: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  .bm_utility_bar .widget.bm_utility_bar__socials {
    display: none; }
  .bm_utility_bar .bm_search_wrapper p {
    display: none; }
  .bm_utility_bar .bm_search_wrapper .bm_search {
    cursor: pointer; }
    .bm_utility_bar .bm_search_wrapper .bm_search p {
      display: inline-block; }
    .bm_utility_bar .bm_search_wrapper .bm_search i {
      margin-right: 0; }
  .bm_utility_bar .bm_logo_large {
    position: absolute;
    bottom: 10px; }
    .bm_utility_bar .bm_logo_large a {
      display: inline-block; }
      .bm_utility_bar .bm_logo_large a img {
        width: 100%;
        height: auto; }
  .bm_utility_bar .bm_collapse {
    cursor: pointer; }
  .bm_utility_bar ul {
    list-style: none;
    padding-left: 0;
    display: none; }
    .bm_utility_bar ul li {
      display: inline-block; }
  .bm_utility_bar * {
    font-size: 14px;
    margin-bottom: 0; }
  .bm_utility_bar i:hover {
    color: #3D72A4; }
  .bm_utility_bar a {
    color: #000000; }
    .bm_utility_bar a:hover, .bm_utility_bar a:focus {
      color: #3D72A4;
      text-decoration: none; }
  .bm_utility_bar p {
    display: inline-block; }
    .bm_utility_bar p:nth-of-type(2) {
      float: right; }
  .bm_utility_bar img {
    max-width: 320px; }
  .bm_utility_bar i {
    margin-top: 10px;
    font-size: 28px;
    margin-right: 15px; }
  .bm_utility_bar .widget_text {
    display: inline-block;
    margin-bottom: 10px; }
    .bm_utility_bar .widget_text .textwidget {
      display: inline-block; }
    .bm_utility_bar .widget_text::before {
      content: "";
      display: inline-block;
      height: 25px;
      position: relative;
      top: 4px;
      margin-right: 10px; }
  .bm_utility_bar .pull-right div:first-of-type {
    border: none; }
    .bm_utility_bar .pull-right div:first-of-type:before {
      display: none; }
  .bm_utility_bar .pull-right div:last-of-type {
    margin-right: 0; }
  .bm_utility_bar .bm_logo_small img {
    max-width: 75px;
    margin-top: -13px;
    margin-left: 10px; }

@media (min-width: 768px) {
  .bm_header_bar {
    height: auto; }
  .bm_utility_bar {
    display: inline-block;
    padding: 34px 0 10px; }
    .bm_utility_bar .widget.bm_utility_bar__socials {
      display: inline-block; }
    .bm_utility_bar .bm_search_wrapper .bm_search {
      position: relative;
      bottom: 5px; }
    .bm_utility_bar ul {
      display: inline-block; }
    .bm_utility_bar .widget_text {
      margin-right: 20px; }
    .bm_utility_bar i {
      display: none;
      color: #000000; }
      .bm_utility_bar i.fa-envelope-o, .bm_utility_bar i.fa-phone {
        font-size: 32px; }
  .navbar {
    background: #000000;
    height: auto; }
    .navbar.fixed-top {
      background: rgba(0, 0, 0, 0.6); }
    .navbar .container {
      width: 720px; }
    .navbar .navbar-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .navbar .navbar-header .navbar-nav {
        padding: 0; }
      .navbar .navbar-header .menu-item.active, .navbar .navbar-header .menu-item:hover, .navbar .navbar-header .menu-item:focus {
        border-top: 4px solid #3D72A4;
        border-bottom: 0; }
        .navbar .navbar-header .menu-item.active a, .navbar .navbar-header .menu-item:hover a, .navbar .navbar-header .menu-item:focus a {
          margin-top: -4px; }
      .navbar .navbar-header .menu-item:first-of-type .nav-link {
        padding-left: 0; }
      .navbar .navbar-header .nav-link {
        padding: 20px 5px 20px 0px;
        font-size: 14px; } }

@media (min-width: 992px) {
  .bm_utility_bar {
    padding: 17px 0 10px; }
    .bm_utility_bar * {
      font-size: 15px; }
    .bm_utility_bar i {
      display: inline-block; }
  .navbar .navbar-header .nav-link {
    font-size: 15px;
    padding: 20px 12px 20px 12px; }
  .navbar .container {
    width: 960px; } }

@media (min-width: 1200px) {
  .navbar .container {
    width: 1140px; } }

.bm_footer {
  margin-top: 10px .bm_footer __wrapper;
    margin-top-background-color: #fafafa; }
  .bm_footer__contact {
    margin-bottom: 140px;
    padding-bottom: 60px; }
    .bm_footer__contact__content {
      margin-bottom: 66px; }
      .bm_footer__contact__content h2 {
        margin-bottom: 35px; }
    .bm_footer__contact .wpgmp_map_container {
      margin-bottom: 50px; }
  .bm_footer .gform_wrapper {
    max-width: 1200px;
    padding: 14px 37px 18px 37px;
    margin: 0 auto; }
    .bm_footer .gform_wrapper #field_1_5 {
      margin-top: 0; }
      .bm_footer .gform_wrapper #field_1_5 .gfield_label {
        display: none; }
    .bm_footer .gform_wrapper .validation_error {
      display: none; }
    .bm_footer .gform_wrapper .gform_body {
      position: relative;
      top: 5px; }
    .bm_footer .gform_wrapper .gform_footer {
      padding-top: 0;
      margin-top: 0; }
      .bm_footer .gform_wrapper .gform_footer input[type="submit"] {
        margin-top: 40px;
        border: 3px solid #3D72A4; }
        .bm_footer .gform_wrapper .gform_footer input[type="submit"]:hover {
          border: 3px solid #000000; }
  .bm_footer__bottom__main {
    padding-top: 60px;
    padding-bottom: 40px; }
    .bm_footer__bottom__main .widget_text, .bm_footer__bottom__main .widget_nav_menu, .bm_footer__bottom__main .widget_recent_entries {
      margin-bottom: 50px;
      text-align: center; }
    .bm_footer__bottom__main p, .bm_footer__bottom__main a {
      color: #bbbbbb; }
    .bm_footer__bottom__main a:hover, .bm_footer__bottom__main a:focus {
      color: #3D72A4;
      text-decoration: none; }
    .bm_footer__bottom__main h4 {
      margin-bottom: 27px;
      font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
      font-size: 35px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0; }
    .bm_footer__bottom__main ul {
      list-style: none;
      padding-left: 0; }
      .bm_footer__bottom__main ul li {
        margin-bottom: 10px; }
    .bm_footer__bottom__main .widget_socials {
      margin-top: 40px; }
      .bm_footer__bottom__main .widget_socials i {
        font-size: 26px;
        margin-right: 25px; }
        .bm_footer__bottom__main .widget_socials i:hover, .bm_footer__bottom__main .widget_socials i:focus {
          color: #3D72A4; }
  .bm_footer__bottom__copyright {
    padding: 20px 0 20px 0;
    text-align: center; }
    .bm_footer__bottom__copyright a:hover, .bm_footer__bottom__copyright a:focus {
      color: #3D72A4;
      text-decoration: none; }
    .bm_footer__bottom__copyright p {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Poppins", Arial, Helvetica, Gotham, sans-serif;
      letter-spacing: 1.5px;
      margin: 0; }
    .bm_footer__bottom__copyright .widget_text {
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Poppins", Arial, Helvetica, Gotham, sans-serif;
      letter-spacing: 1.5px;
      width: 100%;
      vertical-align: top; }
    .bm_footer__bottom__copyright .widget_socials {
      text-align: center; }
    .bm_footer__bottom__copyright .widget_copyright {
      text-align: center; }
  .bm_footer .bm_section h2 {
    border-bottom: 3px solid #3D72A4; }

@media (min-width: 768px) {
  .bm_footer {
    margin-top: 60px; }
    .bm_footer__map .wpgmp_map_container {
      margin-bottom: 0; }
    .bm_footer__contact .wpgmp_map_container {
      margin-bottom: 0; }
    .bm_footer__bottom__main .widget_text, .bm_footer__bottom__main .widget_nav_menu, .bm_footer__bottom__main .widget_recent_entries {
      margin-bottom: 0;
      text-align: left; }
    .bm_footer__bottom__main h4 {
      font-size: 32px; }
    .bm_footer__bottom__copyright {
      text-align: left; }
      .bm_footer__bottom__copyright .widget_text {
        width: 50%;
        float: left; }
      .bm_footer__bottom__copyright .widget_socials {
        text-align: right; }
      .bm_footer__bottom__copyright .widget_copyright {
        text-align: left; }
    .bm_footer .gform_wrapper .gform_footer input[type="submit"] {
      margin-top: 30px; } }

@media (min-width: 992px) {
  .bm_footer .gform_wrapper #field_1_5 {
    margin-top: -110px; }
    .bm_footer .gform_wrapper #field_1_5 .gfield_label {
      display: none; }
  .bm_footer__bottom__main h4 {
    font-size: 38px; } }

.content .wpb_revslider_element {
  margin-bottom: 0; }

.content #rev_slider_1_1 h2 {
  font-weight: bold !important;
  text-align: center !important;
  margin-bottom: 20px;
  display: inline-block;
  border: 2px solid #fff !important;
  border-radius: 10px !important;
  padding: 13px 18px !important;
  letter-spacing: 1px; }

.content #rev_slider_1_1 .tp-caption {
  text-align: center !important; }
  .content #rev_slider_1_1 .tp-caption p {
    font-weight: 500 !important;
    font-size: 26px; }

.single-post .col-md-9 {
  padding-right: 15px;
  margin-bottom: 60px; }

.single-post .bm_header_image {
  margin-bottom: 0; }

.single-post .content {
  padding-top: 60px; }
  .single-post .content img {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    margin-right: 20px; }

.single-post .col-md-9 .bm_back_white {
  padding: 30px 25px;
  border: 3px solid #f1f1f1; }

@media (min-width: 768px) {
  .single-post .col-md-9 {
    padding-right: 30px;
    margin-bottom: 0; }
    .single-post .col-md-9 .bm_back_white {
      min-height: 800px; } }

.bm_sidebar h3 {
  font-family: Arial, Helvetica, Gotham, sans-serif;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  text-align: center; }

.bm_sidebar * {
  color: #000000; }

.bm_sidebar .widget {
  text-align: center;
  margin-bottom: 40px; }
  .bm_sidebar .widget ul {
    list-style: none;
    padding: 0; }
    .bm_sidebar .widget ul li {
      text-align: center;
      margin-bottom: 10px; }
      .bm_sidebar .widget ul li a {
        font-size: 15px; }

.bm_sidebar .widget_search #searchform {
  overflow: hidden;
  border: 3px solid #ccc; }
  .bm_sidebar .widget_search #searchform input {
    margin: 0;
    background: none;
    line-height: 31px;
    padding: .5rem .75rem;
    color: #000000; }
    .bm_sidebar .widget_search #searchform input::-moz-placeholder {
      color: #000000; }
    .bm_sidebar .widget_search #searchform input ::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .bm_sidebar .widget_search #searchform input :-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .bm_sidebar .widget_search #searchform input ::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .bm_sidebar .widget_search #searchform input :-ms-input-placeholder {
      color: #000000;
      opacity: 1; }

.bm_sidebar .widget_search .form-group {
  width: 75%;
  display: Inline-block;
  float: left;
  margin: 0; }

.bm_sidebar .widget_search button {
  width: 25%;
  display: Inline-block;
  float: left;
  padding: 5px 7px;
  border: none;
  color: #3D72A4;
  line-height: 38px; }
  .bm_sidebar .widget_search button i {
    color: #000000;
    font-size: 20px; }

@media (min-width: 768px) {
  .bm_sidebar h3 {
    width: 100%;
    text-align: left; }
  .bm_sidebar .widget {
    text-align: left; }
    .bm_sidebar .widget ul li {
      text-align: left; } }

.search .bm_header_image h2 {
  word-wrap: break-word;
  max-width: 100%; }

.search ul {
  padding: 0; }

.search .media-list li:last-of-type {
  border: none;
  margin-bottom: 40px; }

.search .vc_grid-pagination {
  margin-top: 80px;
  margin-bottom: 100px; }

.search .bm_no_results {
  padding-top: 20px;
  padding-bottom: 100px; }
  .search .bm_no_results h3 {
    word-wrap: break-word;
    max-width: 100%; }

@media (min-width: 768px) {
  .search .bm_no_results {
    padding-top: 20px;
    padding-bottom: 300px; } }

.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  /* black overlay with 50% transparency */
  background: rgba(0, 0, 0, 0.5); }

body .gform_wrapper hr {
  margin-bottom: 2rem; }

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: none;
  position: relative;
  z-index: 20;
  color: #999;
  border: 0;
  padding: 12px 25px; }

body .gform_wrapper .validation_message {
  color: #000000; }

body .gform_wrapper .gform_footer {
  padding-top: 0;
  margin-top: 0; }
  body .gform_wrapper .gform_footer input[type="submit"] {
    padding: 10px 25px 10px;
    font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
    background: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    color: #000000;
    border: 3px solid #ccc;
    line-height: 28px; }
    body .gform_wrapper .gform_footer input[type="submit"]:hover {
      border: 3px solid #3D72A4; }

body .gform_wrapper .gfield_error textarea, body .gform_wrapper .gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  margin-bottom: 5px; }

body .gform_wrapper .gfield_error .gfield_label {
  color: #000000; }

body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 0; }
  body .gform_wrapper .gform_body ul li.gfield.gfield_error {
    background: none;
    border: none; }
  body .gform_wrapper .gform_body ul li.gfield .gfield_description {
    font-size: 14px;
    padding: 0;
    color: #000000; }

body .gform_wrapper .gform_body .ginput_complex.ginput_container.ginput_container_address label {
  margin-bottom: 20px; }

body .gform_wrapper .gform_body .ginput_container_address input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  margin-bottom: 0; }

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
  border: none; }

@media (min-width: 768px) {
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .gform_wrapper textarea {
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 20px;
    font-weight: 700;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding: 15px 30px;
    color: #999;
    border: 0; } }

.wpgmp_map_container[rel='map1'] {
  box-shadow: unset;
  border: none;
  border-radius: 0; }
  .wpgmp_map_container[rel='map1'] .wpgmp_map {
    margin-bottom: 40px; }
  .wpgmp_map_container[rel='map1'] .wpgmp_map,
  .wpgmp_map_container[rel='map1'] .location_listing1 {
    float: left;
    max-width: 100%; }
    .wpgmp_map_container[rel='map1'] .wpgmp_map .wpgmp_listing_container,
    .wpgmp_map_container[rel='map1'] .location_listing1 .wpgmp_listing_container {
      margin: 0; }
  .wpgmp_map_container[rel='map1'] .location_listing1 .categories_filter {
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 20px; }
    .wpgmp_map_container[rel='map1'] .location_listing1 .categories_filter select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      border: 3px solid #3D72A4;
      margin-right: 0;
      color: #000000;
      min-width: 200px;
      padding: 7px 10px;
      font-size: 16px;
      font-weight: 700;
      height: 48px;
      border-radius: 0; }
      .wpgmp_map_container[rel='map1'] .location_listing1 .categories_filter select::-ms-expand {
        display: none; }
    .wpgmp_map_container[rel='map1'] .location_listing1 .categories_filter:after {
      content: "\f078";
      font: normal normal normal 14px/1 FontAwesome;
      color: #000000;
      position: absolute;
      right: 12px;
      top: 17px;
      pointer-events: none;
      font-size: 15px; }
  .wpgmp_map_container[rel='map1'] .wpgmp_pagination {
    padding: 20px 0 0 0;
    background: none; }
    .wpgmp_map_container[rel='map1'] .wpgmp_pagination a, .wpgmp_map_container[rel='map1'] .wpgmp_pagination .current {
      background: none;
      box-shadow: unset;
      text-shadow: unset;
      cursor: pointer;
      color: #000;
      font-family: "Open Sans";
      font-size: 16px; }
    .wpgmp_map_container[rel='map1'] .wpgmp_pagination .current:not(.prev):not(.next) {
      color: #3D72A4; }
  .wpgmp_map_container[rel='map1'] .wpgmp_search_form,
  .wpgmp_map_container[rel='map1'] .wpgmp_listing_header {
    margin: 0; }
  .wpgmp_map_container[rel='map1'] .wpgmp_map {
    float: right; }
  .wpgmp_map_container[rel='map1'] .wpgmp_pagination {
    max-width: 100%;
    clear: left; }
  .wpgmp_map_container[rel='map1'] .wpgmp_listing_list .wpgmp_locations {
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }
    .wpgmp_map_container[rel='map1'] .wpgmp_listing_list .wpgmp_locations .place_title {
      font-weight: 400;
      font-size: 16px;
      font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
      color: #292b2c; }
    .wpgmp_map_container[rel='map1'] .wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta {
      display: none; }
  .wpgmp_map_container[rel='map1'] .wpgmp_search_input {
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 20px;
    font-weight: 700;
    border-radius: none;
    position: relative;
    z-index: 20;
    padding: 15px 30px;
    color: #999;
    font-size: 16px;
    border: 0;
    box-shadow: unset; }
  .wpgmp_map_container[rel='map1'] .wpgmp_before_listing {
    display: none; }
  .wpgmp_map_container[rel='map1'] div.wpgmp_categories div.wpgmp_no_locations {
    font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
    font-style: normal; }

.wpgmp_infowindow .fc-main .fc-item-title {
  font-size: 20px;
  font-family: "Poppins", Arial, Helvetica, Gotham, sans-serif;
  font-weight: 600;
  margin-bottom: 10px; }

.wpgmp_infowindow .fc-main p, .wpgmp_infowindow .fc-main address {
  font-family: "Open Sans", Arial, Helvetica, Gotham, sans-serif;
  font-size: 14px;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  .wpgmp_map_container[rel='map1'] .wpgmp_pagination {
    max-width: 50%;
    clear: left;
    padding: 15px 35px 20px 45px; }
  .wpgmp_map_container[rel='map1'] .wpgmp_map {
    margin-bottom: 0; }
  .wpgmp_map_container[rel='map1'] .wpgmp_map,
  .wpgmp_map_container[rel='map1'] .location_listing1 {
    max-width: 50%;
    padding: 0 35px 0 45px; } }

.bm_services {
  position: relative; }
  .bm_services .vc_grid-item {
    height: 450px; }
    .bm_services .vc_grid-item__item {
      cursor: pointer; }
    .bm_services .vc_grid-item .bm_popup__close {
      position: absolute;
      top: 15px;
      right: 25px; }
      .bm_services .vc_grid-item .bm_popup__close span {
        font-size: 33px; }
    .bm_services .vc_grid-item .bm_popup__content__inner h4 {
      text-transform: uppercase;
      font-weight: 600; }
    .bm_services .vc_grid-item .vc-gitem-zone-height-mode-auto:before {
      padding-top: 70%; }
    .bm_services .vc_grid-item .vc_grid-item-mini {
      position: relative;
      height: 100%; }
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem_row,
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-mini,
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-col {
        height: 100%; }
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
        height: 100%; }
        .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-a {
          height: 100%; }
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        cursor: pointer; }
        .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-col {
          position: unset; }
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_title {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_title h4 {
          width: auto;
          text-transform: uppercase;
          font-weight: 600;
          color: #fff;
          line-height: 40px;
          position: relative;
          top: 5px; }
      .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt {
        display: none; }
        .bm_services .vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt p {
          color: #fff; }
  .bm_services .bm_popup {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden; }
    .bm_services .bm_popup * {
      text-align: center !important; }
    .bm_services .bm_popup__inner {
      padding: 0;
      position: relative; }
    .bm_services .bm_popup__close {
      top: 32px;
      right: 60px;
      position: absolute;
      float: none;
      cursor: pointer;
      z-index: 99999; }
      .bm_services .bm_popup__close span {
        font-size: 43px;
        font-weight: 800;
        font-family: "Poppins"; }
    .bm_services .bm_popup__arrow {
      font-size: 53px;
      text-align: center;
      cursor: pointer; }
    .bm_services .bm_popup__content__inner {
      padding: 80px 10px; }
      .bm_services .bm_popup__content__inner h3 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px; }
      .bm_services .bm_popup__content__inner p {
        font-size: 15px; }

@media (min-width: 768px) {
  .bm_services .vc_grid-item {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .bm_services {
    position: relative;
    height: auto; }
    .bm_services .vc_grid-item {
      height: auto;
      width: 33.33333333%; }
  .bm_popup .bm_popup__content__inner {
    padding: 20px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .bm_popup .bm_popup__content__inner h4 {
      margin-bottom: 10px;
      font-size: 24px; }
    .bm_popup .bm_popup__content__inner p {
      font-size: 16px; }
  .bm_popup__close {
    max-width: 38px;
    top: 32px;
    right: 60px;
    position: absolute;
    float: none; } }

body .bm_search_modal {
  background: rgba(0, 0, 0, 0.8); }
  body .bm_search_modal .modal-dialog {
    min-height: calc(100vh - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto;
    width: 100%;
    margin: 0;
    max-width: 700px; }
    @media (max-width: 768px) {
      body .bm_search_modal .modal-dialog {
        min-height: calc(100vh - 20px); } }
    body .bm_search_modal .modal-dialog .modal-content {
      background: none; }
  body .bm_search_modal__field {
    border-bottom: 3px solid #999 !important;
    position: relative; }
    body .bm_search_modal__field__text {
      border: none !important;
      background: none !important;
      font-size: 30px;
      padding-right: 47px;
      display: inline-block;
      margin-bottom: 0 !important;
      padding: 12px 55px 5px 0; }
    body .bm_search_modal__field .btn {
      position: absolute;
      font-size: 30px;
      display: inline-block;
      right: 15px;
      bottom: 5px;
      cursor: pointer;
      border: none;
      z-index: 999;
      padding-right: 0; }
      body .bm_search_modal__field .btn i {
        color: #999; }
  body .bm_search_modal__close {
    padding: 0;
    position: fixed;
    right: 15px;
    top: 100px;
    border: none;
    color: #999;
    font-size: 40px;
    z-index: 999; }

@media (min-width: 768px) {
  body .bm_search_modal .modal-dialog {
    margin: 0 auto; }
  body .bm_search_modal__close {
    right: 100px;
    top: 100px;
    font-size: 50px; }
  body .bm_search_modal__field__text {
    font-size: 54px;
    padding: 12px 105px 10px 0; }
    body .bm_search_modal__field__text:hover, body .bm_search_modal__field__text:focus {
      outline: none; }
  body .bm_search_modal__field .btn {
    font-size: 47px;
    padding-right: 25px;
    bottom: 20px; } }

.vc_grid-pagination .vc_grid-pagination-list {
  outline: 0;
  display: block;
  padding-left: 0;
  text-align: center;
  margin: 20px 0 0 !important;
  border-radius: 2px; }

vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
  border-width: 0 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
  border-left-width: 1px !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
  border-color: #EBEBEB !important; }

.vc_grid-pagination .vc_grid-pagination-list > li {
  display: inline-block;
  margin: 0;
  border: 0 solid transparent;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active a {
  opacity: 1; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
  color: #000 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
  border-width: 0;
  background: transparent !important; }

.vc_grid-pagination .vc_grid-pagination-list > li > a, .vc_grid-pagination .vc_grid-pagination-list > li > span {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #428bca;
  border-right-color: #428bca;
  border-bottom-color: #428bca;
  border-left-color: #428bca;
  transition: opacity .3s ease-in 0s;
  position: relative;
  float: left;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  opacity: .5;
  filter: alpha(opacity=50);
  margin-left: -1px;
  font-size: 10px; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a::after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61a"; }

.home #bm_arrow {
  animation: arrow-jump 1s infinite; }

.home #bm_directory_sect {
  margin-bottom: 25px; }

.home #bm_about_sect {
  padding-bottom: 20px; }

.home .navbar {
  background: #232323; }

.home .bm_gala {
  padding-top: 50px;
  padding-bottom: 20px; }
  .home .bm_gala img {
    width: 100%;
    max-width: 500px; }

.home .bm_latest_news .vc_gitem-col {
  padding: 25px 20px; }

.home .bm_latest_news h4 {
  letter-spacing: -1px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif; }

.home .bm_staff h2 {
  border: none; }

.home .bm_staff img {
  width: 100%;
  height: auto;
  border-radius: 100%; }

.home .bm_staff__image img {
  width: 100%; }

.home .bm_staff__image__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(61, 114, 164, 0.4);
  cursor: pointer; }
  .home .bm_staff__image__overlay h4 {
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    position: absolute;
    bottom: 30px;
    left: 40px;
    opacity: 0.7; }

.home .bm_staff__content {
  margin-left: 12px;
  border-bottom: 3px solid #3D72A4;
  padding-bottom: 29px;
  padding-top: 31px;
  margin-bottom: 23px; }
  .home .bm_staff__content__title {
    text-align: center; }

.home .bm_team .vc_column-inner {
  padding: 0; }

.home #bm_team_sect {
  padding-bottom: 0; }
  .home #bm_team_sect .col-md-3 {
    margin-bottom: 15px; }
  .home #bm_team_sect .wpb_row {
    padding: 0 30px; }
  .home #bm_team_sect .border_section {
    margin-bottom: 35px; }

.home .bm_section h2 {
  border-bottom: 3px solid #3D72A4; }

@media (min-width: 768px) {
  .home .navbar {
    margin-bottom: -75px;
    background: rgba(0, 0, 0, 0.6); } }

@media (min-width: 992px) {
  .home #bm_team_sect .col-md-3 {
    margin-bottom: 0; }
  .home #bm_team_sect .wpb_row {
    padding: 0; }
  .home .bm_latest_news .vc_grid-item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .home .bm_latest_news .vc_grid {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .home .bm_latest_news .vc_grid-item {
      list-style: none;
      min-height: 100%;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-flow: column;
      flex-flow: column; }
      .home .bm_latest_news .vc_grid-item-mini {
        min-height: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .home .bm_latest_news .vc_gitem-zone-c {
    border: 3px solid #f1f1f1;
    min-height: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-negative: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .home .bm_latest_news .vc_pageable-slide-wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: row;
    flex-wrap: row;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }
  .home .bm_latest_news .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.page-id-187 .bm_staff h2 {
  border: none; }

.page-id-187 .bm_staff img {
  width: 100%;
  height: auto;
  border-radius: 100%; }

.page-id-187 .bm_staff__image {
  border: 3px solid #3D72A4;
  border-radius: 100%;
  padding: 15px;
  cursor: pointer;
  max-width: 350px;
  margin: 0 auto; }
  .page-id-187 .bm_staff__image img {
    width: 100%; }

.page-id-187 .bm_staff__content {
  margin-left: 12px;
  border-bottom: 3px solid #3D72A4;
  padding-bottom: 29px;
  padding-top: 31px;
  margin-bottom: 23px; }
  .page-id-187 .bm_staff__content__title {
    text-align: center; }
    .page-id-187 .bm_staff__content__title h2 {
      text-align: center; }
  .page-id-187 .bm_staff__content__info {
    padding-top: 10px; }

.page-id-187 .bm_staff__social {
  margin-left: 12px; }
  .page-id-187 .bm_staff__social i {
    font-size: 24px;
    background: #000000;
    color: #fff;
    border-radius: 100%;
    padding: 15px;
    line-height: 1; }
    .page-id-187 .bm_staff__social i:before {
      position: relative;
      top: 1px; }
    .page-id-187 .bm_staff__social i:hover, .page-id-187 .bm_staff__social i:focus {
      background: #3D72A4; }

@media (min-width: 768px) {
  .page-id-187 .bm_staff__content__title {
    text-align: left; } }

.blog .bm_header_image {
  margin-bottom: 0; }

.blog .content {
  padding-top: 60px; }

.blog .vc_basic_grid {
  padding-right: 15px; }
  .blog .vc_basic_grid .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item-mini {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 3px solid #f1f1f1; }
  .blog .vc_basic_grid h3 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Arial, Helvetica, Gotham, sans-serif;
    letter-spacing: -1px;
    font-size: 34px; }

.newsletter .bm_header_image {
  margin-bottom: 0; }

.newsletter .content {
  padding-top: 60px;
  background: #fafafa; }

.newsletter .vc_basic_grid {
  padding-right: 15px; }
  .newsletter .vc_basic_grid .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item-mini {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 3px solid #f1f1f1; }
  .newsletter .vc_basic_grid h3 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Arial, Helvetica, Gotham, sans-serif;
    letter-spacing: -1px;
    font-size: 34px; }

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