
.listing-type__toggle .listing-type__toggle--item,.listing-type__toggle .see_per_rent {
	flex: 1;
	background-color: transparent;
	border-radius: 24px;
	padding: 8px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/* transition: background-color 0.5s ease; */
}

.listing-type__toggle .listing-type__toggle--item.active {
	background-color: #2187E0;
}
.listing-type__toggle .see_per_rent.active{
	background-color:white;
}
.listing-type__toggle .listing-type__toggle--item span.text,.listing-type__toggle .see_per_rent span.text {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #222222;
	letter-spacing: 0.3px;
}

.listing-type__toggle .listing-type__toggle--item.active span.text {
	color: #FFFFFF;
}
.listing-type__toggle .see_per_rent.active span.text{
	color:black;
}
.student-housing__header.rent_type_header,.student-housing__header.byu_type_header{
	display:none;
	justify-content: start;
	gap: 20px;
}
.student-housing__header.byu_type_header{
	padding-left:12px;
}
.student-housing__header.rent_type_header.show,.student-housing__header.byu_type_header.show {
	display: flex;
	justify-content: start;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
}
.listing-type.byui-div .listing-type__hint,.listing-type.community-housing-div .listing-type__hint,.listing-type.family_friendly-div .listing-type__hint,.listing-type.byu-con .listing-type__hint{
	padding: 0px !important;
	color: #414141 !important;
	font-family: Avenir !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 24px !important;
}
.listing-type.byui-div,.listing-type.community-housing-div{
	gap:4px;
}
.listing-type.byui-div #byui_approved_checkbox,.listing-type.community-housing-div #community-housing_checkbox{
	width:20px;
	height:20px;
}
.custom-marker{
	z-index: 1;
}
.mapboxgl-popup{
	z-index: 2;
}
.map-controls .control-btn,.map-controls .control-button-group{
	z-index: 3;
}
@media screen and (max-width:767px){
	.listing-type__toggle .listing-type__toggle--item span.text,.listing-type__toggle .see_per_rent span.text {
		font-size: 12px;
		line-height: 10px;
		font-family: "Inter", sans-serif !important;
	}
	.rent_type_header .listing-type{
		order:3;
		width:100%;
	}
	.listing-type.byui-div{
		order:1;
		width:32%;
	}
	.listing-type.community-housing-div{
		order:2;
		width:50%;
		flex-direction: row !important;
		align-items: center !important;
	}
	.community-housing-div .listing-type__hint{
		font-size:12px !important;
	}
	.listing-type.byui-div #byui_approved_checkbox, .listing-type.community-housing-div #community-housing_checkbox {
		width: 20px;
		height: 20px;
	}
	.student-housing__header .listing-type.byui-div,.student-housing__header .listing-type.community-housing-div {
		margin-left: 12px !important;
	}
}
@media (max-width:1537px){
	.popup-content .listing_item .listing_item--image img{
		height:150px !important;
	}
}
#filter_count_badge,#filter_count_badge_mobile{
	position: absolute;
	right: -4px;
	top: -7px;
	background: #4589e0;
	border-radius: 50%;
	font-size: 12px;
	display: none;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 4px 5px 4px 6px;
	color: #FFF;
	text-align: center;
	font-family: Avenir;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	line-height: 8px;
	border: 2px solid white;
}
.custom_checkbox {
	display: block;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
	left: 0px;
	top: 0px;
	bottom:4px;
	right:0px;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 1px solid #a1a1a1;
	border-radius: 2px;
}

.custom_checkbox input:checked ~ .checkmark {
	background-color: #2187e0;
	border-color: transparent;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom_checkbox .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.deals_button{
	color:#2187e0;
	border:1px solid;
	padding-left:20px !important;
}
.deals_button span{
	color: #2187e0;
	flex: 1;
	font-size: 12px;
	font-weight: 900;
	line-height: 20px;
	text-align: center;
}
.deals_button:hover{
	background:#2187e0 !important;
}
.deals_button:hover span{
	color:white !important;
}
.deals_button:hover svg #Ellipse_1647{
	fill:white !important;
}
.deals_button:hover svg path{
	fill:#2187e0 !important;
}
.deals_button.active{
	background:#2187e0 !important;
}
.deals_button.active span{
	color:white !important;
}
.deals_button.active svg #Ellipse_1647{
	fill:white !important;
}
.deals_button.active svg path{
	fill:#2187e0 !important;
}
@media(max-width:392px){
	.byui-div,.community-housing-div{
		width: 100% !important;
		margin-top: 0 !important;
		margin-left: 15px;
		margin-bottom: 0 !important;
	}
}
@media(max-width:768px){
	.deals_button{
		display: none !important;
	}
}
.student-housing__header .listing-type.byui-div, .listing-type.community-housing-div{
	margin-top:0px !important;
}
.rent_specials .multiple-checkbox .checkbox-item label span.icon{
	width: 24px;
	height: 22px;
	aspect-ratio: 12/11;
}
.titleDiv{
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-wrap:wrap;
	row-gap:10px;
}
.uvu-img,.rmu-img{
	display: none;
}
.uvu-page .uvu-img,.rmu-page .rmu-img{
	display: block;
}
/* rmu css start  */
.rmu-page .iso-form-open-btn{
	background: #005782 !important;
	border-color: #005782 !important;
}
.rmu-page .listing-type__toggle .listing-type__toggle--item.active{
	background: #005782 !important;
	border-color: #005782 !important;
}
.rmu-page .search-form .btn.btn-outline,.rmu-page .deals_button {
	border-color: #005782 !important;
	background-color: #fff !important;
	border: 1px solid #005782;
}
.rmu-page .search-form .btn.btn-outline .text,.rmu-page .deals_button .text{
	color: #005782 !important;
}
.rmu-page .search-form .btn.btn-outline svg *{
	stroke: #005782 !important;
}
.rmu-page .deals_button:hover{
	background-color: #005782 !important;
}
.rmu-page .deals_button:hover .text{
	color: white !important;
}
.rmu-page #Ellipse_1647{
	fill:#005782 !important;
}
.rmu-page .deals_button:hover #Ellipse_1647{
	fill:white !important;
}
.rmu-page .deals_button:hover svg path{
	fill:#005782 !important;
}
.rmu-page #filter_count_badge{
	background:#005782 !important;
}
.rmu-page .checkbox-button-group .checkbox-button:checked+label{
	background-color: #005782;
	border: 1px solid #005782;
}
.rmu-page .multiple-checkbox .checkbox-item input[type="checkbox"]:checked+label,.rmu-page .filter-btn {
	background-color: #005782 !important;
	border-color: #005782 !important;
}
.rmu-page .checkbox-group .checkbox input:checked~.checkbox__checkmark {
	background-color: #005782;
	border-color: #005782;
}
.rmu-page #myModalLabel,.rmu-page .clear-btn .text{
	color: #005782 !important;
}
.rmu-page .noUi-connect,.rmu-page .noUi-handle,.rmu-page .search-keyword-wrapper .search-btn,.rmu-page .autocomplete-list li.active{
	background: #005782 !important;
	border-color: #005782 !important;
}
.rmu-page .rmu-buttons-div:not(.noorda-college) {
	display: flex !important;
	gap: 15px;
	align-items:center;
	position:relative;
	margin-left: 24px;
	justify-content:center;
}
.main{
	row-gap:50px;
}
.rmu-page .rmu-buttons-div button {
	border-color: #005782 !important;
	color:#005782 !important;
}
.rmu-page .resourcesDropdown ul li a:hover{
	color:#005782 !important;
}
#guideBtnPopupRmu h2{
	font-weight:400;
}
#guideBtnPopupRmu .tabs {
	border-bottom: 1px solid #005782;
}
#guideBtnPopupRmu .tab.active {
	border: 1px solid #005782;
	color: #005782;
}
/* rmu css end  */
.uvu-page .iso-form-open-btn{
	background: #1E6535 !important;
	border-color: #1E6535 !important;
}
.uvu-page .listing-type__toggle .listing-type__toggle--item.active{
	background: #1E6535 !important;
	border-color: #1E6535 !important;
}
.uvu-page .search-form .btn.btn-outline,.uvu-page .deals_button {
	border-color: #1E6535 !important;
	background-color: #fff !important;
	border: 1px solid #1E6535;
}
.uvu-page .search-form .btn.btn-outline .text,.uvu-page .deals_button .text{
	color: #1E6535 !important;
}
.uvu-page .search-form .btn.btn-outline svg *{
	stroke: #1E6535 !important;
}
.uvu-page .deals_button:hover{
	background-color: #1E6535 !important;
}
.uvu-page .deals_button:hover .text{
	color: white !important;
}
.uvu-page #Ellipse_1647{
	fill:#1E6535 !important;
}
.uvu-page .deals_button:hover #Ellipse_1647{
	fill:white !important;
}
.uvu-page .deals_button:hover svg path{
	fill:#1E6535 !important;
}
.uvu-page #filter_count_badge{
	background:#1E6535 !important;
}
.uvu-page .checkbox-button-group .checkbox-button:checked+label{
	background-color: #1E6535;
	border: 1px solid #1E6535;
}
.uvu-page .multiple-checkbox .checkbox-item input[type="checkbox"]:checked+label,.uvu-page .filter-btn {
	background-color: #1E6535 !important;
	border-color: #1E6535 !important;
}
.uvu-page .checkbox-group .checkbox input:checked~.checkbox__checkmark {
	background-color: #1E6535;
	border-color: #1E6535;
}
.uvu-page #myModalLabel,.uvu-page .clear-btn .text{
	color: #1E6535 !important;
}
.uvu-page .noUi-connect,.uvu-page .noUi-handle,.uvu-page .search-keyword-wrapper .search-btn,.uvu-page .autocomplete-list li.active{
	background: #1E6535 !important;
	border-color: #1E6535 !important;
}
.uvu-page .custom-marker::after{
	border-top-color: #0A6727 !important;
}
.uvu-page .custom-marker{
	background: #0A6727 !important;
}
.uvu-buttons-div {
	display: none !important;
}
.search-form input::placeholder,.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #515357 !important;
}
.listing_item--body .listing-meta span {
	color: #515357 !important;
}
.titleDiv div {
	display: flex;
	align-items:center;
	flex-wrap:wrap;
	text-align: left;
	justify-content: start;
	row-gap:10px;
}
.uvu-page .uvu-buttons-div:not(.rmu-buttons-div) {
	display: flex !important;
	gap: 15px;
	align-items:center;
	position:relative;
	margin-top:10px;
	width:100%;
}
.uvu-buttons-div button{
	display: flex;
	padding: 3px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 25px;
	border: 1px solid #1E6535;
	background: transparent;
	color: #1E6535;
	text-align: center;
	font-family: Avenir;
	font-size: 13.344px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
}
.uvu-page .main h1.title{
	padding-left:30px;
}
@media(max-width:786px){
	.titleDiv .title {
		padding-left:0px;
	}
	.resourcesDropdown {
		top: 45px !important;
		width: 95% !important;
		left: 8px !important;
	}
	.resourcesDropdown ul li {
		margin-bottom: 0;
		font-size: 13px;
	}
	#guideBtnPopupRmu{
		margin-top:30px;
	}
	#guideBtnPopupTitle{
		font-size:16px !important;
	}
	.student-housing__header .listing-type span.listing-type__hint{
		font-size:16px !important;
	}
	.uvu-page .main h1.title{
		padding-left:0px;
		width:100% !important;
	}
	.uvu-page .titleDiv {
		row-gap: 3px;
	}
    .noorda-img{
        height:55px;
    }
    #guideBtnPopup .modal-title, #guideBtnPopupRmu .modal-title{
		font-size:18px;
	}
	.main {
		row-gap: 15px;
	}
}
@media(max-width:354px){
	.resourcesDropdown {
		top: 95px !important;
	}
}
.resourcesDropdown.show{
	opacity: 1 !important;
	z-index: 2 !important;
}
@media (max-width:500px){
	.uvu-buttons-div{
		width: 100%;
		justify-content: center !important;
	}
	.main h1.title{
		width:78%;
		font-size: 26px;
		line-height: 40px;
		padding-left:18px;
	}
	.rmu-page main h1.title{
		padding-left:18px;
	}
	.titleDiv div {
		row-gap: 15px;
	}
	.rmu-img{
		height: 75px;
		width: 75px;
	}
}
@media(max-width:400px){
	.uvu-page .main h1.title {
		width: 78% !important;
	}
}
@media (max-width: 375px) {
	.main h1.title {
		width: 78%;
		font-size: 24px;
	}
	.rmu-img{
		width:55px;
		height:55px;
	}
}
@media (max-width: 350px) {
	.main h1.title {
		font-size: 22px;
	}
}
.popup-content .title-wrapper .title{
	color: #000;
	font-family: Inter;
	font-size: 12.578px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 16.8px !important;
	text-transform: capitalize;
}
.popup-content .listing-info .city,.popup-content .listing-info .room{
	color: #191A1B;
	font-family: Inter;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 16px !important;
}
.popup-content .listing-meta .meta-list span{
	color: #65676B;
	font-family: Inter;
	font-size: 10px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 16px !important; /* 160% */
}
.popup-content .rent-price .value{
	color: #FFF;
	font-family: Inter;
	font-size: 13.945px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 16px !important; /* 114.734% */
}
#student-housing__footer ul,.student-housing__footer ul{
	list-style:disc !important;
}
.popup-content .property-info .title{
	color: #FFF;
	font-family: Inter;
	font-size: 12.797px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 16px !important; /* 125.031% */
}
.popup-content .meta-info .value{
	color: #6D7C90;
	text-align: right;
	font-family: Inter;
	font-size: 10.313px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 16px !important; /* 155.152% */
}
.popup-content .title-wrapper{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.popup-content .rating-wrapper .rating .value,.popup-content .rating-wrapper .rating .count{
	color:black !important;
	font-family: Inter;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 500 !important;
	/* line-height: 28px !important; 233.333% */
}
.listing_item--body .listing-detail {
	/* align-items: center !important; */
}
.deals_button{
	display: none !important;
}
.resourcesDropdown{
	/* display: none !important; */
	opacity: 0;
	position: absolute;
	background: white;
	width: fit-content;
	z-index: 1;
	top: 45px;
	padding: 14px 12px;
	border-radius: 10px;
	box-shadow: 0px 0px 13px #00000014;
	left: 245px;
	transition:opacity 0.3s ease;
	z-index: -1;
}
.resourcesDropdown ul li{
	margin-bottom:5px;
}
.resourcesDropdown ul li:last-child{
	margin-bottom:0px;
}
.resourcesDropdown ul li a{
	color:black;
	transition:font-weight 0s ease !important;
}
.resourcesDropdown ul,.resourcesDropdown ul li a{
	width:100%;
	display:block;
}
.resourcesDropdown ul li:hover a{
	color:#1E6535;
	text-shadow: 0 0 0.5px currentColor, 0.3px 0 currentColor;
}
.resourcesDropdown ul li:hover{
	font-weight:900;
}
@media (min-width:786px){
	.resourcesBtn:hover ~ .resourcesDropdown,.resourcesDropdown:hover{
		z-index: 1;
		opacity: 1;
	}
	.rmu-image-div img{
		margin-top:120px;
	}
}
.resourcesBtn svg{
	z-index: -1;
}
#filtersModal .modal-dialog{
	top:50%;
}
.monthly_rent_filter .input-group input[type="number"] {
	width: 40px !important;
}
@media (max-width:768px){
	.uvu-buttons-div button {
		padding: 3px 15px;
		font-size: 12px;
	}
	.student-housing__header .listing-type span.listing-type__hint{
		padding-left:5px;
	}
	.listing-type__toggle .listing-type__toggle--item.active{
		padding:12px 10px;
	}
}
#guideBtnPopup .modal-dialog,#guideBtnPopup .modal-content,#guideBtnPopupRmu .modal-dialog,#guideBtnPopupRmu .modal-content,#roomatesBtnPopup .modal-dialog,#guideBtnPopupNoorda .modal-dialog,#guideBtnPopupNoorda .modal-content {
	height: 80vh;
	overflow: hidden;
}
#guideBtnPopupNoorda .modal-content{
	height: 75vh;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.uvu_part_badge {
	border-radius: 30px;
	background: #265A36;
	display: flex;
	padding: 4px 10px;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-family: Avenir;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 10px;
	bottom: 42px;
	position: absolute;
	left: 13px;
}
input#search_keyword::placeholder{
	width:85%;
}
#guideBtnPopup .modal-dialog{
	max-width: 1030px !important;
}
#guideBtnPopup .modal-header{
	border-radius: 12px 12px 0px 0px;
	background: #276E3E;
	display: flex;
	padding: 12px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
#guideBtnPopup .modal-body,#guideBtnPopupRmu .modal-body,#guideBtnPopupNoorda .modal-body{
	padding:0px;
}
#guideBtnPopupRmu .modal-dialog,#guideBtnPopupNoorda .modal-dialog{
	max-width: 1030px !important;
}
#guideBtnPopupRmu .modal-header{
	border-radius: 12px 12px 0px 0px;
	background: #005782;
	display: flex;
	padding: 12px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
#guideBtnPopup .modal-title,#guideBtnPopupRmu .modal-title,#guideBtnPopupNoorda .modal-title{
	color: #FFF;
	text-align: center;
	font-family: Avenir;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}
#guideBtnPopup .close,#guideBtnPopupRmu .close,#guideBtnPopupNoorda .close{
	margin-left: 0;
	position: absolute;
	right: 20px;
	color:white;
	text-shadow:none;
	opacity:1 !important;
}

#guideBtnPopup .tab-content h2{
	color: #000;
	font-family: Avenir;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
}
#guideBtnPopup .tab-content p,#guideBtnPopup .tab-content strong,#guideBtnPopup .tab-content li {
	color: #595959;
	font-family: Avenir;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 10px;
}
#guideBtnPopup .tab-content ul{
	list-style: disc;
	padding-left: 25px;
}

#roomatesBtnPopup .modal-dialog{
	max-width:400px !important;
	margin:0 auto;
}
#roomatesBtnPopup .modal-body{
	padding:24px 20px;
	text-align:center;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
#roomatesBtnPopup .heading h3{
	color: #272525;
	text-align: center;
	font-family: Avenir;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px;
}
#roomatesBtnPopup .para p{
	color: #595959;
	text-align: center;
	font-family: Avenir;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	width: 80%;
	margin: 0 auto;
}
#roomatesBtnPopup .btns{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 10px;
}
#roomatesBtnPopup .btns button,#roomatesBtnPopup .btns a{
	display: flex;
	width: 50%;
	height: 37px;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	border: 2px solid #276E3E;
	border-radius: 6px;
}
#roomatesBtnPopup .btns button.cancel{
	background: #FFF;
	color:#276E3E;
}
#roomatesBtnPopup .btns a.go{
	background: #276E3E;
	color: #FFF;
}

.tabs {
	display: flex;
	border-bottom: 1px solid #235834;
	margin-bottom: 20px;
	padding-left: 10px;
}
.tab {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: #fff;
	font-weight: bold;
	color: #333;
	transition: 0.3s;
	position: relative;
	border: 1px solid #235834;
	border-bottom: none;
	color: #235834;
	text-align: center;
	font-family: Avenir;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 12.157px; 
}
.tab:nth-child(2) {
	margin-left:-10px;
}
.tab.active {
	border: 1px solid #235834;
	border-bottom: none;
	color: #235834;
	z-index: 2;
}
.tab-content {
	display: none;
	box-shadow:none !important;
	padding:0px !important;
	height:48vh;
	overflow-y:scroll;
}
@media (max-width:1750px){
	.tab-content {
		height:45vh;
	}
}
@media (max-width:1540px){
	.tab-content {
		height:32vh;
	}
}
@media (max-width:1280px){
	.tab-content {
		height:35vh;
	}
}
@media (min-width:984px) and (max-width:986px){
	.tab-content {
		height:42vh;
	}
}
@media (min-width:940px) and (max-width:1100px){
	.tab-content {
		height:42vh;
	}
}
.tab-content.active {
	display: block;
    box-shadow:none;
}
.tabsSection {
	padding: 24px 20px;
}
.tab.active::after {
	content: "";
	background: white;
	height: 2px;
	display: block;
	bottom: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	bottom: -2px;
}
.rmu-image-div{
	height:150px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.rmu-page .custom-marker {
	background: #005782 !important;
}
.rmu-page .custom-marker::after {
	border-top-color: #005782 !important;
}
#student-housing__footer{
	position: relative;
	padding: 16px 24px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	font-family: 'Avenir', sans-serif !important;
}
#student-housing__footer h2{
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	color: rgb(0, 0, 0);
	font-family: Inter, sans-serif !important;
	margin: 0px;
}
#student-housing__footer h3{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #000;
	font-family: 'Inter', sans-serif !important;
	margin-top: 16px;
	margin-bottom: 8px;
}
@media (min-height:800px){
	.tab-content {
		height:44vh;
	}
}
@media (min-height:850px){
	.tab-content {
		height:46vh;
	}
}
@media (min-height: 915px) {
	.tab-content {
		height: 48vh;
	}
}
@media (min-height: 915px) and (max-width:1000px) {
	.tab-content {
		height: 46vh;
	}
}
@media (max-width:320px){
	.tab-content {
		height:43vh;
	}
}
@media (max-width:280px){
	.tab-content {
		height:39vh;
	}
}
@media (max-width:230px){
	.tab-content {
		height:38vh;
	}
}
.uvu-image,.noorda-image{
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-top:-1px;
}
.listPadding{
	padding:inherit;
}
/* #wpadminbar{
	display: none !important;
} */

/* noorda college */

.noorda-img{
    display:none;
}
.noorda-page .noorda-img{
    display:block;
}
.noorda-page .iso-form-open-btn{
    background: #B8664B !important;
    border-color: #B8664B !important;
}
.noorda-page .listing-type__toggle .listing-type__toggle--item.active{
    background: #554B4B !important;
    border-color: #554B4B !important;
}
.noorda-page .search-form .btn.btn-outline,.noorda-page .deals_button {
    border-color: #B8664B !important;
    background-color: #fff !important;
    border: 1px solid #B8664B;
}
.noorda-page .search-form .btn.btn-outline .text,.noorda-page .deals_button .text{
    color: #B8664B !important;
}
.noorda-page .search-form .btn.btn-outline svg *{
    stroke: #B8664B !important;
}
.noorda-page .deals_button:hover{
    background-color: #B8664B !important;
}
.noorda-page .deals_button:hover .text{
    color: white !important;
}
.noorda-page #Ellipse_1647{
    fill:#B8664B !important;
}
.noorda-page .deals_button:hover #Ellipse_1647{
    fill:white !important;
}
.noorda-page .deals_button:hover svg path{
    fill:#B8664B !important;
}
.noorda-page #filter_count_badge{
    background:#B8664B !important;
}
.noorda-page .checkbox-button-group .checkbox-button:checked+label{
    background-color: #B8664B;
    border: 1px solid #B8664B;
}
.noorda-page .multiple-checkbox .checkbox-item input[type="checkbox"]:checked+label,.noorda-page .filter-btn {
    background-color: #B8664B !important;
    border-color: #B8664B !important;
}
.noorda-page .checkbox-group .checkbox input:checked~.checkbox__checkmark {
    background-color: #B8664B;
    border-color: #B8664B;
}
.noorda-page #myModalLabel,.noorda-page .clear-btn .text{
    color: #B8664B !important;
}
.noorda-page .noUi-connect,.noorda-page .noUi-handle,.noorda-page .search-keyword-wrapper .search-btn,.noorda-page .autocomplete-list li.active{
    background: #B8664B !important;
    border-color: #B8664B !important;
}
.noorda-page .rmu-buttons-div.noorda-college {
    display: flex !important;
    gap: 15px;
    align-items:center;
    position:relative;
    margin-left: 24px;
    justify-content:center;
}
.noorda-page .rmu-buttons-div.noorda-college button {
    border-color: #B8664B !important;
    color:#B8664B !important;
}
.noorda-page .resourcesDropdown ul li a:hover{
    color:#B8664B !important;
}
#guideBtnPopupNoorda h2{
    font-weight:400;
}
#guideBtnPopupNoorda .tabs {
    border-bottom: 1px solid #B8664B;
}
#guideBtnPopupNoorda .tab.active {
    border: 1px solid #B8664B;
    color: #B8664B;
}
.noorda-page .search-bar-wrapper .search-keyword-wrapper .search-btn{
    background-color: #B8664B !important;
}
.noorda-page .autocomplete-list li:hover{
    background-color: #B8664B !important;
}
.noorda-page .custom-marker{
    background-color: #B8664B !important;
}
.noorda-page .custom-marker::after{
    border-top-color:#B8664B !important;
}
#guideBtnPopupNoorda .modal-header {
    border-radius: 12px 12px 0px 0px;
    background: #B8664B;
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
#tab4 p,#tab4 ul li, #tab4 h3{
    color:#595959;
}
@media (max-width:430px){
    #guideBtnPopupNoorda #guideBtnPopupTitle span{
        display: block;
    }
}
@media (max-width:725px){
    .rmu-buttons-div.noorda-college{
        width:100%;
    }
}
/* noorda college end */
.rmu-page .search-bar-wrapper .search-keyword-wrapper .search-btn{
    background-color: #005782 !important;
}
.rmu-page .autocomplete-list li:hover{
    background-color: #005782 !important;
}

.uvu-page .search-bar-wrapper .search-keyword-wrapper .search-btn{
    background-color: #1E6535 !important;
}
.uvu-page .autocomplete-list li:hover{
    background-color: #1E6535 !important;
}

/* iso form date picker */
.flatpickr-current-month .numInputWrapper span{
	display: block !important;
}
.flatpickr-current-month .numInputWrapper{
	width: 55px !important;
}
a.clr-black {
    display: block !important;
    overflow: visible !important;
}