body {
	min-width: 325px; 
	position: relative;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

h1 {
  font-family: 'Arvo', serif;
  font-weight: 700; }

h2,
h3,
h4,
h5,
h6 {
  color: #4e4e40;
  font-weight: bold; }

h2.block-title {
  background-color: #4e4e40;
  font-size: 16px;
  color: #fff;
  padding: 8px 10px 6px; }

.page-header {
  margin-top: 0;
  margin-bottom: 10px; }

/* Regions fix for row negative margins */
.region-main-top.well.row,
.region-main-bottom.well.row,
.region-content-top.well.row,
.region-content-bottom.well.row {
  margin-left: 0;
  margin-right: 0; }

.main-container {
  margin-bottom: 10px; }

.region-sidebar-first section:first-of-type h2.block-title,
.region-sidebar-second section:first-of-type h2.block-title {
  margin-top: 0; }

/* Unpublished message */
.unpublished-content {
  background-color: #fff4f4;
  margin: 0 -15px 0;
  padding: 20px 15px 0;
  min-height: 125px; }

.unpublished-content div.unpublished {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; }

/* User login page fixes */
.page-user #branding,
.page-user .page-header,
.page-user-login #branding,
.page-user-login .page-header {
  display: none; }

.page-user .panel-heading,
.page-user-login .panel-heading {
  padding-top: 0;
  padding-bottom: 0; }

.page-user .panel-heading h2,
.page-user-login .panel-heading h2 {
  margin-bottom: 0; }

.page-user .panel-body .form-item,
.page-user-login .panel-body .form-item {
  margin-bottom: 8px; }

.page-user .form-actions,
.page-user-login .form-actions {
  margin-top: 8px; }

.captcha-alert {
  background-color: red;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #FFF; }

/* Sidebar nav - padding, indenting, and active link */
.region-sidebar-first .nav > li > a {
  padding: 5px 10px; }

.region-sidebar-first .nav .nav > li > a {
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .9em; }

.region-sidebar-first .nav .nav > li.first > a {
  padding-top: 0; }

.region-sidebar-first .nav .nav > li.last > a {
  padding-bottom: 0; }

.region-sidebar-first .nav .nav > .active:focus > a,
.region-sidebar-first .nav .nav > .active:hover > a,
.region-sidebar-first .nav .nav > .active > a {
  padding-left: 20px;
  font-weight: 800;
  color: #fff;
  background-color: #7e7650; }

/* Header */
#emc-global-nav.navbar-default {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 5px; }
  #emc-global-nav.navbar-default .navbar-brand {
    padding: 5px 10px; }

#emc-global-second .nav-links li:first-child {
  text-transform: uppercase; }
#emc-global-second .nav-links .btn {
  padding-top: 2px;
  padding-bottom: 2px; }

/*** Google Search ***/
#search-container {
  width: 280px; }
  #search-container .reset-box-sizing,
  #search-container .reset-box-sizing *,
  #search-container .reset-box-sizing *:before,
  #search-container .reset-box-sizing *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #search-container .gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0; }
  #search-container .gsc-input-box {
    height: 28px; }
  #search-container .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0; }
  #search-container input.gsc-search-button-v2 {
    padding: 8px;
    margin-top: 3px; }
  #search-container input.gsc-input {
    background-image: url("../images/search-watermark.png") !important;
    background-repeat: no-repeat;
    background-color: #fff; }
  #search-container input.gsc-input:focus {
    background-image: none !important; }
  #search-container input.gsc-search-button,
  #search-container input.gsc-search-button:hover,
  #search-container input.gsc-search-button:focus {
    border-color: #4e4e40;
    background-color: #4e4e40; }
  #search-container .add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #search-container .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc; }

/* Navbar */
#navbar-efw {
  margin-bottom: 10px;
  border-radius: 0;
  background-image: -webkit-linear-gradient(top, #f4f2ed 0%, #eceae1 100%);
  background-image: -o-linear-gradient(top, #f4f2ed 0%, #eceae1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f2ed), to(#eceae1));
  background-image: linear-gradient(to bottom, #f4f2ed 0%, #eceae1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f2ed', endColorstr='#ffECEAE1', GradientType=0); }
  #navbar-efw .navbar-nav > li > a {
    font-size: 1.15em; }

#branding {
  margin-bottom: 15px; }
  #branding .panel {
    background-color: #800e80;
    margin-bottom: 0; }
    #branding .panel .panel-body {
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
      #branding .panel .panel-body p {
        margin: 0; }
  #branding #branding-background,
  #branding #branding-img {
    height: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #branding #branding-background {
    background-image: url("../images/background/default.png");
    background-position: center center; }
  #branding #branding-img {
    background-image: url("../images/sections/default.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #branding #branding-img .panel {
      border: 0;
      border-radius: 0;
      float: right;
      position: relative;
      top: 30px;
      right: -10px;
      overflow: hidden;
      height: 45px; }
      #branding #branding-img .panel .panel-body {
        float: right; }

@media all and (min-width: 768px) {
  .logo-global-nav {
    min-height: 55px; }

  #logo {
    padding-top: 10px; }
    #logo img {
      background: url("../logo.png") no-repeat 0 -57px transparent;
      width: 210px;
      height: 40px; }

  .header-right {
    float: right !important;
    margin-top: 10px; }
    .header-right #emc-global-nav {
      font-size: .9em;
      height: 26px;
      border-radius: 10px;
      background: #660066 none repeat scroll 0 0; }
      .header-right #emc-global-nav ul {
        margin: 0; }
      .header-right #emc-global-nav .nav > li > a {
        padding: 3px 5px;
        color: #ffffff;
        text-transform: uppercase; }
    .header-right .navbar {
      min-height: 26px; }
    .header-right #emc-global-second {
      text-align: right; }
      .header-right #emc-global-second .nav-links {
        padding-right: 5px; }
    .header-right #search-container {
      float: right; }

  #branding #branding-background,
  #branding #branding-img {
    height: 145px; }
  #branding #branding-img .panel {
    top: 50px; } }
@media all and (min-width: 768px) {
  .logo-global-nav {
    min-height: 75px; }

  #logo img {
    background-position: 0 0;
    width: 320px;
    height: 56px; }

  #branding #branding-background,
  #branding #branding-img {
    height: 175px; }
  #branding #branding-img .panel {
    top: 65px; } }
#global-footer {
  border-top: 2px solid #606;
  padding-top: 10px;
  margin-bottom: 10px; }
  #global-footer img.mascot {
    width: 100%;
    max-width: 177px;
    margin-top: 5px; }
  #global-footer ul {
    margin-top: 5px;
    margin-bottom: 0; }
  #global-footer .global-footer-bottom .list-inline > li {
    padding-right: 0px;
    padding-left: 2px; }
    #global-footer .global-footer-bottom .list-inline > li a {
      margin-left: 2px; }
  #global-footer .global-footer-bottom li:before {
    content: "/ "; }
  #global-footer .global-footer-bottom li:first-child:before {
    content: ""; }
  #global-footer .social-icons .fa-stack {
    font-size: 18px;
    width: 1.7em; }
  #global-footer .social-icons a,
  #global-footer .social-icons a:hover,
  #global-footer .social-icons a:active {
    color: #fff; }
  #global-footer .social-icons .facebook {
    color: #3b5998; }
  #global-footer .social-icons .flickr {
    color: #ff0084; }
  #global-footer .social-icons .google-plus {
    color: #dd4b39; }
  #global-footer .social-icons .instagram {
    color: #333; }
  #global-footer .social-icons .pinterest {
    color: #cb2027; }
  #global-footer .social-icons .twitter {
    color: #00ACED; }
  #global-footer .social-icons .youtube {
    color: #c52f30; }
  #global-footer .my-maricopa-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px; }

.footer {
  margin-top: 10px;
  padding: 5px 0 0 0;
  text-align: center; }

#block-system-powered-by {
  border-top: 2px solid #660066;
  padding-top: 10px;
  margin-right: 15px;
  margin-left: 15px; }

@media all and (min-width: 768px) {
  #global-footer .col-sm-3.social-icons {
    padding-left: 0; }

  #global-footer .my-maricopa-logo {
    margin-left: 0; } }
@media all and (min-width: 768px) and (max-width: 1200px) {
  #global-footer .my-maricopa-logo {
    margin-top: 3px; } }
@media all and (min-width: 1200px) {
  #global-footer .my-maricopa-logo {
    margin-left: 8px; } }

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