html {
    font-size: 100%;
    height: 100%;
}

body {
    font-size: 1rem;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body p, body {
    font-size: 1rem;
    line-height: 1.5;
    color: #242424;
}

.grey_body {
    background-color: #FCFCFC;
}

.page {
    margin: 0;
}

.site-main {
    padding: 60px 0 65px;
}


a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

a, a:visited {
    color: #242424;
    font-weight: bold;
    text-decoration: underline;
}

.main_menu a, .main_menu a:visited {
    color: #0072AF;
    text-decoration: none;
    font-weight: normal;
}

a:hover, .main_menu a:hover {
    color: #D0CFAF;
}

a:focus, :focus {
    outline: none;
}

.main_menu {
    box-shadow: 0 3px 6px rgba(224,224,224, .47);
    -webkit-box-shadow: 0 3px 6px rgba(224,224,224, .47);
    -moz-box-shadow: 0 3px 6px rgba(224,224,224, .47);
    z-index:  1000;
    position: relative;
    background-color: white;
}

.main_menu a.nav-link, .main_menu a.nav-link:visited {
    color: #0072AF;
    position: relative;
}

.main_menu li:last-of-type a.nav-link, .main_menu li:last-of-type a.nav-link:visited {
    color: #242424;
}

.main_menu a.nav-link:after {
    content:  '';
    position: absolute;
    bottom: 0;
    left:  0;
    display: inline-block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
}

.main_menu a.nav-link:hover:after, .header_tel_link:hover:after {
    width:  80%;
    background-color: #D0CFAF;
}

.nav-link {
    display: block;
    padding: .5rem 1rem 0rem;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .main_menu a.nav-link:after {
        left:  50%;
        transform: translateX(-50%);
    }

}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
  }
}

.text-decoration-underline {
    text-decoration: underline !important;
}

#navbarSideButton:hover, #navbarSideButton:focus, #navbarSideButton:active {
	border-color: white !important;
	outline: none !important;
}

.navbar-side {
    height: 100%;
    position: fixed;
    width: 300px;
    top: 0;
    right: 0;
    padding: 0;
    padding: 2rem 2.325rem;
    list-style: none;
    background-color: white;
    overflow-y: scroll;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.side_overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: black;
    opacity: 0.6;
    z-index: 990;
}

.reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.give_it_a_try {
    padding: 50px 0 45px;
    background-color: #D0CFAF;
    color: white;
    font-weight: bold;
}

.footer_section {
    padding: 20px 0 40px;
    background-color: #F1F1F1;
}


.footer_policies a, .footer_policies a:visited {
    font-weight: normal;
    text-decoration: none;
}

#hero_bar {
    background-color: #D0CFAF;
    padding: 80px 0;
    font-weight: bold;
    line-height: 1.2;
    background-color: #F1F1F1;
    border-top: solid 2px #0072AF;
    color: #0072AF;
}

#hero_bar a, #hero_bar a:visited {
    color: #0072AF;
}

.single-memberpressproduct #hero_bar {
    padding:  20px 0;
}

.header_main {
    font-size:  33px;
}

.header_sub {
    padding-top:  30px;
    font-size:  22px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border:  solid 1px #D0CFAF;
    border-radius: 2px;
}

input[type="submit"], button[type="submit"], .footer_form button {
    background-color: #242424;
    border: solid 1px #242424;
    color: white;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
}

.footer_form input {
    text-align: center;
}

.footer_form button {
    width: 100%;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}

.bottom_message {
    padding: 70px 0;
}


.grey_body .bottom_message {
    background-color: #FCFCFC;
}

.bottom_message_title, .home_main_heading {
    color: #0072AF;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 25px;
}

.home_main_text {
    padding-bottom: 20px;
}

.home_main_text:last-of-type {
    padding-bottom: 0;
}

.home_main {
    padding: 60px 0 75px;
    border-bottom: solid 2px #D6D5BD;
    margin-bottom: 50px;
}

.home_main_screenshot {
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-bottom: -120px;
}

.home_hero {
    box-shadow: 0 3px 6px #E0E0E0;
    -webkit-box-shadow: 0 3px 6px #E0E0E0;
    -moz-box-shadow: 0 3px 6px #E0E0E0;
    border-bottom: solid 1px #EBEBEB;
    background-image: url(images/archicheck-home-img-licensed.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: calc(80vh - 100px);
}

.home_hero h1 {
    color: #0072AF;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.home_hero_subtext {
    padding:  20px 0;
    font-weight: 300;
}

.home_hero_button a, .home_hero_button a:visited {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
}

.home_hero_button a.focus_button, .home_hero_button a.focus_button:visited {
    background-color: #D6D5BD;
    color: white;
    text-decoration: none;
}

.how_it_works_step_item_outer {
    padding:  85px 0 70px;
    position: relative;
}

.how_it_works_step_item {
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    border-radius: 15px;
    overflow: hidden;
}

.how_it_works_step_content {
    padding:  45px 35px 40px;
}

.how_it_works_step_title_bar {
    padding: 10px 30px 20px;
    background-color: #0072AF;
    color: white;
    line-height: 1.2;
    border-bottom: solid 2px #D0CFAF;
    font-size: 1.5rem;
}

.how_it_works_step_title_bar svg {
    width: 35px;
    margin-right: 10px;
}

.how_it_works_step_title_bar i {
    font-size: 35px;
    margin-right: 10px;
}

.how_it_works_screenshot {
    margin: -35px 5px 20px auto;
    display: block;
    max-width: 300px;
    border-radius: 15px;
    border: solid 6px black;
    box-shadow: 12px 12px 16px rgba(0,0,0,.06);
}

.how_it_works_step_item_outer:nth-of-type(even) .how_it_works_screenshot {
    margin: -35px auto 20px 5px;
}


@media screen and (min-width:  992px) {
    .how_it_works_screenshot {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        height: 100%;
    }

    .how_it_works_step_item_outer:nth-of-type(even) .how_it_works_screenshot {
        right: initial;
        left: 10%;
        margin: 0;
    }

    .how_it_works_screenshot {
        margin: 0;
    }
}


.how_it_works_step_item_outer:nth-of-type(even) .row {
    justify-content: flex-end;
    text-align: right;
}


.heading_underline {
    border-bottom: solid 2px #D0CFAF;
    width: 100%;
    max-width: 80px;
    margin: 0 auto 20px;
}

.how_it_works_main_content {
    padding-top: 90px;
}


.mepr-price-box-title {
    background-color: #242424;
    padding: 15px 10px;
    color:  white;
    border-radius: 15px 15px 0 0;
    border-bottom: solid 2px #D0CFAF;
    font-size: 24px;
}

.mepr-price-box-title .font-weight-bold {
    font-size: 36px;
    line-height: 1.1;
}


.mepr-price-box-benefits {
    border: solid 1px rgba(214,213,189,.2);
    border-top: none;
    border-bottom: none;
    padding: 40px 30px 20px;
    border-radius: 0 0 15px 15px;
    background-color: white;
    position: relative;
}


.mepr-price-box-benefits:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 2px;
    background-color: #D0CFAF;
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
}


.mepr-price-menu {
    padding-bottom: 100px;
}


.mepr-price-box-footer {
    padding:  0 20px 45px;
    font-weight: bold;
}

.mepr-price-menu .mepr-price-box {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width:  768px) {
    .mepr-price-menu .mepr-price-box {
        width:  32%;
    }

    .mepr-price-boxes {
        display: flex;
        justify-content: space-between;
    }

}

@media screen and (min-width:  992px) {
    .mepr-price-menu .mepr-price-box {
        width:  28%;
    }
}

@media screen and (min-width:  1100px) {
    .mepr-price-menu .mepr-price-box {
        width:  26%;
    }
}

.mepr-price-box .registration_form_box {
    padding: 30px;
}

@media screen and (min-width: 768px) {
    .mepr-price-box .registration_form_box {
        padding: 30px 60px 50px;
    }
}

.registration_benefit {
    line-height: 1.2;
    padding-left:  50px;
    padding-right:  50px;
}

.mp-form-row.mepr_bold.mepr_price {
    display: none;
}

.mepr-price-box-foot {
    padding: 20px 20px 20px;
    border: solid 1px rgba(214,213,189,.2);
    border-top: none;
    margin-top: auto;
}

.mepr-price-box-button {
    padding: 0 30px 20px;
}


.mepr-price-box-button a, .mepr-price-box-button a:visited,
a.confirmation_signin, a.confirmation_signin:visited {
    display: block;
    text-align: center;
    background-color: #0072AF;
    color:  white;
    padding:  10px;
    text-decoration: none;
    box-shadow: 3px 3px 10px rgba(0,0,0,.55);
}


.nice_bullets ul {
  list-style: none; /* Removes the default bullets */
  margin: 0;
  padding: 0;
}

.nice_bullets ul li {
    padding-bottom:  10px;
}

.nice_bullets ul li::before {
  content : "\2022"; /* Adds the bullet */
  padding-right: 5px; /* creates the space between bullet, list item */
  color: #0072AF; /* changes the bullet color*/
  font-size:  30px;
  line-height: 20px;
  vertical-align: middle;
}




.mepr-price-box {
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
}

.mepr-most-popular {
    display: none;
}