@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

.no-gutters .result-section{
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.logos{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    margin:0;
    flex-wrap: nowrap;
}

.twp-logo{
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-control{
    padding:0 10px 0 10px !important;
   }

.form-inline{
    margin-block-end:0;
}

.main-nav-container{
    align-items: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pageDivider{ border: solid 5px red;}

.nav-container1{
    margin-top: 8px;
    max-height: 80px;
}

/* .customNav{
    min-height: 80px;
    background: #ffffff;
    margin-bottom: 1px;
} */

.small-logo{
    height:55px;
}
.profile-image{
    margin-left: 10px;
}
.navSearchGroup{
  margin-top:20px;
  margin-left:5px;
}

.customNav .navSearch{
    border:none;
    background:#ffffff;
    font-size: 16px;
    font-weight: 600;
}
.customNav .form-control-feedback{
    left: -10px;
}

.panel {
    width: 100%;
    max-width:500px;
    padding: 15px 30px;
    margin-bottom: 0px;
    border-radius: 0.625rem;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(61,66,80,.18);
}

.control-label{
    display:block;
    color: #3d4250;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left !important;
    }
.form-control {
    padding: 12px 15px;
    margin-top: 6px;
    height: 42px;
    font-size: 1rem;
}

.col-sm-10{
    padding:0;
}

.col-sm-2{
    padding:0;
}

.row{
    margin:0;
}

.col-md-6{
    padding: 0 20px 0 20px;
}

.col-md-4{
    padding:0;
}

.col-md-12{
    padding:0;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

.fa-btn {
    margin-right: 6px;
}


html{
    font-size: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    font-size: 100%; /* reset font size to 100% of brower default*/
}

p {
    font-family: 'Poppins', sans-serif;
    /*font-size: 14pt;*/
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1.5rem;
}

a, a:hover, a:focus {
    /*color: inherit;*/
    text-decoration: none;
    transition: all 0.3s;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    padding-top: 70px;
    margin:auto;
    max-width: 1500px;
}

.nav-container1{
  margin:auto;
  max-width: 1500px;
}

.image-container{display: flex;}

.panel__image{
  margin:auto;
  width:70%;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    position: fixed;
    padding-top: 50px;
    width: 200px;
    background: #ffffff;
    color: #a0cde1;
    transition: all 0.3s;
    font-weight: 900;
    overflow-y: auto;
}

/* #sidebar.active {
    margin-left: -250px;
} */

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: #3294be;
    opacity: 0.66;
    font-size: 14px;
    line-height: 27.52px;
    font-family: Poppins;
    letter-spacing: 0.61px;
    font-weight: 500;
    border-left: 4px solid white;

}
#sidebar ul li a:hover,
#sidebar ul li a:active {
   /* background: #f4f6fd; */
   border-left: 4px solid #3294be;
   opacity: 1;
}
.sidebarToggle{
    opacity: 1 !important;
    border-left: 4px solid #3294be !important;
    font-weight: 900!important;
    background-color: #f4f6fd;

}
#sidebar ul li i {
    margin: 1em;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.8em !important;
    padding-left: 10px !important;
    background: #f5f5f5;
}

#sidebar img{
    padding:1em;

}

#compareIcon{
    width:56px;
    filter:invert(60%) sepia(29%) saturate(612%) hue-rotate(165deg) brightness(86%) contrast(91%);
}

#content h3{
    font-weight: 600;
}

#content .drpdown{
    border-style: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    /* min-width: 122px; */
    padding: 10px;
    color: #3294be;
    width: 224px;
    height: 50px;
    margin-left:40%;
}
.logo{
    min-width: 9em;
}

#content .elements{
    margin-top: 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
    padding:1rem;
}
.loginText{
    font-size: 18pt;
    padding: 10px !important;
}

.more  {display:  none;}

.readMore{
    text-decoration: none;
    color: #3294be;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.16px;
    font-weight: 500;
}

.signupText{
    font-size: 16pt ;
}
.pageTitle{
    margin-left: -10px;
}
.pageTitle .subTitle{
    font-size: 28pt;
    font-weight: 600;
    margin-top: 1em;
    letter-spacing: 0.28px;

}

.subDesc{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30pt;

}

.elementValue{
    margin-bottom: 10px;
    font-weight: 700;
    font-size:16pt;
}

.elements input[type="range"]{

    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 18px;
   /* width: 200px;*/
    cursor: pointer;
    border-radius: 25px; /* iOS */

}
.elementCentered{
   /* display:inline-block;*/
    align-items: center;
    display: flex;
}

::-webkit-slider-runnable-track {
    background-color: #e6f0ff;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */
.elements .high::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0; /* 1 */
    height: 40px;
    background: #fff;
    box-shadow: -100vw 0 0 100vw #ef3435 ;

}

.elements .elevated::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0; /* 1 */
    height: 40px;
    background: #fff;
    box-shadow: -100vw 0 0 100vw #fcd14c;

}

.elements .good::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0; /* 1 */
    height: 40px;
    background: #fff;
    box-shadow: -100vw 0 0 100vw #60d761;

}
.fullWidth{
    width: 100%;
}

::-moz-range-track {
    height: 40px;
    background: #ddd;
}

::-moz-range-thumb {
    background: #fff;
    height: 40px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}

::-ms-fill-lower {
    background: dodgerblue;
}

::-ms-thumb {
    background: #fff;
    border: 2px solid #999;
    height: 40px;
    width: 20px;
    box-sizing: border-box;
}

::-ms-ticks-after {
    display: none;
}

::-ms-ticks-before {
    display: none;
}

::-ms-track {
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
}

::-ms-tooltip {
    display: none;
}

.elementName{
    font-weight: 600;
    font-size: 22pt;
}

.btn-high{
    background-color: #fa5859;
    border-radius: 10px;
}
.btn-elevated{
    background-color: #fcd14c;
    border-radius: 10px;
}
.btn-good{
    background-color: #60d761;
    border-radius: 10px;
}
.btn.focus, .btn:focus, .btn:hover{
  color:white;
}

.btnClass{
    color: white;
    font-size: 18pt;
    font-weight: 400;
    height: 50pt;
    width: 120pt;
    line-height: 30pt;
}
.button-info{
    background-color: #3294be;
    border: none;
    color: white !important;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    height: 50px;
    width: 140px;
}
.footerLink>li{
    list-style: none;
    color: #3e9ac2;
}

.login-button .btn-primary, .full-results{
    width: 100%;
    Height:48px;
    border-radius:0.5rem;
    margin-bottom: 1rem;
    /* max-width: 350px; */
    /* background-image: none;
    background-color:#373e74; */
}

.full-results{
  display: inline-block;
  font-size: 22px
}


.login-button .btn-primary:hover, .full-results:hover  {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

button:focus{
    outline: none !important;
}

.element-result__resultbar{
  margin-bottom: 30px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 85vh;
    transition: all 0.3s;

    background-size: contain;
    background-attachment: fixed;
    background-repeat: round;
    background-clip: border-box;
    /* background-image: none !important; */
   /* min-width: -webkit-fill-available;*/
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
    /* left: -200px;
    transition: left 1s ease; */
       position:fixed;
       width:100%;
       z-index: 1;
       overflow-y: auto;
       
    }
    #sidebar.active {
        left: 0;
        
    }
    #sidebarCollapse span {
        display: none;
    }

    button.full-width {
        width: 100%;
        margin: 15px 0 5px 0;
    }
    .navSearchGroup{
        margin-top:35px;
        margin-left:5px;
    }
    .navbar-right{
        margin-top:15px;
        margin-left:25px;
    }

    .summary.panel-body{
        font-size: 0.9rem;
    }
    #content{
        padding:0;
    }
    .col-md-12, .col-md-10, .col-md-8, .col-md-6{
        padding:0;
    }

    .panel__image{
        display:none; /*don't display the image on mobile */
    }

    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .panel{
        width:100%;
    }
    .main-nav-container{
        display:none;
    }
    .elementCentered{
       display: block;
    }
    .element-result__resultbar{
      margin-bottom: 0px;
    }
    footer h5, footer p{
      text-align: center;
    }
    footer li{
      line-height: 2rem;
      text-align: center;
    }
    .mobile-only{
      display:list-item !important;
    }
}

.panel-default>.panel-heading{
    background-image: none;
    background-color: #ffffff;
}

.panel-heading{
    background-color: none;
    background-image: none;
    border: none;
    padding-left: 0px;

}
.summary.panel-body{
    background-color: white;
    border-radius: 34px;
    /*font-size: 1rem; /* unsure why root is 10px not 16?*/
    font-weight: normal;
    /*line-height: 1rem;*/
    /* line-height: 25pt; */
}

.summary.panel-body .panel__title{
    display:inline-block;
    width:100%;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.panel-body-row{
    height:100%;
}

.summary-container{
  align-items: center;
  display: flex;
}
.panel-container{
  width:100%
}

.category {
    padding: 1em;
    /* Add shadows to create the "card" effect */
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px; /* 5px rounded corners */
	margin-top: 1em;
  }

  /* On mouse-over, add a deeper shadow */
  .category:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

.category_name{
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #385725;
    padding: 0 1rem 0 1rem;
}

.category_description{
    margin-top: 1rem;
    color: #385725;
    padding: 0 1rem 0 1rem;
}

.subDesc{
    display: inline-block;
    line-height: 1.5rem;
    padding: 0 16px 0 16px;

}

.subTitle{
    display: inline-block;
    padding: 0 16px 0 16px;

}

.results-buton-container{
display: flex;
justify-content: center;
}

/* .panel__image{
    vertical-align: middle;
} */

footer{
    background-color: #2e3951;
    color: snow;
}

footer a {
    color: #b1bace;
}

.footer-copyright{
    background-color: #1c2a48;
    }

footer h5{
  font-size: 1.25rem;
}

footer p{
  color: white;
}

.footer-content{
  max-width: 1500px;
}

.mobile-only{
  display:none;
}
.dropdown{
    width:100% !important;
}


.modal{
    opacity:1!important;
    height:80vh; 
}

.results-description p{
    text-align: justify;
}

.customer-info p{
    color:#3294be;
    font-size: 1.5rem;
    padding-left: 15px;
    padding-top: 15px;
}