﻿header {
    display: none;
}

body {
	background-color: #304065;
	background-image: url('../../SiteCollectionImages/branding/2015Portal/portal-bg2.jpg');
	background-size: auto 100vh;
	background-position: top center;
	background-repeat: no-repeat;
}

@media (min-width: 480px) {
	body {
		background-attachment: fixed;
		background-size: cover;
	}
}

.or-page-title {
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.portal-home main {
	padding-top: 115px;
}

.portal-home main section {
    background: rgba(255,255,255,0.935);
    padding: 30px 30px;
    border-radius: 4px;
    margin-bottom: 60px;
}

.or-portal-block {
	background: rgba(255,255,255,0.935);
    padding: 30px 30px;
    border-radius: 4px;
	margin-bottom: 10px;
}
	.or-portal-block + .or-portal-block {
		margin-top: 60px;
	}


.helpfulPoll .well {
    background-color: rgba(34, 34, 34, 0.8);
    color: white;
    border: none;
}

footer {
    background-image: none;
    background: rgba(34, 34, 34, 0.8);
    color: white;
}

footer li {
    border-bottom-color: rgba(255,255,255,0.4);
}

footer a {
    color: white!important;
}

footer li:last-of-type {
    border-bottom: none;
}

footer .goog-te-gadget {
	color: white;
}

footer select.goog-te-combo {
	color: black;
}

footer > .container > .row:nth-of-type(2) {
	margin-top: 30px;
	padding-top: 15px;
    border-top: solid 1px rgba(255,255,255,0.5);
	padding-bottom: 30px;
}

.policies {

    text-align: center;
}
.policies img {
    width: 100px;
}

.policies li {
    border-bottom: none;
    margin-right:12px;
}

.policies li:last-of-type {
    margin-right:0;
}

.portal-home .or-page-title {
	display: none;
}




/* Imported styles from old portal */

.section_header {
    color: #222;
    font-size: 2.5em;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    text-align: center;
    margin: 0 0 30px 0;
}

a.services_link:hover, a.services_link:hover, a.services_link:visited, a.services_link:active, a.services_link:focus {
    text-decoration: none;
}

.services-square {
    background: #a5ad9d;
    box-shadow: inset 0px -5px 23px -1px rgba(0, 0, 0, 0.3);
    padding: 15px;
    color: #444a3e;
}

@media (min-width: 992px) {
	.header-services-row {
		margin-bottom: -30px;
	}

	.services-square {
		min-height: 210px;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.header-services-row .services-square {
		margin-bottom: 20px;
	}
	.header-services-row:last-child .col-md-4:last-child .services-square {
		margin-bottom: 0;
	}
}

.quicklink-ghost-button {
    text-align: center;
    background: #444a3e;
    color: #fff;
    border: 4px solid #444a3e;
    display: inline-block;
    padding: 1em 3em;
    font-size: 1em;
    margin-bottom: 1em;
    transition: 0.2s all ease-in-out;
}
.quicklink-ghost-button:hover {
    background: #fff;
    border: 4px solid #444a3e;
}
a.quicklink-ghost-button {
    color: #fff;
}
a.quicklink-ghost-button:visited {
    color: #d9d9d9;
}
a.quicklink-ghost-button:hover {
    color: #444a3e;
}











/* Added rules */

@media (max-width: 767px) {
	.or-navigation-list .dropdown-menu .dropdown-header {
		color: rgba(255,255,255,0.4);
		margin-top: 15px;
		font-size: 14px;
		padding: 8px 15px;
	}
}

@media (min-width: 768px) {
	.or-navigation-list > li > a {
        font-size: 13px;
        padding: 12px 9.5px;
    }
	
	.or-navigation-list .dropdown {
		position: static;
	}

		.or-navigation-list .dropdown.open .dropdown-menu {
			display: -ms-flexbox!important;
			display: -webkit-flex!important;
			display: -moz-flex!important;
			display: flex!important;
		}
		
	.or-navigation-list .dropdown-toggle > .material-icons {
		margin-right: -4px;
	}

	.or-navigation-list .dropdown-menu {
		margin-top: 0;
		width: 100%;
		padding: 15px 15px;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		background: linear-gradient(to bottom, #444a3e 0%, #696e64 83%);
		border: none;

	}

	.or-navigation-list .dropdown-menu .dropdown-header {
			-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-moz-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 12px;
		border-top: solid 1px rgba(255,255,255,0.2);
		padding-top: 18px;
		margin-bottom: 12px;
	}

	.or-navigation-list .dropdown-menu > li > a {
		padding: 10px 20px;
		color: white;
		border-bottom: solid 3px transparent;
	}

	.or-navigation-list .dropdown-menu li {
		color: rgba(255,255,255,0.4);
		font-size: 16px;
		font-weight: 600;
	}

	.or-navigation-list .dropdown-menu > li > a:focus, .portal .or-navigation-list .dropdown-menu > li > a:hover {
		background-color: transparent;
		color: white;
		border-bottom-color: white;
	}

	.or-portal-nav-agency-directory {
		background-color: #425F3E;
	}


		.or-navigation-list > li .or-portal-nav-agency-directory:hover, .or-navigation-list > li .or-portal-nav-agency-directory:focus {
			background-color: #526F4E;
		}
}



@media (min-width: 1200px) {

	.or-navigation-list .dropdown-menu {
		padding: 15px 155px;
	}
}

@media (min-width: 1300px) {
    .or-navigation-list > li > a {
        font-size: 14px;
        padding: 17px 9.5px;
    }
}

@media (min-width: 1400px) {
    .or-navigation-list > li > a {
        font-size: 16px;
        padding: 19px 12px;
    }
}




.or-portal-side-nav {
	position: fixed;
	top: calc(50% - 30px);
	left: 0;
	width: calc(((100% - 1170px) / 2) - 15px);
	max-width: 220px;
	transform: translateY(-50%);
}


@media (max-width: 1484px) {
	.or-portal-side-nav {
		display: none;
	}
}

nav#sideNav {
    background: white;
    padding: 10px 0;
    border-radius: 0 4px 4px 0;
}

#sideNav .nav>li>a {
    color: black;
    padding: 5px 10px;
    /*border-right: solid 5px transparent;*/
    transition: background 0.1s ease, border-color 0.1s ease;
}

#sideNav .nav-stacked>li+li {
    margin-top: 0;
}

#sideNav .nav>li.active>a {
    /*border-color: #344032;*/
    background: rgba(60,128,40,0.3);
    font-weight: 600;
}





.or-breadcrumbs {
    margin: 0 0 30px 0;
    background-color: transparent;
	padding: 0;
}

.or-breadcrumbs a, .or-breadcrumbs a:hover, .or-breadcrumbs a:focus,.or-breadcrumbs a:visited, .or-breadcrumbs a:active, .or-breadcrumbs > li, .or-breadcrumbs > li.active, .or-breadcrumbs > li + li:before {
    color: #282828;
}

.or-breadcrumbs > li.active, .or-breadcrumbs > li + li:before {
    opacity: 0.8;
}






.or-portal-home-search {
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: -moz-flex!important;
    display: flex;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.3);
    border-radius: 4px;
    max-width: 800px;
    margin: 0px auto 120px auto;
}

.or-portal-home-search input {
		-ms-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-moz-flex: 1 1 100%;
	flex: 1 1 100%;
	border: none;
	font-size: 24px;
	padding: 15px;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
}

.or-portal-home-search button {
    background: #728a4e;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 15px;
    color: white;
    /* font-size: 24px; */
}

.or-portal-home-search button .material-icons {
    font-size: 34px;
}




.form-mode-display .s4-wpTopTable, .form-mode-display .ms-WPSelected {
    border: none!important;
    border-radius: 0;
    background: transparent;
}

.quicklink-container > .row > div > .row:first-of-type h3 {
	margin-top: 0;
}

.listContainer > ul > li > a {
    padding: 7.5px 0;
    display: block;
}

.maps .maps-image img {
	display: block;
	margin: 0 auto;
}





.maps-anchor {
	display: block;
	text-decoration: none!important;
	color: white!important;
	background: url('../../SiteCollectionImages/findservices_bg.jpg');
	background-size: cover;
	background-position: center right;
	border-radius: 4px;
	position: relative;
}

.maps-container {
	border-radius: 4px;
	padding: 30px;
}

.maps-container h3 {
	font-weight: bold;
	margin-bottom: 25px;
}

	.maps-container ul li {
		margin-bottom: 15px;
	}

		.maps-container ul li:last-of-type {
			margin-bottom: 0;
		}

.maps-container ul li img {
	text-align: center;
	margin-right: 10px;
	width: 54px;
}

.maps-container .maps-call-to-action {
	background: #403f6f;

}

@media (max-width: 991px) {
	.maps-anchor {
		padding-top: 200px;
		background-position: 70% center;
	}

	.maps-container {
		background: rgba(0,0,0,0.6);
		border-radius: 0 0 4px 4px;
	}

		.maps-container h3 {
			margin-top: 0;
		}

		.maps-container ul {
			display:none;
			margin-bottom: 20px;
		}

		.maps-container ul li img {
			width: 24px;
		}

		.maps-container .maps-call-to-action {
			background: #728a4e;
			display: inline-block;
			padding: 10px 12px;
		}
}

@media (min-width: 992px) {
	.maps-container {
		max-width: 50%;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.27) 1%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00000000',GradientType=1 );
	}

		.maps-container h3 {
			margin-top: 5px;
			font-size: 48px;
		}

		.maps-container ul li {
			font-size: 20px;
		}

		.maps-container .maps-call-to-action {
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 20px 24px;
			font-size: 16px;
		}
}






.carousel .item {
	padding: 0;
}

/*.carousel-inner {
    background: #282828;
    height: 320px;
}

.carousel img {
    position: absolute;
    z-index: 0;
    top: 0;
    left:  50%;
    transform: translate(-50%, 0);

}

.carousel a {
    height: 400px;
    overflow: hidden;
}

.carousel-caption {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    padding-bottom: 40px;
    left: 0;
    right: 0;
}*/

#portalCarousel .carousel-inner {
	border-radius: 4px;
	background: black;
}

#portalCarousel .carousel-control.left {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#portalCarousel .carousel-control.right {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#portalCarousel .carousel-caption {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

#portalCarousel .carousel-indicators {
    bottom: 8px;
}

	#portalCarousel .item {
		overflow: hidden;
	}

	#portalCarousel .item img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

@media (max-width: 991px) {
	#portalCarousel .carousel-caption {
		padding-bottom: 30px;
	}

	#portalCarousel .carousel-indicators {
		display: none;
	}

	#portalCarousel .item {
		min-height: 360px;
	}

	#portalCarousel .item .or-portal-carousel-image-wrapper {
		padding-top: 62.5%;
		position: relative;
	}

	#portalCarousel .item .or-portal-carousel-image-wrapper::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 40px;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	}

	#portalCarousel .item img {
		height: 100%;
		width: auto;
	}
	/*#portalCarousel {
		width: 100%;
		height: 400px;
	}
	
	#portalCarousel .item {
		display: block;
		width: 100%;
		height: 400px;
		overflow: hidden;
		position: relative;
	}
	
	#portalCarousel .item > a > img {
		width: auto;
		height: 400px;

	}*/
}

@media (min-width: 992px) {
	#portalCarousel .carousel-inner {
		height: 400px;
	}

	#portalCarousel .item {
		height: 400px;
	}

	#portalCarousel .item img {
		height: 400px;
		width: auto;
	}
}


/* #portalCarousel .carousel-indicators { */
    /* bottom: auto; */
    /* left: auto; */
    /* right: 15px; */
    /* top: 15px; */
    /* width: auto; */
    /* margin-left: 0; */
/* } */

/* #portalCarousel .carousel-indicators li { */
    /* border: none; */
    /* width: 12px; */
    /* height: 12px; */
    /* margin: 0; */
    /* margin-left: 3px; */
/* } */

	/* #portalCarousel .carousel-indicators li:not(.active) { */
		/* background-color: rgba(255,255,255,0.5); */
	/* } */



.myOregon figure {
    margin-bottom: 20px;
}














.or-portal-side-link a {
    border-left: solid 4px #483b28;
    background: rgba(0,0,0,0.06);
    padding: 12px;
    display: block;
    /* border-radius: 4px; */
    margin-bottom: 4px;

}


.or-agencyaz-block {
	list-style-type: none;
}
 #featureListFilter {
	 display: block;
	margin-bottom: 30px;
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    max-width: 520px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05), 0 2px 8px rgba(0,0,0,0.3);
	height: auto;
	box-sizing: border-box;
	font-size: 18px;
	padding-left: 43px;
	background-image: url('/Style Library/Images/filtericon.jpg');
    background-size: auto 36px;
    background-repeat: no-repeat;
    background-position: 5px;
}



#featureList {
	margin: 0;
	padding: 0;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -30px;
	list-style-type:none;
}

.or-agencyaz-item {
	background: white;
	-ms-flex: 0 0 calc(33.3% - 30px);
	-webkit-flex: calc(33.3% - 30px);
	-moz-flex: calc(33.3% - 30px);
	flex: 0 0 calc(33.3% - 30px);
	padding: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	word-break: break-word; 
	border: solid 1px #ddd;
	border-left: 5px solid #483B28;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

@media (max-width: 991px) {
	.or-agencyaz-item {
		-ms-flex: 0 0 calc(50% - 30px);
		-webkit-flex:0 0 calc(50% - 30px);
		-moz-flex:0 0 calc(50% - 30px);
		flex: 0 0 calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.or-agencyaz-item {
		-ms-flex: 0 0 calc(100% - 30px);
		-webkit-flex: 0 0 calc(100% - 30px);
		-moz-flex: 0 0 calc(100% - 30px);
		flex: 0 0 calc(100% - 30px);
	}
}

.or-agencyaz-title {
	font-weight: bold;
}

.or-agencyaz-street {
    margin: 10px 0;
}

.pathway-list-item {
	-ms-flex: 0 0 calc(50% - 30px);
	-webkit-flex: 0 0 calc(50% - 30px);
	-moz-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    border: solid 1px #ddd;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
    border-left: solid 4px #483b28;
	background-color: white;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.pathway-list-item a {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.pathway-list-item .agency {
    color: #888!important;
}





#socialApp {
	padding-bottom: 60px;
}
#socialApp #filters {
	margin-bottom: 20px;
	overflow: hidden;
}
#socialApp .btn-group {
	float: right;
}
#socialApp .btn-group > .btn {
	color: #344322;
	background-image: none;
}
#socialApp .social-block {
	position: relative;
	border-top: 3px solid #344022;
	height: 184px;
	margin-bottom: 40px;
	background: #FFF;
	box-shadow: 1px 2px 3px #777;
	padding: 10px;
	display: block;
}
#socialApp .social-block .title {
	color: #344022;
}
#socialApp .social-block .description {
	margin-top: 10px;
	font-size: 13px;
	display: block;
	color: #999;
}
#socialApp .social-block .agency-channel {
	font-size: 14px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #483B28;
	width: 100%;
	color: #FFF;
	padding: 3px 5px;
}
#socialApp .social-block .agency-channel i {
	float: right;
	padding: 5px;
}
/*#socialApp input[type=text] {
	padding: 20px;
	border: none;
	border-radius: 0;
	box-shadow: #CCC 1px 1px 3px;
	padding: 20px 10px;
}*/

#ccrtTarget table td, #ccrtTarget table th {
	padding: 2px;
	word-break: break-word;
}