/* site 100% width */
.site-container {
    max-width: 100%;
}
/* max-width on individual elements */
.home-middle, 
.home-top,
.wrap,
.fw-cta,
#text-2 .textwidget,
#text-5,
.content article,
.content-sidebar-wrap {
    max-width: 1140px;
    margin: 0 auto;
}
.home .content-sidebar-wrap {
    max-width: 100%;
}
.nav-primary .wrap,
.site-header .wrap {
  padding-left: 60px;
  padding-right: 60px;
}



.clear {
  clear: both;
}

h1, h2 {
  text-transform: uppercase;
  color: #333;
  text-align: center;
}
h3 {
  font-size: 28px;
  text-align: left;
}

h1:after,
h2:after, 
h3:after,
h4:after {
    content: '';
    clear: both;
    display: block;
    border-bottom: 3px solid #f15d27;
    padding-top: 15px;
    margin-bottom: 20px;
}
h1:after,
h2:after {
  margin: 0 auto;
  width: 100px;
}
h3:after {
    width: 50px;
    margin-left: 0;
}
h4:after {
    width: 25px;
    margin-left: 0;
}
ul li ul {
  margin-left: 20px;
}
.entry-content ul > li ul > li {
  list-style-type: disc;
}




.fw-cta h3 {
  color: #fff;
}
.fw-cta a.button {
	margin-top: 0;
}

#text-2 {
  float: none;
  width: 100%;
  padding-top: 50px;
}
#text-2 h2 {
  text-align: center;
}
.nav-primary {
    background-color: #f2f2f2;
}
.home-cta.widget-area {
  background-color: #f15d27;
}

.footer-widgets li,
.sidebar li, 
.sidebar .more-from-category a {
    background-image: none;
}
.widget ul > li {
    padding: 0;
}
.entry-content ul > li{
  margin-left: 0;
}
.footer-widgets .logo {
  margin-bottom: 15px;
}

.c-info li,
.c-info li a,
.footer-widgets li,
.widget ul > li,
.entry-content ul > li {
    color: #e0a24b;
  list-style-type: none;
}

.sidebar .widget {
    padding: 30px 40px 10px;
}

.c-info li, .c-info li a, 
.footer-widgets li, 
.widget ul > li, 
.entry-content ul > li,
.executive-pro-orange a, 
.executive-pro-orange .entry-title a:hover, 
.executive-pro-orange .footer-widgets .entry-title a:hover {
    color: #f15d27;
}


.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange input[type="submit"],
.executive-pro-orange .enews-widget input[type="submit"], 
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link, 
.executive-pro-orange .genesis-nav-menu .current-menu-item > a, 
.executive-pro-orange .archive-pagination li a, 
.executive-pro-orange a.button, .executive-pro-orange button, 
.executive-pro-orange input[type="button"], 
.executive-pro-orange input[type="reset"], 
.executive-pro-orange input[type="submit"] {
  background-color: #f15d27;
}
.home.executive-pro-orange .fw-cta a.button {
  background-color: #222222;
}
.home.executive-pro-orange .fw-cta a.button:hover {
  background-color: #e0a24b;
}
.executive-pro-orange input[type="submit"],
.executive-pro-orange a.button {
  border-radius: 0;
}

/* MASTHEAD IMAGE */
#full-image {
  max-height: 500px;
  overflow: hidden;
}

/* PROJECTS PAGE */
.page-id-526 .entry-content p span {
  font-size: 12px;
  color: #f15d27;
  text-transform: uppercase;
  font-weight: 600;
}


@media only screen and (max-width: 1200px) {
  /* add content padding on mobile */
  .content article,
  .home .content #text-2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 800px) {
  /* center h4 dash on mobile */
    h4:after {
      margin-left: auto;
      margin-right: auto;
	}
  h4.widget-title.widgettitle,
  .footer-widgets li, 
  .footer-widgets .logo,
  .footer-widgets .widget-wrap > div,
  .fw-cta h3 {
  	text-align: center;
  }
  .fw-cta a.button {
    display: block;
    float: none;
  }
}