

.none {
  display: none !important;
}

.countPercentage2 {
    color: #ffffff;
    text-align: center;
    }
    
    .countPercentage3 {
    color: #ffffff;
    text-align: center;
    }
    
    .countPercentage4 {
    color: #ffffff;
    text-align: center;
    }

.horiz-space {
    margin-top: 3%;
}

.countPercentage {
    color: #ffffff;
    text-align: center;
 }

.floating-icon {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

@media  (max-width: 1000px) {
  .mobile_menu_button, .side_menu_button {    
    height: 50px !important;
  }
  .logo_wrapper {    
    height: 50px !important;
  }
}

.mobile_menu_button {
  float: right;
  height: 100px;
  margin: 0px 0px 0 0;
  padding-top: 3px;
}

.fa-bars {
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .desktop-team {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-team {
    display: none;
  }
}

@media (max-width: 768px) {
 h2, h2 a {
  font-size: 24px !important;
}
}



ul {
  list-style-position: outside; 
  padding-left: 30px;
}

footer .column1 {
position: relative;
top: -18px;
}

.q_font_awsome_icon_stack:hover .fa-circle{
color: #000000 !important;
}

.q_font_awsome_icon_stack:hover i:last-child{
color: #000000 !important;
;}


.call_to_action .column2.button_wrapper {
text-align: center !important;
}

.q_circles_holder li:first-child .q_circle_inner2:hover i, .q_circles_holder .q_circle_inner2:hover .q_text_in_circle {
color: #000 !important;
}

.testimonials .testimonial_text_inner p.testimonial_author {
  font-size: 16px;
  color: #303030;
  margin-top: 22px;
  font-weight: 500;
}

.footer_inner {
  background-image: url(https://www.effectivespend.com/wp-content/uploads/2015/04/es-footer-black2.jpg);
  background-position: -2px 7px !important;
  background-repeat: repeat-y !important;
}

.qode_carousels .slides img{width: auto; margin: 0 auto;}

.portrait {
text-align: center !important;
}

.q_tabs.horizontal .tabs-container {
  padding-top: 0px;
  text-align: left;
}

.contact_form {
  margin: 30px 0 50px;
}

/* Start of grid test */

.masonry-list {
  left: 50%;
  margin: -320px 0 0 -480px;
  position: absolute;
  top: 50%;
  width: 960px;
  li {
    float: left;
    height: 320px;
    overflow: hidden;
    padding: 0 1px 1px 0;
    width: 320px;
    &:focus,
    &:hover {
      a::after {
        opacity: 1;
        @include transform3d(translate3d(0,0,0));
      }
      .tile-primary-content img {
        @include scale3d(1.2,1.2,0);
        @include transform-origin(50%, 50%);
        @include transition(transform 15000ms cubic-bezier(0, 0, .80, .90));
      }
      p,
      h2,
      .tile-secondary-content {
        opacity: 1;
      }
    }
    a {
      &::after {
        bottom: 40px;
        content: '';
        display: block;
        height: 17px;
        opacity: 0;
        position: absolute;
        right: 40px;
        width: 17px;
        @include transform3d(translate3d(-10px,-10px,0));
        @include transition(all 150ms ease-out);
      }
    }
    &.tile-job,
    &.tile-facebook,
    &.tile-twitter {
      &:focus,
      &:hover {
        .tile-primary-content p {
          @include translate3d(150%,0,0);
          @include transition(transform 300ms cubic-bezier(0, 0, .40, 1));
        }
        .tile-secondary-content p {
          @include translate3d(0,0,0);
          @include transition(transform 300ms 150ms cubic-bezier(0, 0, .40, 1));
        }
      }
      .tile-primary-content p {
          @include translate3d(0,0,0);
          @include transition(transform 300ms 150ms cubic-bezier(0, 0, .40, 1));
      }
      .tile-secondary-content p {
        opacity: 1;
        @include translate3d(-150%,0,0);
        @include transition(transform 300ms cubic-bezier(0, 0, .40, 1));
      }
    }
    &.tile-job {
      .tile-primary-content {
        background-color: #71964f;
      }
    }
    &.tile-facebook {
      a::after {
        background-repeat: no-repeat;
        height: 45px;
        opacity: 1;
        width: 22px;
        @include translate3d(0,0,0);
      }
      .tile-primary-content {
        background-color: #3b539b;
      }
    }
    &.tile-twitter {
      a::after {
        background-repeat: no-repeat;
        height: 37px;
        opacity: 1;
        width: 45px;
        @include translate3d(0,0,0);
      }
      .tile-primary-content {
        background-color: #00afe0;
      }
    }
    &.tile-case,
    &.tile-client,
    &.tile-person {
      .tile-primary-content {
        padding: 0;
      }
      .tile-secondary-content {
        background-color: hsla(0,0%,0%,.7);
        @include transition(opacity 100ms ease-out);
      }
    }
    &.tile-client {
      a {
        &::after {
          height: 22px;
          width: 23px;
          @include translate3d(0,0,0);
        }
        &:focus,
        &:hover {
          .tile-primary-content {
            background-color: transparent;
            img {
              @include scale3d(1,1,1);
            }
          }
        }
      }
      .tile-primary-content {
        background-color: #604951;
        @include transition(background-color 250ms ease-out);
      }
    }
    &.tile-person {
      text-align: center;
      .tile-secondary-content {
        display: table;
        height: 100%;
        padding: 0;
        width: 100%;
      }
      .tile-secondary-container {
        display: table-cell;
        vertical-align: middle;
      }
      h2 {
        font-size: 24px;
        position: static;
      }
      p {
        color: #a18e5c;
        font-family: 'Georgia', serif;
        font-size: 17px;
        margin: .2em;
        text-transform: none;
      }
    }
  }
  a,
  button {
    color: hsl(0,0%,100%);
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .tile-primary-content,
  .tile-secondary-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .tile-primary-content {
    background-color: #a49058;
    img {
      width: 100%;
      @include scale3d(1,1,1);
      @include transition(transform 200ms ease-out);
    }
  }
  .tile-secondary-content {
    opacity: 0;
    @include transition(opacity 250ms ease-out);
    p,
    h2 {
      opacity: 0;
      @include transition(opacity 200ms 100ms ease-in);
    }
  }
  p,
  h2 {
    text-transform: uppercase;
  }
  h2 {
    font-size: 12px;
    margin: 0;
    position: absolute;
  }
  p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 1em 0 0;
  }
}

h2, h2 a {
  color: #8bc540;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 200;
  text-transform: none;
  margin-bottom: 15px;
}

.careers {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  float: left; 
  background-color: #ffffff;
}

@media only screen and (min-width: 768px)
.careers {
  position: relative;
  width: 50%;
}

.jobs {
  width: 100%;
  margin-left: auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}

.jobs_wrapper {
  background-color: #ffffff;
  padding: 15px;
  margin: 0px 0px 20px 0px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.q_logo a .light {
  height: 100px !important;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
  border-style: solid;
  border-width: 1px;
}
.drop_down .narrow .second .inner ul li {
  width: 100%;
}

.styled-list-1 ul {
	list-style-type: none;
	margin: 0 auto;
    width: 100%;
}

.styled-list-1 ul li {
	background: url("https://www.effectivespend.com/wp-content/uploads/2015/05/UI_Tick.png") no-repeat scroll calc(100% - 15px) center rgba(0, 0, 0, 0);
	border-bottom: 1px solid #eee;
        padding-right: 46px !important;
	font-size: 16px;
	line-height: 30px;
    padding: 6px 0;
}

.q_list.circle ul>li:before {
  position: absolute;
  left: 0;
  width: 0px;
  height: 0px;
  top: 9px;
  display: block;
  content: '';
  border-radius: 25px;
}

.postid-1452 .q_logo a .light {
  /* height: 100px !important; */
}



.two_columns_75_25 {
    width: 100%;
    margin-top: 4%;
}

article h2 {
   font-size: 22px;
   font-weight: 400;
}