body{
	background: #e4f4f1;
}

header {
	border-bottom: 4px solid #75CABB;
	padding: 0 0 20px;
	background: #fff;
	text-align: left;
}

header .mobile-login-register, header #mobile_nav {
	display: none;
}

.container{
	background: #fff;
}

.top-header .container{
	background: #75CABB;
}

.btn-primary{
	background: #75CABB;
	border-color: #75CABB;
}

h1.intro {
	color: #185B5E;
}

.btn-filter, .btn-filter:hover {
	color: #75CABB;
}

.jumbotron .btn-primary{
	background: #fff;
	border-color: #fff;
	color: #454545;
}

.jumbotron .btn-primary:hover{
	background: #A0A4A8;
	border-color: #A0A4A8;
	color: #fff;
}

.jumbotron a.link,
.jumbotrona a.link:hover {
	color: #0F6C71;
}

.btn-primary:hover{
	background: #A0A4A8;
	border-color: #A0A4A8;
}


.top-header{
	background: #75CABB;
	margin-bottom: 20px;
	text-align: right;
}

.nm{
	margin: 0;
}

a{
	color: #295A5D;
}
a:hover{
	color: #75CABB;
}

a.guide {
	text-decoration: underline;
	color: #75CABB;
}

label a {
	text-decoration: underline;
}

.social {
	padding: 5px 0;
}

.menu{
	text-align: center;
	min-height: 65px;
}

.menu ul {
	margin: 10px 0 0;
}

.menu li{
	list-style: none;
	display: inline-block;
}

.menu li a{
	color: #155b5e;
	padding: 4px 6px 0 6px;
	font-size: 15px;
    text-transform: uppercase;
}

.jumbotron .container, .jumbotron{
	background: #75cabb;
}

.jumbotron {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.jumbotron.opportunity-header {
	padding: 2.5rem 2rem 3rem;
}

.jumbotron h1, .jumbotron h2 {
	color: #fff;
}

.jumbotron h3 {
	color: #fff;
	font-weight: lighter;
}

.form-control:focus {
    box-shadow: none;
}

form label.required:after{ 
    content:'*'; 
    color:red; 
    padding-left:5px;
}

form .form-error {
	font-size: 14px;
	color: #990000;
	margin-top: 5px;
	display: block;
}

.page-item.active .page-link {
	background-color: #75CABB;
	border-color: #75CABB;
}

.page-link {
	color: #75CABB;
}

#map {
	background-color: #DDDDDD;
	width: 100%;
	height: 300px;
}

#map-search {
	background-color: #DDDDDD;
	width: 100%;
	height: 600px;
}

.card-title a {
	text-decoration: underline;
}

p.location-text {
	background: url('../img/location.svg') no-repeat;
	padding-left: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #6C757D;
}

/*FOOTER*/
.dashed-line {
    border-top: 1px #75cabb dashed;
    width: 100%;
    margin: 8px 0px 10px 0px;
    position: relative;
    display: block;
    float: left;
}

.bottom-logos{
	text-align: right;
}

.bottom-logos img{
	max-width: 200px
}


footer .container{
	padding-top: 1.5em;
	background: #fff;
}

footer li{
	list-style: none;
}

footer a, footer p{
	font-size: 13px;
	color: #333333;
}

#map-search .info-content {
	max-width: 400px;
}

#map-search h1.info-heading {
	font-size: 1.5rem;
}

#map-search h1.info-heading a {
	text-decoration: underline;
}

#map-search h2.info-heading2 {
	font-size: 1rem;
	color: #6c757d;
}

form.filter-form label {
	display: block;
}

.btn-group.bootstrap-select {
	width: 100% !important;
}

.btn-group.bootstrap-select .btn-light {
	background: none;
	border-color: #CCCCCC;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu a.selected span.dropdown-item-inner span.check-mark:before {
  content: "\e013";
}

.map-back-button{
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    color: #000;
    cursor: pointer;
    font-family: "Roboto", Arial, Sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 10px 5px 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: auto;
    z-index: 99;
    border-radius: 2px;
    background-color: #E2E427;
}

#map-view{
	position:relative;
}

.location_option {
	display: none;
}

.page-content img,
.tab-pane img {
	float: right;
	max-width: 45%;
	margin: 0 0 20px 20px;
}

@media only screen and (min-width: 768px) {
    
	.menu {
		text-align: right;
	}
	
	.hide-desktop {
		display: none !important;
	}

}

@media only screen and (max-width: 768px) {
	
	#map-search {
		height: 300px;
	}
	
	header {
		padding: 0;
	}
	
	header .col-md-4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	header .top-header {
		display: none;
	}
	
	header img.logo {
		max-width: 150px;
		height: auto;
		display: block;
		float: left;
	}
	
	.menu {
		padding: 15px;
		background-color: #75CABB;
		display: none;
	}
	
	.menu .btn {
		margin-bottom: 5px;
	}
	
	.menu ul {
		padding: 0;
	}
	
	.menu ul li {
		display: block;
		text-align: left;
		border-top: 1px solid #60B3A4;
	}
	
	.menu ul li a {
		text-transform: none;
		color: #FFFFFF;
		display: block;
		padding: 10px 0;
		font-size: 16px;
	}
	
	header .menu .dropdown {
		display: none;
	}
	
	header .menu h3 {
		color: #0D6D71;
		font-size: 14px;
		text-align: left;
	}
	
	header .mobile-login-register {
		display: block;
	}
	
	header .mobile-login-register ul li a {
		padding-left: 10px;
	}
	
	header #mobile_nav {
		width: 30px;
		height: 23px;
		position: relative;
		margin-top: 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		float: right;
		display: block;
	}

	header #mobile_nav span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #75CABB;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	header #mobile_nav span:nth-child(1) {
		top: 0px;
	}

	header #mobile_nav span:nth-child(2), header #mobile_nav span:nth-child(3) {
		top: 10px;
	}

	header #mobile_nav span:nth-child(4) {
		top: 20px;
	}

	header #mobile_nav.open span:nth-child(1) {
		top: 12px;
		width: 0%;
		left: 50%;
	}

	header #mobile_nav.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #mobile_nav.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header #mobile_nav.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	
	.hide-mobile {
		display: none !important;
	}
	
}