.active {
  color: #9f9f9f; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 328px;
  border: 3px solid #f98552;
  border-radius: 0;
  float: right;
  background-color: transparent;
  height: 49px;
  margin-right: 0px; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  color: #f98552;
  font-family: "Roboto" !important;
  padding: 17px;
  font-weight: normal; }

.ui-button .ui-icon, .ui-button .ui-icon:hover, .ui-state-active .ui-icon, .ui-selectmenu-open .ui-icon, .ui-icon:active, .ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/img/drop.png");
  height: 50px;
  width: 58px;
  position: absolute;
  right: 0;
  top: -1px;
  background-position: 0 0; }

.ui-widget.ui-widget-content {
  border: 3px solid #f98552;
  border-top: 0;
  background: #fff;
  box-sizing: border-box; }

.ui-menu-item:hover {
  background: #f98552; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none;
  background: #f98552;
  font-weight: normal;
  color: #ffffff; }

.ui-widget-content {
  border: 3px solid #f98552;
  background: transparent;
  color: #f98552; }
  
  
 #clap {
  background: url(/img/clap.svg) no-repeat;
  width: 50px;
  height: 55px;
  background-size: 100% auto;
  display: block;
  color: #f98552;
  position: relative;
  transition: all 0.3s ease-in; }

#clap:hover {
  background: url(/img/clap_hover.svg) no-repeat; }

#clap-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  margin-left: -3px;
  display: block;
  transition: all 0.3s ease-in; }

#clap:hover #clap-count {
  color: #606060; }

.filter-wrap {
  padding: 60px 0px 60px 0px;
  display: block;
  overflow: auto; }

.filter-wrap .filter {
  line-height: 22px;
  font-size: 17px;
  font-weight: normal;
  font-family: 'Roboto';
  text-align: left;
  float: left;
  display: inline;
  margin-top: 15px; }
  
.filter-wrap ul { 
	list-style: none;
}  

.filter-wrap select {
  float: right;
  display: inline; }
  
  
  #cat-menu {
  	list-style: none !important;
  	padding-left: 0px !important;
  	width: 334px !important;
  }
  
  #cat-menu li div {
	 padding-left: 15px !important;  
	 z-index: 999999;
	 position: relative;
	 cursor: pointer;
  }	   
  
  .updates-wrap {
  width: 100%;
  display: block; }

.updates-wrap select {
  color: #f98552;
  border: 3px solid #f98552; }

.updates-wrap .update {
  width: 32%;
  float: left;
  overflow: hidden;
  display: inline;
  background-color: #fff;
  margin-bottom: 15px;
  font-family: 'Roboto'; }

.updates-wrap .update img {
  height: 209px; }

.updates-wrap .update a {
  color: #f98552; }

.updates-wrap .update:nth-child(3n+3) {
  margin-right: 0 !important; }

.updates-wrap .update h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 75px; }

.updates-wrap .update .date, .updates-wrap .update .author {
  line-height: 16px;
  font-size: 12px;
  text-align: left; }

.updates-wrap .update .author {
  font-weight: 300; }

.updates-wrap .update .date {
  font-weight: bold; }

.updates-wrap .update .readm {
  line-height: 26px;
  font-size: 18px;
  text-decoration: underline;
  color: #f98552;
  font-weight: bold; }

.updates-wrap .update .inner {
  padding: 20px 40px 40px 20px;
  width: 100%;
  margin: 0; }

.updates-wrap .update .img {
  width: 100%;
  height: auto; } 
  
.panels {
  position: relative;
  height: 100%;
  min-height: 60%;
  width: 100%;
  z-index: 100; }
  
  #cat-button {
	  position: relative;
	  
  }  


.update-page h1 {
  height: auto;
  line-height: 45px;
  font-size: 50px;
  margin-top: 25px;
  margin-bottom: 60px;
  text-transform: uppercase; }
  
  

.update-page .left-div {
  color: #f98552;
  line-height: 25px;
  font-size: 18px;
  text-align: left;
  border-top: 3px solid #f98552;
  padding-top: 30px; 
  width: 65%;
  
  }
  
  .update-page .flex-wrap {
	  align-items: flex-start;
  }
  
  .update-page  .right-div {
	  width: 30%;
  }
  
  .update-page  .right-div ul {
	  padding-left:0;
	  margin: 0;
  }	  
  
  .update-page .right-div ul {
	  list-style: none;
  }
  
  .update-page .right-div ul li {
    font-size: 17px;
    margin: 0;
    padding: 25px 0px 25px 0px;
    line-height: 17px;
    display: block;
    border-bottom: 3px solid #f98552;
}
  

.update-page .border-top {
  border-top: 3px solid #f98552; }

.update-page .right-div ul li {
  font-weight: normal;
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 24px; }

.update-page .right-div ul li strong {
  font-family: 'Palanquin Dark';
  font-weight: bold; }

.update-page .all-articles {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  margin-top: 120px;
  font-family: 'Roboto';
  z-index: 998; }


.inner {
	box-sizing: border-box;
}

.full-width {
    width: 1193px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    border: 3px solid #f98552;
    min-height: 350px;
}

.full-width .text {
	width: 60%;
}

.full-width .text h1 {
	line-height: 40px;
}

.full-width .text .even, .full-width .text .odd {
	position: absolute;
    right: 0;
    width: 40%;
    height: 190px;
    top: 0;
    margin-top: 20px;
}

h3.procurement {
	width: 400px;
}

.pad {
	padding: 80px;
}

.general-page .full-width p {
    font-size: 18px;
    line-height: 26px;
    color: #f98552;
    font-weight: 400;
    transition: opacity 0.2s ease-in;
}

.top-links li {
	font-size: 16px;
}

.housing-pathway .full {
	background-size: 200px auto !important; 
	background-position: 97% center !important;	
}


.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top: 1px;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #000000; border-radius: 18px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000405; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #FFFFFF; color: #000000;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 12px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 38px;
    border: 2px solid #000000; border-radius: 18px;
    transition: all 0.1s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.downloads p a {
	background: none !important;
	border: none;
}

.header-title.citizen-pathway {
	background-image: url(/images/LDO-09-Citizen-130x130.svg);
}



.downloads .document-wrap {
	min-height: 120px;	
}

.expanded p a {
	display: inline; 
	width: auto;
}

.home-banner-title {
	font-size: 80px; 
	line-height: 80px; 
	padding: 100px 60px !important;	
}

.border-top {
	border-top: 3px solid #f98552;
	padding-top: 60px;
	margin-top: 80px;
	margin-bottom: 40px;
}


.home-features {
	list-style: none;
	display: flex;	
	margin-right: -20px;
	margin: 0;
	padding: 0;
}

.home-features li {
	width: 33%;	
	color: #f98552;
	margin-right: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.home-features li a {
	color: #f98552;	
	font-size: 35px;
	font-weight: bold;
	font-family: "Palanquin Dark", sans-serif;
	text-transform: uppercase;
	padding-top: 200px;
}

footer {
    border-top: 3px solid #f98552;
    margin-top: 80px;
    padding-top: 30px;
}	

.landing-page .caption {
	width: 100%;
	text-align: center;	
}

.landing-page .home-banner-title {
	padding: 50px 0 !important;
	font-size: 40px;
	line-height: 50px;
	color: white;
}

.new-home-content p {
	width: 90%;
	text-align: center;	
	margin: 0 auto;
}

.center-it {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pathway-wrap .row p {
	min-height: 120px;
}

.playbook:before, .case-studies:before, .initiatives:before {
	background: url(/images/Playbook.svg) no-repeat;
	width: 200px;
	height: 200px;
	display: block;
	content: '';
	background-size: contain;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;	
}

.case-studies:before {
	background: url(/images/Case-Study.svg) no-repeat;
}

.initiatives:before {
	background: url(/images/Initiatives.svg) no-repeat;
}		

@media only screen and (min-width : 700px) {

.news-wrap img {
    height: calc(32vw / 10 * 4.5);
}

.news-wrap h3 {
	height: 120px;
	font-size: 25px;
}

}

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

	.ui-selectmenu-button.ui-button {
	    text-align: left;
	    float: left;
	    margin-top: 10px;
	}
	
	.home-features li {
		width: 100%;	
		height: auto;
		margin-bottom: 40px;
	}
	
	
	
	.home-features {
	    list-style: none;
	    display: block;
	    margin-right: 0px;
    }
    
    .landing-page .home-banner-title {
	    padding: 20px 0 !important;
	    font-size: 25px;
	    line-height: 35px;
	    color: white;
	}
	
	.new-home-content p:first-of-type {
	    font-size: 20px !important;
	    font-weight: 700;
	    line-height: 28px !important;
	}
	
	.updates-wrap .update {
    	width: 100%;
	}
	
	.full-width .text h1 {
	    line-height: 40px;
	    font-size: 30px;
	}
	
	.full-width {
	    width: 100%;
	    margin: 0 auto;
	    margin-top: 40px;
	    min-height: 350px;
	}
	
	.full-width .text {
		width: 100%;
	}
	
	.full-width .text .even, .full-width .text .odd {
		position: relative;
	    right: 0;
	    width: 80%;
	    top: 0;
	    margin-top: 0px;
	}
	
	.pathway-wrap {
		width: 100%;
	}
	
	.pathway-wrap .row {
		display: block;
	}
	
	.header-title {
		font-size: 40px;
		line-height: 45px;
	}
	
	.intro {
		display: block !important;
	}
	
	.thirty, .seventy {
		width: 100% !important;
	}
	
	.full {
		background-position: top center !important;
		padding: 280px 20px 20px 20px !important;
	}


	}


}