@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Myriad-Pro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Myriad-Pro-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Myriad-Pro-Bold.woff2') format('woff2');
}

* {
    font-family: "Myriad Pro Regular";
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

video {
    max-width: 100%;
    height: auto;
}

.video {
    float: right;
    width: 50%;
    padding: 0 0 20px 20px;
}

/* banner promo code */
.banner-wrapper {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #dd5614;
    color: #fff;
}

.banner-wrapper img {
    height: 90px; 
}

.banner-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner-container > a:first-child {
    text-decoration: none;
    color: #fff;
}

.banner-maintext .line1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.banner-maintext .line1 a {
    color: #fff;
}

.banner-maintext .line2 {
    font-size: 20px;
    margin-top: 10px;
}

.banner-code {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
  
.banner-code p {
    background-color: black;
    border-radius: 5px;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 16px;
}
  
.banner-close {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
  
.banner-close a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

/* Header top navigation */
header {
    overflow: hidden;
    background-color: #fff;
    top: 0;
    width: 100%;
    border: 2px solid #000000;
    border-style: none none solid none;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin: 15px 10px;
    padding: 30px 10px;
    font-size: 17px;
}

.main-nav .brand-logo {
    max-width: 100%;
    height: auto;
}

.main-nav ul.main-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-right: 10px;
    flex: 3;
    justify-content: flex-end;
    align-items: center;
}

.main-nav ul.main-menu li {
    padding: 0 10px;
}

.main-nav ul.main-menu li a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    text-align: center;
}

.main-nav ul.main-menu li a {
    color: #000;
}

.main-nav .right-menu {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
}

.main-nav .right-menu > div {
    margin: 0 5px;
}

.main-nav .right-menu .my-account > a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #000000;
    text-decoration: none;
}

.main-nav .right-menu .my-account ul.dropdown-menu {
    background: rgb(255, 103, 29);
}

.main-nav .right-menu .my-account .dropdown-menu a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}
.main-nav .right-menu .my-account .dropdown-menu a:hover { background-color: #FF671D; }

/* Background image hero and search form */
#jmr-bgimg {
    background-image: url("../../assets/images/home-banner-handshake-bg-v1.jpg");
    height: 365px;
    padding: .4rem;
    object-fit: fill;
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#jmr-bgimg .search-form {
    position: absolute;
    margin: 0;
    padding: 0 1.5rem;
    top: 11rem;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#jmr-bgimg .search-form .opacitybox {
    background-color: #00000061;
    border-radius: 3px;
}

#jmr-bgimg h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'Myriad Pro Bold';
    text-align: right;
}

/* Main content */
.jmr-main-content {
    height: auto;
}

/* Footer */
footer h5, footer a, footer span, footer div {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, 
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji 
}

footer {
    border: 1px solid #fff;
    border-style: solid none none none;
}

.footer-social-icons img {
    height: 37px;
    width: 37px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.footer-social-icons a {
    margin-right: 6px;
}

#wrapper-footer-full {
    background-color: #000;
}

#wrapper-footer-full .container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.footer-nav-list h5 {
    font-size: 15px;
    font-weight: 700;
    color: #E2E2E2;
}

.footer-nav-list ul {
    margin: 0;
    padding: 0 !important;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

.footer-nav-list ul {
    list-style-type: none;
}

.footer-nav-list .nav-link.footer {
    color: #E2E2E2;
    font-size: 15px;
    padding: 5px 0 0 0;
}

.footer-payment-types, .footer-app-links {
    font-size: 15px;
    color: #E2E2E2;
}

.footer-payment-types img {
    height: 27px;
    width: 42px;
}

.footer-payment-types img#stripe-logo {
    height: auto;
    width: 100px;
    border-right: 2px solid #fff;
}

.footer-payment-types img#paypal-logo {
    height: auto;
    width: 100px;
}

.footer-legal, .footer-legal a, .footer-legal a:active, .footer-legal a:visited, .footer-legal a:hover {
    font-size: 13px;
    color: #E2E2E2;
    text-decoration: none;
}

.lp-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
  }

  
  /* Homepage hero image and search */
  .lp-banner {
    background-color: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;

    background-image: url('../../assets/images/home-banner-handshake-bg-v1.jpg');
    height: auto;
    object-fit: fill;
    background-repeat: no-repeat;
    background-position: center;
  }

  .lp-hero-container {
    padding: 30px 40px 30px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    background-color: #00000061;
  }

  .lp-search-box {
    width: 75%;
  }

  .lp-hero-container .findboardroom-btn {
    display: inline-block;
    background-color: #ff671d;
    border-radius: 5px;
    color: #fff;
    padding: 17px 10px;
    text-decoration: none;
    width: 50%;
  }

  .lp-hero-container h1 {
    font-family: 'Myriad Pro Regular';
    font-size: 60px;
    font-weight: bold;
    text-align: left;
  }

  .lp-hero-container input.form-control {
    padding: 20px 0 20px 25px;
    background-color: #fff;
    cursor: pointer;
  }

  .lp-hero-container .location-icon {
    background: url(../images/Location-Icon.png) no-repeat #fff 5px;
  }

  .lp-hero-container label.form-label {
    color: #ff671d;
    font-size: 15px;
  }
  
  
  .lp-cities {
    background-color: #fff;
    color: #000;
  }

  .lp-cities h2 {
    display: block;
    text-align: center;
    font-family: 'Myriad Pro Bold';
    font-size: 20px;
    line-height: 24px;
    border: 1px solid black;
    padding: 20px 10px;
    margin: 10px 0 18px 0;
  }


  .lp-cities .cities-container > div,
  .lp-most-listings .most-listings-container > div {
    margin-top: 10px;
    text-align: center;
  }

  .lp-cities .cities-container img,
  .lp-most-listings .most-listings-container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .lp-cities .cities-container a,
  .lp-most-listings .most-listings-container a {
    text-decoration: none;
    color: black;
    font-weight: 700;
  }

  .lp-most-listings .most-listings-container .text {
    line-height: 1.5em;
  }
  
  .lp-msg {
    background-color: #f7f7f7;
    color: #000;
    text-align: center;
    padding: 15px 10px 10px 10px;
  }
  
  .lp-msg h2 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Myriad Pro Bold';
  }
  
  .lp-logos {
    text-align: center;
    padding: 20px 10px;
  }
  .lp-logos img {
    width: 100% !important;
    max-width: 140px;
    display: inline-block;
    margin: 0 22px;
  }
  .lp-logos1 img:first-child {
    /*margin-left: 0 !important;*/
  }
  .lp-logos2 img:last-child {
    /*margin-right: 0 !important;*/
  }
  .lp-logos1 {
    display: inline-block;
  }
  .lp-logos2 {
    display: inline-block;
  }
  .lp-txt {
    padding: 25px 0 10px 0;
    color: #000;
  }
  .lp-txt.gbg {
    background-color: #f7f7f7;
  }
  
  .lp-txt h2 {
    font-family: 'Myriad Pro Bold';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .lp-txt h3 {
    font-family: 'Myriad Pro Bold';
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .lp-txt p {
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    line-height: 22px;
  }
  .lp-txt p a {
    text-decoration: none;
    color: #ff671d;
  }
  
  .lp-txt ul {
    /*border: 1px solid green;*/
  }
  .lp-txt ul li {
    margin-bottom: 10px;
  }
  
  .lp-faq {
    background-color: #fff;
    color: #000;
  }
  
  .pop-city {
    text-align: center;
  }
  .pop-city img {
    width: 100%;
  }
  .pop-city a {
    text-decoration: none;
    color: #000;
  }
  .pop-city a div {
    font-family: 'Myriad Pro Bold';
    font-size: 16px;
    line-height: 20px;
    margin: 10px 5px 20px 5px;
  }
  
  
  @media only screen and (max-width: 769px) {
    .lp-banner .right h1 {
      text-align: center;
    }
    .lp-logos img {
        max-width: 100px;
    }
  }
  
  @media only screen and (max-width: 540px) {
    .lp-logos img {
        max-width: 70px;
        margin: 0 10px;
    }
  }
  
  
  
  .sectionH {
      clear: both;
      padding: 0px;
      margin: 0px;
  }
  
  .colH {
      display: block;
      float:left;
      margin: 1% 0 1% 1.6%;
  }
  .colH:first-child { margin-left: 0; }
  
  .groupH:before,
  .groupH:after { content:""; display:table; }
  .groupH:after { clear:both;}
  .groupH { zoom:1; /* For IE 6/7 */ }
  
  
  .spanH_2_of_2 {
      width: 100%;
  }
  .spanH_1_of_2 {
      width: 49.2%;
  }
  

  
  .sectionC {
      clear: both;
      padding: 0px;
      margin: 0px;
  }
  
  /*  COLUMN SETUP  */
  .colC {
      display: block;
      float:left;
      margin: 1% 0 1% 6%;
  }
  .colC:first-child { margin-left: 0; }
  
  /*  GROUPING  */
  .groupC:before,
  .groupC:after { content:""; display:table; }
  .groupC:after { clear:both;}
  .groupC { zoom:1; /* For IE 6/7 */ }
  
  .spanC_2_of_2 {
      width: 100%;
  }
  .spanC_1_of_2 {
      width: 47%;
  }

  
  @media only screen and (max-width: 769px) {
    .colH {
        margin: 1% 0 1% 0%;
    }

    .spanH_2_of_2, .spanH_1_of_2 { width: 100%; }

    .colC {
        margin: 1% 0 1% 0%;
    }

      .spanC_2_of_2, .spanC_1_of_2 { width: 100%; }

      .lp-banner {
        margin-bottom: 2rem;
      }

      .lp-most-listings .most-listings-container .text {
        line-height: 1.3em;
      }
  }
  
  .sectionI {
      clear: both;
      padding: 0px;
      margin: 0px;
  }
  
  .colI {
      display: block;
      float:left;
      margin: 1% 0 1% 3%;
  }
  .colI:first-child { margin-left: 0; }
  
  .groupH:before,
  .groupH:after { content:""; display:table; }
  .groupH:after { clear:both;}
  .groupH { zoom:1; /* For IE 6/7 */ }
  
  
  .spanI_2_of_2 {
      width: 100%;
  }
  .spanI_1_of_2 {
      width: 48.5%;
  }


@media (min-width: 1200px) {
    .main-nav ul.main-menu { margin-right: 100px; }

    .main-nav .right-menu .dropdown-content { top: 85px; }
}

@media (max-width: 1199px) {

}

@media (max-width: 1099px) {

}

@media (max-width: 992px) {

    .lp-hero-container {
        grid-template-columns: repeat(1, 1fr);
    }


    .lp-hero-container > div:first-child {
        text-align: center;
    }

    .lp-search-box {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .main-nav ul.main-menu { margin-right: 200px; }
}

@media (max-width: 767.98px) {
    .video {
        float: none;
        width: 100%;
        padding: 0;
    }
    .lp-hero-container .findboardroom-btn {
        width: 100%;
    }

    .lp-hero-container {
        padding: 30px 40px 30px 40px;
    }
}

@media (max-width: 460px) {

    .lp-container {
        padding: 20px;
    }

    /* .lp-hero-container {
        padding: 20px;
    } */

    .lp-hero-container h1 {
        display: block;
        line-height: 1em;
    }

    .lp-search-box {
        width: 100%;
      }
}

@media (max-width: 425px) {
    .contfootbtn ,
    .jbfootbtn,
    .tcfootbtn,
    .topmeetfootbtn,
    .topmeetfootbtn1,
    .topmeetfootbtn2,
    .topmeetfootbtn3 {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        background-image: url(../imgs/orange-rightrr.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 99% 2px;
    }
    .jbfootcontent,
    .tcfootcont,
    .contfootbtncontent,
    .topmeetfootbtncontent,
    .topmeetfootbtncontent1,
    .topmeetfootbtncontent2,
    .topmeetfootbtncontent3 {
        display: none;
    }
    .showfootcont {
        display: block;
    }
}
  