@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
	font-size: 17px; 
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color:rgba(40,32,32,1.00);
	font-weight: 300;
}

.not_desktop {
	padding-bottom: 5px !important;
	padding-top: 15px !important;
}

@media (min-width: 992px) { 
    .not_desktop {
        display: none !important;
    } 
}

.not_mobile {
	line-height: 31px !important;
}

@media (max-width: 991px) { 
    .not_mobile {
        display: none !important;
    }
}

input[type=text], input[type=email], input[type=url], input[type=password], input[file], textarea {
	width: 90%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	font-size: 20px;
	border-radius: 8px;
}

.g_row_t {
	color: #eb6e1f;
	font-size: 1em;
	padding-top: 30px;
	clear: both;
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #F7F7F7;
}

#edit_form2 {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -313px;
	z-index: 100000000;
	background-color: rgba(255,255,255,1.00);
	border: 2px solid rgba(0,0,0,1.00);
}


.search_input {
	margin-bottom: 10px;	
}

img {
	max-width: 100%;
	height: auto;
}

.styled {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	width: 90%;
	height: 35px;
	font-size: 19px;
	overflow: hidden;
	color: #000;
	outline-width: 0;
	background-color: #fff;
	border: 1px solid #CCC;
	background: url(../images/dropdown_arrow.svg) no-repeat 100% #fff;
	background-size: 35px 35px;
	margin: 10px 0px 0px 0px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	float: left;
	-moz-appearance: none;
	text-indent: 0.01px;
	-prefix-appearance: none;
	text-overflow: '';
	margin-bottom: 10px;
	border-radius: 8px;
}


select {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	-moz-appearance: none;
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-appearance: none;
	text-indent: 0.01px;
	-prefix-appearance: none;
	text-overflow: '';
	white-space: nowrap;
}

input[type=submit] {
	padding: 15px 15px !important;
	background: #eb6e1f;
	border: 0 none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

textarea, select, input, button {
	outline: none;
}


p {
	margin-top: 0;
	margin-bottom: 1.2em;
}

.modal-title {
	color: #eb6e1f;
}

.blue1 {
	color: #eb6e1f;
}

#grey_box {
    width: 100%;
    height: 197px;
    background-color: #000000;
    float: left;
    margin: 0;
    padding: 0;
}

#grey_box:hover {
    width: 100%;
    height: 197px;
    background-color: #eb6e1f;
    float: left;
    margin: 0;
    padding: 0;
}

#grey_box2 {
    width: 100%;
    height: 100px;
    background-color: #000000;
    float: left;
    margin: 0;
    padding: 0;
}

.white_34 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Arial Black", Gadget, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 34px;
}


.white_18 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


#grey_box2:hover {
    width: 100%;
    height: 100px;
    background-color: #eb6e1f;
    float: left;
    margin: 0;
    padding: 0;
}

.red_box_title2 {
    font-size: 36px;
    color: #FFF;
    line-height: 40px;
}


b, strong {
    font-weight: bold !important;
}

.blue3_bk {
	background-color: #eb6e1f !important;
	border-color: #eb6e1f !important;
}

.blue3_bk:hover {
	background-color: #95420D !important;
	border-color: #95420D !important;
}

.ON_HOLD {
	background-color: rgba(202,164,0,1.00) !important;
}

.dropdown-menu {
	background-color: #eb6e1f !important;
}

.blue3 {
	color: #95420D;	
}

.grey1 {
	color: #3D3D3D;
}

.form_error {
	color: #dc3545;
}

.form_error_border {
	border: 2px solid #dc3545 !important;
}

.modal-dialog {
	z-index: 10000000000 !important;
}

.li_card {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	border-radius: 1rem !important;
	padding: 1.5rem !important;
	width: 75%;
	margin-bottom: 2em;
}

.bg-orange {
	background-color: #eb6e1f!important;
}

.bg-orange:hover {
	background-color: #000000!important;
}

.bg-grey {
	background-color: #eeeeee;	
}

.orange_big_button {
	padding: 10px 15px;
	background: #eb6e1f;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.orange_big_button:hover {
	padding: 10px 15px;
	background: #000000;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.bg-dark {
    background-color: #eb6e1f !important;
}	
	

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1);
	padding-top: 10 !important;
	padding-bottom: 10 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1) !important;
	background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
	background-color: #000000 !important
}


.admin_tool_link {
	color: #fff;
	background: #eb6e1f !important;
	border-color: #eb6e1f !important;
}	
	

.admin_tool_link:hover {
	color: #fff;
	background: #95420D;
	border-color: #95420D;
}




@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
    	padding-right: 1rem;
    	padding-left: 1rem;
	}
}

@media (max-width: 991px) {
	#top_nav {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		padding-right: 5px !important;
	}
}

.the_content {
	position: relative;
}

a:link, a:visited {
    text-decoration: none;
    color: #eb6e1f;
}

a:hover, a:active {
    text-decoration: none;
    color: #000000;
}

.sm_icons {
	font-size: 1.2em;
}

.orange {
	color: #eb6e1f;
}

.border-bottom-orange {
	border-bottom: 1px solid #eb6e1f!important;
}

.border-top-orange {
	border-top: 1px solid #eb6e1f!important;
}


.dropdown-item {
font-weight: 300;
color: #FFFFFF;
text-transform: uppercase;
}

.dropdown-item:link, .dropdown-item:visited {
	color: #FFFFFF;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #FFFFFF;
background-color: #000000;
}


.required {
	color: RED;
	font-weight: 700;
	font-size: 1.2em;
}





@media screen and (min-width: 992px) {
	.navbar-brand {
		display: none !important;
	}
}

#the_popup {
	position: absolute;
	display: none;
	top: 25px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	border: 0 solid red;
	background-color: #fff;
	z-index: 5002;
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#the_popup2 {
    position: absolute;
    display: none;
    top: 25px;
    left: 45%;
    width: 70%;
    margin-left: -30%;
    border: 3px solid black;
    background-color: #fff;
    z-index:2000001
}


@media screen and (max-width: 1420px) {
	#the_popup {
		left: 0;
		width: 100%;
		border: 0 solid red;
		background-color: #fff;
		margin-left: 0;
		z-index: 5002;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
    #the_popup2 {
        left: 0;
        width: 100%;
        border: 3px solid black;
        background-color: #fff;
        margin-left: 0;
        z-index: 6000;
        display: none;
        overflow-y: scroll;
        overflow-x:hidden
    }	
}

 


#popup_close2 {
    padding:10px
}

#popup_inner2 {
    padding:0 20px 20px 20px
}

#popup_close2 a:link {
    color:#eb6e1f !important
}

#popup_close2 a:visited {
    color:#eb6e1f !important
}

#popup_close2 a:hover {
    color:#eb6e1f
}

#popup_close2 a:active {
    color:#eb6e1f !important
}

#popup_close {
	padding: 10px;
}

#popup_close a:link {
    color:#eb6e1f !important
}

#popup_close a:visited {
    color:#eb6e1f !important
}

#popup_close a:hover {
    color:#95420D !important
}

#popup_close a:active {
    color:#eb6e1f !important
}

#popup_inner {
	padding: 0 20px 20px 20px;
}

.lan_pick_text {
	color: #000;
	line-height: 24px;
	font-weight: 400;
	float: right;
}

.custom-switch .custom-switch-input + .custom-switch-btn:after {
	background: #000 !important;
}

.custom-switch .custom-switch-input + .custom-switch-btn {
	background: #fff !important;
	border: 1px solid #000;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn {
	width: 48px;
	height: 24px;
	padding: 2px !important;
	border-radius: 48px;
}


.header1 {
	background-color: #E2E2E2;
}

.header2 {
	background-color: #EBEBEB;
	line-height: 50px;
}


.navbar-light .navbar-text a, .navbar-light {
	color: #7b7b7b;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.page_held {
    z-index: 15;
    position: relative;
    font-size: .5em;
    right: 9px;
    top:-7px
}

.admin_tools {
	display: none;
	position: absolute;
	right: 0;
	z-index: 1000000 !important;
}

.editable {
    position:relative !important;
	padding-top: 15px;
	padding-bottom: 30px;
}

.navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: #1f9887;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #1f9887;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	text-transform: uppercase;
}

.nav-link {
	margin-top: 15px;	
}


#overlay {
		width:100%; 
		height:100%; 
		padding:0; 
		margin:0;
		position:fixed;
		top:0;
		left:0;
		z-index:5002;
		background-color: rgba(0,0,0,0.8);
		display:none;
		cursor:pointer
}


#overlay2 {
		width:100%; 
		height:100%; 
		padding:0; 
		margin:0;
		position:fixed;
		top:0;
		left:0;
		z-index:1;
		background-color: rgba(0,0,0,0.8);
		display:none;
		cursor:pointer
}




#overlay3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 700;
    cursor:pointer
}


#user_profile {
    position:absolute;
	display:none;
    /*top: 25px;*/
    left: 50%;
    width:80%;
    margin-left: -40%; /*set to a negative number 1/2 of your width*/
    border: 0px solid #ff0000;
    background-color: #ffffff;
	z-index: 5003;
	line-height:15px;
	font-size:15px;
	overflow-y:scroll;
    overflow-x:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}


#user_profile2 {
    position:absolute;
	display:none;
    /*top: 25px;*/
    left: 50%;
    width:50%;
    margin-left: -25%; /*set to a negative number 1/2 of your width*/
    border: 0px solid #ff0000;
    background-color: #ffffff;
	z-index: 1000001;
	line-height:15px;
	font-size:15px;
	overflow-y:scroll;
    overflow-x:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#user_popup_inner {
	padding: 30px;
}

#user_popup_inner2 {
	padding: 30px;
}

@media (max-width: 850px) {
	#user_profile {
		position: absolute;
		/*top: 0px;*/
		left: 40%;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		z-index: 100000;
		line-height: 15px;
		font-size: 15px;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	#user_profile2 {
		position: absolute;
		/*top: 0px;*/
		left: 0%;
		width: 100%;
		border: 0px solid #ff0000;
		background-color: #ffffff;
		z-index: 10000001;
		margin-left: 0 !important;
		line-height: 15px;
		font-size: 15px;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}	
}


#header_tagline p {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width: 992px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

@media (max-width: 576px) {
	#header_tagline {
		display: none;
	}
}

@media (max-width: 800px) {
	#header_tagline p {
		font-size: calc(1rem + .6vw);
	}
}
@media (max-width: 500px) {
	.sm_icons h3 {
		font-size: calc(1.6rem + .6vw);
	}
}
	
.active {
	color: #1f9887 !important;
}

.border-bottom2 {
 border-bottom: 1px solid rgba(125,125,125,1.00);
}


.meta_holder {
	background-color: rgba(235,235,235,1.00);
}

.meta_holder h2 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.meta_holder h3 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.ac1 {
	background-color: #474747 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;
}

.ac2 {
	background-color: #5F5F5F !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac3 {
	background-color: #6A6A6A !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac4 {
	background-color: #777777 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac5 {
	background-color: #808080 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac6 {
	background-color: #898989 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac7 {
	background-color: #959595 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac8 {
	background-color: #9F9F9F !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac9 {
	background-color: #A5A5A5 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac10 {
	background-color: #AFAFAF !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.accordion-item {
	border-bottom: none !important;
}

.accordion-button {
	text-transform: uppercase;	
	font-size: 0.8em;
}


.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
	border: none !important;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.finders:link, .finders:visited  {
	text-decoration: none;
	color: rgba(121,121,121,1.00);
	padding-right: 10px;
}

.finders:hover, .finders:active  {
	text-decoration: none;
	color: #1f9887;
	padding-right: 10px;
}


.acard1 {
	background-color: #bbcf6d;
}

.acard2 {
	background-color: #ddeba6;
}

.acard3 {
	background-color: #bbc499;
}

.acard4 {
	background-color: #99c4a4;
}

.acard5 {
	background-color: #aedb72;
}

.acard6 {
	background-color: #aebdc7;
}

.acard7 {
	background-color: #debfc3;
}

.acard8 {
	background-color: #bb96cd;
}

.acard9 {
	background-color: #bfaec7;
}


.atcard1 {
	background-color: #E8E8E8;
}

.atcard2 {
	background-color: #C2C2C2;
}

.atcard3 {
	background-color:#C0C1B7;
}

.atcard4 {
	background-color: #AAACAB;
}

.atcard5 {
	background-color: #C0BDB6;
}

.atcard6 {
	background-color: #D6D6D6;
}


.acard {
	cursor: pointer;
	padding: 15px;
	font-family: 'Roboto Slab', serif;
	color: #000000;
	margin: 5px;
	font-weight: 400;
	
}

.acard:hover {
	background-color: #c0bdb6 !important;
}

.aspacer {
	background-image: url("../images/Fern.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;	
}

.filler_image {
	width: 100%;
	height: auto;
}

.artist_text {
	position: absolute;
	padding-top: 10%;
	padding-left: 2px;
	font-size: 0.8em;	
}


.artist_text2 {
	position: absolute;
	bottom: 5px;
	padding-left: 2px;
	font-size: 0.7em;	
}


@media (max-width: 1242px) {
	.artist_text {
		position: absolute;
		padding-top: 10%;
		padding-left: 2px;
		font-size: 0.7em;		
	}	
}

@media (max-width: 1199px) {
	.artist_text {
		position: absolute;
		padding-top: 40%;
		padding-left: 2px;
		font-size: 1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.9em;	
	}		
}

@media (max-width: 939px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 1em;				
	}	
}

@media (max-width: 790px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
}

@media (max-width: 767px) {
	.artist_text {
		position: absolute;
		padding-top: 30%;
		padding-left: 2px;
		font-size: 1.1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}

@media (max-width: 509px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 1.1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 1em;	
	}		
}

@media (max-width: 400px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}


@media (max-width: 380px) {
	.artist_text {
		position: absolute;
		padding-top: 10%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}

@media (max-width: 350px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.8em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.7em;	
	}		
}


@media (max-width: 315px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.7em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.6em;	
	}		
}

.sub_nav {
	text-transform: uppercase;
	display: block;
	line-height: 1em;
}

@media (min-width: 1200px) {
	.little_nav {
		padding-bottom: 0; 
		margin-bottom: 0;
	}	
	
	.sub_nav {
		line-height: 2em;
	}
}


@media (max-width: 1199px) {
	.sub_nav {
		font-size: 1.2em !important;
		float: none;
		display: block;
		position: relative !important;
		line-height: 3em;
	}	
	
	.navbar-expand-xl .navbar-nav .nav-link {	
		padding-left: 0;
		padding-right: 0;
	}
	
}

.hp_tilees {
	position: relative; 
	min-height: 240px;
	cursor: pointer;
}


.home_menue_text {
	width: 100%;
	height: 4.5vh;
	background: rgba(235,110,31,0.8);
	color: #FFF;
	font-size: 1.75vh;
	line-height: 4.5vh;
	position: absolute;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	top: 0px;
	left: 0px;
}


@media (max-width: 1399px) {
	.home_menue_text {	
		font-size: 2.0vh;
	}
}


@media (max-width: 776px) {
	.home_menue_text {	
		font-size: 1.8em;
	}

	.hp_tilees {
		position: relative; 
		min-height: 120px !important;
		cursor: pointer;
	}	
	
}




.home_menue_image {
	position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	overflow: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
}

.hp_tile_info{
	display: none; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	background-color: #000000; 
	color: #FFFFFF; 
	font-size: 0.7em; 
	padding: 5px;
}


@media (max-width: 767px) {
	.home_menue_image {
		background-position: center center;
	}
}





.blue1 {
	color: #eb6e1f !important;
}


.grey1 {
	color: #3d4144 !important;
}

.form_error {
	color: #dc3545 !important;
}

.form_error_border {
	border: 2px solid #dc3545 !important;
}

.blue3_bk {
	background-color: #eb6e1f !important;
	border-color: #eb6e1f !important;
}

.li_card {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	border-radius: 1rem !important;
	padding: 1.5rem !important;
	width: 75%;
	margin-bottom: 2em;
}

.ON_HOLD {
	color: rgba(202,164,0,1.00) !important;
}



.card_no_ex_link::after {
	font-size: .7em !important;
	text-align: right !important;
	font-style: italic !important;
	color: #3d4144 !important;
	content: "©2021 Meta Strategies" !important;
}

.dropdown-menu {
	background-color: #E2E2E2;
}

.dropdown-item {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	text-transform: uppercase;		
}

	

.col-2dot4, .col-lg-2dot4, .col-md-2dot4, .col-sm-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left:15px
}

.col-2dot4, .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%
}

@media (max-width: 1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width:33% !important
    }
}

@media (max-width: 900px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
}

@media (max-width: 400px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width:100% !important
    }
}

.con_page_image {
    width: 100%;
    height:auto
}

.con_page_image80 {
    width: 80%;
    height:auto
}

.page_image {
    width: 100%;
    height:auto
}

.page_image80 {
    width: 80%;
    height:auto
}

.page_image60 {
    width: 60%;
    height:auto
}

.page_image50 {
    width: 50%;
    height:auto
}

.page_image40 {
    width: 40%;
    height:auto
}

.leb3 {
	position: absolute;
	top: 0;
	left: 0;
	padding: .375rem .75rem;
	font-size: 1em;
	background-color: #a68439;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 1000;
}

.admin_page_links {
    background-color: #969 !important;
    border-color: #969 !important;
    color:#fff !important
}

.admin_page_links:hover {
    background-color: #684268 !important;
    border-color: #684268 !important;
    color:#fff !important
}

.admin_sec_links {
    background-color: #458559 !important;
    border-color: #458559 !important;
    color:#fff !important;
    z-index: 10000000 !important;
}

.admin_sec_links:hover {
    background-color: #2a5538 !important;
    border-color: #2a5538 !important;
    color:#fff !important
}

.admin_subsec_links {
    background-color: #77d594 !important;
    border-color: #77d594 !important;
    color:#fff !important
}

.admin_subsec_links:hover {
    background-color: #5fad77 !important;
    border-color: #5fad77 !important;
    color:#fff !important
}

.admin_edit_hover {
    background-color: rgba(0,0,0,0.05) !important;
}



.the_show_hide:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35b';
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}


.the_show_hide_show:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f358' !important;
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}



.admin_tool_link_delete {
	color: #fff!important;
	background: #d6494b!important;
	border-color: #d6494b!important;
	padding-left: 8px;
	padding-right: 8px;
}

.admin_tool_link_delete:hover {
	color: #fff;
	background: #7F0C0E !important;
	border-color: #7F0C0E !important;
}


.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
	



.red_border {
	border: 3px solid #d6494b !important;
}

.customcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}


.customcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #595959;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.green {
	color:#0F8B15;
}


.lgreen {
	color: #26A617;
	font-size: 2.0em !important;
}

.lred {
	color: #AD1F21;
	font-size: 2.0em !important;
}

.admin_tool_link_warning {
	color: #fff !important;
	background: #ffbc34 !important;
	border-color: #ffbc34 !important;
}

.admin_tool_link_warning:hover {
	color: #fff !important;
	background: #ac8027 !important;
	border-color: #ac8027 !important;
}

.white {
	color: #FFF !important;
}


.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8ths {
    width: 12%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-8ths {
        width: 12%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-8ths {
        width: 12%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12%;
        float: left;
    }
}

.modal-dialog {
	z-index: 10000000000 !important;
}


img{
	max-width: 100%;
}
.gallery{
	background-color: #dbddf1;
	padding: 80px 0;
}
.gallery img{
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}

.gallery-item {
    cursor: pointer;
}

@media (max-width: 991px) {  
    .di_card_title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none !important;
        padding-bottom: 12px !important;
        margin-bottom: 0 !important;
        line-height: 1rem;
    }    
    
    .tile_address {
         font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 0.7em;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
        color: #146734;
    }    

    .tile_contact {
        font-weight: 300;
        font-size: 0.75em;
        padding-bottom: 25px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }

    .tile_website {
        font-weight: 500;
        font-size: 0.8em;
        padding-bottom: 6px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }   

    .tile_desc {
         font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.6em;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;    
        line-height: 1.1em;
        padding-right: 5px;
    }  
    
    .tile_desc2 {
         font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.6em;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;    
        line-height: 1.1em;
        padding-right: 5px;
    }      
    
}

.dropin_card {
	cursor: pointer;
	position: relative;
}

.cur_pointer {
	cursor: pointer !important;
}


.dr_card:hover {
	border-color: #eb6e1f !important;
	cursor: pointer !important;
}

.card_content_row_small {
	min-height: 100px;
}

.small_title {
    font-size: 1.2rem; 
    font-weight: bold;    
}

.tile_desc2 {
    display: none;
}

.di_card_title {
    font-weight: 700;
    font-size: 0.8em;
    text-decoration: none !important;
    padding-bottom: 12px !important;
    margin-bottom: 0 !important;
    line-height: 1em;

}

.tile_desc {
    font-weight: 500;
    font-size: 0.7em;
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;    
    line-height: 1.1em;
    padding-right: 5px;
}




@media (max-width: 991px) {  
    .di_card_title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 0.9rem;
        text-decoration: none !important;
        padding-bottom: 12px !important;
        margin-bottom: 0 !important;
        line-height: 1rem;
    }    
    
    .tile_address {
         font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 0.7em;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
        color: #146734;
    }    

    .tile_contact {
        font-weight: 300;
        font-size: 0.75em;
        padding-bottom: 25px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }

    .tile_website {
        font-weight: 500;
        font-size: 0.8em;
        padding-bottom: 6px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }   

    .tile_desc {
         font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.6em;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;    
        line-height: 1.1em;
        padding-right: 5px;
    }  
    
    .tile_desc2 {
         font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.6em;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;    
        line-height: 1.1em;
        padding-right: 5px;
    }      
    
}


@media (max-width: 767px) {  
     .tile_address {
         font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 0.8em;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
        color: #146734;
    }    

    .tile_contact {
        font-weight: 300;
        font-size: 1em;
        padding-bottom: 25px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }

    .tile_website {
        font-weight: 500;
        font-size: 1em;
        padding-bottom: 6px !important;
        margin-bottom: 0 !important;    
        line-height: 1em;
    }     
    
    .tile_desc {
        display: none;
    }
    
    
    .tile_desc2 {
        display: block;
         font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.7em;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;    
        line-height: 1.2em;
        padding-right: 5px;
    }     
    
}

.card {
	border: 2px solid rgba(0,0,0,.125) !important;	
	overflow: hidden;
}

.btn-orange {
	color: #fff !important;
	background-color: #eb6e1f !important;
	border-color: #eb6e1f !important;
	text-transform: uppercase;
}

.btn-orange:hover {
	color: #fff !important;
	background-color: #000000 !important; 
	border-color: #000000 !important;
	text-transform: uppercase;
}

.swich_to_grey {
	background-color: rgba(228,109,46,1.00);
}

.swich_to_grey:hover {
	background-color: rgba(126,127,128,1.00);
}

.swich_to_orange {
	background-color: rgba(126,127,128,1.00);
}

.swich_to_orange:hover {
	background-color: rgba(228,109,46,1.00);
}

.white {
	color: rgba(255,255,255,1.00);
}

.clickable {
	cursor: pointer;
}

.tooltip-inner {
    text-align: left;
	padding: 20px;
}


  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
	width:200px;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }



.wrap {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    width: 100%;
}


.box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 20%;
    line-height: 0.9em;
}


.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #eb6e1f;
    background-color: #e3e3e3;
    border-bottom: 2px solid #DBDBDB;
    color: rgb(86, 86, 86);
}

.boxInner:hover {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #eb6e1f;
    background-color: rgba(235,110,31,0.4);
    border-bottom: 2px solid #DBDBDB;
    color: rgb(0, 0, 0);
}


.box_image {
    height: 66%;
}

.the_box_text {
    padding: 2%;
    font-size: 0.8em;
    line-height: 1em;
}

.the_box_text .title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 0.5em;
    padding-bottom: 0px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 499px) {
    .box {
        width: 100%;
        padding-bottom: 75%;
    }

    .the_box_text {
        font-size: 1.2em;
    }       
    
}

@media only screen and (max-width: 991px) and (min-width: 500px) {
    .box {
        width: 50%;
        height: 250px;
        line-height: 0.9em;
    }

    .box_image {
        height: 63%;
        padding: 0;
        margin: 0;
    }
    .the_box_text .title {
        font-size: 1.2em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }    
    .the_box_text {
        font-size: 0.8em;
    }      
    
}

@media only screen and (max-width: 959px) and (min-width: 500px) {
    .the_box_text {
        font-size: 0.95em;
    }          
}
@media only screen and (max-width: 1100px) and (min-width: 1399px) {
    .box {
        width: 33.33%;
        height: 225px;
        line-height: 0.9em;
    }
    .box_image {
        height: 63%;
        padding: 0;
        margin: 0;
    }
    .the_box_text .title {
        font-size: 1.2em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }    
    .the_box_text {
        font-size: 0.8em;
    }    

    
    
}    

@media only screen and (max-width: 1398px) and (min-width: 992px) {

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 0.7em;
    }   
    
    
}

@media only screen and (max-width: 420px) {

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 1em;
    }       
    
}

@media only screen and (max-width: 350px) {

    .the_box_text .title {
        font-size: 1.3em;
        line-height: 0em;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 14px;
        padding-top: 5px;
    }  

    .the_box_text {
        font-size: 0.8em;
    }       
    
}

a.link_button2 {
	padding: 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	background: #eb6e1f;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
}

a.link_button2:hover {
	padding: 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	background: #000000;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
}


#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 1 !important;
    /*border: 3px solid #eb6e1f; */
}

#myCarousel .list-inline-item {
	max-height: 100px;
}

.car_image_holder {
	max-height: 100px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #eb6e1f !important;
}


.w_row {
	color: rgba(153,153,153,1);
	padding-top: 20px;
	clear: both;
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.black {
	color: #000000;
}

.the_search:hover {
	background-color: #000000;
}

a.search_title, a.search_title a:visited {
	color: #BFBFBF;
	text-decoration: none;
}


a.search_title:active, a.search_title:hover {
	color: #eb6e1f;
	text-decoration: none;
}

.carousel-control-prev-icon  {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: none !important;
}


.navbar-orange .navbar-text a, .navbar-orange {
	color: #FFFFFF;
	background-color: #eb6e1f;
	text-decoration: none;
	font-size: 0.8em;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.sub_nav {
	margin-left: 6px !important; 
	margin-right: 6px !important;
	padding-left: 4px !important; 
	padding-right: 4px !important;	
	color: #FFFFFF !important;
	background-color: #eb6e1f !important;
	border-radius: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: 600 !important;
	font-size: 1em !important;
}

@media screen and (max-width: 1399px) {
	.sub_nav {
		font-size: 0.8em !important;
	}
}


@media screen and (max-width: 1199px) {
	.sub_nav {
		font-size: 0.7em !important;
	}
}

@media screen and (max-width: 991px) {
	.sub_nav {
		font-size: 1em !important;
	}
}



.sub_nav:hover {
	background-color: #000000 !important;
}

.sub_nav.active {
	background-color: #000000 !important;
}

.btn-link {
	font-weight: 400;
	color: #eb6e1f;
	text-decoration: none;
	}

.btn-link:hover {
	color: #eb6e1f;
	text-decoration: underline;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
	border: 2px solid #F7F7F7 !important;
}


.carousel-indicators .active {
    opacity: 1;
	border: 2px solid #eb6e1f !important;
}

.building_menu {
	font-size: 26px !important;
}

@media screen and (max-width: 991px) {
	.building_menu {
		font-size: 20px !important;
	}	
}

@media screen and (max-width: 767px) {
	.building_menu {
		font-size: 16px !important;
	}	
	.hide_name_building {
		display: none;
	}
}

@media screen and (max-width: 418px) {
	.building_menu {
		font-size: 14px !important;
	}	
	.hide_name_building {
		display: none;
	}
}

.output_title {
	text-align: right;
	padding-bottom: 1.5rem!important;
}

@media screen and (max-width: 575px) {
	.output_title {
		text-align: left;
		padding-bottom: 0.1rem!important;
	}
}

button:focus {
	outline: 0 !important;
}

button:active {
	outline: none;
	border: none;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
	box-shadow: none !important;
}

.tiny_button {
	padding: 5px 15px;
	background: #eb6e1f;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tiny_button:hover {
	padding: 5px 15px;
	background: #000000;
	border: 0 none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.gm-style-iw {
	outline: none !important;
}

.admin_tool_link:hover {
	color: #fff;
	background: #000000 !important;
	border-color: #000000 !important;
}

.ui-state-default {
	cursor: ns-resize;
}

  .the_sort_title::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f338";
	padding-right: 10px;
  }

.user_select {
	background: url(../images/dropdown_arrow2.svg) no-repeat 100% #fff !important;
}

div.pdf1 {
	width: 50px;
	height: 41px;
	background: url(../images/pdf_image.png);
}

div.pdf2 {
	width: 50px;
	height: 41px;
	background: url(../images/pdf_image.png);
}

div.pdf3 {
	width: 50px;
	height: 41px;
	background: url(../images/pdf_image.png);
}

div.pdf4 {
	width: 50px;
	height: 41px;
	background: url(../images/pdf_image.png);
}

div.pdf5 {
	width: 50px;
	height: 41px;
	background: url(../images/pdf_image.png);
}


div.pdf1 input {
	display: block !important;
	width: 50px !important;
	height: 41px !important;
	opacity: 0;
	cursor: pointer;
}

div.pdf2 input {
	display: block !important;
	width: 50px !important;
	height: 41px !important;
	opacity: 0;
	cursor: pointer;
}

div.pdf3 input {
	display: block !important;
	width: 50px !important;
	height: 41px !important;
	opacity: 0;
	cursor: pointer;
}

div.pdf4 input {
	display: block !important;
	width: 50px !important;
	height: 41px !important;
	opacity: 0;
	cursor: pointer;
}

div.pdf5 input {
	display: block !important;
	width: 50px !important;
	height: 41px !important;
	opacity: 0;
	cursor: pointer;
}

.needsfilled {
	background-color: rgba(216,171,171,0.3) !important;
	border-color: RED !important;
}

.ui-menu {
	z-index: 10000000 !important;
}

#home_page_numbers {
	width:100%;
	float:left;
}

#red_box {
	width: 46%;
	height: 197px;
	background-color: #eb6e1f;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2%;
	padding-right: 2%;
}

#red_box:hover {
	width: 46%;
	height: 197px;
	background-color: #000;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 2%;
	padding-right: 2%;
}


@media screen and (max-width: 991px) {
	#red_box {
		width: 50%;
		height: 197px;
		background-color: #eb6e1f;
		float: left;
		margin: 0;
		padding: 0;
		padding-left: 2%;
		padding-right: 2%;
	}

	#red_box:hover {
		width: 50%;
		height: 197px;
		background-color: #000;
		float: left;
		margin: 0;
		padding: 0;
		padding-left: 2%;
		padding-right: 2%;
	}	
}




.red_box_title {
	font-size:50px;
	color:#FFF;
	line-height:0;
	padding-top: 65px;
}

.red_box_title2 {
	font-size:36px;
	color:#FFF;
	line-height:40px;
	padding-top: 65px;
}

.red_box_text {
	font-size:24px;
	text-transform:uppercase;
	color:#FFF;
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #eb6e1f url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #eb6e1f;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
