@charset "utf-8";
/* CSS Document */

.navbar-brand, .navbar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;

	
}

.navbar {
    border-bottom: 2px solid #fff;
}
.navbar-brand{
	width: 82%;
	max-width: 397px;
}
.navbar-brand img{
	width: 100%;
	max-width: 397px;
}
.navbar-toggler {  
   padding:0;
}
.dropdown-toggle::after {  
   vertical-align: 0.4em !important;
    font-size: 0.6em;
}

.class-search .btn, .class-search .btn-group{margin-left:10px;}

.dropdown-item {
	padding: 0rem 1.5rem;
}

.dropdown-item:hover,.dropdown-item:active{
	background-color: #b0b0b0;
	color: #fff!important;
}

.nav-link{
	font-family: league-gothic, sans-serif; 
	font-size: 1.5vw;
    letter-spacing: .03em;
}
.navbar-dark .navbar-nav .nav-link {
    color:#C7C7C7;
	text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#fff;
}

/* CUSTOM DROPDOWN CSS
-------------------------------------------------- */

select, input{
    border-radius: 5px;
}

#wdmform {
    width: 100%;
    margin:0 auto;
}

#container_dropdown_content{
    display: flex;
    font-size: x-small;
    justify-content: flex-end;
}

#classtypedropdown, #countiesdropdown {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 10px;
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

#clear, #submit {
    position: relative;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin-right: 8px;
    border: 0px;
}

#submit:hover{
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.new-select {
    position: relative;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    cursor: pointer;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    margin-right: 8px;
}

.new-select:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.wrap-select{
    width: fit-content;
}

.column_wraper{
    position: absolute;
    top: 53px;
    /* max-height: 300px; */
	overflow: auto;
	border: 1px solid #ced4da;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    user-select: none;
	border-radius: .25rem;
    width: fit-content;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.column_wraper::-webkit-scrollbar {
    display: none;
}

.new-select__list {
    position: initial;
    top: 46px;
}

.new-select__list.on {
    display: block;
}

.carousel-caption .new-select__item{
    color: #5a5a5a;
}

.new-select__item span {
    display: block;
    padding: 4px 16px;
    font-size: 1rem;
}

.new-select__item span:hover {
    text-decoration: underline;
    color: #000;
    
}

.new-select:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: 0.1em;
}

.column-countyes-dropdown{
    right: 22px;
	padding: 10px;

}

.selectdropdown {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: inherit;
    justify-content: flex-end;
}

.selectdropdown select{
    margin-right: 8px;
}


.navbar-mobile{
    position: absolute !important;
}

/* FOOTER CSS
-------------------------------------------------- */
footer{
	flex: 0 0 auto;
	background-color:#fff;
	height: 343px;
	color:#666;	
}
footer a{
	color:#ccc;
}
footer a:hover, footer a:active{
	color:#e7e7e7;
}

footer p{
	padding-top: 35px;
	margin-bottom: 0px !important;
	font-size: 0.8em;
}
.flag{
    padding: 100px 0;
       background-image: url(/assets/images/america.jpg);
       background-size: cover;
       background-position: center center;
}

.flag h1{
    color:#fff;
    display: table;
    margin: 0 auto;
}

.fa-arrow-circle-up{
    font-size: 2em;
}

footer .container img{
	height: 60px;
    width: auto;
    margin: -20px 0 0;
}

.ssl-img{
	justify-content: right;
		text-align: right;
}

/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 300px)  and (max-width: 424px){
	.nav-link{
		font-size: 2em;
	}
	.selectdropdown{
        justify-content: center;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    #clear, #submit {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem;
    }
    .new-select {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem;
	}
	.column-countyes-dropdown{
		transform: translateX(-50%);
		left: 50%;
		top: 72px;
	}
	
	.column-countyes-dropdown .new-select__list{
		columns: 3;
		top: 55px;
	}

	.column_wraper{
        top: 72px;
    }
    
    .mobile_style{
		top: 58px;
		width: 90%;
    }
    footer p{
        padding-top: 23px;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
	.navbar-collapse{
		margin-top: 25px;
	}
	.nav-link{
		font-size: 2em;
	}
	.navbar-collapse .new-select {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .selectdropdown{
        justify-content: center;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    #clear, #submit {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem;
    }
    .new-select {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem !important;
	}
	.home-filter{
        margin:10px auto;
    }
    .column-countyes-dropdown{
		transform: translateX(-50%);
		left: 50%;
		top: 72px;
	}
	.column-countyes-dropdown .new-select__list{
		columns: 3;
		top: 76px;
	}

	.column_wraper{
		top: 72px;
	}
	.mobile_style{
		width: 90%;
    }
    footer p{
        padding-top: 23px;
    }
}
@media (max-width: 767.98px) {
.results-fltr #submit {
    font-size: 1rem;
}
	.ssl-img{
	justify-content: center;
	text-align: center;
}
	footer .container{
		padding-bottom:20px;
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .selectdropdown{
        justify-content: center;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    #clear, #submit {
        font-size: 2.7vw;
    }
    .new-select {
        font-size: 2.7vw;
	}
	.column-countyes-dropdown{
		transform: translateX(-50%);
    	left: 50%;
	}
	.column-countyes-dropdown .new-select__list{
		columns: 3;
		top: 76px;
	}

	.column_wraper{
		top: 72px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
	.nav-link{
		font-size: 1.2em;
	}
	.selectdropdown{
        justify-content: center;
        margin-top: 14px;
        margin-bottom: 8px;
	}

	.column-countyes-dropdown .new-select__list{
		columns: 4;
    }
    .new-select{
        font-size: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .selectdropdown {
        justify-content: flex-end;
	}
	.column-countyes-dropdown .new-select__list{
		columns: 6;
	}	
}

@media (min-width: 1200px) {
    .selectdropdown {
        justify-content: flex-end;
	}
	.column-countyes-dropdown .new-select__list{
		columns: 6;
	}	
}

