﻿@import url(fonts/fontawesome/all.min.css);
@import url(fonts.css);
@media (max-width: 575.98px) {
  html {
    font-size: 11px; } }

@media (min-width: 576px) {
  html {
    font-size: 12px; } }

@media (min-width: 768px) {
  html {
    font-size: 13px; } }

@media (min-width: 992px) {
  html {
    font-size: 15px; } }

@media (min-width: 1200px) {
  html {
    font-size: 16px; } }

.fnt-poppinsregular {
  font-family: 'poppinsregular'; }

.fnt-poppinsmedium, .navbar-nav li:last-child a, .products-minicards .prod-card .prod-title, .std-btn, .input-btn-parent, .input-btn-parent input {
  font-family: 'poppinsmedium'; }

.fnt-poppinslight, .std-btn span, .input-btn-parent span {
  font-family: 'poppinslight'; }

.fnt-poppinsextralight, .extralight-font {
  font-family: 'poppinsextralight'; }

.fnt-poppinssemibold, .sidemenu.active, .sidemenu.input-btn-parent, .input-btn-parent input.sidemenu {
  font-family: 'poppinssemibold'; }

.fnt-montserratsemi_bold, #home-hero h1, #land-hero h1 {
  font-family: 'montserratsemi_bold'; }

.fnt-droid_serifregular {
  font-family: 'droid_serifregular'; }

.fnt-droid_serifbold, #home-hero h2 {
  font-family: 'droid_serifbold'; }

.fnt-droid_serifitalic, #footer-hero span, #movie-info p ins {
  font-family: 'droid_serifitalic'; }

a {
  text-decoration: none !important; }

a:focus, button:focus, input[type=button]:focus, input[type=submit]:focus {
  outline: none !important; }

.la {
  text-align: left; }

.ra {
  text-align: right; }

.ca {
  text-align: center; }

.cbox {
  margin-left: auto;
  margin-right: auto; }

.lf {
  float: left;
  width: auto; }

.rf {
  float: right;
  width: auto; }

.delf {
  clear: both; }

.w100 {
  width: 100%; }

.w50 {
  width: 50%; }

.h100 {
  height: 100%; }

.hand {
  cursor: pointer; }

.hide {
  display: none; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.reset {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0; }

.trans-slow, .random-number:hover, .random-pick, .random-pick:hover, .random-number-pushed {
  transition: .5s ease-out;
  -webkit-transition: .5s ease-out; }

.trans-normal, .dropdown-menu {
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out; }

.trans-fast {
  transition: .12s ease-out;
  -webkit-transition: .12s ease-out; }

.vertical-center-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

html {
  overflow-y: scroll; }

.site-width, #header .container-fluid, .sticker > div {
  max-width: 1180px;
  margin: 0 auto; }

.extra-width, .sticker #products-cards {
  max-width: 1590px;
  margin: 0 auto; }

#page {
  min-height: 100%;
  margin-bottom: -3rem;
  padding-bottom: 3rem; }

.data-pad {
  padding: 1rem; }

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999; }

#header .navbar {
  line-height: 2.14286rem;
  margin-bottom: -100rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-right: 0;
  text-align: right;
  z-index: 9991; }

#header .navbar-nav {
  margin: 0 0 0 auto; }

@media (min-width: 768px) {
  #header .navbar {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0; } }

@media (max-width: 767.98px) {
  #header .navbar-nav {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #2b4c6f;
    border-radius: .5rem;
    white-space: nowrap;
    opacity: .8; }
  #header .nav-sep {
    display: none; } }

#header .navbar-toggler {
  height: 2.35rem;
  color: #fff; }

#header .navbar-nav li.nav-item a {
  padding-top: 0;
  padding-bottom: 0; }

.dropdown-menu {
  display: block;
  width: 0;
  height: 0;
  border-width: 0;
  padding: 0;
  margin: 0px;
  line-height: 1.875rem;
  overflow: hidden;
  opacity: 0; }

.dropdown:hover .dropdown-menu {
  width: auto;
  height: auto;
  padding: .5rem 0;
  opacity: .9; }

#header .navbar-nav .dropdown-menu a.dropdown-item {
  color: #2b4c6f !important;
  transition: all .2s ease-out; }

#header .navbar-nav .dropdown-menu a.dropdown-item:hover {
  color: #fff !important;
  background-color: #2b4c6f; }

#footer {
  height: 3rem;
  line-height: 3rem;
  margin-bottom: -5px;
  background: #2b4c6f; }

#btn-top {
  position: fixed;
  display: none;
  right: 1rem;
  bottom: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.7rem;
  font-size: 1.4rem;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #2b4c6f;
  text-align: center;
  opacity: .5;
  transition: background .5s ease-out, color .5s ease-out;
  z-index: 9992; }

#btn-top:hover {
  background: #2b4c6f;
  opacity: 1; }

#btn-top a {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #2b4c6f !important; }

#btn-top:hover a {
  color: #fff !important;
  transition: background .5s ease-out, color .5s ease-out; }

body {
  display: inline-block;
  min-width: 100%; }

.sticker {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  max-width: 100vw;
  overflow: hidden; }

@-ms-viewport {
  width: auto !important; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #999;
  opacity: .25; }

.loader div {
  position: absolute;
  border: .4vw solid #fff;
  opacity: 1;
  border-radius: 50%; }

@keyframes ripple-mode-1 {
  0% {
    left: 50vw;
    top: 25vw;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    left: 38vw;
    top: 13vw;
    width: 24vw;
    height: 24vw;
    opacity: 0; } }

.loader div:nth-child(1) {
  background: #f96;
  animation: ripple-mode-1 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.loader div:nth-child(2) {
  background: #69f;
  animation: ripple-mode-1 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation-delay: -.5s; }

.spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #999;
  opacity: .25; }

.spinner div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  margin: auto;
  width: 50px;
  height: 50px;
  animation: rotate-1 .8s infinite linear;
  border: 6px solid #fff;
  border-top-color: #000;
  border-radius: 50%; }

@keyframes rotate-1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spacer {
  clear: both;
  height: 4rem;
  font-size: 0;
  line-height: 0; }

.hr-deco {
  margin-bottom: 3rem 0;
  height: 1px;
  border: 0;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent); }

.hr-deco-light {
  height: 15px;
  border: 0;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.05), transparent); }

body {
  font-family: 'poppinsregular', Arial, sans-serif;
  font-size: 1rem;
  color: #222; }

.land-info {
  line-height: 1.8rem; }

.land-info .title {
  font-size: 2.75rem;
  line-height: 3.6rem;
  color: #2b4c6f; }

.land-info .subtitle {
  font-size: 1.75rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #2b4c6f; }

.land-info .infotitle {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold; }

.site-clr {
  color: #222; }

.req-clr, .high-clr, #msgCaptcha {
  color: #8c0000; }

.light-clr {
  color: #f2ce09; }

.dark-clr {
  color: #2b4c6f; }

.less-dark-clr {
  color: #487eb8; }

.comment {
  color: #666;
  font-style: italic; }

body a {
  color: #396594;
  transition: color .25s ease-out; }

body a:visited {
  color: #396594; }

body a:hover {
  color: #8c0000; }

body a:active {
  color: #8c0000; }

/* must be the last line */
.navbar-nav li, .navbar-nav li a {
  color: #fff !important;
  font-size: 1rem; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-nav li, .navbar-nav li a {
    letter-spacing: -1px; } }

.navbar-nav a:visited {
  color: #fff !important; }

.navbar-nav a:hover {
  color: #f2ce09 !important; }

.navbar-nav a:active {
  color: #f2ce09 !important; }

/* must be the last line */
.navbar-nav li.active a, .navbar-nav li.input-btn-parent a {
  color: #f2ce09 !important; }

#footer {
  font-size: .875rem;
  color: #fff; }

#footer a {
  color: #f2ce09; }

#footer a:visited {
  color: #f2ce09; }

#footer a:hover {
  color: #fff; }

#footer a:active {
  color: #fff; }

/* must be the last line */
#footer-links {
  font-size: .875rem; }

#footer-links p {
  font-size: 1rem;
  color: #2b4c6f;
  font-weight: bold;
  text-transform: uppercase; }

#footer-links a {
  color: #222; }

#footer-links a:visited {
  color: #222; }

#footer-links a:hover {
  color: #8c0000; }

#footer-links a:active {
  color: #8c0000; }

/* must be the last line */
#footer-hero {
  font-size: 3.4rem;
  color: #f2ce09; }

#footer-hero span {
  font-size: 80%;
  color: #fff; }

@media (max-width: 575.98px) {
  #footer-hero {
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 1.4rem;
    xcolor: red; } }

@media (min-width: 576px) {
  #footer-hero {
    height: 7rem;
    line-height: 7rem;
    font-size: 1.9rem;
    xcolor: blue; } }

@media (min-width: 768px) {
  #footer-hero {
    height: 8.9rem;
    line-height: 8.9rem;
    font-size: 2.4rem;
    xcolor: red; } }

@media (min-width: 992px) {
  #footer-hero {
    height: 10rem;
    line-height: 10rem;
    font-size: 2.7rem;
    xcolor: blue; } }

@media (min-width: 1200px) {
  #footer-hero {
    height: 11.5rem;
    line-height: 11.5rem;
    font-size: 3.1rem;
    xcolor: red; } }

@media screen and (min-width: 1350px) {
  #footer-hero {
    height: 13rem;
    line-height: 13rem;
    font-size: 3.5rem;
    xcolor: pink; } }

.prod-card .prod-title {
  font-size: 1.125rem;
  color: #2b4c6f;
  font-weight: bold; }

.products-minicards .prod-card .prod-title {
  font-size: 1.25rem; }

.prod-card .prod-info {
  font-size: .8rem;
  line-height: 200%; }

.prod-card a.prod-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  font-size: .9rem;
  color: #8c0000;
  font-weight: bold;
  text-transform: uppercase; }

.prod-card a.prod-link:visited {
  color: #8c0000; }

.prod-card a.prod-link:hover {
  color: #2b4c6f; }

.prod-card a.prod-link:active {
  color: #2b4c6f; }

/* must be the last line */
#movie-info p {
  font-size: 2.5rem;
  color: #2b4c6f;
  font-weight: bold;
  padding-top: 2rem; }

#movie-info p span {
  color: #8c0000; }

#movie-info p ins {
  font-size: 80%;
  text-decoration: none; }

p.subtitle {
  font-size: 1.75rem;
  color: #2b4c6f; }

a:focus, button:focus, input[type=button]:focus, input[type=submit]:focus {
  outline: none !important; }

.form-control, .form-control:focus {
  box-shadow: none; }

.form-control, .form-control:focus {
  border: solid 1px #bbb;
  border-radius: 0; }

.input-effect input, .input-effect textarea {
  color: #777 !important;
  transition: color .25s ease-out; }

.input-effect input:focus, .input-effect textarea:focus {
  color: inherit !important;
  border-bottom: solid 1px #ddd; }

.input-effect {
  position: relative; }

.input-effect:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: solid 1px #111;
  width: 0%;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: none; }

.input-effect.run:before {
  width: 100%;
  border-bottom: solid 1px #bbb;
  opacity: 1;
  transition: all .5s ease-out; }

.captcha-area {
  margin-bottom: 1.25rem !important;
  margin-top: .25rem; }

.random-number {
  padding: .2rem .25rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #bbb;
  margin-right: .5rem;
  margin-top: .5rem;
  width: 3.75rem;
  text-align: center;
  display: inline-block; }

.random-number:hover {
  background-color: #2b4c6f;
  color: #ffffff; }

.random-pick {
  color: #2b4c6f;
  padding: .2rem .25rem;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #bbb;
  margin-right: .5rem;
  margin-top: .5rem;
  width: 3.75rem;
  text-align: center;
  display: inline-block; }

.random-pick:hover {
  background-color: #2b4c6f;
  color: #ffffff; }

.random-number-pushed {
  color: #ffffff;
  background-color: #2b4c6f; }

#msgCaptcha {
  display: none;
  margin-bottom: 2rem; }

#msgCaptcha span {
  padding: .5rem .8rem;
  color: #222;
  background-color: #fff;
  border: solid 1px #999; }

#header {
  background: #2b4c6f url(img/home-top.jpg) no-repeat center top/100%; }

#page {
  padding-top: calc(100vw * .35);
  background: url(img/home-top.jpg) no-repeat center top/100% fixed, url(img/pattern.png) repeat;
  transition: background .5s ease-out; }

#page.page-scrolled {
  background-position-y: -40rem; }

.landing-page #header {
  background-image: url(img/land-top.jpg); }

#page.landing-page {
  padding-top: calc(100vw * (.175 + .025));
  background: url(img/land-top.jpg) no-repeat center top/100% fixed, url(img/pattern.png) repeat; }

#page.page-scrolled.landing-page {
  background-position-y: -20rem; }

.landing-page #footer-hero {
  margin-top: 4rem; }

@media (max-width: 575.98px) {
  #page {
    padding-top: calc(100vw * .4); }
  #page.landing-page {
    padding-top: calc(100vw * (.175 + .1)); } }

#page #land-hero {
  display: none; }

#page.landing-page #home-hero {
  display: none; }

#page.landing-page #land-hero {
  display: block; }

#header #foundation {
  height: 2.125rem; }

#header #foundation p {
  margin: 0 .2rem 0 auto;
  width: 10rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1rem;
  border: solid 1px #f2ce09;
  border-top: 0;
  background-color: #fff;
  text-align: center; }

#header #site-logo {
    height: 7.25rem;
    background: url(img/USADental-Logo.png) 1rem top/contain no-repeat;
    cursor: pointer;
}
}

@media (max-width: 575.98px) {
  #header #site-logo {
    height: 3.375rem; } }

#footer-hero {
  background: url(img/footer-hero-bg.jpg) no-repeat left top/100% 100%; }

#footer-links {
  background-color: #fff; }

@media (max-width: 575.98px) {
  #LogoutBox span {
    display: none; } }

#home-hero {
  text-align: center; }

#home-hero #home-hero-box {
  position: relative;
  display: inline-block;
  padding: .5rem .5rem 0rem .5rem; }

#home-hero #home-hero-lines {
  position: absolute;
  left: 8%;
  top: 0;
  width: 84%;
  height: 100%;
  border: solid 1px #fff;
  border-left: 0;
  border-right: 0; }

#home-hero h1 {
  line-height: 100%;
  color: #f2ce09;
  font-weight: bold;
  text-transform: uppercase; }

#home-hero h2 {
  position: relative;
  top: -.5rem;
  line-height: 100%;
  color: #fff;
  font-weight: bold; }

@media (max-width: 575.98px) {
  #home-hero {
    padding-top: 1rem; }
  #home-hero h1 {
    font-size: 2.5rem; }
  #home-hero h2 {
    font-size: 1rem; } }

@media (min-width: 576px) {
  #home-hero {
    padding-top: 2.5rem; }
  #home-hero h1 {
    font-size: 5rem; }
  #home-hero h2 {
    font-size: 1.5rem; } }

@media (min-width: 768px) {
  #home-hero {
    padding-top: 3.5rem; }
  #home-hero h1 {
    font-size: 6rem; }
  #home-hero h2 {
    font-size: 2rem; } }

@media (min-width: 992px) {
  #home-hero {
    padding-top: 4.5rem; }
  #home-hero h1 {
    font-size: 7rem; }
  #home-hero h2 {
    font-size: 2.5rem; } }

@media (min-width: 1200px) {
  #home-hero {
    padding-top: 7rem; }
  #home-hero h1 {
    font-size: 7.5rem; }
  #home-hero h2 {
    font-size: 3rem; } }

#land-hero {
  text-align: center; }

#land-hero #land-hero-box {
  position: relative;
  display: inline-block; }

#land-hero #land-hero-lines {
  position: absolute;
  left: 5%;
  top: -.3rem;
  width: 90%;
  height: 100%;
  border: solid 1px #fff;
  border-left: 0;
  border-right: 0; }

#land-hero h1 {
  line-height: 120%;
  color: #f2ce09;
  font-weight: bold;
  text-transform: uppercase; }
#home-hero1 {
    /*height: calc(100vw / 3.53);*/
    /*background: #00316c url(img/home-hero1.jpg) right top/contain no-repeat;*/
}

    #home-hero1 div:nth-child(1) {
        /*height: 50%;*/
        width: 46%;
        max-width: 100%;
        margin: 0;
        /*background: #00316c url(img/pattern-hero.png) left top repeat;*/
    }

    #home-hero1 div:nth-child(2) {
        position: absolute;
        left: 45%;
        top: 0;
        height: 100%;
        width: 22%;
        background: url(img/curves/curve-blue.png) left top/contain no-repeat;
    }

    #home-hero1 div:nth-child(3), #home-hero1 div:nth-child(4), #home-hero1 div:nth-child(5) {
        position: absolute;
        left: 45%;
        top: 0;
        height: 100%;
        width: 22%;
        background: url(img/curves/curve-1-1.png) left top/contain no-repeat;
        opacity: 1;
    }

    #home-hero1 div:nth-child(3) {
        background-image: url(img/curves/curve-1-1.png);
    }

    #home-hero1 div:nth-child(4) {
        background-image: url(img/curves/curve-2-1.png);
    }

    #home-hero1 div:nth-child(5) {
        background-image: url(img/curves/curve-3-1.png);
    }

    #home-hero1 div:nth-child(6), #home-hero1 div:nth-child(7), #home-hero1 div:nth-child(8) {
        position: absolute;
        left: 45%;
        top: 0;
        height: 100%;
        width: 22%;
        background: url(img/curves/curve-1-2.png) left top/contain no-repeat;
        opacity: 0;
    }

    #home-hero1 div:nth-child(6) {
        background-image: url(img/curves/curve-1-2.png);
    }

    #home-hero1 div:nth-child(7) {
        background-image: url(img/curves/curve-2-2.png);
    }

    #home-hero1 div:nth-child(8) {
        background-image: url(img/curves/curve-3-2.png);
    }

    #home-hero1 div:last-of-type {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-left: 1.2rem;
        padding-top: calc(100vw / 26);
    }

        #home-hero1 div:last-of-type span {
            font-size: calc(100vw / 80);
            line-height: calc(100vw / 30);
            letter-spacing: calc(1vw / 12);
            color: #fff;
        }

        #home-hero1 div:last-of-type p {
            font-family: 'LatoLatinBold';
            font-size: calc(100vw / 22);
            line-height: calc(100vw / 20);
            margin: 0;
            letter-spacing: calc(-1vw / 8);
            color: #f2ce09;
        }

            #home-hero1 div:last-of-type p:last-of-type {
                font-size: calc(100vw / 28);
                margin-bottom: calc(-100vw / 100);
            }

@media (max-width: 575.98px) {
    #home-hero1.sticker div:last-of-type {
        padding-top: calc(100vw / 35);
    }

        #home-hero1.sticker div:last-of-type span {
            font-size: calc(100vw / 40);
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #home-hero1.sticker div:last-of-type span {
        font-size: calc(100vw / 60);
    }
}
@media (max-width: 575.98px) {
  #land-hero {
    padding-top: .5rem; }
  #land-hero h1 {
    font-size: 1rem; } }

@media (min-width: 576px) {
  #land-hero {
    padding-top: .8rem; }
  #land-hero h1 {
    font-size: 1.5rem; } }

@media (min-width: 768px) {
  #land-hero {
    padding-top: 1.5rem; }
  #land-hero h1 {
    font-size: 2.2rem; } }

@media (min-width: 992px) {
  #land-hero {
    padding-top: 1.3rem; }
  #land-hero h1 {
    font-size: 3rem; } }

@media (min-width: 1200px) {
  #land-hero {
    padding-top: 2rem; }
  #land-hero h1 {
    font-size: 3.5rem; } }

.sticker #products-cards {
  padding-left: 1.6rem !important; }

.prod-card {
  padding: 0;
  margin-bottom: 5rem;
  border-right: 0.5rem solid transparent;
  box-shadow: 0px 25px 35px -20px rgba(0, 0, 0, 0.25);
  text-align: center;
  min-width: 15rem; }

.prod-card > div {
  height: 100%;
  padding: 1.875rem 1.25rem 4.875rem 1.25rem;
  background-color: #fff;
  border: solid 1px #fff;
  transition: background 1s ease-out; }

.prod-card:hover > div {
  background-color: #f2ce09;
  transition: background 1s ease-out; }

@media (max-width: 575.98px) {
  #products-cards .prod-card:nth-child(3) {
    margin-bottom: 2rem; } }

@media (max-width: 767.98px) {
  #products-cards .prod-card:nth-child(1), #products-cards .prod-card:nth-child(2) {
    margin-bottom: 2rem; } }

#products-cards .prod-card .prod-pict, #products-cards .prod-card .prod-pict span {
  height: 3.6rem;
  background: center center / contain no-repeat; }

#products-cards .prod-card .prod-pict span {
  display: block;
  opacity: 0;
  transition: opacity .75s ease-out; }

#products-cards .prod-card:hover .prod-pict span {
  opacity: 1; }

#products-cards .prod-card:nth-child(1) .prod-pict {
  background-image: url(img/prod-cards/tooth.png); }

#products-cards .prod-card:nth-child(1) .prod-pict span {
  background-image: url(img/prod-cards/tooth-hover.png); }

#products-cards .prod-card:nth-child(2) .prod-pict {
  background-image: url(img/prod-cards/badge.png); }

#products-cards .prod-card:nth-child(2) .prod-pict span {
  background-image: url(img/prod-cards/badge-hover.png); }

#products-cards .prod-card:nth-child(3) .prod-pict {
  background-image: url(img/prod-cards/pill.png); }

#products-cards .prod-card:nth-child(3) .prod-pict span {
  background-image: url(img/prod-cards/pill-hover.png); }

#products-cards .prod-card:nth-child(4) .prod-pict {
  background-image: url(img/prod-cards/gavel.png); }

#products-cards .prod-card:nth-child(4) .prod-pict span {
  background-image: url(img/prod-cards/gavel-hover.png); }

#products-cards .prod-card:nth-child(5) .prod-pict {
  background-image: url(img/prod-cards/identity.png); }

#products-cards .prod-card:nth-child(5) .prod-pict span {
  background-image: url(img/prod-cards/identity-hover.png); }

#products-minicards .prod-card {
  border-right-width: 2rem;
  border-left: 0; }

@media (max-width: 767.98px) {
  #products-minicards .prod-card {
    border: 0; } }

#products-minicards .prod-card {
  margin-bottom: 2rem; }

#products-minicards .prod-card table {
  table-layout: fixed;
  width: 100%; }

#products-minicards .prod-card table.main td {
  width: 34%;
  vertical-align: top; }

#products-minicards .prod-card table.main td:last-child {
  width: 66%; }

#products-minicards .prod-card table.main table {
  width: auto; }

#products-minicards .prod-card table.main table td {
  width: 70%;
  text-align: right; }

#products-minicards .prod-card table.main table td:last-child {
  width: 30%; }

#products-minicards .prod-card:hover > div {
  background-color: #fdf5ca; }

#products-minicards .prod-card .prod-pict, #products-minicards .prod-card .prod-pict span {
  height: 3.6rem;
  background: center center / contain no-repeat; }

#products-minicards .prod-card .prod-pict span {
  display: block;
  opacity: 0;
  transition: opacity .75s ease-out; }

#products-minicards .prod-card:hover .prod-pict span {
  opacity: 1; }

#products-minicards .prod-card:nth-child(1) .prod-pict {
  background-image: url(img/prod-cards/mini/individual.png); }

#products-minicards .prod-card:nth-child(1) .prod-pict span {
  background-image: url(img/prod-cards/mini/individual-hover.png); }

#products-minicards .prod-card:nth-child(2) .prod-pict {
  background-image: url(img/prod-cards/mini/spouse.png); }

#products-minicards .prod-card:nth-child(2) .prod-pict span {
  background-image: url(img/prod-cards/mini/spouse-hover.png); }

#products-minicards .prod-card:nth-child(3) .prod-pict {
  background-image: url(img/prod-cards/mini/child.png); }

#products-minicards .prod-card:nth-child(3) .prod-pict span {
  background-image: url(img/prod-cards/mini/child-hover.png); }

#products-minicards .prod-card:nth-child(4) .prod-pict {
  background-image: url(img/prod-cards/mini/family.png); }

#products-minicards .prod-card:nth-child(4) .prod-pict span {
  background-image: url(img/prod-cards/mini/family-hover.png); }

#movie-box {
  margin-bottom: 4rem;
  padding-top: 1rem; }

#about-box {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff; }

.sidemenu {
  display: table;
  width: 100%;
  height: 4rem;
  margin-bottom: 3px;
  padding-left: 1.8rem;
  font-size: .875rem;
  line-height: 1.2rem;
  color: #2b4c6f;
  background-color: #fff;
  border-left: solid 2px #f5f5f5;
  transition: border .5s ease-out .1s;
  cursor: pointer; }

.sidemenu span {
  display: table-cell;
  vertical-align: middle;
  padding: .5rem .5rem .5rem 0; }

.sidemenu.active, .sidemenu.input-btn-parent, .input-btn-parent input.sidemenu {
  border-left: solid 2px #f2ce09; }

.sidemenu:hover {
  border-left: solid 2px #f2ce09; }

@media (max-width: 991.98px) {
  .sidemenu {
    width: 110%;
    left: -.75rem;
    padding-left: .5rem;
    font-size: .95rem;
    line-height: 1.3rem; } }

@media (max-width: 575.98px) {
  .sidemenu {
    width: 125%;
    font-size: .85rem;
    line-height: 1rem; } }

.side-category {
  position: relative;
  max-width: 18rem;
  margin: .5rem 0;
  padding: .5rem 0 .5rem 1.8rem;
  font-size: 115%;
  font-weight: bold;
  border-left: solid 2px #f5f5f5;
  text-align: left; }

@media (max-width: 991.98px) {
  .side-category {
    left: -.75rem;
    padding-left: .5rem; } }

@media (max-width: 575.98px) {
  .side-category {
    max-width: 14rem; } }

.std-btn, .input-btn-parent, .input-btn-parent input {
  font-size: 1rem;
  line-height: 3rem;
  padding: 0 1.8rem;
  color: #898989;
  background-color: #e3e3e3;
  border: solid 1px transparent;
  border-radius: 3rem;
  transition: color .2s ease-in, background .2s ease-in;
  cursor: pointer; }

.std-btn span, .input-btn-parent span {
  font-size: .875rem; }

.std-btn:hover, .input-btn-parent:hover, .input-btn-parent input:hover {
  color: #fff;
  background-color: #f2ce09;
  animation: water-drop .2s 1 linear; }

.std-btn.active, .input-btn-parent, .input-btn-parent input {
  color: #222 !important;
  background-color: #f2ce09; }

.std-btn.active:hover, .input-btn-parent:hover, .input-btn-parent input:hover {
  color: #fff !important; }

a.std-btn, a.input-btn-parent {
  display: inline-block;
  color: #898989 !important; }

a.std-btn:visited, a.input-btn-parent:visited {
  color: #898989; }

a.std-btn:hover, a.input-btn-parent:hover {
  color: #fff !important; }

a.std-btn:active, a.input-btn-parent:active {
  color: #fff; }

/* must be the last line */
#cnt-mid-level-links {
  /*.std-btn, .border-explode-effect:before, .border-explode-effect:after
                                        { border-radius: 1rem; }*/ }
  #cnt-mid-level-links .std-btn.active, #cnt-mid-level-links .input-btn-parent, #cnt-mid-level-links .input-btn-parent input, .input-btn-parent #cnt-mid-level-links input, #cnt-mid-level-links .std-btn:hover, #cnt-mid-level-links .input-btn-parent:hover, #cnt-mid-level-links .input-btn-parent input:hover, .input-btn-parent #cnt-mid-level-links input:hover {
    background-color: #d9b908; }

#product-categories {
  margin-top: 3rem;
  padding-bottom: 1.75rem;
  border-bottom: solid 1px #ddd;
  text-align: center; }
  #product-categories span {
    display: inline-block; }
  #product-categories .std-btn, #product-categories .input-btn-parent, #product-categories .input-btn-parent input, .input-btn-parent #product-categories input {
    color: #6d98c6 !important;
    margin: .5rem 1rem; }
  #product-categories .std-btn.active, #product-categories .input-btn-parent, #product-categories .input-btn-parent input, .input-btn-parent #product-categories input {
    color: #396594 !important; }
  #product-categories .std-btn:hover, #product-categories .input-btn-parent:hover, #product-categories .input-btn-parent input:hover, .input-btn-parent #product-categories input:hover {
    color: #fff !important; }
  #product-categories .std-btn, #product-categories .input-btn-parent, #product-categories .input-btn-parent input, .input-btn-parent #product-categories input, #product-categories .border-explode-effect:before, #product-categories .std-btn:before, #product-categories .input-btn-parent:before, #product-categories .input-btn-parent input:before, .input-btn-parent #product-categories input:before, #product-categories .border-explode-effect:after, #product-categories .std-btn:after, #product-categories .input-btn-parent:after, #product-categories .input-btn-parent input:after, .input-btn-parent #product-categories input:after {
    border-radius: 1rem; }

#product-categories.input-effect.run {
  border-bottom: solid 1px #f5f5f5; }

#product-categories.input-effect.run:before {
  width: 100%;
  border-bottom: solid 1px #ddd;
  opacity: 1;
  transition: all .5s ease-out; }

.plans-by-category {
  display: none;
  margin-top: 1.75rem;
  text-align: center; }
  .plans-by-category .std-btn, .plans-by-category .input-btn-parent, .plans-by-category .input-btn-parent input, .input-btn-parent .plans-by-category input {
    margin: .5rem; }

.level-buttons {
  text-align: center; }
  .level-buttons .std-btn, .level-buttons .input-btn-parent, .level-buttons .input-btn-parent input, .input-btn-parent .level-buttons input {
    margin: .5rem; }

.input-btn-parent {
  padding: 0; }

.input-btn-parent input {
  width: 100%; }

@keyframes water-drop {
  /*0%   { transform: scale(1.004); }     0%   { transform: scale(.995); }
                            50%  { transform: scale(1.006); }       50%  { transform: scale(.992); }
                            75%  { transform: scale(1.008); }       75%  { transform: scale(.987); }
                            100% { transform: scale(1.002); }       100% { transform: scale(.997); }*/
  0% {
    transform: scale(0.995); }
  50% {
    transform: scale(0.985); }
  75% {
    transform: scale(0.99); }
  100% {
    transform: scale(0.995); } }

.border-explode-effect, .std-btn, .input-btn-parent, .input-btn-parent input {
  position: relative; }

.border-explode-effect:before, .std-btn:before, .input-btn-parent:before, .input-btn-parent input:before, .border-explode-effect:after, .std-btn:after, .input-btn-parent:after, .input-btn-parent input:after {
  content: "";
  position: absolute;
  display: block;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid transparent;
  border-radius: 3rem;
  opacity: 1;
  pointer-events: none; }

.border-explode-effect:hover:before, .std-btn:hover:before, .input-btn-parent:hover:before, .input-btn-parent input:hover:before, .border-explode-effect:hover:after, .std-btn:hover:after, .input-btn-parent:hover:after, .input-btn-parent input:hover:after {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px solid #a88f06;
  opacity: 0;
  transition: all .2s ease-out; }

.border-explode-effect:hover:after, .std-btn:hover:after, .input-btn-parent:hover:after, .input-btn-parent input:hover:after {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-width: 0;
  transition-duration: .3s;
  transition-delay: .05s; }

.border-side-effect, .sidemenu {
  position: relative; }

.border-side-effect:before, .sidemenu:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  bottom: 0;
  border-left: 100px solid transparent;
  opacity: 1;
  transform: rotate(45deg) skewY(-45deg);
  pointer-events: none; }

.border-side-effect:hover:before, .sidemenu:hover:before {
  left: -2px;
  border-left: 2px solid #fbec99;
  opacity: 0;
  transform: rotate(0deg) skewY(0deg);
  transition: all .4s ease-out; }

.cnt-detail-item {
  display: none; }

.cnt-detail-item table {
  width: 94% !important;
  margin: 1.5rem auto;
  border: 0;
  border-collapse: collapse; }

.cnt-detail-item table td {
  padding: .5rem .2rem;
  border: 0;
  border-bottom: solid 1px #ddd; }

.jsmaps-wrapper {
  min-height: 45rem; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .jsmaps-wrapper {
    min-height: 40rem; } }

@media (max-width: 575.98px) {
  .jsmaps-wrapper {
    min-height: 30rem; } }

body#gridView a {
  text-decoration: underline !important; }

body#gridView .gridTitle, body#gridView .SubHeaderTR {
  background-color: #7fa5cd !important; }

body#gridView table[bgcolor] {
  background-color: #2b4c6f !important; }

body#gridView table[bgcolor] table[bgcolor] {
  background-color: #fff !important; }

body#gridView .tr_off {
  background-color: #fefcf1 !important; }

body#gridView .tr_on, body#gridView .gridTH {
  background-color: #fdf7d4 !important; }

.MembersOnly, .Membersonly, .membersOnly, .membersonly {
  display: none; }
