/*
Theme Name: California Community College Consortium
Theme URI: http://businessonmarketst.com
Description: A theme for CCC
Author: Paul McMahon, Dan Deller, Aldo Jacobo, Alvaro Flores, Marianne Kopp
Version: 1.0
Tags: multi-color, small business, corporate
*/

body {
	background-image:url('images/background.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	color:#fff;
	font-family:'Univers LT W02 45 Light';
}

a {
	text-decoration: none;
	color: #fff;
}

label {
	font-size: 14px;
	display: inline-block;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Avenir LT W01 85 Heavy';
	font-weight: normal;
	margin: 0px;
}

h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom:8px;
	letter-spacing: 2px;
}

h3 {
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
}

input[type=text], textarea {
	width: 100%;
	background-color: rgba(255,255,255,0.30);
	border-radius:2px;
	border:none;
	color:#fff;
	font-size: 14px;
	padding:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

textarea {
  resize: none;
  height: 80px;
  margin-bottom: -4px;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;  
}

::-moz-placeholder {
	color: #fff;  
}

:-ms-input-placeholder {  
	color: #fff;  
}

/* FONTS
font-family:'Avenir LT W01 35 Light';
font-family:'AvenirLTW01-35LightObli';
font-family:'Avenir LT W01 45 Book';
font-family:'AvenirLTW01-45BookObliq';
font-family:'Avenir LT W01 55 Roman';
font-family:'AvenirLTW01-55Oblique';
font-family:'Avenir LT W01 65 Medium';
font-family:'AvenirLTW01-65MediumObl';
font-family:'Avenir LT W01 85 Heavy';
font-family:'AvenirLTW01-85HeavyObli';
font-family:'Avenir LT W01 95 Black';
font-family:'AvenirLTW01-95BlackObli';
*/

.container {
	max-width: 950px;
	min-width: 430px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

header {
  position: relative;
  height: 220px;
  margin: 0 auto 10px;
  z-index: 100;
}

.landing-frameset {
	text-align: center;
	display:inline-block;
	width:100%;
	color: #fff;
	margin-top: 68px;
}

.landing-frameset h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 8px;
	margin-bottom: 50px;
}

.landing-frameset h1 b {
	font-family:'Avenir LT W01 95 Black';
	font-size:50px;
	letter-spacing: 5px;
	display: block;
}

.landing-frameset img {
	display: inline-block;
	clear: both;
}

.go-button {
	margin-bottom:66px;
	cursor: pointer;
}

.ty-msg {
  position: fixed;
  top: 149px;
  left: 40%;
  z-index: 500000;
  width: 20%;
  padding: 0 5%;
  text-align: center;
  background-color: rgba(32,139,145,.3);
}

.ty-msg p {
  font-size: 22px;
}

.page-frameset {
	display: none;
	width: 100%;
}

.navigation {
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 9999999;
}

.header {
  height: 220px;
  padding-top: 28px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

body.shrink .header {
  height: 70px;
  padding-top: 13px;
  overflow: visible;
}

.header h1 {
	font-family:'Avenir LT W01 55 Roman';
	font-size:12px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
	padding-left:15px;
	max-width: 100px;
	text-align: left;
        -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
}

.header * {
        -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
}

body.shrink .header h1 {
  max-width: 270px;
}

.header h1 span {
	display: block;
	clear: right;
}

.header h1 b {
	font-family:'Avenir LT W01 95 Black';
}

nav {
	background-color:#52575b;
	color: #fff;
	text-align: center;
	display: inline-block;
	border:5px solid #fff;	
	border-top: none;
	width:225px;
	margin-left: -88px;
	clear:both;
	display: none;
}

nav ul {
	padding:0px;
	list-style: none;
	text-transform: uppercase;
	min-width: 100%;
	margin-top: 0px;
}

nav ul li {
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url('images/divider-nav-tex.png');
	background-repeat: repeat-x;
}

nav a {
	color:#fff;
	text-decoration: none;
        font-family: 'Avenir LT W01 35 Light'; */
}

.logo {
	vertical-align: top;
        height: 70%;
        max-height: 113px;
}

body.shrink .header .logo {
        height: 50px;
}

#nav-tab {
	display: block;
	margin-top: -5px;
	cursor: pointer;
	border:5px solid #fff;
	border-top: none!important;
	text-align: center;
	width: 46px;
	height: 43px;
	vertical-align: middle;
        background-color: #52575b;
}

#nav-tab img {
	margin-top: 10px;
}

.alt-nav {
	position: absolute;
	top: 80px;
	background-color:rgba(255,255,255,0.20);
	text-align: center;
	font-size: 14px;
	padding:10px;
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-transform: uppercase;
}

.alt-nav ul li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

.header {
	max-height: 220px;
	max-width: 950px;
	width: 100%;
        height: 100%;
	background-color:rgba(255,255,255,0.20);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        padding: 28px 34px;
	display: inline-block;
	vertical-align: top;
	float: left;
	position: fixed;
	z-index: 999999;
	top: 0px;
	overflow: visible !important;
}

.header.mini {
	max-height: 70px;
}

.header .breadcrumbs {
  margin-top: 33px;
  padding-left: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.header .breadcrumbs ul {
  margin: 9px 0 0;
  padding: 0;
  list-style-type: none;
}

.header .breadcrumbs li {
  display: inline-block;
  font-family:'Avenir LT W01 35 Light';
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
}

.header .breadcrumbs li.separator {
  padding: 0 5px;
  color: #ece810;
}

body.shrink .header .breadcrumbs {
  display: none;
}

.image-overlay {
	width: 100%;
	height:220px;
	top:0px;
	left:0px;
	background-image:url('images/background.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:100%;
	position: fixed;
	z-index: 999999;
        -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

body.shrink .image-overlay {
        height: 80px;
}

.sub-logo {
	float:right;
        opacity: 1;
}

body.shrink .header .sub-logo {
        opacity: 0;
}

#touch-button {
	background-color: rgba(32,139,145,.85);
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-right: 0px;
}

#arrow-enhance {
	position: absolute;
        top: 0;
        opacity: .85;
}

.lightbox-frameset #arrow-enhance {
	display: none;
}

.button-wrap {
	position: absolute;
	width: 400px;
	right: 0px;
	top: 100px;
	text-align: right;
	font-family:'Avenir LT W01 55 Roman';
}

#lightbox-form .widget > p, #sidebar-form .widget > p {
  padding: 0 22px 10px;
  background-color: rgba(23,150,158,0.50);
}

body.shrink .header .button-wrap {
        top: 17px;
}

.header button {
	color:#fff;
	background-color: rgba(255,255,255,.1);
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border:none;
	border-radius: 35px;
	height: 35px;
	padding-left:10px;
	padding-right:10px;
        padding-top: 3px;
	display: inline-block;
        margin-left: 6px;
}

.column-set {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
        margin-top: 0px;
}

body.shrink .header .column-set {
        margin-top: 70px;
}

.column {
	width: 310px;
	height: 530px;
	display:none;
	vertical-align: top;
	float: left;
	position: relative;
	overflow: hidden !important;
}

.column img {
	position: relative;
	max-width: 100%;
	height:100%;
	z-index:0 !important;
}

.column .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	cursor: pointer;
	overflow: hidden !important;
}

.overlay img {
	position: absolute;
	height:auto;
	top:50%;
	left: 50%;
	margin-top:-28px;
	margin-left: -28px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
}

.overlay h3 {
        font-family: 'Avenir LT W01 55 Roman';
	color:#fff;
	text-transform: uppercase;
	font-size:30px; 
	text-align: center;
	display: inline-block;
	margin-top:348px;
	letter-spacing: 4px;
}

.overlay hr {
	display:block;
	background:none;
	width:100%;
	max-width: 105px;
	height:1px;
	border:none;
	border-bottom: 1px solid #fff;
	clear:both;
}

.column-set .column.blue {
  display: block;
  position: absolute;
  top: 0;
  background-image: url('images/blue.png');
  -webkit-filter: grayscale(1); filter: grayscale(1);
}

.overlay.blue {
  background-color: rgba(48,192,202,.5);
}

.column-set .column.green {
  display: block;
  position: absolute;
  top: 0;
  background-image: url('http://myworkforceconnection.org/wp-content/themes/CCC/images/green-bg.jpg');
  -webkit-filter: grayscale(1); filter: grayscale(1);
}

.overlay.green {
  background-color: rgba(166,206,57,.45);
  -webkit-filter: grayscale(0); filter: grayscale(0);
}

.column-set .column.yellow {
  display: block;
  position: absolute;
  top: 0;
  background-image: url('images/yellow.png');
  -webkit-filter: grayscale(1); filter: grayscale(1);
}

.overlay.yellow {
  background-color: rgba(236,232,16,.5);
  -webkit-filter: grayscale(0); filter: grayscale(0);
}

.alignLeft {
	float:left;
	vertical-align: top;
}

.alignRight {
	float:right;
	vertical-align: top;
}

.clearFix {
	display: inline-block;
	clear: both;
	width: 100%;
}

.clear {
clear: both;
}

.content-area {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        padding: 43px 54px 0;
	background-color: rgba(255,255,255,0.20);
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-height: 305px;
	display: none;
	color: #fff;
	position: relative;
}

.content-wrap {
	display: inline-block;
	width: 100%;
}

.content-area.home-info .content-wrap {
  width: 63.875%;
}

.content-area.home-info .content-wrap h2 {
  font-size: 29px;
}

.content-page .content-wrap p {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
}

.content-page a {
  color: #ece810;
}

.content-page .content-area  {
	max-height:100%;
	padding-bottom: 43px;
	max-width: 620px;
	border-radius:6px;
        overflow: hidden;
}

.calendar-page .content-area {
	max-width: 100%;
}

.calendar-page .content-wrap {
	max-width: 100%;
}

.content-wrap p {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px;
	line-height: 25px;
}

body.shrink .content-page {
        margin-top: 70px;
}

.column-set {
	position: relative;
	z-index: 99;
	height: 530px;
}

.content-page .gradient-line {
	margin-left: 0px;
	height: 2px;
}

.gradient-line {
	height: 1px;
	margin-left:-25px;
	background: -webkit-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%);
	background: -o-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%);
	background: -ms-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%);
	background: -moz-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%);
	background: linear-gradient(94deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%);
}

.gray-line {
	height: 1px;
	background-color:#836a5e;
}

footer {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: inline-block;
	width: 100%;
	font-family:'Avenir LT W01 55 Roman';
}

footer .widget {
	float: left;
	max-width: 290px;
	width: 27%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

footer p {
	font-size: 14px;
	color: rgba(255,255,255,0.65);
	border-top:1px solid rgba(255,255,255,0.50);
	padding-top: 5px;
	padding-left: 20px;
        margin: 20px 0 0 0;
}

footer .widget ul {
	display: inline-block;
	max-width: 205px;
	padding: 0px;
        margin: 17px 0 0 43px;
}

footer .widget ul li {
width: 186px;
	text-align: left;
	text-transform: uppercase;
	list-style: none;
	color: #fff;
	border-bottom:1px solid #77645e;
	font-size: 16px;
	padding-left:12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom:10px;
}

footer .widget ul li:last-of-type {
border: none;
}

.footer-logo {
opacity: .6;
margin: 29px 0 0 0;
}

.footer-widget {
  float: left;
  width: 40%;
  margin-left: 4%;
}

.footer-widget h2 {
  margin: 27px 0 5px;
  padding-left: 1%;
  font-family: 'Avenir LT W01 95 Black';
  font-size: 16px;
  color: #ece810;
}

.footer-widget > p {
  margin: 0;
}

.calendar-page .dp_pec_date_event {
  background: none!important;
}

.calendar-page .dp_pec_date_event .dp_pec_event_title, .calendar-page .dp_pec_event_location, .calendar-page span.dp_pec_date_event_time {
  color: #fff!important;
}

.footer-widget .dp_pec_content {
  margin: 0!important;
}

.footer-widget .dp_pec_date_event {
  padding: 2px 1%!important;
  background: none!important;
  border: none!important;
  border-bottom: 1px solid rgba(0,0,0,.1)!important;
  box-shadow: none!important;
}

.footer-widget .dp_pec_date_event_time {
  display: block!important;
  position: relative!important;
  float: right!important;
  top: 0!important;
  padding: 0!important;
  font-family: 'Avenir LT W01 35 Light'!important;
  font-style: normal!important;
  font-size: 14px!important;
  color: #FFF!important;
  background: none!important;
}

.footer-widget .dp_pec_event_title {
  float: left!important;
  width: 60%!important;
  font-family: 'Avenir LT W01 35 Light'!important;
  font-style: normal!important;
  font-size: 14px!important;  
  color: #FFF!important;
}

.footer-widget .dp_pec_date_event_icons, .footer-widget .dp_pec_event_description, .footer-widget .dp_pec_event_location {
  display: none!important;
}

.footer-right {
  float: right;
  width: 25%;
}

.footer-right > p {
  float: right;
  width: 100%;
  margin-top: 8px;
  padding: 0;
  padding-bottom: 7px;
  border: 0;
  text-align: right;
  clear: both;
}

.footer-right > p:first-of-type {
  margin-top: 14px;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.footer-right > p > a {
  font-family:'UniversLTW01-57Condense 723821';
  font-size: 14px;
  color: rgba(255,255,255,.56);
}

.bg-img {
	opacity: 0.25 !important;
}

.sidebar {
	width: 100%;
	margin-left:5px;
	display: inline-block;
	display: none;
	max-width: 320px;
	border-radius:6px;
	font-size: 0;
	text-align: left;
        position: relative;
}

.lightbox .sidebar {
  margin: 0 auto;
  display: block!important;
}

.padding {
	padding:22px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.sidebar .blue {
        background: none;
	background-color: rgba(23,150,158,0.50);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.blue h3 {
padding: 0 0 9px 0;
}

.gray {
	padding-top: 46px;
	background-color: rgba(255,255,255,0.20);
	border-radius: 4px;
}

.center {
	text-align: center;
}

.sidebar p {
        margin: 20px 0 40px 0;
	font-size: 15px;
        font-family:'Univers LT W02 45 Light';
        font-weight: lighter;
        line-height: 22px;
}

.sidebar p a {
  color: rgb(237, 233, 25);
}

.sidebar .gradient-line , .left-sidebar .gradient-line {
	margin-left:0px;
	height:1px;
	margin-bottom:8px;
}

.sidebar form p {
	margin:0px;
}

.sidebar ul {
	width:100%;
	margin:0px;
	padding:0px;
}

.sidebar ul li  {
	color:#fff;
	list-style: none;
	width: 100%;
	min-width: 100%;
	display: block;
	max-height: 61px;
	vertical-align: text-top;
	cursor: pointer;
	text-align: left;
        transition: all .3s linear 0s;
}

.sidebar ul li label {
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis; 
	max-width: 75%;
}

.sidebar ul li .checkbox {
	float: right;
}

.divider {
	float: right;
	margin-right: 15px;
	margin-top: -5px;
}

.odd {
	background-color:rgba(48,192,202,0.50);
}

.even {
	background-color: rgba(45,178,188,0.50);
}

.sidebar button {
	font-size: 30px;
	font-family:'Avenir LT W01 85 Heavy';
	text-transform: uppercase;
	color:#17969e;
	background-color:#fbf738;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border:none;
	padding:20px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.ft-img {
        margin-left: -54px;
        margin-top: -43px;
	width:620px;
	height:319px;
	margin-bottom: 35px;
	position: relative;
	overflow: hidden;
}

.commitee-page .ft-img {
	height:auto;
	width: 100%;
        margin: 0;
}

.ft-img img {
	position: absolute;
	width: 100%;
	height: auto;
	left:0px;
	top:0px;
}

.content-wrap .ft-img img {
	min-height: 319px;
}

.content-wrap p {
	color:#fff !important;
}

.ft-img .shadow {
	background-image:url('images/shadow.png');
	background-repeat: repeat-x;
	height:177px;
	width: 100%;
	position: absolute;
	bottom:0px;
}

.ft-img h2 {
        width: 82%;
        margin: 0;
	padding-left: 9%;
        bottom: 20px;
	font-size: 32px;
	font-family:'Avenir LT W01 85 Heavy';
	letter-spacing: -1px;
	position: absolute;
	z-index: 99;
}

.accordion {
       padding: 0 5%;
}

.lightbox-frameset {
	text-align: center;
}

.lightbox-frameset .sidebar {
	margin-left: 0px;
}

.lightbox-frameset .header {
	position: relative;
}

.lightbox-frameset .image-overlay {
	display: none;
}

.left-sidebar {
	width: 100%;
	max-width: 230px;
	display: inline-block;
	vertical-align: top;
}

.left-sidebar .widget {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.widget {
        position: relative;
}
.left-sidebar .widget h3 {
	font-size: 20px;
	text-align: left;
}

.left-sidebar ul {
	margin:0px;
	padding: 0px;
	width: 100%;
}

.left-sidebar ul li  {
	color:#fff;
	list-style: none;
	width: 100%;
	min-width: 100%;
	display: block;
	max-height: 61px;
	vertical-align: text-top;
	cursor: pointer;
	text-align: left;
}

.left-sidebar ul li label {
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis; 
	max-width: 130px;
}

.left-sidebar ul a:last-of-type li {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.left-sidebar ul li .checkbox {
	float: right;
}

.left-sidebar .padding {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-grid {
	display: inline-block;
	max-width: 715px;
	width: 100%;
	margin-left:0px;
}

.blog-post {
	position: relative;
	background-color: rgba(255,255,255,0.20);
	vertical-align: top;
	border-radius: 6px;
	width: 100%;
	height:350px;
	max-width: 345px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: inline-block;
	padding:16px;
	color:#fff;
	margin-left:12px;
	margin-bottom: 12px;
	margin-right: -4px;
}

.blog-post p {
	line-height: 28px;
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 8px;
	margin-top: 7px;
}

.blog-post h2 {
	font-size: 18px;
        margin-bottom: 3px;
}

.blog-post .ft-img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	max-height: 136px;
	min-height: 136px;
	position: relative;
	margin-top: -16px;
	margin-left: -16px;
	padding-right:32px;
	margin-bottom: 15px;
	overflow: hidden;
}

.date {
	position: absolute;
	z-index: 999;
	bottom: 16px;
	left: 16px;
	text-transform: uppercase;
	font-family:'Avenir LT W01 85 Heavy';
	font-size: 12px;
}

.date i {
	font-style: normal;
	color:#30c0ca;
}

.category {
	position: absolute;
	z-index: 999;
	bottom: 16px;
	right: 16px;
	text-transform: uppercase;
	font-family:'Avenir LT W01 85 Heavy';
	font-size: 12px;
}

.rd-more {
	text-align: right;
	cursor: pointer;
        font-weight: lighter;
        font-style: italic;
}

.sector-page .blog-post .rd-more {
  padding-top: 12px;
}

.blog-page .blog-post .rd-more {
  padding-top: 5px;
}

.blog-page .career-wrap {
  display: inline-block;
  width: 49.5%;
}

.blog-page .career-wrap.first {
  margin-right: .5%;
}

.rd-more img {
	vertical-align:middle;
}

/* Calendar */

.light.dp_pec_wrapper {
	background:transparent;
	border:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
}

.light.dp_pec_wrapper .dp_pec_nav span {
	color:#fff;
	text-shadow:none;
}

.light.dp_pec_wrapper .dp_pec_nav span.prev_month strong, .light.dp_pec_wrapper .dp_pec_nav span.next_month strong, .light.dp_pec_wrapper .dp_pec_nav span.prev_day strong, .light.dp_pec_wrapper .dp_pec_nav span.next_day strong {
	color:#fff;
	text-shadow:none;
	opacity: 1;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event_head span {
	color:#fff;
	text-shadow:none;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event_head {
	text-shadow:none;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
}

.light.dp_pec_wrapper .dp_pec_nav {
	border-bottom: 1px solid rgb(226, 226, 226) !important;
}

.dp_pec_wrapper .dp_pec_nav {
padding-bottom: 20px !important;
}

.dp_pec_references.dp_pec_btnleft {
	display: none;
}

.dp_pec_wrapper .dp_pec_content .dp_pec_date {
	height:75px !important;
}

.light.dp_pec_wrapper .dp_pec_dayname {
	background:transparent !important;
	color: #fff !important;
	box-shadow: none !important;
}

.light.dp_pec_wrapper .dp_pec_dayname span {
	color: #fff !important;
	text-shadow:none !important;
	font-family:'Avenir LT W01 35 Light';
	letter-spacing: 2px !important;
	font-size:12px !important;
}

.dp_pec_date  {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;  
	box-sizing: border-box;    
	border:1px solid rgba(255,255,255,0.4) !important;
	background: none !important;
	-moz-box-shadow:  none !important;
	-ms-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head {
	background: rgba(245, 245, 245, 0.4) !important;
	border-right:none !important; 
	width: 40px;
}

.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head span {
	top:4px !important;
}

.light.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head span {
	text-shadow:none !important;
	color: #fff !important;
	font-family:'Avenir LT W01 65 Medium';
	font-size: 16px;	
}

.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_count_events {
	font-family: 'Avenir LT W01 35 Light';
	font-size: 31px !important;
	background: none !important;
}

.left-col {
	display: inline-block;
	max-width: 620px;
	vertical-align: top;
}

.sector-page .blog-grid {
	max-width: 630px;
        margin-top: 10px;
}

.sector-page .blog-post {
	width: 303px;
	height: 240px;
	overflow: hidden;
	background-color: rgba(48,192,202,0.25);
}

.sector-page .blog-post h2 {
	padding-bottom: 35px;
	border-bottom:1px solid rgba(0,0,0,0.25);
}

.sector-page .blog-post:nth-of-type(odd) {
	margin-left:0px;
}

.sector-page .blog-post .ft-img  {
	height: 100px;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
}

.gridwrap {
	font-size: 0;
}

.half-col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	text-align: center;
	padding-bottom: 25px;
}

#col-1 {
	left:0px;
}

#col-2 {
	left:320px;
}

#col-3 {
	left:640px;
}

.relspike {
	width: 950px;
	position: relative;
}

.contact .half-col {
	text-align: left;
        padding-right: 2%;
        width: 48%;
}

.contact .half-col h4 {
        height: 48px;
	text-transform: uppercase;
	font-weight: normal;
	color:#ece810; 
	font-size: 20px;
	font-family:'Avenir LT W01 65 Medium';
}

.contact .half-col ul {
	padding: 0px;
	list-style: none;
	font-size: 15px;
	margin-top: 0px;
}

.contact .half-col ul li {
        padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.contact .half-col ul li a {
  display: block;
  width: 100%;
}

.contact iframe {
	width:620px;
	margin-left:-54px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.industry-sidebar {
	background-color: rgba(255,255,255,0.20);
	width: 240px;
	padding:24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
	border-radius:4px;
	display: inline-block;
	vertical-align: top;
}

.industry-sidebar .gradient-line {
	margin: 0px;
	height: 1px;
}

.industry-sidebar h3 {
margin: 0;
padding: 0 0 15px 0;
}

.industry {
	max-width: 705px !important;
}

.industry .blog-post {
	width: 225px;
	height: 240px;
	background-color: rgba(48,192,202,0.25);
	margin-left:10px;
	margin-bottom:10px;
}

.industry .blog-post .ft-img {
	min-height: 100px;
	max-height: 100px;
}

.industry .blog-post h2 {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 12px;
	height: 64px;
}

/* Commitees */

.commitee-page .content-area {
	max-width: 310px;
        padding: 0;
}

.commitee-page .left-col {
	max-width: 100%;
	width: 100%;
}

.commitee-page .left-col .content-wrap h3 {
  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
  width: 90%;
  margin-left: 10%;
  font-size: 18px;
  padding: 20px;
}

.commitee-page .left-col .content-wrap h3.selected {
  color: #00ccff;
}

.commitee-page .left-col .content-wrap h3:first-of-type {
  width: 100%;
  margin-left: 0;
  font-size: 20px;
}

.commitee-page .left-col .content-wrap p {
  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
  padding: 0 20px;
}

.commitee-page .blog-grid {
	max-width: 635px;
	vertical-align: top;
}

.commitee-page .blog-post {
	max-width: 305px;
	max-height: 238px;
	background-color: rgba(48,192,202,0.25);
}

.commitee-page .content-area.banner {
  display: block!important;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* Pathways */

.tri-grid {
	width: 100%;
	display: inline-block;
        margin: 0 0 10px;
	font-size: 0;
}

.bar {
	width: 310px;
	height: 490px;
	vertical-align: top;
	display: inline-block;
	border-radius:4px;
	background-color: rgba(255,255,255,0.20);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        overflow: hidden;
}

.bar:first-of-type {
	margin-right: 10px;
}

.bar:last-of-type {
	margin-left: 10px;
}

.bar .ft-img {
	position: relative;
	margin: 0px;
	width: 100%;
	height: auto;
	max-height: 185px;
}

.bar .ft-img h2 {
	color:#fff;
}

.bar .ft-img img {
	position: relative;
}

.bar .gradient-line, .full-bar .gradient-line {
	height:1px;
	padding:0px;
	margin:0px;
}

.bar-wrap {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
}

.small-bar-wrap {
	width: 100%;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 24px;
}

.small-bar-wrap h2, .full-bar h2 {
	font-size: 20px;
}

.full-bar {
	width: 100%;
	height: 580px;
	vertical-align: top;
	display: inline-block;
	background-color: rgba(255,255,255,0.20);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding: 20px 50px;
}

.full-bar.ccc-programs {
  max-height: 656px;
  height: auto;
  padding: 20px 0;
  margin-bottom: 10px;
}

.full-bar.ccc-programs > * {
  padding-left: 5%;
  padding-right: 5%;
}

.definitions {
	margin:0px;
	padding:0px;
	width: 100%;
	list-style: none;
	margin-top: 10px;
}

.definitions li {
	width: 100%;
	margin-left:-20px;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 12px;
	padding-bottom: 12px;
        cursor: pointer;
}

.definitions li:nth-child(even) {
	background-color: rgba(255,255,255,0.04);
}

.definitions .arrow {
	float: right;
        width: 13px;
        height: 19px;
        cursor: pointer;
}

.reports .arrow {
  display: inline-block;
  width: 13px;
  height: 19px;
  cursor: pointer;
  vertical-align: middle;
}

.reports .arrow {
  background-image: url('images/arrow-pointing-right.png');
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.reports .sub-top {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.reports li.selected .sub-top {
  display: block;
}

.reports li.selected ul {
  display: block;
}

.reports li.selected .arrow {
  background-image: url('images/arrow-selected.png');
}

.def-navigation {
	float: right;
	padding-top:15px;
}

.def-navigation img {
        cursor: pointer;
}

.full-bar table {
	width: 100%;
        max-height: 478px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding: 0;
}

.full-bar thead, .full-bar tbody {
  display: block;
  width: 100%;
}

.full-bar tbody {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 456px;
}

.full-bar ::-webkit-scrollbar  {
  width: 6px;
}
.full-bar ::-webkit-scrollbar-button  {
}
.full-bar ::-webkit-scrollbar-track  {
  background-color: rgba(255,255,255,0.20);
}
.full-bar ::-webkit-scrollbar-track-piece {
  
}
.full-bar ::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.4);
}
.full-bar ::-webkit-scrollbar-corner {
}
.full-bar ::-webkit-resizer {
}

.full-bar tbody a {
  color: rgb(237, 233, 25);
}

.full-bar tr td, .full-bar tr th {
  width: 40%;
}

.full-bar tr td:first-of-type {
  width: 35%;
}

.full-bar tr th:first-of-type {
  width: 325px;
}

.full-bar tr td:last-of-type, .full-bar tr th:last-of-type {
  width: 25%;
}

.full-bar table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	background-image: url('images/dotted-line.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.full-bar table td:last-of-type {
	background-image:none;
}

.full-bar table tr {
	margin-top: 4px;
	margin-bottom: 4px;
}

.full-bar table tr td:first-of-type {
	padding-left: 60px;
        padding-right: 20px;
}

.full-bar table th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size:20px;
	font-family: 'Avenir LT W01 35 Light' !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

.full-bar table tr th:first-of-type {
	padding-left: 50px;
}

.full-bar table th img {
	padding-right: 10px;
}

.full-bar table tr:nth-child(even) {
	background-color: rgba(255,255,255,0.04);
}

.full-bar h2 {
  width: 40%;
  display: inline-block;
}

.program-search {
  width: 100%;
  display: inline-block;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#program-search, #program-select {
  display: inline-block;
  float: left;
  width: 100%;
  margin-right: 0;
  font-family: 'Univers LT W02 45 Light';
  font-size: 12px;
}

.program-search form {
  width: 30%;
  margin-right: 4%;
  display: inline-block;
  float: left;
}

.program-search form input[type="submit"] {
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  margin: 15px 0 0 -25px;
  background-image: url('images/search-icon.png');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}

#college-select {
  display: inline-block;
  width: 30%;
}

.career-bar {
	float: right;
	width: 100%;
	max-width: 960px;
	background-color: rgba(23,150,158,0.50);
	border-radius:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding: 16px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

.career-bar h2 {
	display: inline-block;
	font-size:20px;
	font-family: 'Avenir LT W01 35 Light';
	font-weight: normal;
	margin-top:20px;
}

.career-bar img {
	float: right;
}

.career-wrap {
	text-align: right;
	width: 100%;
	height: 100px;
}

/* Labor Market Research */

#docSearch {
  position: absolute;
  height: 60px;
  top: 15px;
  right: 0;
}

#docSearch input[type="text"] {
        position: absolute;
        right: 0;
	width: 200px;
	height: 36px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: 'Avenir LT W01 35 Light';
	font-size: 16px;
	padding-right: 25px;
}

#docSearch input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  padding: 0;
  margin: 15px 10px;
  background-image: url('images/mag-glass.png');
}

.reports {
	position: relative;
        display: inline-block;
	width: 39.2%;
	margin:0 0 0 -5.3%;
	padding: 0 0 35px;
	list-style: none;
        vertical-align: top;
}

.reports li {
  padding: 14px 15px 14px 13.6%;
	text-transform: uppercase;
	text-overflow:ellipsis;
	cursor: pointer;
}

.reports li p {
  display: inline-block;
  width: 85%;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

.reports li img.divider {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-top: 0;
}

.reports li:nth-child(even) {
	background-color: rgba(255,255,255,0.04);
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}

.sub-show-container {
  display: inline-block;
  width: 65.6%;
  height: 100%;
  vertical-align: top;
}

.sub-show-container ul {
  padding: 0;
}

.sub-show-container > ul > li {
  display: none;
  list-style: none;
}

.sub-show-container > ul > li.selected {
  display: block;
}

.sub-show-container li ul {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sub-show-container li ul li {
	background-color:transparent !important;
	border-radius:0px !important;
	padding-left:30px;
	padding-right: 0px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	background: 
	url('images/yellow-line.png') left center repeat-y;
	background-repeat: no-repeat !important;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sub-show-container li ul li a {
        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        display: block;
        height: 100%;
        padding-top: 15px;
	background: url('images/dotted-line-hrz.png') bottom left repeat-x;
}

.sub-show-container li ul li:last-of-type {
        background: none;
}

.sub-top {
	left:100%;
	padding-left: 29px;
        margin-bottom: -3px;
}

.sub-bot {
  position: absolute;
  margin-left: -20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.commitee-page .blog-post h2 {
	padding-bottom:12px;
	height:35px;
        font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.labor-search-results {
  position: absolute;
  width: 94%;
  top: 67px;
  left: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
}

.labor-search-results button, .sub-show-container > button {
  height: 35px;
  padding: 3px 10px;
  margin: 15px 50% 0 0;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  background-color: rgba(255,255,255,.1);
  border: none;
  border-radius: 35px;
}

.sub-show-container > button {
  display: none;
}

.labor-search-results > ul, .labor-search-results > div {
  display: inline-block;
  width: 49.7%;
  padding: 0;
  list-style-type: none;
}

.labor-search-results > div ul {
  padding: 0;
}

.labor-search-results li {
	background-color:transparent !important;
	border-radius:0px !important;
	padding-left: 0;
	padding-right: 0px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	background-repeat: no-repeat !important;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.labor-search-results li a, .labor-search-results li p {
        -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        display: block;
        height: 100%;
        margin: 0;
        padding-top: 15px;
	background: url('images/dotted-line-hrz.png') bottom left repeat-x;
}

.labor .content-wrap > div:first-of-type {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 1;
}

.labor .content-wrap.searchmode > div:first-of-type {
  opacity: 0;
}

.searchmode .labor-search-results {
  left: 5%;
}

/* Shortcodes */

.one-fourth {
	width: 30%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:35px;
	padding-bottom:35px;
}

.labor .content-area {
  max-width: 960px;
  margin-bottom: 10px;
  padding: 16px 1% 16px 5%;
}

.labor .content-area h3 {
  margin-top: 9px;
  padding-bottom: 17px;
}

.labor .content-area .content-wrap {
  margin-top: 15px;
}

.labor .content-area .gradient-line {
  height: 1px;
}

.sub-holder {
  display: none;
}

.labor .icon {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 170px;
	height: 93px;
	background-color: rgba(0,0,0,0.65);
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	text-align: right;
}

.labor .content-wrap .ft-img .icon img {
	width: 45px;
	height: auto;
	min-height: 10px !important;
	min-width: auto;
	margin-top:11px;
	margin-right:40px;
	position: relative;
}

.data {
	padding: 0px;
	display: inline-block;
	width: 330px;
	padding-bottom: 30px;
}

.data li {
	padding:0px;
	list-style: none;
	border-bottom:1px dotted rgba(255,255,255,0.15);
	padding-top: 10px;
	padding-bottom: 10px;
}

.data li:last-of-type {
border: none;
}

.moniker {
	margin-top: -24px;
}

.definition-content {
	display: none;
}

.lightbox {
	border-radius: 6px;
    display: none;
    top: 2%;
    z-index: 999999999;
    width: 50%;
    max-width: 320px;
    position: absolute;
    left: 75%;
    margin: 0px 0px 0px -37.5%;
}

.lightbox .sidebar {
	margin:0px;
}

.lightbox-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999999;
        background-color: rgba(0,0,0,.8);
}
input:focus,
textarea:focus,
button:focus,
h3:focus,
h4:focus {
  outline: none;
}
.content-img {
padding: 0 0 40px 0;
}
.home-info-right {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 34.6%;
}
.frontpage-lower-img {
  border-radius: 100px;
  border: 14px solid rgba(255,255,255,.2);
  width: 160px;
  height: 160px;
  margin-top: 27px;
  margin-bottom: 47px;
}
.rwdc {
width: 113px;
letter-spacing: 5px !important;
}
.in-touch {
width: 200px;
letter-spacing: 5px !important;
}
.round-corner {
border-bottom-right-radius: 5% 20%;
}
.small-input {
width: 48% !important;
display: inline !important;
}
.small-input:first-of-type {
  margin-right: 2%;
}
.quick-header {
margin: 0 auto 10px auto;
display: block;
}
.lightbox .quick-header {
  margin: 0 auto;
}
.test-col {
-webkit-column-count: 200px 2;
-moz-column-count: 200px 2;
column-count: 200px 2;
}
.close-icon {
position: absolute;
top: 27px;
right: 22px;
opacity: .5;
cursor: pointer;
transition: all .3s linear 0s;
}
.accordion h3,
.accordion-2 h3 {
margin: 0 0 15px 0;
cursor: pointer;
padding: 10px 0 0 0;
}
.accordion h4 {
margin: 0 0 15px 0;
cursor: pointer;
padding: 10px 0 0 0;
}
.ui-accordion-content {
padding: 0 0 20px 0;
}
.ui-accordion-content p {
margin: 0;
}
.accord-test p {
margin: 0 0 15px 0;
}
.dp_pec_options_nav {
background-color: transparent !important;
}
.title-background {
position: relative;
width: 90%;
padding-right: 10%!important;
}
.title-background img {
  position: absolute;
  right: 0;
  top: 23%;
  -ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);
}
.rwdc a {
position: relative;
z-index: 99999;
}
.yellow-link {
color: #e3da3e;
}
.banner {
width: 100%;
min-height: 50px;
margin: 0 0 10px 0;
}
.banner h3 {
margin: 0;
padding: 0 0 15px 0;
}
.content-area.banner {
padding: 15px 54px 0 54px !important;
background-color: rgba(32,139,145,.3);
}
.content-area.banner h3 {
font-family: 'Avenir LT W01 35 Light';
letter-spacing: 3.5px;
}
.content-area.banner h3 span {
font-family: 'Avenir LT W01 85 Heavy';
}
.banner-arrow {
position: absolute;
right: 55px;
top: 10px;
}
h2.programs-title {
  width: 100%;
}
.program-search div.selectricWrapper {
  float: left;
  display: block;
  margin: 5px 5% 0 0;
  width: 30%;
}
.program-search > div.selectricWrapper:last-of-type {
  margin-right: 0;
}

/* FORUM */

#bbpress-forums {
  width: 620px;
  margin-left: -54px;
}

#subscription-toggle {
  margin-right: 3%!important;
}

#bbpress-forums .bbp-search-form {
  width: 40%;
  position: relative;
}

#bbpress-forums #bbp_search {
  width: 100%!important;
  border-radius: 50px 0 0 50px!important;
  background-color: rgba(255,255,255,.1)!important;
}

#bbpress-forums .bbp-breadcrumb {
  margin-left: 3%!important;
}

.bbp-template-notice.info {
  display: none!important;
}

.bbp-pagination {
  padding: 0 3%!important;
}

#bbpress-forums input[type=text], #bbpress-forums textarea, #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar, #bbpress-forums select {
  background: rgba(255,255,255,.1)!important;
}

#bbpress-forums input[type="submit"], #bbpress-forums button {
  -webkit-appearance: none;
  border: none;
  background: none;
  height: 36px;
  font-family: 'Avenir LT W01 85 Heavy';
  font-size: 16px;
  color: #17969e;
  background-color: #fbf738;
  border-radius: 2px;
}

#bbpress-forums #bbp_search_submit {
  background: none;
  background-image: url('images/search-icon.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
  color: rgba(0,0,0,0);
  background-position: 30px 12px;
}

#bbpress-forums select {
  background-color: rgba(255,255,255,0.30);
  border: none;
  width: 100%;
  height: 36px;
  border-radius: 2px;
  color: #FFF;
}
#bbpress-forums select option {
  background-color: rgba(0,0,0,.5);
}
#subscription-toggle, #favorite-toggle {
  float: right;
  margin-top: 16px;
}

#bbpress-forums ul.bbp-forums, .bbp-header, .bbp-footer, .bbp-topics, fieldset.bbp-form,  #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-body {
  border: none!important;
}

.forum-titles {
  text-transform: uppercase;
  font-size: 15px;
}

.forum-titles, #bbpress-forums ul.forum, #bbpress-forums li.bbp-body ul.topic {
  padding: 8px 20px!important;
}

li.bbp-forum-info, li.bbp-topic-title {
  width: 50%!important;
}

.bbp-forum-reply-count {
  width: 17%!important;
}

.bbp-forum-freshness {
  width: 23%!important;
  text-align: left!important;
}

.bbp-forum-freshness .bbp-topic-meta {
  display: none!important;
}

.bbp-header {
background: -webkit-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%)!important;
background: -o-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%)!important;
background: -ms-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%)!important;
background: -moz-linear-gradient(356deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%)!important;
background: linear-gradient(94deg, rgb(57, 194, 204) 0%, rgb(237, 233, 25) 100%)!important;
background-repeat: no-repeat!important;
background-size: 95% 1px!important;
background-position: 25% 32px!important;
padding: 0!important;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd, div.bbp-template-notice.info {
  background-color: rgba(0,0,0,0)!important;
  border: none!important;
}

#bbpress-forums div.even, #bbpress-forums ul.even, div.bbp-template-notice {
  background-color: rgba(0,0,0,0.04)!important;
  border: none!important;
}

div.bbp-template-notice > * {
  margin: 0!important;
}

div.bbp-template-notice, forums.bbp-replies {
  border: none!important;
}

.bbp-topic-form .bbp-template-notice, .bbp-reply-form .bbp-template-notice {
  background: none!important;
  padding-left: 0!important;
}

#bbpress-forums li.bbp-footer, #bbpress-forums div.bbp-reply-header {
  background: none!important;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  background: rgba(255,255,255,0.30);
  border: none;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  color: #FFF;
}

.bbp-topic-form, .bbp-reply-form {
  background-color: rgba(0,0,0,.04)!important;
}

.bbp-topic-form legend, .bbp-reply-form legend {
  font-size: 22px;
  padding-top: 12px!important;
  padding-left: 0!important;
  text-transform: uppercase;
  font-family: 'Avenir LT W01 55 Roman';
}

.bbp-replies .bbp-header {
  background-position: 55% 29px!important;
}

.bbp-replies .bbp-body {
  padding: 0 3%;
}

#bbpress-forums div.bbp-reply-author img.avatar {
  width: 35%;
  height: auto;
  border-radius: 50px;
  border: 4px solid rgba(255,255,255,.2)!important;
}

#bbp-user-avatar img.avatar {
  border-radius: 100px;
  border: 8px solid rgba(255,255,255,.2)!important;
  width: 88%!important;
  height: auto!important;
}

.bbp-author-role, .bbp-reply-ip, .bbp-replies .bbp-footer {
  display: none!important;
}

ƒ.bbp-reply-header, div.reply {
  width: 90%!important;
  margin-left: 10%;
}

.bbp-reply-header:first-of-type, div.reply:first-of-type {
  width: 100%;
  margin-left: 0;
}

div.reply {
  border-radius: 100px 0 0 100px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: rgba(0,0,0,0.04)!important;
}

#bbp-user-wrapper {
  width: 90%!important;
  margin-left: 5%;
}

#bbp-user-body .bbp-topics {
  float: left;
}

#bbp-user-body .bbp-pagination {
  padding: 0!important;
}

#bbp-user-body .forum-titles {
  display: none!important;
}

#bbpress-forums #bbp-your-profile input, #bbpress-forums #bbp-your-profile textarea {
  border: none!important;
}

#bbpress-forums #bbp-your-profile fieldset span.description {
  background: none!important;
  border: none!important;
}

fieldset {
  border: none!important;
}

.plustab {
  color: #ece810;
}

.articulations-copy {
  padding: 2.5% 5%;
  margin-bottom: 10px;
  background-color: rgba(255,255,255,0.20);
}

.pdf-container {
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}

.pdf-container > div {
  display: block;
  height: 300px;
  left: 10px!important;
}

.pdf-container > div:first-of-type {
  left: 0!important;
}

.pdf-container > div:last-of-type {
  left: 20px!important;
}

.pdf-container > div .overlay img {
  top: 30%;
}

.pdf-container > div .overlay h3 {
  margin-top: 50%;
}

#cc-map {
  height: 318px;
  margin-bottom: 23px;
}