/*Theme*/
@font-face{
    font-family: LeagueSpartan;
    src: url(Media/leaguespartan-bold.woff);
}
.heading{
    font-family: LeagueSpartan;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subheading{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px
}
.bgd-main{
    background: #002a4e;
}
.btn-main{
    background: #0a94d6;
    color: #fff;
}
.btn-main:hover{
    color: #ccc;
    background: #076795;
}
.border-b{
    border-bottom: solid 4pt #0a94d6; 
    width: 30%
}
.border-t{
    border-top: solid 3pt #0a94d6;
}
.hr-red{
    color: #0a94d6;
    border: none;
    border-bottom: solid 2pt #0a94d6;
    opacity: 1;
}

body {
    overflow-x: hidden; /* Hide horizontal scrollbar */

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
/*Header*/
.navbar-brand img{
   height: 80px;
}
.navbar{
    background: #002a4e;
}
.nav-link{
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.l-border{
    border-left: solid 2pt #0a94d6;
}
.border-rn{
    border-right: none;
}
.margin-left-ful{
    margin-left: 200px
}
nav{
    height: 70px
}
.ml-auto{
    margin-left: auto;
}
/*Home*/
#home-jumbo{
    background: URL("Media/Realtor-Planning.jpg");
    height: 500px;
    background-size: cover;
    margin-top: 58px;
    padding-top: 320px;
    padding-left: 30px;
}
#home-jumbo h4{
    font-size: 28px;
}
#home-jumbo h2{
    font-size: 46px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #0a94d6;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
  font-size: 24px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #076795;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #0a94d6;
}

.galsq img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.galsq div{
    width: 200px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
}
.cta-div{
    position: relative;
}
.cta-div img{
    height: 320px;
    position: absolute;
    left: 10%;
    margin-top: 18px
}
.cta-div .bgd-black{
    padding-left: 90px;
    margin-right: 50px
}

/*Take the Test*/
.galsq-t{
    position: relative;
    height: 400px;
    width: 300px;
}
.galsq-t .bgd-black{
    position: absolute;
    padding: 15px;
    width: 300px;
    text-align: center;
    bottom: 30px;
    left: 1px
}
.galsq-t .flip-card{
    position: absolute;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #002a4e;
  color: white;
  transform: rotateY(180deg);
    height: 300px;
    padding: 70px 30px 30px 30px;
}

/*How it Works*/
#works-jumbo{
    background: URL("Media/living-room.jpg");
    height: 500px;
    background-size: cover;
    margin-top: 58px;
    padding-top: 370px;
    padding-left: 30px;
}
#works-jumbo h4{
    font-size: 28px
}
#works-jumbo h2{
    font-size: 46px
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 20px 30px;
  background-color: white;
  display: none;
  overflow: hidden;
  border: solid 2pt #000;
}

.acc-border{
    border-bottom: solid 3pt #0a94d6;
}

/*About Us*/
#about-jumbo{
    background: URL("Media/badger-mountain.jpg");
    height: 500px;
    background-size: cover;
    margin-top: 58px;
    padding-top: 370px;
    padding-left: 30px;
}
#about-jumbo h4{
    font-size: 28px
}
#about-jumbo h1{
    font-size: 46px
}

/*Contact Us*/
#contact-jumbo{
    background: URL("Media/Tri-Cities.jpg");
    height: 500px;
    background-size: cover;
    margin-top: 58px;
    padding-top: 50px;
    padding-left: 30px;
}
#contact-jumbo h1{
    font-size: 30px
}
.contact-div .bgd-white{
    width: 300px;
    height: 300px;
}
.contact-div img{
    width: 80px;
    margin-bottom: 10px;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
 animation-fill-mode: forwards;
}

.carousel-inner{
    object-fit: contain;
    overflow:visible;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*Footer*/
.footer{
    background: #002a4e;
    border-top: none;
}
.footer img{
    width: 40px
}
#footer-logo{
    width: 250px;
}
.social-icons{
    padding: 0 100px;
}

/* Signup/login */
.errormessage{
    border: solid 2pt #0a94d6;
    border-radius: 15px;
    background: #FFD7D7;
    padding: 10px 30px;
    margin-bottom: 30px
}

.successmessage{
    background: #CDFFD6 !important;
    border: solid 2pt #00921C !important;
}

/* Realtor Quiz */
.quiz-questions{
    background: #002a4e;
    border-bottom: solid 4pt #0a94d6;
    color: #fff;
    padding: 30px;
    width: 300px;
    height: 200px;
    margin: 70px auto 40px auto;
}

.strongagree{
    width: 50px;
    height: 50px;
    color: #0a94d6;
    background: #0a94d6;
    border: #0a94d6;
    margin: 0px 10px;
}
.agree{
    width: 40px;
    height: 40px;
    margin: 5px 10px;
}
.netrual{
    width: 30px;
    height: 30px;
    margin: 10px;
}
.radio-div{
    width: auto;
    margin-top: 130px
}
.strongagree:checked:after {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        top: -4.5px;
        left: -4.5px;
        position: relative;
        background-color: #0A94D6;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 15px double #fff;
    }

    .strongagree:after {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: 0;
        left: 0;
        position: relative;
        background-color: #002A4E;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #002A4E;
    }
.agree:checked:after {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        top: -8px;
        left: -5px;
        position: relative;
        background-color: #0A94D6;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 15px double #fff;
    }

    .agree:after {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        top: 0px;
        left: -1px;
        position: relative;
        background-color: #325471;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #325471;
    }
    .netrual:checked:after {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        top: -13px;
        left: -8px;
        position: relative;
        background-color: #0A94D6;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 15px double #fff;
    }

    .netrual:after {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        top: -5px;
        left: -3px;
        position: relative;
        background-color: #ccc;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #ccc;
    }

.quiz-btn{
    width: 100px;
    padding: 10px 30px;
    font-size: 18px;
}
#quiz-submit{
    width: 150px;
}
.quiz-container{
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.quiz-slide{
    display: none;
}
.pointer{
    cursor: pointer;
}
#example-sa{
    margin: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #002A4E;
    display: inline-block;
    border: 1px solid #002A4E;
}
#example-a{
    margin: 10px;
     width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #325471;
    display: inline-block;
    border: 1px solid #325471;
}
#example-n{
    margin: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #ccc;
    border: 1px solid #ccc;
    display: inline-block
}
#example-sa-text{
    width: 50%;
    padding-top: 15px;
}
#example-a-text{
   width: 50%;
    padding-top: 15px
}
#example-n-text{
    width: 50%;
    padding-top: 20px;
}
.mySelect{
    border-radius: 5px;
    padding: 5px;
    border: solid #000 0.8pt;
}
/* Admin */
th, td{
    padding: 8px;
    border: solid #ccc 1pt;
    text-align: center;
}
table{
    margin: auto;
}
tr:nth-child(even) {
  background-color: #ddd;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.inline-block{
    display: inline-block;
}

.btn-icon{
    filter: brightness(100);
    width: 20px;
    margin-right: 10px;
}

/*Results Page */
.result-div .bgd-black{
    width: 560px;
    margin: auto;
    border-bottom: solid #0a94d6 9pt;
    position: relative;
    height: 550px;
    background: #002a4e;
}
.result-div .row{
    position: absolute;
    left: -150px;
}
.nolink p{
    margin-bottom: -9px;
}
.result-div .nolink{
    font-size: 14px;
}
.result-div .font-xs{
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px
}
.result-div ul{
    font-family: LeagueSpartan;
    letter-spacing: 2px;
    margin-left: -15px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.result-div .relative{
    height:390px;
    width:270px;
}
.result-div .corner{
    right: 0;
    bottom: 0;
}
.result-div .row{
    width: 130%;
}
.ul-row{
    flex-shrink: 0;
    width: 110%;
    max-width: 110%;
/*
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
*/
    overflow-y: none;
    height: 160px;
}
.ul-row .col-6{
    height: 160px;
    width: 40%;
    font-size: 10px;
    display: inline-flex;
    
}
.margin-bottom-xs{
    margin-bottom: 40px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.nolink{
    text-decoration: none;
    color: inherit;
}
.nolink:hover{
    color: inherit;
}

#feedback{
    overflow: none;
}

#feedback svg{
    fill: #0a94d6;
    width: 100%;
    height: 100%;
    margin-left: 20%;
    cursor: pointer;
}
#feedback svg:hover{
    fill: #076795;
}

/* Info Page */
.info-img{
    height: 250px;
    width: 200px;
    object-fit: cover;
}

#info-div .relative{
    height: 250px;
    width: 200px;
}

#info-div .corner{
    right: 0;
    bottom: 0;
    width: 70px;
}

#info-div span img{
    width: 30px;
    margin-right: 10px;
}

#info-div .border-b{
    border-bottom: solid #0a94d6 9pt;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#info-div hr{
    color: #0a94d6;
    border: none;
    border-bottom: solid 5pt #0a94d6;
    opacity: 1;
}

#info-div iframe{
    height: 190px;
}

.red{
    color: #ff5757;
    margin: 0 5px;
}

.btn-back, .btn-next{
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    text-decoration: none;
    color:#fff;
    background: #002a4e;
    text-align: center;
    border: none;
}

.btn-next{
    background: #0a94d6;
}

.result-div iframe{
    width: 100%;
    height: 200px;
}


@media (min-width:1401px){
    .cta-div img{
        margin-top: -4px;
    }
    .margin-top-lg{
        margin-top:200px;
    }
    .margin-bottom-lg{
        margin-bottom:200px;
    }
    .footer{
        padding: 50px 0;
    }
    #contact-jumbo{
        height: 700px;
    }
    #test{
        margin-bottom: 70px;
    }
    /* #test .row{
        width:110%
    } */
}

@media (min-width:1200px) and (max-width:1400px){
    .cta-div img{
        margin-top: 7px;
    }
}

@media (max-width:990px) and (min-width:499px){
    .navbar{
        height: 100px;
    }
    .navbar-brand, .navbar-toggler{
        margin: 0 20px;
    }
    .cta-div img{
        margin-top: 28px;
        left: 0;
    }
    .citySlide .col-4{
        padding: 0;
    }
    .galsq img{
        width: 150px;
        height: 150px;
    }
    .galsq div{
        width: 150px;
        height: 60px;
        font-size: 12px;
    }
    .quiz-questions{
        width: 250px;
        height: 150px;
        font-size: 14px;
    }
    .netrual{
        width: 10px;
        height: 10px;
    }
    .netrual:after{
        width: 20px;
        height: 20px;

    }
    .netrual:checked:after{
        width: 30px;
        height: 30px;
        margin-top: 3px;

    }
    .agree{
        width: 10px;
        height: 10px;
    }
    .agree:after{
        width: 25px;
        height: 25px;
        top: -8px;
        left: -5px;
    }
    .agree:checked:after{
        width: 35px;
        height: 35px;
        top: -12px;
        left: -10px;
    }
    .strongagree{
        width: 10px;
        height: 10px;
    }
    .strongagree:after{
        width: 30px;
        height: 30px;
        top: -10px;
        left: -7px;
    }
    .strongagree:checked:after{
        width: 40px;
        height: 40px;
        top: -15px;
        left: -12px;
    }
    .galsq-t{
        width: 250px;
        height: 350px;
        overflow: hidden;
    }
    .galsq-t .flip-card{
        width: 250px;
    }
    .galsq-t .bgd-black{
        width: 250px;
        font-size: 14px;
    }
    #test{
        margin-top: 90px;
    }
    #test .col-sm-4 .row{
        padding-left: 0;
        padding-right: 0;
        margin-left: 25px;
    }
    .border-b{
        width: 50%
    }
    .navbar-collapse{
        background: #000;
        padding: 0;
        text-align: center;
        margin: auto;
        width: 110%;
        max-width: 110%;
        margin: auto;
        border-bottom: solid #0a94d6 3pt;
        padding-bottom: 0;
    }
    .navbar-collapse .nav-link{
        margin: auto;
        text-align: center;
        width: 100%;
        border: none;
        border-top: solid #0a94d6 3pt;
    }
    .navbar .container-fluid{
        padding: 0;
    }
    .navbar .margin-left-full{
        border: none;
    }
    .result-div .bgd-black{
        width: 450px;
    }

    .info-title .col-3{
        width: 40%;
    }
    .info-title .col-9{
        width: 60%;
    }
    #info-div span img{
        width: 20px;
        height: 20px;
    }
    #info-div .margin-top-lg{
        margin-top: 130px;
    }
    .info-title h1{
        font-size: 24px;
    }
    .info-title .col-9{
        font-size: 12px;
    }
    .results-page .margin-top-lg{
        margin-top: 130px
    }
}

@media (max-width: 500px){
    #home-jumbo h2{
        font-size: 26px;
    }
    #home-jumbo h4{
        font-size: 14px;
    }
    #about-jumbo h1{
        font-size: 30px;
    }
    #about-jumbo h4{
        font-size: 20px;
    }
    .col-md-4 .img-h-md{
        margin-top: 20px;
    }
    .cta-div img{
        margin-top: 28px;
        left: 10px;
        height: 250px;
        width: 150px;
        object-fit: cover;
    }
    .cta-div .bgd-black{
        margin-right: 0px;
        font-size: 12px;
        padding-left: 70px;
        padding-right: 15px;
    }
    .citySlide .col-4{
        padding: 0;
    }
    .galsq img{
        width: 100px;
        height: 100px;
    }
    .galsq div{
        width: 100px;
        height: 40px;
        font-size: 8px;
    }
    .border-b{
        width: 55%;
        margin-bottom: 15px;
    }
    .navbar-collapse{
        background: #000;
        padding: 0;
        text-align: center;
        margin: auto;
        width: 110%;
        max-width: 110%;
        margin: auto;
        border-bottom: solid #0a94d6 3pt;
        padding-bottom: 0;
    }
    .navbar-collapse .nav-link{
        margin: auto;
        text-align: center;
        width: 100%;
        border: none;
        border-top: solid #0a94d6 3pt;
    }
    .navbar .container-fluid{
        padding: 0;
    }
    .navbar .margin-left-full{
        border: none;
    }
     .navbar{
        height: 100px;
    }
    .navbar-brand, .navbar-toggler{
        margin: 0 20px;
    }
    .quiz-questions{
        width: 100px;
        height: 100px;
        font-size: 8px;
        padding: 0 7px;
        padding-top: 20px;
    }
    .netrual{
        width: 7px;
        height: 7px;
        margin-left: 4px;
    }
    .netrual:after{
        width: 13px;
        height: 13px;
        top: -6px;
        left: 0px;

    }
    .netrual:checked:after{
        width: 13px;
        height: 13px;
        top: -6px;
        left: 0px;
        border: none;
    }
    .agree{
        width: 5px;
        height: 5px;
        margin-left: 3px;
    }
    .agree:after{
        width: 15px;
        height: 15px;
        top: -8px;
        left: -2px;
    }
    .agree:checked:after{
        width: 15px;
        height: 15px;
        top: -8px;
        left: -2px;
        border: none;
    }
    .strongagree{
        width: 5px;
        height: 5px;
        margin-left: 3px;
    }
    .strongagree:after{
        width: 20px;
        height: 20px;
        top: -10px;
        left: -5px;
    }
    .strongagree:checked:after{
        width: 20px;
        height: 20px;
        top: -10px;
        left: -5px;
        border: none;
    }
    .galsq-t{
        width: 250px;
        height: 350px;
        overflow: hidden;
        text-align: center;
        margin: auto;
    }
    .galsq-t .flip-card{
        width: 250px;
    }
    .galsq-t .bgd-black{
        width: 250px;
        font-size: 14px;
    }
    #test{
        margin-top: 50px;
    }
    #test .col-sm-4 .row{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-top: 0;
    }
    .quiz-btn{
        width: 80px;
        padding: 10px;
    }
    #footer-logo{
        width: 150px;
        text-align: center;
        margin-left: 120px;
        margin-top: 10px;
    }
    .footer .logo-container{
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .footer .margin-top-lg{
        margin-top: 10px;
    }
    #contact-jumbo{
        height: 800px;
        width: 100%;
        padding: 0;
        padding-top: 50px
    }
    #contact-jumbo h1{
        margin-top: 30px;
        text-align: center;
    }
    .contact-div .bgd-white{
        margin: auto;
        margin-bottom: 20px;
    }
    #login h1{
        margin-top: 130px
    }
    #signup h1{
        font-size: 20px;
        margin-top: 130px;
    }
    #signup h3{
        font-size: 14px;
    }
    #example-sa-text, #example-a-text, #example-n-text{
        font-size: 12px;
        margin-top: 5px
    }
    .quiz-container .row{
        margin-left: 0.5px;
    }
    .dot{
        width: 8px;
        height: 8px;
        margin-top: 20px;
    }
    #interests{
        margin-left: 27%;
    }
    #perfect-realtor{
        margin-left: 25%;
    }
    #skills{
        margin-left: 22%;
    }
    #test{
        overflow: hidden;
    }
    #quiz-submit{
        width: 80px;
        padding: 10px;
    }
    .result-div{
        margin-left: 0;
        width: 100%;
    }
    .result-div .bgd-black{
        height: 520px;
        width: auto;
    }
    .result-div a{
        margin-bottom: 10px;
    }

    .result-div h4{
        font-size: 16px;
    }
    .result-div .col-7 p{
        font-size: 7px;
    }
    .result-div .row{
        left: -80px;
    }
    .result-div li{
        font-size: 7px;
    }
    .result-div .margin-bottom-xs{
        margin-bottom: 10px;
    }
    .result-div .ul-row, .result-div .ul-row  .col-6{
        height: 95px;
    }
    .result-div ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .result-div span img{
        width: 10px;
        height:10px;
    }
    .info-title .col-3{
        width: 35%;
    }
    .info-title .col-9{
        width: 65%;
    }
    .info-img{
        width: 115px;
        height: 175px;
    }
    #info-div .col-3 .relative{
        width: 115px;
        height: 175px;
    }
    #info-div span img{
        width: 7px;
        height: 7px;
    }
    #info-div .margin-top-lg{
        margin-top: 130px;
    }
    .info-title h1{
        font-size: 16px;
    }
    .info-title .col-9{
        font-size: 8px;
    }
    .results-page .margin-top-lg{
        margin-top: 130px
    }
}