/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
#mainMenu nav > ul > li > a.sign_in_link{
	border-color: rgb(35,102,122);
    color: rgb(35,102,122);
    background-color: #fff; margin-top: 10px;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px 10px;
}
.search_content ul.search_results li{
    border-bottom: 1px solid #CCC;
}
.search_content ul.search_results li:last-child{
    border-bottom: none;
}
.search_content .search_result_information{
    font-size: 18px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.search_content a{
    color: #2da79b;
}

#logo img{
  max-height: 60px;
}
.fullscreen .container,
.fullscreen .container-wide {
  margin-top: 0;
  margin-bottom: 0;
}
section.demo_section h1, 
section.demo_section p, 
section.demo_section a,
section.demo_section p a{
    color: #FFF;
}

.fullscreen .demo_button{
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 8px 31px;
  background: rgba(255,255,255,0.1);
  font-weight: bold;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.fullscreen .demo_button:hover{
  background: rgba(255,255,255,.8);
  color: #000;
}
.qr_code_container{
    position: absolute;
    border-radius: 3px;
    bottom: -70px;
    left: 0;
    width: 150px;
}

.qr_code_container.right{
    position: absolute;
    border-radius: 3px;
    bottom: -70px;
    right: 0;
    left: auto;
    width: 150px;
}
.qr_code_container .qr_code_img {
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.qr_code_container .qr_code_img img{
    width: 150px;
}

.qr_code_container a{
}
.qr_code_container p{
    margin-top: 10px;
    line-height: 20px;
    text-align: center;
}
.cookie-bar {
  	border: 1px solid #EEE;
	z-index: 1;
    position: fixed;
    left: 10px;
    bottom: 10px;
    /* width: 100%; */
    background: #FFF;
    padding: 20px;
    font-size: 16px;
    right: 10px;
    border-radius: 3px;
}
.cookie-bar .btn-link{
	background: transparent !important;
	border: none !important;
	color: #007bff !important;
}
.cookie-bar a.btn.btn-sm.btn-primary.cc-cookie-accept, 
.cookie-bar a.btn.btn-sm.btn-primary.cc-cookie-accept:active {
    border-color: #2DA79B !important;
    background-color: #2DA79B !important;
}
.cookie-bar p{
    font-size: 1rem !important;
}


/******************************************************* Landing page feature poup (calculator) */
.feature_popup {
    z-index: 1;
    box-shadow: -3px -3px 17px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #1e6075;
    border-radius: 3px;
    padding: 10px;
    width: 450px;
    color: #FFF;
    animation-duration: 1s;
    animation-name: slidein; }
    @media (max-width: 599px) {
      .feature_popup {
        left: 10px;
        right: 10px;
        width: auto; } }
    .feature_popup h2 {
      color: #FFF;
      font-size: 18px;
      margin: 0; }
      @media (max-width: 599px) {
        .feature_popup h2 {
          font-size: 16px;
          margin-bottom: 10px; } }
    .feature_popup p {
      color: #FFF;
      font-size: 14px;
      margin: 0 0 10px 0; }
      @media (max-width: 599px) {
        .feature_popup p {
          display: none; } }
    .feature_popup a.btn.btn-light {
      color: #1e6075;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 10px; }
    .feature_popup a.hide_feature_popup {
      color: #FFF;
      text-decoration: underline !important;
      font-size: 12px; }
    .feature_popup .feature_popup_controls {
      width: 70%;
      float: left; }
      @media (max-width: 599px) {
        .feature_popup .feature_popup_controls {
          width: 100%; } }
    .feature_popup .feature_popup_image {
      background: #1F647A url("/static/images/feature_popup/calculator.png");
      background-size: cover;
      width: 30%;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      border-radius: 0 3px 3px 0;
      float: left; }
      @media (max-width: 599px) {
        .feature_popup .feature_popup_image {
          display: none; } }
  
  @keyframes slidein {
    from {
      bottom: -200px; }
    to {
      bottom: 10px; } }


.feature_popup.w_cookie_consent{
	animation-duration: 1s;
    animation-name: slidein_cc; 
 	bottom: 156px;
}

  @keyframes slidein_cc {
    from {
      bottom: -200px; }
    to {
      bottom: 156px; } }

/* responsive */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #mainMenu nav > ul > li > a.sign_in_link {
    padding: 0;
  }
  #header{}
    .feature_popup {
      display: none !important;
    }
    .home_hero h1{
        font-size: 22px !important;
    }
    .home_hero p {
      /*
        text-align: center !important;
        padding: 0 !important;
        */
        display: none;
    }

    section.fullscreen{
        height: auto;
        min-height: auto;
        padding: 0;
    }
    section.fullscreen h1.text-medium{ 
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    section.fullscreen p.lead{
        display: none;
        font-size: 16px;
    }
    section.fullscreen p.lead.lead_summary{
        display: block;
    }
    section.fullscreen p.lead_summary span{
        text-decoration: underline;
        font-size: 14px;
    }
    .fullscreen .container{
        margin: 30px 0;
    }


    .mobile_content_container{
      border-top: 1px solid #EEE;
      border-bottom: 1px solid #EEE;
    }
    .mobile_content_container .hero h2{
      font-weight: 600;
      font-size: 18px;
      color: #404040;
    }
    .mobile_content_container .hero p{
      color: #696969;
      font-size: 14px;
    }
    .mobile_content_container .hero a{
      background: #2da79b;
      width: 120px;
      color: #FFF;
      padding: 8px 16px;
      border-radius: 5px;
      font-size: 12px;
      display: inline-block;
      margin-right: 5px;
      border: 2px solid #2da79b;
      font-weight: bold;
    }
    .mobile_content_container .hero a.secondary{
      background: #FFF;
      color: #1e6075;
      border: 2px solid #1e6075;

    }

    .mobile_content_container p.visit_demo_copy{
      width: 200px;
      margin: 0 auto -17px;
      background: #FFF;
      padding: 5px 15px;
      /* margin-bottom: -10px; */
      display: block;
      border-radius: 12px;
      position: relative;
      z-index: 2;
    }

    .carousel_container{
      height: 310px;
      width: 100%;
      background:transparent;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      padding: 10px 0;
      /*scroll-behavior: smooth;*/
      margin-top: -12px;
      position: relative;
      z-index: 1;
      padding: 30px 0 30px 0;
      background: rgb(35 102 122 / 15%);
    }
    /* this will hide the scrollbar in webkit based browsers - safari, chrome, etc */
    .carousel_container::-webkit-scrollbar { 
      width: 0 !important;
      display: none; 
    }

    .carousel_container .demo_card{
      display: inline-block;
      background: #FFF;
      box-shadow: 0px 0px 5px rgba(0,0,0,.2);
      margin: 0 10px;
      height: 250px;
      width: 200px;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
    }
    .carousel_container .demo_card .demo_card_link{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
    .carousel_container .demo_card img{
      width: 100%;
    }
    .carousel_container .demo_card .card_footer{
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 90px;
      background: #FFF;
      padding: 10px;
      text-align: center;
      border-top: 1px solid #EEE;
    }
    .carousel_container .demo_card .card_footer p.header{
      white-space: normal;
      font-weight: bold;
      margin-bottom: 2px;
      color: rgb(35,102,122);
    }
    .carousel_container .demo_card .card_footer p.sub{
      white-space: normal;
      color:#666;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }
