/*** ESSENTIAL STYLES ***/
/*a*/
/*** DEMO SKIN ***/
/*** arrows **/
/* apply hovers to modern browsers */
/* point right for anchors in subs */
/* apply hovers to modern browsers */
/*** shadows for all but IE6 ***/
/*RESET--------------------*/
/* USER OVERRIDES */
/*
 * Bootstrap override
 */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 56px;
  margin: 0;
  text-shadow: 1px 1px 1px #efefef;
  float: left;
  line-height: 30px; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px;
    width: 240px; }
    .sf-menu ul li {
      width: 100%;
      list-style: none;
      list-style-image: none; }
      .sf-menu ul li:hover > a > .sf-sub-indicator {
        background-position: -10px 0; }
    .sf-menu ul .sf-sub-indicator {
      background-position: -10px 0; }
    .sf-menu ul a > .sf-sub-indicator {
      background-position: 0 0; }
    .sf-menu ul a:focus > .sf-sub-indicator {
      background-position: -10px 0; }
    .sf-menu ul a:hover > .sf-sub-indicator {
      background-position: -10px 0; }
    .sf-menu ul a:active > .sf-sub-indicator {
      background-position: -10px 0; }
    .sf-menu ul li.sfHover > a > .sf-sub-indicator {
      background-position: -10px 0; }
  .sf-menu li {
    float: left;
    position: relative; }
    .sf-menu li:hover {
      visibility: inherit; }
      .sf-menu li:hover ul {
        left: 0;
        top: 50px;
        z-index: 999;
        line-height: 36px;
        margin-left: 0;
        border-bottom: 2px solid; }
    .sf-menu li li {
      background: #fff; }
      .sf-menu li li li.first {
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important; }
      .sf-menu li li li {
        background: #fff; }
      .sf-menu li li a {
        padding: 7px 20px 7px 20px;
        font-size: 16px;
        background: #fff;
        font-size: 12px;
        padding: 3px 20px 3px 20px; }
        .sf-menu li li a:hover {
          background: #f6f6f6; }
    .sf-menu li li.first {
      padding-top: 10px !important;
      margin-top: -10px !important;
      background: url(images/dropdown_box.png) top left no-repeat; }
    .sf-menu li li.last a {
      padding: 7px 20px 9px 20px !important;
      padding: 3px 20px 6px 20px !important; }
    .sf-menu li ul li:hover {
      outline: 0; }
    .sf-menu li ul li.sfHover {
      outline: 0; }
    .sf-menu li ul a:focus {
      outline: 0; }
    .sf-menu li ul a:hover {
      outline: 0; }
    .sf-menu li ul a:active {
      outline: 0; }
  .sf-menu a {
    display: block;
    position: relative;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    padding: 0; }
  .sf-menu li.sfHover ul {
    left: 0;
    top: 50px;
    z-index: 999;
    line-height: 36px;
    margin-left: 0;
    border-bottom: 2px solid;
    margin-left: -18px;
    top: 30px; }
  .sf-menu li.last li.first {
    padding-top: 10px !important;
    margin-top: -10px !important;
    background: url(images/dropdown_box_last.png) top left no-repeat; }
  .sf-menu .sf-with-ul {
    min-width: 1px; }
    .sf-menu .sf-with-ul:hover {
      min-width: 1px; }

#wap-menu ul.sf-menu li span.tip {
  font-size: 12px;
  color: #666;
  padding-left: 1px; }
#wap-menu li li a.sf-with-ul {
  background: url(images/dropdown_expanded-2.png) right center no-repeat; }
#wap-menu li li li a.sf-with-ul {
  background: url(images/dropdown_expanded-2.png) right center no-repeat; }

ul.sf-menu li {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0 15px 0 25px;
  padding: 0; }
  ul.sf-menu li:hover li ul {
    top: -999em; }
  ul.sf-menu li li:hover ul {
    left: 180px;
    top: 0;
    margin-left: 1px;
    left: 240px; }
  ul.sf-menu li li:hover li ul {
    top: -999em; }
  ul.sf-menu li li li:hover ul {
    left: 180px;
    top: 0; }
  ul.sf-menu li li li.sfHover ul {
    left: 180px;
    top: 0; }
  ul.sf-menu li li.sfHover ul {
    left: 180px;
    top: 0;
    margin-left: 1px;
    left: 240px; }
  ul.sf-menu li li.sfHover li ul {
    top: -999em; }
  ul.sf-menu li ul li.expanded {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0; }
  ul.sf-menu li ul li.collapsed {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0; }
  ul.sf-menu li ul li.leaf {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0; }
  ul.sf-menu li ul li {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0; }
  ul.sf-menu li a:hover {
    text-decoration: none; }
ul.sf-menu li.sfHover li ul {
  top: -999em; }
ul.sf-menu li.expanded {
  margin: 0 5px 0 10px;
  padding: 0; }
ul.sf-menu li.collapsed {
  margin: 0 5px 0 10px;
  padding: 0; }
ul.sf-menu li.leaf {
  margin: 0 5px 0 10px;
  padding: 0; }

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden; }

a > .sf-sub-indicator {
  top: .8em;
  background-position: 0 -100px; }
a:focus > .sf-sub-indicator {
  background-position: -10px -100px; }
a:hover > .sf-sub-indicator {
  background-position: -10px -100px; }
a:active > .sf-sub-indicator {
  background-position: -10px -100px; }

li:hover > a > .sf-sub-indicator {
  background-position: -10px -100px; }

li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; }

.sf-shadow ul {
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5); }
.sf-shadow ul.sf-shadow-off {
  background: transparent; }

.main_menu_container {
  padding-right: 20px; }

/*# sourceMappingURL=superfish.css.map */
.flex-caption-title, .nivo-caption-title slider-title {
  font-size: 30px;
  color: black;
  display: block;
  line-height: 32px;
  padding-bottom: 10px; }

#block-multiblock-8 h6, #block-block-3 h6 {
  font-size: 12px;
  margin: 0;
  font-weight: normal; }

h5.services-block, div.view-services > h5 {
  margin-top: 17px;
  margin-bottom: 1px;
  font-size: 13px; }

.thumbnail .related, .thumbnail .portfolio-image {
  max-width: 90%;
  font-size: 11px;
  line-height: 15px; }

.view-partners.view-id-partners.view-display-id-block_4 h4 {
  margin-top: 0;
  text-align: center; }
.view-partners.view-id-partners.view-display-id-block_4 hr {
  color: rgba(255, 255, 255, 0);
  height: 24px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: none;
  margin: 1px; }
.view-partners.view-id-partners.view-display-id-block_4 .views-row {
  width: 16%;
  float: left;
  margin: .5%; }
.view-partners.view-id-partners.view-display-id-block_4 table td {
  border-top: 0; }
.view-partners > .view-content h3 {
  float: left;
  width: 100%; }

.vertical-align-image-helper-span {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.front .views-field-field-image-partner-1 img {
  background: none;
  vertical-align: middle;
  max-height: 100px;
  max-width: 100px; }
.front #content-bottom.span12 {
  margin-left: 0;
  width: 100%; }
.front #blog-block.blog-block {
  padding: 0 25px; }

.fp-block .fp-edit {
  position: relative;
  top: 0;
  margin-bottom: 20px; }
.fp-block p {
  margin-top: 15px;
  margin-bottom: 30px; }
.fp-block img {
  float: left;
  margin-right: 15px; }
.fp-block .view-portfolio.view-id-portfolio.view-display-id-block_1.featured-portfolio {
  margin-top: 0; }
.fp-block .featured-portfolio .field-content {
  margin-right: 0; }

.featured-portfolio h5 {
  margin-bottom: 10px; }
.featured-portfolio .field-content {
  margin-right: 10px; }

.call-to-action {
  color: white; }
  .call-to-action a:link {
    color: #ffff99; }
  .call-to-action a:visited {
    color: #ffcc99; }
  .call-to-action a:hover {
    color: white; }
  .call-to-action a:active {
    color: #ffcc99; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-block h2 {
    font-size: 20px; } }
.contactus-block-text {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #1f4909; }
  .contactus-block-text h4 {
    margin-top: 0;
    font-size: 20px; }
  .contactus-block-text p {
    margin-bottom: 0; }
  .contactus-block-text a:link {
    color: #1f4909; }
  .contactus-block-text a:visited {
    color: #1f4909; }

#right-sidebar h2 {
  margin-top: 5px;
  margin-bottom: 3px; }
#right-sidebar h6 {
  margin-top: 2px;
  margin-bottom: 2px; }

#block-block-12 {
  background-image: url(/sites/default/files/contact_us_9751678_s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  #block-block-12 .blocktitle {
    padding: 10px 25px; }
  #block-block-12 .titlecontainer {
    background-color: #eeeded; }
  #block-block-12.block {
    padding: 5px;
    color: #1f4909; }

a:visited.service-group-link {
  color: #699c27; }
a:visited.block-link {
  color: #6f6f6f; }
a:visited.home-contact-block-link {
  color: #6f6f6f; }
a:visited a:hover {
  color: #1f4909; }
a:link.service-group-link {
  color: #699c27; }
a:link.block-link {
  color: #6f6f6f; }
a:link.home-contact-block-link {
  color: #6f6f6f; }
a:hover.service-group-link {
  color: #699c27; }
a:hover.block-link {
  color: #6f6f6f; }
a:hover.home-contact-block-link {
  color: #6f6f6f; }
a:active.service-group-link {
  color: #699c27; }
a:active.block-link {
  color: #6f6f6f; }
a:active.home-contact-block-link {
  color: #6f6f6f; }

h4 {
  margin-bottom: 0; }
  h4.no-margin {
    margin: 0; }
  h4.top-title {
    margin-top: 0; }
  h4.services-group-title {
    margin: 2px 0; }

#block-multiblock-7.block {
  padding: 5px;
  padding: 0; }
#block-multiblock-7 > .titlecontainer > h3.blocktitle {
  margin: 10px 25px; }

.cta-inner-border {
  border: 1px solid #1f4909;
  padding: 15px; }

.green-background-cta {
  background-color: #2a5f9a;
  color: white; }

.red-background-cta {
  background-color: darkred;
  color: white; }

.grey-background-sidebar {
  background: #eeeded; }

.cta {
  text-shadow: 2px 2px black; }

.call-to-action-white {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 25px 25px; }
  .call-to-action-white a:link {
    color: white; }
  .call-to-action-white a:visited {
    color: white; }
  .call-to-action-white a:hover {
    color: white; }
  .call-to-action-white a:active {
    color: white; }

.widget-image {
  margin-bottom: 10px; }

h1 {
  font-size: 32px; }

.region-highlighted-2 {
  min-height: 150px; }

.flex-caption-body {
  font-size: 16px; }

.flex-caption-link {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  float: left; }

.flex-caption {
  top: 40%; }

#page-wrapper {
  border-top: 0;
  border-radius: 0; }

h5.services-group-title {
  margin: 2px 0; }
h5.testimonial-name {
  margin-top: 5px;
  margin-bottom: 1px; }
h5.partner-title {
  padding: 0 0 7px 0;
  margin-bottom: 15px;
  border-bottom: solid 2px #e2e2e2;
  float: left;
  width: 100%; }

#footer-region {
  margin-top: 40px; }

.services-group {
  margin-bottom: 15px; }

#header_left {
  margin-bottom: 15px;
  height: 110px; }

#wap-menu {
  height: 110px;
  margin-bottom: 0; }
  #wap-menu > .pull-right.main_menu_container {
    float: left; }

#topBar {
  margin-top: 20px; }

hr {
  border-top: 0 solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }

#block-block-9 {
  margin-bottom: 0; }

#node-3 {
  padding: 0; }

.page-node-3 {
  margin-bottom: 0; }

#zone2 .block {
  margin-bottom: 0;
  margin-top: 0; }
#zone2 > #left-sidebar .block .blocktitle {
  margin: 10px 0; }
#zone2 > #left-sidebar .info-block.block {
  padding: 0; }
  #zone2 > #left-sidebar .info-block.block h3 {
    padding: 10px 25px;
    color: white;
    background: #699c27;
    margin-bottom: 0;
    margin-top: 0; }
  #zone2 > #left-sidebar .info-block.block p {
    padding: 15px 25px 25px;
    margin-bottom: 0;
    margin-top: 0; }
#zone2 > #left-sidebar .side-menu.block {
  background: white; }

#block-system-main-menu {
  padding: 0; }

.partner-logo {
  position: relative;
  float: left;
  min-height: 100px; }

.partner-body {
  position: relative;
  width: 65%; }

.partner-container {
  width: 100%;
  margin-bottom: 30px; }

.partner-box {
  width: 21%;
  margin-right: 25px;
  float: left; }

.edit-partners {
  padding: 0 0 10px 0;
  margin-bottom: 3px;
  float: left;
  width: 100%; }

.widget-type-home-page h6 {
  margin: 0;
  font-weight: normal; }
.widget-type-home-page h3 {
  margin: 0;
  font-weight: normal; }
.widget-type-home-page h2 {
  margin: 0;
  font-weight: normal; }
.widget-type-home-page p {
  margin: 0;
  font-weight: normal; }

#block-multiblock-8 h2 {
  font-size: 16px;
  margin: 0;
  font-weight: normal; }

#left-sidebar {
  background: #eeeded; }

.partner-page-image {
  float: left;
  margin: 0 20px 10px 0; }

.partner-page-external-url {
  font-size: 24px; }

.field-name-field-project-additional-images .field-items .field-item {
  margin-bottom: 10px; }
  .field-name-field-project-additional-images .field-items .field-item:last-child {
    margin-bottom: 10px; }

.field-name-field-project-image {
  float: left; }

.body_inner_left_portfolio {
  float: left;
  width: 30%; }

.body_inner_right_portfolio {
  float: right;
  margin: 0 0 0 10px;
  width: 67%; }
  .body_inner_right_portfolio h5 {
    margin-bottom: 0; }

.border-green {
  border: 1px solid darkgreen; }

.services-grid.row-fluid.span2 {
  width: 15.6%;
  margin-left: 1%;
  float: left;
  margin-bottom: 10px;
  line-height: 130%; }
  .services-grid.row-fluid.span2 h5 {
    margin: 0; }

@media screen and (min-width: 1024px) {
  .services-grid.row-fluid.span2:nth-child(6n + 1) {
    clear: both;
    margin-left: 0;
    float: left; } }
@media screen and (max-width: 1024px) {
  .services-grid.row-fluid.span2 {
    width: 22%;
    float: left;
    margin-left: 1%; }
    .services-grid.row-fluid.span2:nth-child(4n + 1) {
      clear: both;
      margin-left: 0;
      float: left; } }
@media screen and (max-width: 767px) {
  .services-grid.row-fluid.span2 {
    width: 48%;
    float: left;
    margin-left: 1%; }
    .services-grid.row-fluid.span2:nth-child(2n + 1) {
      clear: both;
      margin-left: 0;
      float: left; } }
@media screen and (max-width: 500px) {
  .services-grid.row-fluid.span2 {
    width: 100%;
    float: left;
    margin-left: 0; }

  .span4.portfolio-adhd {
    width: 90%;
    float: none; }

  .thumbnail .related {
    display: none; } }
.thumbnail .related {
  margin-top: 10px; }

.page-project-image {
  max-width: 223px; }

#block-views-partners-block-4 h3 {
  color: #c95e00;
  margin: 5px 10px 5px 0;
  position: relative;
  left: 0;
  font-family: Jockey One, cursive;
  font-size: 25px;
  text-transform: uppercase;
  text-align: left; }

#column-region #block-views-partners-block-4 {
  margin-bottom: 0;
  top: -17px;
  left: 4px; }

#zone1 .fp-block p {
  margin-top: 15px;
  margin-bottom: 30px; }

.view-portfolio .featured-portfolio .portfolio-link {
  margin: 0; }

.darkgreen .call-to-action {
  color: darkgreen; }

#blog-block.blog-block {
  padding: 10px 25px; }

.no-shadow .sf-shadow {
  text-shadow: none; }

.page-node-1 h3 {
  font-size: 20px; }

#title-region .inner {
  padding: 12px 28px; }

#block-views-service-group-block-1.block.block-views {
  margin-bottom: 40px; }

h3.blocktitle {
  font-size: 20px; }

.menu-block-wrapper > .sf-menu {
  width: 185px; }

#footer-note .inner {
  text-align: left;
  padding-left: 25px; }

#block-views-testimonials-block.block {
  position: relative;
  color: white;
  background-color: #20175c;
  padding: 25px; }
  #block-views-testimonials-block.block a:link {
    color: #ffff99; }
  #block-views-testimonials-block.block a:visited {
    color: #ffcc99; }
  #block-views-testimonials-block.block a:hover {
    color: #ffff99; }
  #block-views-testimonials-block.block a:active {
    color: #ffcc99; }

#header-left .inner {
  margin-top: 5px;
  padding-top: 0; }

.services-block-col:after {
  clear: both;
  display: block; }

.row-fluid li.span4.portfolio-adhd {
  width: 32.4%;
  float: left;
  margin-left: 0px; }

.node-type-proposal .field-label {
  font-size: 20px; }

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