@charset "UTF-8";
@font-face {
  font-family: "BebasRegular";
  src: url("../../fonts/bebas___-webfont.eot");
  src: local("☺"), url("../../fonts/bebas___-webfont.woff") format("woff"), url("../../fonts/bebas___-webfont.ttf") format("truetype"), url("../../fonts/bebas___-webfont.svg#webfonteUSSGXJQ") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
.nsp_art p.nsp_info,
.moduletablemainnav,
#mainlevelmainnav,
#mainlevelmainnav ul,
#footer_slides,
#footer_social,
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a,
.moduletable_action a,
.moduletable_publications,
.moduletable_workgroups,
.utility_menu,
td.contentheading,
.markermenu,
.date_container,
#sidebar_donate,
.componentheading_gallery,
.bebas,
.slimmenu,
aside.widget_subpages ul,
.home_widget_2,
.home_widget_3,
.sb-tabs {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif !important;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  word-spacing: 0.05em;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("../../fonts/flexslider-icon.eot");
  src: url("../../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/flexslider-icon.woff") format("woff"), url("../../fonts/flexslider-icon.ttf") format("truetype"), url("../../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  position: relative;
}

.flexslider ul {
  margin-bottom: 0;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
  padding: 0;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
}

.flex-direction-nav a.flex-next:before {
  content: "";
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging {
  position: absolute;
  left: 128px;
  top: 316px;
}

.flex-control-paging li a {
  background: #2c2c2c none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 11px;
  margin-right: 3px;
  padding-bottom: 0;
  text-indent: -10000px;
  direction: ltr;
  width: 26px;
  display: block;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #ec7203;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/*
	= General
*******************************************************************************************/
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

body {
  font: Helvetica, sans-serif;
  color: #333;
  padding-bottom: 0;
  background: url("../../images/bg_main.png") no-repeat center top #000;
}

body.login {
  background: #000 !important;
}

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

.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #cdc1cf;
  padding: 5px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.aligncenter {
  margin: 10px auto;
  display: block;
}

.alignright {
  float: right;
  margin-left: 10px;
}

a {
  color: #ed7200;
}
a:hover {
  color: #999999;
}

.maincontent.lower {
  /*
      h1, h2, h3, h4, h5, h6 {
          color: $darkgrey;
          margin:30px 0 15px;
      }
  */
}
.maincontent.lower em {
  font-style: italic;
}
.maincontent.lower strong {
  font-weight: bold;
}
.maincontent.lower p {
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  color: #111;
  margin-bottom: 15px;
}
.maincontent.lower blockquote,
.maincontent.lower blockquote * {
  color: #333;
  font: italic normal bold 18px/130% Helvetica, sans-serif;
  margin: 15px 0;
}
.maincontent.lower h3 {
  font-size: 24px;
}
.maincontent.lower h4 {
  font-size: 20px;
}
.maincontent.lower h5 {
  font-size: 16px;
}
.maincontent.lower h6 {
  font-size: 14px;
  text-transform: uppercase;
}
.maincontent.lower .post h2.page-title {
  color: #fff;
  font-size: 28px;
  padding-left: 34px;
  word-spacing: 0.1em;
  height: 36px;
  margin-left: -30px;
  margin-top: 0;
  position: relative;
  background: #ed7200;
}
.maincontent.lower ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  margin-bottom: 15px;
}
.maincontent.lower ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
.maincontent.lower ul ul ul {
  list-style-type: circle;
}
.maincontent.lower ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% Helvetica, sans-serif;
  margin-bottom: 15px;
}

.page-template-default .post h2.page-title {
  color: #fff;
  font-size: 28px;
  padding-left: 34px;
  word-spacing: 0.1em;
  height: 36px;
  margin-left: -30px;
  margin-top: 0;
  position: relative;
  background: #ed7200;
}
.page-template-default .post h2.page-title:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.page-template-default .post h2.page-title .ribbon:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #b34d00 transparent transparent transparent;
  bottom: -0.5em;
  left: 0;
  border-width: 0.5em 0 0 0.55em;
}

#second-title h2.page-title {
  color: #fff;
  font-size: 28px;
  padding-left: 34px;
  word-spacing: 0.1em;
  height: 36px;
  margin-left: -30px;
  margin-top: 0;
  position: relative;
  background: #ed7200;
}
#second-title h2.page-title:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
#second-title h2.page-title .ribbon:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #b34d00 transparent transparent transparent;
  bottom: -0.5em;
  left: 0;
  border-width: 0.5em 0 0 0.55em;
}

.ngg-breadcrumb {
  display: none;
}

/*
	= Header
*******************************************************************************************/
.navbar-wrapper {
  position: static;
}

.navbar-wrapper .container {
  padding: 0;
}

.navbar {
  border: none;
}

.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0;
}

.brand {
  margin-bottom: 20px;
  margin-left: -20px;
  float: left;
}
.brand .site-description {
  display: none;
}

/* Main Menu */
#site-navigation {
  float: right;
  margin-top: 100px;
}

#menu-main-menu {
  display: block !important;
}

#topleft aside,
#topright aside {
  display: inline-block;
}

.links-top {
  margin-top: -35px;
}

#black-studio-tinymce-7 ul li {
  list-style: none;
  float: left;
  margin-left: 5px;
}

.inverse {
  color: white;
  background-color: #333;
}

/*
	= Dropdown Menu Styles
*******************************************************************************************/
.menu-collapser {
  position: relative;
  background-color: #999;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-color: #0e0e0e;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button:hover,
.collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #fff;
}

.collapse-button .icon-bar {
  background-color: #f5f5f5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #000;
}
ul.slimmenu li#menu-item-616 a, ul.slimmenu li#menu-item-687 > a {
  color: #ed7200;
}
ul.slimmenu li#menu-item-616 a:hover, ul.slimmenu li#menu-item-687 > a:hover {
  color: #fff;
}

ul.slimmenu > li {
  margin-right: -5px;
}

ul.slimmenu > li:first-child {
  border-left: 0;
}

ul.slimmenu > li:last-child {
  margin-right: 0;
}

ul.slimmenu li a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}

ul.slimmenu li a:hover {
  color: #ed7200;
  text-decoration: none;
}

ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

ul.slimmenu li .sub-collapser > i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

ul.slimmenu li ul {
  padding: 20px 0 0;
  left: 0;
}
ul.slimmenu li ul li {
  margin: 0;
  list-style-type: none;
  background: #000;
  border-right: medium none;
  color: #fff;
  font-family: arial, helvetica, san-serif !important;
  font-weight: bold !important;
  line-height: normal;
  margin-left: 0;
  text-transform: none;
}
ul.slimmenu li ul li:last-child {
  border-bottom: 3px solid #999999;
}
ul.slimmenu li ul li a {
  padding: 5px 8px 10px;
  font-size: 14px;
  font-weight: bold;
}

ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* For this particular theme the menu colapser was at the top*/
.collapse-button {
  display: none;
}

.navbar-collapse {
  max-height: 430px;
}

/* hobos to street people template */
body#h2sp {
  background: #fff;
  color: #362110;
}
body#h2sp .header {
  background: url("../../images/H2SP_header.jpg") no-repeat center top;
  height: 284px;
}
body#h2sp .header h1,
body#h2sp .header h2 {
  display: none;
}
body#h2sp h2.page-title {
  background: none;
  font-family: arial, sans-serif !important;
  color: #362110;
  text-transform: none !important;
  font-weight: bold !important;
  font-size: 16px;
  letter-spacing: normal;
}
body#h2sp .footer {
  background: url("../../images/H2SP_footer.jpg");
  height: 60px;
  width: 100%;
}

#hobo-sidebar {
  float: left;
  margin-top: 20px;
}
#hobo-sidebar ul {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #2a150c;
  line-height: 20px;
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}
#hobo-sidebar li {
  display: list-item;
  text-align: -webkit-match-parent;
}
#hobo-sidebar a {
  font-family: "BebasRegular", impact, sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  color: #342113;
  margin-left: 10px;
  font-weight: bold;
}
#hobo-sidebar a:hover {
  color: #777;
}

/*
	= Footer
*******************************************************************************************/
#menu-footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

#menu-footer-menu {
  margin: 20px auto;
}

#footer {
  max-width: 1300px;
  margin: 0 auto;
}
#footer .fa {
  font-size: 36px;
  margin-bottom: 20px;
  clear: right;
}
#footer #footer_social {
  padding: 50px 20px 20px 20px;
  color: #666666;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  word-spacing: 0.05em;
  background: #1f1f1f;
  z-index: 5;
}
#footer #footer_social > div {
  min-width: inherit;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
#footer #footer_social #youtube-wrapper .custom {
  margin-bottom: 10px;
}
#footer #footer_social a {
  color: #999;
}
#footer #footer_social a:hover {
  color: #ff7800;
}
#footer #footer_social .links a {
  background: #333;
  color: white;
  border: none;
}
#footer #footer_social .spacer {
  width: 1px;
  height: 100%;
  background: #333;
  float: left;
  margin: 0 15px;
}
#footer #footer_social .ngg-widget img {
  border: none;
  margin-right: 4px;
}
#footer #footer_social #facebook .cff-author,
#footer #footer_social #facebook .cff-link-caption,
#footer #footer_social #facebook .cff-post-desc,
#footer #footer_social #facebook .cff-post-text {
  display: none !important;
}
#footer #footer_social #facebook .cff-link-title {
  font-weight: normal !important;
}
#footer #footer_social .widget_twitter li {
  list-style: none;
}
#footer #footer_left {
  float: left;
}
#footer #footer_right {
  float: right;
}

.row maincontent img {
  width: 100%;
}

/*
	= Interior pages
*******************************************************************************************/
img.articlethumbright {
  float: right;
  border: 0.5px solid #9e9e9e;
  height: 125px;
  margin: 15px 15px 5px 5px;
  padding: 5px;
  width: 125px;
}

#tabs {
  display: block !important;
}

#tabs.nav a {
  color: #333;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  float: left;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-weight: 700;
  font-size: 20px;
  color: #999;
}

.container-normal .row.maincontent {
  background-color: #fff;
  padding-top: 15px;
}

#secondary a {
  color: #000;
}

#secondary {
  padding: 0 15px;
}
#secondary aside {
  background-color: #dbdbdb;
  padding: 10px;
  margin-bottom: 20px;
}
#secondary aside ul {
  list-style: none;
}
#secondary aside h3.widget-title {
  color: #fff;
  font-size: 20px;
  padding-left: 34px;
  word-spacing: 0.1em;
  height: 36px;
  line-height: 34px;
  position: relative;
  background: #333;
  text-shadow: 2px 2px 2px #000;
}
#secondary aside h3.widget-title:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
#secondary aside h3.widget-title:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
#secondary aside h3.widget-title a {
  color: #fff;
}
#secondary aside h3.widget-title a:hover {
  color: #ed7200;
  text-decoration: none;
}
#secondary aside h3.widget-title a:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  bottom: -0.5em;
  left: 0;
  border-width: 0.5em 0 0 0.55em;
}
#secondary aside h3.widget-title a:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  bottom: -0.5em;
  right: 0;
  border-width: 0.5em 0.55em 0 0;
}
#secondary .menu-mainmenu-container ul.sub-menu {
  padding-left: 0;
}
#secondary .menu-mainmenu-container ul.sub-menu a {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif !important;
  text-shadow: none;
}
#secondary .menu-mainmenu-container > ul.menu {
  padding: 0;
}
#secondary .menu-mainmenu-container > ul.menu > li {
  height: inherit;
  padding-left: 0;
}
#secondary .menu-mainmenu-container > ul.menu > li:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
#secondary .menu-mainmenu-container > ul.menu > li:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
#secondary .menu-mainmenu-container > ul.menu > li > a {
  color: #fff;
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  font-size: 20px;
  display: block;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  word-spacing: 0.1em;
  height: 36px;
  line-height: 34px;
  margin: 0 -10px 0;
  position: relative;
  background: #333;
  text-shadow: 2px 2px 2px #000;
}
#secondary .menu-mainmenu-container > ul.menu > li > a:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  bottom: -0.5em;
  left: 0;
  border-width: 0.5em 0 0 0.55em;
}
#secondary .menu-mainmenu-container > ul.menu > li > a:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  bottom: -0.5em;
  right: 0;
  border-width: 0.5em 0.55em 0 0;
}
#secondary .menu-mainmenu-container > ul.menu > li > a:hover {
  color: #ed7200;
  text-decoration: none;
}
#secondary aside.widget_subpages,
#secondary ul.menu {
  padding: 0;
}
#secondary aside.widget_subpages ul,
#secondary aside.widget_subpages ul.sub-menu,
#secondary ul.menu ul,
#secondary ul.menu ul.sub-menu {
  padding: 0 !important;
  background: #f0f0f0;
}
#secondary aside.widget_subpages ul li a,
#secondary aside.widget_subpages ul.sub-menu li a,
#secondary ul.menu ul li a,
#secondary ul.menu ul.sub-menu li a {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  color: #333333;
  display: block;
  font-size: 15px;
  padding: 7px 15px 10px;
  text-decoration: none;
  width: auto;
}
#secondary aside.widget_subpages ul li a:hover,
#secondary aside.widget_subpages ul.sub-menu li a:hover,
#secondary ul.menu ul li a:hover,
#secondary ul.menu ul.sub-menu li a:hover {
  background: #ed7200;
  color: #fff;
}

.page-id-545 #secondary {
  display: none;
}

.maincontent.lower {
  padding-bottom: 50px;
}

code {
  white-space: normal;
  font-size: 8px;
  color: #333;
}

#secondary li {
  list-style: none;
}

.page-template-page-faqs-php .maincontent {
  padding-bottom: 50px;
}

.answer {
  background-color: #dbdbdb;
}

.page-id-533 tr td:first-child {
  width: 56% !important;
}
.page-id-533 tr td {
  padding: 15px;
}
.page-id-533 tr td h2 {
  font-size: 115%;
}
.page-id-533 table {
  border-collapse: separate;
  border-spacing: 5px;
}

/* Blog Page
****************************************************/
.blog-header {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  background: none repeat scroll 0 0 #333;
  color: #ffffff;
  margin: 0px 30px 15px 15px;
  padding-left: 20px;
  width: calc(100% - 30px);
  word-spacing: 16px;
  text-transform: uppercase;
}
.blog-header h2 {
  font-size: 84px;
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.post-wrapper {
  padding: 15px;
  background: #eeeeee;
  -webkit-border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-radius-topleft: 23px;
  -moz-border-radius-bottomleft: 23px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
}
.post-wrapper p {
  line-height: 26px;
}
.post-wrapper h2 {
  margin-bottom: 20px;
}
.post-wrapper .no-break {
  margin-bottom: 10px;
}
.post-wrapper img {
  margin: 0px 0px 15px 15px;
  width: inherit;
}

.categories {
  padding-left: 0px;
  padding-right: 15px;
  margin-left: 0px;
}
.categories h3 {
  text-transform: uppercase;
  color: #111;
  margin-bottom: 15px;
  font-size: 30px;
}
.categories a {
  margin-left: 15px;
  color: #111;
  line-height: 30px;
  padding-bottom: 5px;
}

.single-meta {
  font-style: italic;
}
.single-meta a {
  color: #ed7200;
}

.blog-search aside {
  background-color: #fff !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.blog-search aside h3.widget-title {
  margin-left: 0px !important;
  text-transform: uppercase;
  color: #111 !important;
  margin-bottom: 15px;
  font-size: 30px !important;
  padding-left: 0px !important;
  margin-top: 20px !important;
  background: #fff !important;
  text-shadow: 0px 0px 0px !important;
}

#search-2 > form > label > input {
  border: 1px solid #bbb;
  padding: 5px;
  margin-top: 10px;
  margin-left: 0px;
  border-radius: 2px;
  width: 100%;
}

#tag-cloud {
  padding: 15px;
}

#blog > div.row.maincontent > select {
  margin-left: 15px;
}

#blog .post {
  margin-bottom: 40px;
}
#blog .post .entry-title {
  margin: 15px 0;
}
#blog .post .entry-title a {
  color: #ed7200;
}
#blog .post .entry-meta {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 12px;
}

.single #text-11 > div > div {
  margin-left: 0px;
}

#search-2 > form > label {
  width: 100%;
}

#blogroll {
  float: left;
}
#blogroll h3 {
  margin-top: 40px !important;
}
#blogroll ul {
  padding-left: 15px;
}
#blogroll li {
  list-style: none;
  margin-left: -15px;
}
#blogroll a {
  color: #111;
  line-height: 30px;
}

/* Resources Page
****************************************************/
.category-list ul {
  list-style: none;
}

.category-list ul li {
  display: inline-block;
}

.category-list ul li:after {
  content: ", ";
}

.category-list ul li:last-child:after {
  content: "";
}

.category-list span {
  float: left;
}

#resource-form div.row {
  margin-top: 20px;
}

#resource-form div.row article {
  overflow: hidden;
  background-color: #dbdbdb;
  margin-bottom: 15px;
  border-radius: 7px;
}

h3.entry-title {
  margin-top: 5px;
}

h3.entry-title a,
#resource-form .read_more {
  color: #333;
}

#resource-form img {
  margin-top: 15px;
  border-radius: 7px;
}

.download-link {
  color: #333;
  padding: 15px 15px 15px 60px;
  line-height: 60px;
  border-radius: 7px;
  background: url("../../images/download.png") no-repeat 10px center grey;
  font-size: 15px;
  font-weight: bold;
}

.download-link:hover {
  background-color: #333;
}

.tab-content > .active {
  padding: 10px;
  background-color: #fff;
}

.dropdown select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}

.dropdown {
  width: 240px;
  height: 35px;
  overflow: hidden;
  background: url("../../images/new_arrow.png") no-repeat right #ddd;
}

.dropdown.pagecontent {
  background: none;
  overflow: visible;
  height: auto;
}
.dropdown.pagecontent .btn {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 0;
}
.dropdown.pagecontent ul {
  list-style: none;
  padding-left: 0;
}

#resource-form span {
  float: left;
  line-height: 36px;
  margin-right: 10px;
}

/* Navigation - Pagination
****************************************************/
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #333;
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  box-shadow: 1px 1px 1px #b6b6b6;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}

/*
	= Photo Gallery
******************************************************************************************/
#ngg-gallery-637cac3e97c51c2b1d91445be86df780-577,
#ngg-gallery-6fd7979698f831617a232d1b5895cfe3-577 {
  width: 65% !important;
  display: inline-block !important;
  overflow: visible;
}

.ngg-gallery-thumbnail-box {
  margin-right: 2px !important;
}

/*
	= FAQs
******************************************************************************************/
.question {
  color: white;
  background-color: #333;
  padding-right: 30px;
  cursor: pointer;
}

.question:after {
  content: "+";
}

/*
	= Search
******************************************************************************************/
.search-single {
  padding: 15px;
  background: #eeeeee;
  -webkit-border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-radius-topleft: 23px;
  -moz-border-radius-bottomleft: 23px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #eeeeee;
  margin-bottom: 20px;
}
.search-single h3 {
  color: #333;
}
.search-single .single-meta {
  font-style: italic !important;
  color: #999 !important;
}
.search-single .postmetadata {
  padding: 10px 10px 10px 0px;
  border-top: 1px solid #dbdbdb;
  font-size: 12px !important;
  color: #999 !important;
}
.search-single .postmetadata a,
.search-single .postmetadata p {
  font-size: 12px;
  color: #999;
}

/*
	= Home
*******************************************************************************************/
.mainpage {
  background-color: #fff;
  padding-top: 15px;
}

.home_widget h3 {
  /*
  		color: #fff;
  	    font-size: 28px;
  	    padding-left: 34px;
  	    word-spacing: 0.1em;
  	    height:36px;
  	    margin-left: -30px;
  	    position: relative;
  	    background: $darkgrey;
  */
}

.home_widget_2 {
  background: #dbdbdb;
  margin-bottom: 10px;
}
.home_widget_2 h3 {
  background: #ed7200;
  color: #ffffff;
  font-size: 50px;
  margin: 0;
  padding: 0 20px;
  word-spacing: 5px;
  text-align: center;
  margin: 0 -10px;
  padding: 5px 0 10px;
  position: relative;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.home_widget_2 h3::before {
  border-color: #cc3300 #cc3300 transparent transparent;
  display: block;
  left: 0px;
}
.home_widget_2 h3::before, .home_widget_2 h3::after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  border-width: 5px 6px;
}
.home_widget_2 h3::after {
  display: block;
  border-color: #cc3300 transparent transparent #cc3300;
  right: 0px;
}
.home_widget_2 a {
  font-size: 20px;
  color: #999999;
  display: inline-block;
  text-align: center;
}
.home_widget_2 a:hover {
  color: #fff;
}

.home_widget_3 {
  background: #dbdbdb;
}
.home_widget_3 h3.widget-title {
  background: #333;
  color: #fff;
  line-height: 36px;
  margin: 0 -10px 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.home_widget_3 h3.widget-title::before {
  border-color: #000 #000 transparent transparent;
  display: block;
}
.home_widget_3 h3.widget-title::before, .home_widget_3 h3.widget-title::after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  border-width: 5px 6px;
}
.home_widget_3 h3.widget-title::after {
  display: block;
  border-color: #000 transparent transparent #000;
  right: 0px;
}
.home_widget_3 img {
  max-width: 40%;
  height: auto;
}

#text-12 img {
  max-width: 100%;
  height: auto;
}
#text-12 h2 a {
  font-size: 22px !important;
}

#text-2 img,
#text-3 img {
  float: left;
}
#text-2 h1,
#text-2 .title,
#text-3 h1,
#text-3 .title {
  font-size: 2.5vmax !important;
  line-height: 100%;
}

#text-5 > div > h2 > a {
  font-size: 25px;
}

.sb-tab-widget .sb-tabs {
  border-bottom: 0px !important;
}

.glyphicon-download-alt:before {
  font-family: "Glyphicons Halflings";
  content: "";
  float: right;
  padding: 5px;
  font-size: 1.2em;
}

.glyphicon-zoom-in:before {
  font-family: "Glyphicons Halflings";
  content: "";
  float: right;
  padding: 5px;
  font-size: 1.4em;
}

.download:hover,
.preview:hover {
  text-decoration: none;
}
.download:focus,
.preview:focus {
  color: #333;
}

#sb_tab_widget-2 .sb-tab-widget {
  margin: 0 -10px;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs {
  margin: 0;
  padding: 3px 0 8px;
  background: #333;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.5);
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs::before {
  border-color: #000 #000 transparent transparent;
  display: block;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs::before, #sb_tab_widget-2 .sb-tab-widget .sb-tabs::after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  border-width: 5px 6px;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs::after {
  display: block;
  border-color: #000 transparent transparent #000;
  right: 0px;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li {
  margin-top: -3px;
  padding-top: 5px;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li > a {
  font-size: 20px;
  color: #999999;
  background: none !important;
  border: none !important;
  box-shadow: none;
  text-shadow: 2px 2px 2px #000;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li > a:focus {
  color: #fff;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li > a:hover {
  color: #fff;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li.active {
  background: url("../../images/bg_home_sidebar_active.png") no-repeat scroll center 0 !important;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tabs li.active a {
  color: #fff !important;
  background: none !important;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tab-container {
  margin: 10px;
  padding-bottom: 10px;
}
#sb_tab_widget-2 .sb-tab-widget .sb-tab-container .active {
  background: #dbdbdb;
}

.widget {
  clear: both;
}

.custom_sidebar_donate {
  color: #fff;
  font-size: 20px;
  word-spacing: 0.1em;
  height: 36px;
  line-height: 34px;
  margin: 0 -10px;
  position: relative;
  background: #ed7200;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #000;
}
.custom_sidebar_donate a {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 34px;
  color: #fff !important;
}
.custom_sidebar_donate a:hover {
  text-decoration: none;
  color: #000 !important;
}

aside#text-11 {
  background-color: #fff;
  margin-left: -15px;
}

.home #in-the-news .widget#text-24:nth-of-type(1) {
  position: relative;
}
.home #in-the-news .widget#text-24:nth-of-type(1) .widget-title, .home #in-the-news .widget#text-24:nth-of-type(1) #secondary .menu-mainmenu-container > ul.menu > li, #secondary .home #in-the-news .widget#text-24:nth-of-type(1) .menu-mainmenu-container > ul.menu > li {
  display: none;
}
.home #in-the-news .widget#text-24:nth-of-type(1) a {
  position: absolute;
  z-index: 1;
  color: white;
  right: 18px;
  top: 8px;
  text-transform: uppercase;
}

.home_widget_1 {
  /*
  	h3 {
  	    color: #fff;
  	    font-size: 28px;
  	    padding-left: 34px;
  	    word-spacing: 0.1em;
  	    height: 54px;
  	    margin-left: -34px;
  	    background: url("../../images/bg_home_news.png") no-repeat scroll;
  	}
  */
}
.home_widget_1 h3 {
  color: #fff;
  font-size: 28px;
  padding-top: 4px;
  padding-left: 34px;
  word-spacing: 0.1em;
  height: 36px;
  margin-left: -27px;
  margin-bottom: 0px !important;
  position: relative;
  background: #ed7200;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.home_widget_1 h3::before {
  border-color: #cc3300 #cc3300 transparent transparent;
  border-width: 5px 6px;
  display: block;
  left: 0;
  top: 36px;
}
.home_widget_1 h3::before,
.home_widget_1 h3 h3::after {
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.home_widget_1 h3::after {
  display: none;
}
.home_widget_1 .module_post_entry {
  border: none;
  clear: both;
  overflow: hidden;
}
.home_widget_1 .date_container {
  /*bebas */
  width: 100px;
  float: left;
  font-size: 18px;
  text-align: center;
  margin-left: 10px;
  width: 20%;
  line-height: 35px;
  color: #999999;
  padding-top: 20px;
}
.home_widget_1 .post_container {
  color: #999999;
  float: right;
  padding-right: 5px;
  width: 73%;
  border-left: 1px solid #ddd;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
  /*width: 425px;*/
}
.home_widget_1 div:last-of-type .post_container {
  padding-bottom: 30px;
}
.home_widget_1 #recent-posts-plus-2 {
  padding-bottom: 0px;
}
.home_widget_1 .entry-title {
  margin-bottom: 6px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.home_widget_1 .post_container h4 {
  font-size: 24px;
}
.home_widget_1 .post_container h4 a {
  color: gray;
}
.home_widget_1 .wp-latest-introtext {
  font-size: 11px;
}

#home_housing {
  background: url("../../images/btn_civil_rights.png") no-repeat scroll 0 0 transparent;
  padding-top: 10px;
}

#home_rights {
  background: url("../../images/btn_civil_rights-new.png") no-repeat;
  padding-top: 10px;
}

#home_housing,
#home_rights {
  font-size: 32px;
  height: 188px;
  line-height: 120%;
  width: 138px;
  height: 188px;
  margin: 10px auto;
}

#home_housing a,
#home_rights a {
  color: #fff;
  line-height: normal;
  display: inline-block;
  font-size: 18px;
  padding: 0 8px;
}

#home_housing a:hover,
#home_rights a:hover {
  color: #ed7200;
}

.moduletable_workgroups ul.buttons {
  float: left;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 0;
  margin-left: 0;
}

.moduletable_workgroups ul.buttons li {
  list-style: none;
  background: #333;
  font-size: 20px;
  padding: 3px 14px;
  margin-bottom: 0.5em;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 7px;
}
.moduletable_workgroups ul.buttons li a {
  display: block;
  width: 100%;
  color: #ed7200;
}
.moduletable_workgroups ul.buttons li a:hover {
  color: white;
}

#video-container td {
  width: 100%;
}

.slider div.slideshow_container {
  max-height: 164px;
  overflow: hidden;
}
.slider div.slideshow_content {
  max-height: 164px;
}

ul.statewide {
  list-style: none;
  margin-bottom: 2em;
  margin-left: 15px;
  padding: 0;
}
ul.statewide li {
  padding: 10px 0;
}
ul.statewide li a {
  display: inline-block;
  font-size: 18px;
  padding: 6px 15px 6px 60px;
}
ul.statewide li.oregon a {
  background: url("../../images/statewide-campaigns-or.png") no-repeat 5px 50%;
}
ul.statewide li.california a {
  background: url("../../images/statewide-campaigns-ca.png") no-repeat 5px 50%;
  padding: 25px 15px 25px 60px;
}
ul.statewide li.colorado a {
  background: url("../../images/statewide-campaigns-co.png") no-repeat 5px 50%;
}

/* Ria Styles */
.navbar-inverse {
  background-color: transparent;
}

.brand {
  width: 146px;
  margin: 0 auto;
  float: none;
}

#topright {
  text-align: right;
  color: white;
}
#topright .navbar-nav {
  padding-top: 0;
  display: flex;
}
#topright .navbar-nav li a {
  padding-left: 8px;
  padding-right: 8px;
}
#topright .navbar-nav li a i {
  font-size: 16px;
}
#topright .navbar-nav li a:hover {
  color: #ed7200;
}

#topright aside {
  display: inline-block;
}

#topright br {
  display: none;
}

#topright .gform_wrapper {
  display: inline-block;
}

#topright .gform_fields > * {
  display: inline-block;
}

#topright input[type=text] {
  padding: 1px 4px;
  border: 0 none;
  color: black;
}

#topright input[type=submit] {
  background: #1f1f1f;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  margin-left: 4px;
  margin-right: 25px;
}

#topright .gfield_label {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: 0.2em;
  color: #fff;
  margin-right: 10px;
}

#topright .gfield_required {
  display: none;
}

#topright a {
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: 0.2em;
  color: #fff;
}

ul.slimmenu li {
  background-color: transparent;
}

#menu-mainmenu .current-menu-item {
  background-color: #ff8629;
  border-radius: 5px;
}
#menu-mainmenu .current-menu-item:first-child {
  background-color: transparent;
}
#menu-mainmenu .current-menu-item:first-child a:hover {
  color: #ff8629;
}

#menu-mainmenu .current-menu-item a:hover {
  color: white;
}

/* Slider */
.flex-control-paging {
  top: auto;
  bottom: -8px;
}

/* Footer */
#footer .col-sm-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer .col-sm-12 aside {
  float: left;
  clear: none;
}

#footer .col-sm-12 aside:first-child {
  width: 90%;
}

#footer .ngg-widget {
  padding-top: 0;
}

#footer .ngg-widget a {
  width: 12.5%;
  display: block;
  float: left;
}

#footer .ngg-widget img {
  border: 0 none;
}

#footer .col-sm-12 aside#text-9 {
  width: 10%;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 100%;
}

.footer-more {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff7800;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  box-sizing: border-box;
  text-align: center;
}

.footer-more span {
  position: relative;
  display: block;
  top: 50%;
  margin-top: -15px;
  font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}

.footer-more:hover {
  text-decoration: none !important;
}

.footer-more:hover span {
  color: black;
}

#footer_social .textwidget:after {
  content: "";
  display: table;
  clear: both;
}

#footer_social div:first-child .textwidget {
  /* 	background:url('images/footer_facebook.gif') no-repeat 0 0 transparent; */
}

#footer_social > div:nth-child(2) {
  /* 	background:url('images/footer_twitter.gif') no-repeat 0 0 transparent; */
}

#footer_social > div:nth-child(3) {
  /* 	background:url('images/footer_youtube.gif') no-repeat 0 0 transparent; */
}

#footer_right .search-form {
  background-color: #1f1f1f;
  border-radius: 5px;
  padding: 3px;
}

#menu-footer-menu li {
  margin-right: 0;
}

#menu-footer-menu li:before {
  content: "/ ";
  padding: 0 4px;
}

#menu-footer-menu li:first-child:before {
  content: "";
  padding: 0;
}

#menu-footer-menu a {
  color: #666;
}

#menu-footer-menu a:hover {
  color: #ff7800;
}

#home_housing,
#home_rights {
  width: 151px;
}

#spu-12018,
#spu-12070 {
  background-color: #ed7200 !important;
  color: white !important;
}
#spu-12018 h2,
#spu-12070 h2 {
  font-size: 24px;
}
#spu-12018 label.gfield_label,
#spu-12070 label.gfield_label {
  display: none;
}
#spu-12018 input[type=text],
#spu-12070 input[type=text] {
  width: 100%;
  padding: 5px 10px;
  font-size: 24px;
  border-radius: 2px;
  margin-bottom: 10px;
  border: none;
}
#spu-12018 input[type=text]::-webkit-input-placeholder, #spu-12070 input[type=text]::-webkit-input-placeholder {
  color: #dbdbdb;
}
#spu-12018 input[type=text]::-moz-placeholder, #spu-12070 input[type=text]::-moz-placeholder {
  color: #dbdbdb;
}
#spu-12018 input[type=text]:-ms-input-placeholder, #spu-12070 input[type=text]:-ms-input-placeholder {
  color: #dbdbdb;
}
#spu-12018 input[type=text]::-ms-input-placeholder, #spu-12070 input[type=text]::-ms-input-placeholder {
  color: #dbdbdb;
}
#spu-12018 input[type=text]::placeholder,
#spu-12070 input[type=text]::placeholder {
  color: #dbdbdb;
}
#spu-12018 .cc_first_name,
#spu-12018 .cc_last_name,
#spu-12070 .cc_first_name,
#spu-12070 .cc_last_name {
  width: 50%;
  float: left;
}
#spu-12018 .cc_first_name,
#spu-12070 .cc_first_name {
  padding-right: 5px;
}
#spu-12018 .cc_last_name,
#spu-12070 .cc_last_name {
  padding-left: 5px;
}
#spu-12018 input[type=submit],
#spu-12070 input[type=submit] {
  background: black;
  border: none;
  border-radius: 2px;
  font-size: 24px;
  padding: 5px 20px;
}

/*
	= Media Queries
*******************************************************************************************/
@media (min-width: 768px) {
  /* Tablet Portrait */
  .brand {
    float: left;
    margin-bottom: 20px;
    margin-left: -20px;
  }

  .row.links-top {
    position: absolute;
    top: 5px;
    right: 0;
  }

  /*
    #site-navigation {
  		float:none;
  		clear:both;
  	}
  */
  /*
  	ul.slimmenu li {
      width: 100%;
  		display:block;
  		margin:0 10px;
  	}
  */
  #menu-mainmenu .current-menu-item {
    display: inline-block;
    width: auto;
  }

  #topright {
    text-align: center;
  }

  .slider div.slideshow_container {
    max-height: 263px;
  }
  .slider div.slideshow_content {
    max-height: 263px;
  }

  .navbar-wrapper .container,
.navbar {
    margin-bottom: 0;
  }

  .container.mainpage {
    margin-top: 0;
  }

  .video,
.about {
    float: right;
  }

  footer {
    text-align: center;
  }

  #footer #footer_social > div {
    border-bottom: none;
  }
  #footer #footer_social .fa {
    border-bottom: 1px solid #333;
    display: block;
    padding-bottom: 5px;
  }
  #footer #footer_social #youtube-wrapper {
    padding-top: 10px;
  }

  .navbar-inverse {
    background-color: transparent;
  }

  .navbar-nav {
    padding-top: 57px;
  }

  #menu-main-menu li:hover ul.dropdown-menu {
    display: block;
  }

  #text-5 iframe {
    width: 100%;
  }

  #u_0_2 {
    display: none;
  }

  .links-top {
    margin-top: 0px;
  }

  .row.links-top {
    margin-bottom: 15px;
  }

  .container-normal {
    margin-top: 0;
  }

  #resource-form div.row article {
    margin-left: 15px;
  }

  ul.slimmenu li a {
    padding: 0 8px;
    font-size: 17px;
  }

  ul.slimmenu li:hover ul {
    display: block;
  }

  ul.slimmenu li > ul > li ul {
    left: 82%;
  }

  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }

  ul.slimmenu li .sub-collapser > i {
    font-size: 10px;
  }

  ul.slimmenu li .sub-collapser {
    width: 28px;
  }

  /* Blog Page
  ****************************************************/
  .blog-header {
    font-family: "BebasRegular", Impact, Arial Narrow, Arial, sans-serif;
    background: none repeat scroll 0 0 #333;
    color: #ffffff;
    margin: 0px 30px 15px 15px;
    padding-left: 20px;
    width: calc(100% - 30px);
    word-spacing: 16px;
    text-transform: uppercase;
  }
  .blog-header h2 {
    font-size: 84px;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .post-wrapper {
    padding: 15px;
    background: #eeeeee;
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    border-style: solid;
    border-width: 1px;
    border-color: #eeeeee;
  }
  .post-wrapper p {
    line-height: 26px;
  }
  .post-wrapper h2 {
    margin-bottom: 20px;
  }
  .post-wrapper .no-break {
    margin-bottom: 10px;
  }
  .post-wrapper img {
    margin: 0px 0px 15px 15px;
    width: inherit;
  }

  .categories {
    padding-left: 15px;
    padding-right: 15px;
  }
  .categories h3 {
    text-transform: uppercase;
    color: #111;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .categories a {
    margin-left: 15px;
    color: #111;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .single-meta {
    font-style: italic;
  }
  .single-meta a {
    color: #ed7200;
  }

  .blog-search aside {
    background-color: #fff !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .blog-search aside h3.widget-title {
    text-transform: uppercase;
    color: #111 !important;
    margin-bottom: 15px;
    font-size: 30px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
    background: #fff !important;
    text-shadow: 0px 0px 0px !important;
  }

  #search-2 > form > label > input {
    border: 1px solid #bbb;
    padding: 5px;
    margin-top: 10px;
    border-radius: 2px;
    width: 100%;
  }

  #tag-cloud {
    padding: 15px;
  }

  #blogroll h3 {
    margin-top: 40px !important;
  }
  #blogroll ul {
    padding-left: 0px;
  }
  #blogroll li {
    list-style: none;
    margin-left: -15px;
  }
  #blogroll a {
    color: #111;
    line-height: 30px;
  }

  #blog > div.row.maincontent > select {
    margin-left: 0px;
  }

  .single #text-11 > div > div {
    margin-left: -15px;
  }

  .post-wrapper .wp-caption.alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .post-wrapper .wp-caption.alignright {
    margin-left: 30px;
    margin-bottom: 20px;
  }

  .home_widget_2 h3 {
    font-size: 30px;
  }

  #text-10 {
    text-align: center;
  }
  #text-10 #home_rights,
#text-10 #home_housing {
    width: 150;
    margin: 10px auto;
  }

  #video-container td {
    width: 50%;
    padding: 0 10px;
  }

  .home_widget_1 .date_container {
    font-size: 24px;
  }

  ul.statewide {
    margin-left: 10px;
  }
  ul.statewide li a {
    font-size: 14px;
    padding: 5px 5px 5px 60px;
  }
  ul.statewide li.california a {
    padding: 17px 5px 17px 60px;
  }
}
@media (max-width: 767px) {
  #site-navigation {
    float: none;
    clear: both;
  }

  ul.slimmenu li {
    display: block;
    width: 100%;
    margin: 0 10px;
  }

  #menu-mainmenu .current-menu-item {
    display: inline-block;
    width: auto;
  }

  #topright {
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Slider */
@media (min-width: 960px) {
  .slides li {
    position: relative;
  }

  .slides li h3 {
    width: 30%;
    position: absolute;
    top: 0;
    right: 10%;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape */
  ul.slimmenu li a {
    font-size: 24px;
  }

  .slider div.slideshow_container {
    max-height: 333px;
  }
  .slider div.slideshow_content {
    max-height: 333px;
  }

  .container {
    width: 1024px;
  }

  .home .col-sm-8 {
    max-width: 624px;
  }

  .home .col-sm-4 {
    min-width: 385px;
  }

  .slider {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  }

  .home_widget_2 h3 {
    font-size: 50px;
  }

  .home_widget_1 .date_container {
    font-size: 32px;
  }

  #text-10 #home_rights,
#text-10 #home_housing {
    margin: 15px 12px;
    float: left;
  }
  #text-10 ul.buttons li {
    float: left;
    width: 45%;
    margin-left: 7px;
    margin-right: 7px;
    /*
    				&:first-child {
    					width: 25%;
    					margin-right: 0px;
    				}
    */
    /*
    				&:last-child {
    					width: 28%;
    					margin-left: 0;
    				}
    */
  }
  #text-10 ul.buttons li a {
    padding: 0;
  }

  #blog .post .entry-title {
    margin: 0 0 15px 0;
  }

  ul.statewide li {
    padding: 0;
  }
  ul.statewide li a {
    font-size: 24px;
    padding: 10px 15px 10px 60px !important;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
}

/*# sourceMappingURL=sass_style.css.map */